/*
Theme Name: Ping Theme
Theme URI: http://www.thepingpage.com/
Description: Original theme for the Ping official band website.
Version: 0.8
Author: Martin Sivertsen
Author URI: http://www.clonecrew.com/
Tags: red, band, music, fixed width

	Ping Theme 1.5
	 http://www.thepingpage.com

	This theme was designed and built by Martin Sivertsen,
	whose music you will find at http://www.clonecrew.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



@import url("global.css");


img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	
	z-index: 0;
}



/* Header */
#page {
	position: relative;
	margin-top: 70px;
	padding-bottom: 20px;
	z-index: 1;
}

#header {
	margin-top: 14px;
	height: 180px;
	position: relative;
}

#menubar {
	background-image: url("images/menubar.png");
	background-repeat: no-repeat;
	width: 960px;
	height: 32px;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	text-align: right;
}

#menu {
	width: 960px;
	height: 32px;
	position: absolute;
	bottom: 0px;
	z-index: 90;
	text-align: right;	
}
	.menuItem {
		display: inline;
		color: white;
		font-weight: bold;
		text-transform: uppercase;
		padding: 9px 5px 8px 5px;
		position: relative;
		top: 9px;
		right: 14px;
		z-index: 95;
	}
	.menuItem:hover {
		background-color: black;
		cursor: pointer;
		text-decoration: none;
	}
	.menuItem a, menuItem a:link, menuItem a:visited, menuItem a:hover {
		color: white;
		text-decoration: none;
	}
	.selected {
		background-color: black;
	}

#mainLogo {
	background-image: url("images/logo_folk2.png");
	background-repeat: no-repeat;
	position: absolute;
	width: 547px;
	height: 258px;
	z-index: 80;
	top: -30px;
	left: -25px;
}
	#mainLogoHotspot {
		width: 470px;
		height: 200px;
		cursor: pointer;
		position: absolute;
		top: 40px;
		left: 42px;
		z-index: 99;
	}

#jorgen {
	background-image: url("images/jorgen.png");
	background-repeat: no-repeat;
	position: absolute;
	width: 166px;
	height: 147px;
	bottom: 32px;
	right: 250px;
}

/* Main content */
#mainContent {
	position: relative;
	width: 960px;
	background-color: white;
	z-index: 70;
}
	#mainContentInner {
		position: relative;
		width: 960px;
	}
	#mainContentTop {
		background-image: url("images/main_top_rounded.png");
		background-repeat: no-repeat;
		position: relative;
		width: 960px;	
		height: 10px;
		margin-top: 6px;
		z-index: 70;
	}
	#mainContentBottom {
		width: 960px;
		height: 10px;
		background-image: url("images/main_bottom_rounded.png");
		background-repeat: no-repeat;	
		position: relative;
	}
	

.leftBoxHolder {
	width: 166px;
	position: relative;
}
	.leftBox {
		background-color: #9a141b;
		width: 100%;
		text-align: center;
		position: relative;
	}
	.leftBoxTop {
		width: 166px;
		height: 8px;
		background-image: url("images/left_box_top.png");
		background-repeat: no-repeat;	
	}
	.leftBoxBottom {
		width: 166px;
		height: 8px;
		background-image: url("images/left_box_bottom.png");
		background-repeat: no-repeat;	
	}
	.leftBoxInner {
		padding: 10px 20px;
		width: 126;
		text-align: left;
		color: white;
		position: relative;
		font-size: 0.85em;
	}
	#massacreTeaser {
		margin-bottom: 10px;
		border-bottom: 1px solid #ac3937;
		text-align: center;
	}
	#CDCover {
		position: relative;
		right: 10px;
		margin-bottom: 14px;
	}
	#upcomingGigs {
		padding-top: 10px;
	}
	#upcomingGigs p {
		margin-top: 6px;
		padding: 0;
	}


#linksBox { font-size: 1em; }

#fotoSidebar,
#RSSSidebar {
	width: 164px;
	position: relative;
	margin-top: 10px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
}
	#fotoSidebar .inner {
		text-align: center;
		color: white;
		position: relative;
		font-size: 0.85em;
		padding: 4px 0px;
	}
	#fotoSidebar .inner img { margin: 6px 0;}

.right_box_top {
	width: 214px;
	height: 8px;
	background-image: url("images/right_box_top.png");
	background-repeat: no-repeat;	
}
.right_box_bottom {
	width: 214px;
	height: 8px;
	background-image: url("images/right_box_bottom.png");
	background-position: bottom;
	background-repeat: no-repeat;	
}

.right_box_top .header,
.right_box_bottom .footer  { padding: 8px; text-align: center; color: white; font-weight: bold;}


#mp3BoxHolder {
	width: 214px;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
}
		#mp3BoxTop 		{ height: 28px; background-color: #9a141b;}
		#mp3BoxBottom 	{ height: 28px; background-color: #9a141b; }
		
				#mp3BoxBottom { font-size: 0.8em; }
				#mp3BoxBottom a { color: white; text-decoration: underline; font-size: 0.9em; }
		
		#mp3Box {
			background-color: #eee;
			width: 100%;
			text-align: center;
			position: relative;
		}
		#mp3BoxInner {
			padding: 10px 10px;
			width: 126;
			text-align: left;
			color: white;
			position: relative;
			font-size: 1em;
		}
		#mp3BoxInner a 				{ color: #000; }
		#mp3BoxInner .track 		{ position: relative; width: 100%; margin: 8px 0; }
		#mp3BoxInner .track img 	{ position: relative; top: 2px;}
		#mp3BoxInner .onebit_player { position: absolute; right: 0px; }
		#mp3BoxInner .helpTxt		{ text-align: center; color: #9a141b; font-size: 0.8em; position: relative; top: -4px; }
		#mp3BoxInner hr				{ width: 100%; height: 1px; padding: 4px 0; padding: 0; border: 1px solid #9a141b; color: #9a141b;}
		
#gabblingBoxHolder {
	width: 214px;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 1.2em;
}
		#gabblingBox {
			background-color: #9a141b;
			width: 100%;
			text-align: center;
			position: relative;
		}
		
		#gabblingBoxInner {
			text-align: center;
			padding: 10px 20px;
			width: 126;
			color: white;
			position: relative;
			font-size: 0.85em;
		}



#jukeboxHolder {
	width: 212px;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 1.2em;
}
		#jukebox {
			border-right: 1px solid #ccc;
			border-left: 1px solid #ccc;
			width: 100%;
			text-align: center;
			position: relative;
			color: #000;
		}
		#jukebox img { margin-top: 4px; border: 1px solid #666;}

		
		
		
/* main blog */


#leftColumn {
	float: left;
	margin: 20px;
	display: inline;
	position: relative;
}

#middleColumn {
	float: left;
	margin: 0px 0px 20px 0px;
	width: 500px;
	display: inline;
	position: relative;
}

#rightColumn {
	float: left;
	display: inline;
	position: relative;
}

/* post */
.navigation {
	position: relative;
}

.post {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
}

	.post .inner {
		margin: 0 0 20px 0;
	}
	
	.postmetadata  {
		margin: 6px 0;
	}

.byline {
	font-size: 0.85em;
}

.entry {
	margin: 4px 0;
			line-height: 16px;
}

.postmetadata a:hover {
	text-decoration: none;
	color: black;
}


/* comments */
.commentIcon {
	position: relative;
	top: 6px;
}

#respond {
	margin: 30px 0 4px 0;
}

/* footer */
#footer {
	color: #666;
	font-size: 0.9em;
}
	#footer a 	{ color: #444; }

.commentlist li {
	padding: 14px 0;
	border-bottom: 1px solid #bcbcbc;
}