
body {
	background-image: url(images/bg-page.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	line-height: 140%;
	background-color: #2e2b26;
}

#container {
	width: 970px;
	margin: 0 auto;
	background-color: #c80000;
	background-image: url(images/bg-contentcontainer.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

#header {
	width: 970px;
	height: 180px;
	background-image: url(images/bg-header.jpg);
	margin: 0;
	}
	
	
	#navigation {
 	float:left;
    width:915px;
    background:#cc0000;
    font-size:130%;
    line-height:normal;
	margin: 0 10px 0 10px;
	padding: 0 20px 20px 15px;
	letter-spacing: 2px;

	}
	
	#navigation ul {
	list-style:none;
	margin: 0;
	padding: 0;
	}
	
	#navigation li {
	float: left;
	margin: 0 10px 0 0;
	background: url(images/bg-tab-right.png) no-repeat right bottom;
	}
	
	#navigation li a {
	display: block;
	padding: 5px 18px 10px 18px;
	background: url(images/bg-tab-left.png) no-repeat left bottom;
	color: #ffffff;
	text-decoration: none;
	}
	
	#navigation li#current {
	background: url(images/bg-tab-right-on.png) no-repeat right bottom;
	}
	
	#navigation li#current a {
	background: url(images/bg-tab-left-on.png) no-repeat left bottom;
	color: #ffffff;
	text-decoration: none;
	}
	
	#navigation a:hover {
	color: #ffffff;
	text-decoration: underline;
	}	
	
	
#contentcontainer {
	clear: both;
	width: 950px;
	margin: -15px 10px 0 10px;
	background-color: #cc0000;
	padding: 5 10px;
	overflow: hidden;
	}

	
	
#widecolumn {
	width: 520px;
	float: left;
	background-color:#FFFFFF;
	background-image: url(images/bg-top-widecolumn.png);
	background-repeat: no-repeat;
	padding: 15px;
	
	margin: 0 0 0 15px;
	}
	
	#widecolumn a {
	color: #D10000;
	text-decoration: none;
	}
		
	
	#sidebar {
	float: right;
	width: 350px;
	padding-right: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	}
	
	#sidebar p {
	font-size: 11px;
	}
	
	#sidebar a {
	color: #FFFFFF;
	}
	
	
	#sidebar-divider {
	width: 330px;
	height: 10px;
	margin-top: 20px;
	padding: 10px;
	background-image: url(images/bg-sidebar-divider.png);
	background-repeat: repeat-x;
	}
	
	#sidebartitle {
	padding:10px 0 10px 0;
	color: #ffffff;
	font-size: 130%;
	letter-spacing: 2px;
	font-weight: bold;
	}

	
	
	#comment {
	width: 480px;
	}
	
	#player {
	margin: 0;
	width: 318px;
	background-image: url(images/bg-sidebar-top.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #990000;
	padding: 5px 15px 15px 15px;
	overflow: hidden;
	}
	
	#concerten {
	margin: 0;
	width: 318px;
	background-image: url(images/bg-sidebar-top.png);
	background-repeat: no-repeat;
	background-color: #990000;
	padding: 5px 15px 15px 15px;
	font-size: 90%;
	}
	

	.post {
	background-image: url(images/bg-header1.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	color: #590000;
	line-height: 150%;
	overflow: hidden;
	}
	
	
	.post h2 {
	margin: 20px 0 3px 0;
	font-size: 110%;
	color: #D10000;
	font-style: italic;
	}
	
	.post h2 a:hover {
	border-bottom: 1px dotted #cc0000;
	}
	
	.post a {
	border-bottom: none;
	}
	
	
	.gallery a img {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 5px;
	display: block;
	}
	
	.post a img {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 5px;
	/*float: left;*/
	}
	
	.post p a:hover {
	border-bottom: 1px dotted #cc0000;
	}
	
	.post a:hover img {
	
	}
	
	.post h2 a {
	text-decoration: none;
	color: #d10000;
	}
	
		
	small {
	text-transform: uppercase;
	}
	
	.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	}
	
	.alignright {
	float: right;
	margin-left: 15px;
	
	}
	
	.navigation {
	clear: both;
	margin: 20px;
	}
	
	p.wp-caption-text {
	font-size: 11px;
	font-style:italic;
	color: #999999;
	padding: 0;
	margin: 0;
	}	

	#pagetitle {
	background-image: url(images/bg-header1.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	color: #d10000;
	font-size: 130%;
	letter-spacing: 2px;
	font-weight: bold;
	}
		
	
	
	
	#bottom-sidebar {
	width: 318px;
	background-image: url(images/bg-sidebar-bottom.png);
	background-repeat: repeat-x;
	background-position:bottom;
	height: 11px;
	padding: 0 15px 0 15px;
	margin-bottom: 10px;
	}
	
	
	
#footer {
	padding: 20px;
	width: 970px;
	height: 50px;
	clear: both;
	color: #FFFFFF;
	}
	
	#footer a {
	color: #FFFFFF;
	}
	
		
	.arial {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
	
	
.labels 

{
float: left;
width: 10em;
margin-bottom: 0.8em;
text-align: right;
font-weight: normal;
}