/* CSS */

* {
	color: #666666;
	font-family: Play, helvetica, verdana;
	font-weight: normal;
}

body {
	background-color: black;
	margin: 0;
}


#container
{
	margin:0 auto;
	width:800px;
	min-height: 400px;

}


#menu
{
	margin-top: 10px;
	width:150px;
	min-height: 400px;
	float:left;
	padding: 0 20px;
	text-align:right;
	position: fixed;
}

#menu ul
{
	list-style-type: none;
	padding-left: 0;
}

#menu ul li
{
	margin:6px 0;
	width: 120px;
	font-family: Play, helvetica, verdana;
	font-size: 18px;
}

#menu ul li a
{
	text-decoration: none;
}

#menu ul li.active a
{
	color: #CCCCCC;
}

#menu ul li a:hover
{
	color: #FFFFFF;
}

#content
{
	width:600px;
	float:left;
	text-align: right;
	color: #AAAAAA;
	font-family: Play, helvetica, verdana;
	margin-left: 200px;
}

h1
{
	padding-top: 20px;
	margin-top: 0;
	font-family: Quicksand, helvetica, verdana;
	text-align: right;
	font-weight: normal;
	border-bottom: 1px solid #333333;
	color: #BBBBBB;
	background-color: black;
	position: fixed;
	width: 600px;
	z-index: 100;
}

#content p.creditPhoto {
	font-size: 12px;
}
	#content p.creditPhoto a {
		color: #666666;
		text-decoration: underline;
	}


#content #footer
{
	color: #333;
	font-family: verdana;
	font-size: 9px;
	margin: 20px 0;
	padding: 3px 0;
}

#content > ul:nth-child(2),
#content > div:nth-child(2),
#content > table:nth-child(2),
#content > h2:nth-child(2) {
	margin-top: 84px;
}

#content a,
#content ul li a {
	color: #66CCFF;
}

#content a:hover {
	color: white;
}

#content ul {
	text-align: left;
	list-style-type: none;
	padding-left: 0;
}
/**/
#content ul li {
	margin:0 0 20px 0;/**/
	text-align: justify;
	color: #BBB;
	font-size: 14px;
}
#content.news ul li {
	margin:0 0 30px 0;/**/
}

#content ul li * {
	color: #BBB;
}
#content ul li b {
	font-weight: bold;
}

#content ul li div.itemDate {
	color: #666666 ;
	border-bottom: 1px solid #222222;
}

#content.music ul li a,
#content.videos ul li a {
	float:left;
	position:relative;
}

#content.music ul li:after,
#content.videos ul li:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;    
}

#content.music ul li a img,
#content.videos ul li a img {
	margin-right: 8px;  
}

#content.music ul li h2,
#content.videos ul li h2 {
	margin: 0 10px;  
}


#content.bio h2{
	text-align: left;
}
	#content.bio h2:not(:first-of-type){
		margin-top: 40px;
	}

#content.bio ul {
	list-style-type: disc;
	padding-left: 20px;
}
	#content.bio ul li {
		margin: 0 0 10px;
		text-align: left;
	}	
		#content.bio ul li strong {
			font-weight: bold;
			color: #CCCCCC;
		}

#content.photos h2{
	padding-right: 7px;
	margin-top: 40px;
}

#content.photos a img {
	margin:5px;
	border: 1px solid #222;
	height: 100px;
}

#content table tr td {
	font-size: 14px;
}

#content.tourdates table {
	border-collapse: collapse;
	width: 100%;
}
	#content.tourdates thead tr td {
		background-color: #cccccc; 
		color: #333333;
		font-weight: bold;
	}
	#content.tourdates tr td {
		padding: 5px;
		border: 1px solid #555555;
		background-color: #222222;
		color: #AAAAAA;
	}