@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFFFFF;
}
#container {
	width: 760px;  
	background: #000000;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
}
#header {
	padding: 10px 20px 10px 20px;  
	background-color: #000000;
	color:#CC6600;
}
#header h1 {
	display:inline;
	font-weight:100;
	font-size:28px;
	letter-spacing:.3em;
	text-transform:lowercase;
}
#header p{
	display:inline;
	font-weight:100;
	font-size:22px;
	letter-spacing:.3em;
	margin:0px 40px;
	padding:0;
}
#mainContent {
	padding: 20px; 
	background: #000000;
	border-bottom:1px solid #CC6600;
	
}
#mainContent h1{
	margin:0px 0px 12px 0px;
	color:#CC6600;
	font-size:22px;
	font-weight:100;
	letter-spacing:.1em;
	text-transform:lowercase;
}
#mainContent h2{
	color:#CCCCCC;
	font-size:18px;
	font-weight:100;
	letter-spacing:.1em;
	text-transform:lowercase;
}
#mainContent h3{
	color:#CC6600;
	font-size:15px;
	font-weight:100;
	letter-spacing:.1em;
}
#mainContent p{
	color:#CCCCCC;
	font-size:14px;
}
#mainContent img{
	border:1px solid #CC6600;
}
#footer {
	border-bottom:1px solid #CC6600;
	border-top:1px solid #CC6600;
	padding: 0 20px;
	background-color: #000000;
	color:#CCCCCC;
}
#footer ul {
	margin: 0; 
	padding: 10px 0;
	
}
#footer li {
	display:inline;
	list-style-type:none;
	font-size:14px;
	padding:0 16px 0 0px;
}
#footer a{
	color:#CCCCCC;
	font-size:14px;
	letter-spacing:.1em;
	text-decoration:none;
}
#footer a:hover{
	color:#CC6600;
}
#youtube {
	float:right;
	margin-top: 2px;
}


#critique h4{
	color:#CCCCCC;
	font-weight:100;
	font-size:15px;
	font-style:italic;
	text-transform:lowercase;
	letter-spacing:.1em;
	padding:0 0 2px 0;
	margin:0px;
}
#critique p{
	color:#CC6600;
	font-weight:100;
	font-size:12px;
	text-transform:lowercase;
	padding:0 0 24px 8px;
	margin:0px;
}
#critique img{
	float:right;
	margin-left:12px;
	margin-bottom:12px;
}

.bioMenuList {
	margin:0px 0px;
}

.bioMenuItem {
	cursor: pointer;
	text-transform:lowercase;
	display:inline;
	list-style-type:none;
	font-size:14px;
	letter-spacing:.1em;
	color:#CCCCCC;
	padding:8px 40px 0 0px;
}
.bioText {
	color:#CCCCCC;
	font-weight:100;
	font-size:12px;
}

#discDetail {
	float:right;
}
#discThumb {
	width:80px;
	height:86px;
	cursor:pointer;
}

.hover {
	color:#CC6600;
}
.selected {
	color:#CC6600;
}
.clearAll {
	clear:both;
}

#flashTicker {
	padding:8px 20px;
	border-bottom:1px solid #CC6600;
	color:#CC6600;
	font-size:12px;
	text-align:center;
}

#tickerLine a {
	color:#CC6600;
	font-weight:normal;
	text-decoration: none;
}

#tickerLine a:hover {
	color:#CCCCCC;
	font-weight:normal;
	text-decoration: underline;
}
