@charset "UTF-8";

/* CSS reset based on http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=0' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of CSS reset */

/* start of my stylee */
body {
	background:#000 url(background.jpg) no-repeat  50% 0;
	font: 100% 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	color: #fff;
	text-align: center;
	position: relative;
}
html>body {
	font-size: 16px;
}
a {
	color: #F5C444;
	text-decoration: underline;
}
a:hover {
	color: #fff;
}

h1 {
	font-size: 2.2em;
	padding: 8px 0;
}

h2 {
	font-size: 2em;
	padding: 16px 0 6px ;
	color: #fff;
}

h3 {
	font-size: 1.42em;
	padding: 7px 0 6px;
	color: #fff;
}

h4 {
	font-size: 1.25em;
	padding: 12px 0 10px;
	color: #fff;
}

h5 {
	font-size: 1.17em;
	padding: 12px 0 0;
	color: #aaa;
}
p {
	padding: 7px 0;
	line-height: 1.4em;
}
sup {
	font-size: 0.8em;
	position:relative;
	bottom:0.6em;
}
.timeline ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.timeline li {
	font-weight:bold;
	font-size:14px;
	line-height: 1.5em;
	margin: 10px 0 0 0;
	padding: 0;
}
.timeline li ul li{
	list-style:disc;
	list-style-position:inside;
	font-size:12px;
	font-weight:normal;
	line-height: 1.5em;
	margin: 0;
	padding-left: 20px;
}
ul.basiclist li{
	list-style:disc;
	list-style-position:outside;
	font-weight:normal;
	line-height: 1.5em;
	margin-left: 16px;
	padding-left: 0px;
}
.related ul{
	font-size:0.95em;
}

small {
	font-size: 0.95em;
}
hr {
	border-top: #090909 1px solid;
	border-bottom: #2b2b2b 1px solid;
	border-right: #191919 1px solid;
	border-left: #191919 1px solid;
	color: #191919;
	background-color: #191919;
	height: 2px;
	width: 100%;
	margin: 12px 0 10px;
}
.nobr {
	white-space: nowrap;
}
#branding {
	height:120px;
	padding-top:10px;
	width:100%;
}
#branding h1 {

letter-spacing:-0.05em;
	font-size:6em;
	font-weight:normal;
}

#branding a {
color:#000000;

	text-decoration:none;
}

#content {
	text-align:left;
	background: transparent;
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#feature {
padding: 14px 0;
height:220px;
}
#playerfeature {
padding: 30px 0 0px;
height:218px;
}
#narrowplayerfeature {
padding: 30px 0 0px;
height:80px;
}
#tape {
	position:relative;
	top:30px;
	width:480px;
	height:144px;
	xbackground-image: url(../images/tapes.png);
}
#sprockets {
	position:absolute;
	top:44px;
	left:20px;
	}
#nowplaying {
margin:0;
padding:0;
	position:absolute;
	top:74px;
	left:42px;
	width:130px;
	overflow: visible;
	text-align:center;
	font-size:0.56em;
	line-height:1.1em;
	color:#333;
	font-weight:bold;
	}	
#nav_main {
	text-align:left;
		font-size:1em;
	
}
#nav_main ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}
#nav_main li {
	display:inline;
}

#nav_main a{
background:transparent url(trans1.png) repeat;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px; 
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px; 
	padding: 2px 16px 3px 16px;
	text-decoration: none;
	display:inline-block;
	color:#fff;
	
}
#nav_main .this{
background:transparent url(trans2.png) repeat;
	font-weight:bold;
border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	color:#fc0;
	
}
#nav_main a:hover {
background:transparent url(trans2.png) repeat;
border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 2px 16px 3px 16px;	
}

#nav_main a:hover.this{
padding: 2px 16px 3px 16px;
color:#fff;
}

#nav_alt {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size:0.75em;
}
#nav_alt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav_alt li {
	display:inline;
	padding: 0 0.8em;
    border-left: 1px solid #444;
}
#nav_alt .first_item{
	border: none;
}
#nav_alt .last_item{
    	padding: 0 0 0 1em;
}
#nav_alt a{
	color: #000;
	text-decoration: none;
	display:inline-block;
}
#nav_alt .this{
	color: #fa0;
}
#nav_alt a:hover {
color:#fff;
}


#content_main {
	padding: 10px 310px 16px 18px;
	border:#fff 1px solid;
	background:transparent url(trans1.png) repeat;
			-moz-border-radius: 16px;
	-webkit-border-radius: 16px; 
}
#content_wide {
	padding: 0 16px 16px 18px;
	border-right:#858585 1px solid;
	border-left:#858585 1px solid;
}
#content_sub {
	position: absolute;
	width: 250px;
	top: 428px;
	right: 20px;
}
#content_col1{ 
	padding-top:8px;
	float:left;
	width: 48%;
}
#content_col2{ 
	padding-top:8px;
	float:right;
	width: 48%;
}
.related {
	background: transparent url(trans2.png) repeat;
	padding: 6px 10px 10px 14px;
	margin-bottom:18px; 
		-moz-border-radius: 16px;
	-webkit-border-radius: 16px;            
}
.related h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 4px 0 4px;
	color: #ddd;
}
.related h3 {
	font-size: 0.95em;
	font-weight: bold;
	padding: 5px 0;
	color: #ddd;
}
.related p {
	font-size: 0.81em;
	line-height: 1.4em;
	color: #fff;
	padding: 6px 0;
	
}
.related.lyrics p {
	font-size: 0.81em;
	line-height: 1.4em;
	color: #fff;
	padding: 1px 0;
	
}
.related img {
	margin: 5px 0;
}
.related hr {
	border-top: #131313 1px solid;
	border-bottom: #303030 1px solid;
	border-right: #191919 1px solid;
	border-left: #191919 1px solid;
	color: #191919;
	background-color: #191919;
	height: 2px;
	width: 100%;
	margin: 12px 0 10px;
}

.credit {
	text-align: center;
	color: #ccc;
	font-size: 0.75em;
	line-height:1.2em;
	padding: 16px 0 60px 0;
}
.credit a {
	text-decoration:none;
}
.credit img {
	vertical-align:middle;
	padding: 0 0 0 10px;
}
.imglink {
	border:3px solid #fff;
}
a:hover .imglink {
	border:3px solid #ffcc00;
}
.imggallery {
border-top: 1px dotted #fff;

margin:10px 0 10px 0;
}
.imggallery h4 {
	font-size: 1em;
	padding: 12px 0 0;
	color: #fff;
}
.imggallery p {
	font-size: 0.85em;
}
.imggallery img {
margin:5px 4px 10px 0;
}
.fltrt {
	float:right;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#showVids {
	background:transparent;
}
#vid1 {
	display: none;
	position: absolute;
	background: transparent;
	height: 100px;
	width: 100px;
	top: 115px;
	left: 20px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #333;
}
#vid2 {
	display: none;
	position: absolute;
	background: transparent;
	height: 100px;
	width: 100px;
	top: 115px;
	left: 137px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #333;
}
#vid3 {
	display: none;
	position: absolute;
	background: transparent;
	height: 100px;
	width: 100px;
	top: 115px;
	left: 254px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #333;
}
#vid4 {
	display: none;
	position: absolute;
	background: transparent;
	height: 100px;
	width: 100px;
	top: 115px;
	left: 371px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #333;
}
#vid5 {
	display: none;
	position: absolute;
	background: transparent;
	height: 100px;
	width: 100px;
	top: 115px;
	left: 488px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #333;
}
#videoSwitch {
	position: absolute;
	color:#666;
	font-size:0.85em;
	font-weight:bold;
	top: 99px;
	right: 308px;
	background: url(sprite01.gif) right -49px no-repeat;
	padding: 0 18px 0 0;
}
#videoSwitch a{
	color:#888;
	text-decoration:none;
}
#videoSwitch a:hover {
	color: #00ccff;
	text-decoration:underline;
}

.divider {
	padding: 0 1em;
	color: #666;
}
#addContent{
	display: none;
	padding:8px 0 8px 20px;
	margin:0;
	float:right;
}
#awaitContent{
	display: block;
	padding:8px 0 8px 20px;
	margin:0;
	float:right;
	width: 274px;
	height:190px;
}
#addMusicPlayer{
	display: none;
	padding:8px 0 8px 10px;
	margin:0;
}
#awaitMusicPlayer{
	display: block;
	padding:8px 0 8px 10px;
	margin:0;
	width: 450px;
	height:350px;
}
#addPlayer{
	display: none;
	padding:8px 0 8px 0px;
	margin:0;
}
#awaitPlayer{
	display: block;
	padding:8px 0 8px 0px;
	margin:0;
	width: 525px;
	height:288px;
}
.easy {
	padding-top: 12px;
}
.overeasy {
	padding-top: 24px;
}
.valid {
	font-family : verdana, arial, sans-serif;
	font-size:0.75em;
	font-weight:bold;	
	background: #fff;
	padding:0 0 0 2px;
	color: #33c;
	border:1px solid white;
	margin: 0 0 0 15px;
}
.valid a {
	background: #fc6 url(sprite01.gif) no-repeat right -67px;
	color: #654;
	padding:0 12px 0 2px;
}
.valid a:hover {
	background: #000 url(sprite01.gif) no-repeat right -67px;
	color: #fc6;
}
.golink {
	background-image: url(sprite01.gif);
	background-repeat: no-repeat;
	background-position: right -111px;
	padding-right: 12px;
}
.gototop {
	width:570px;
	text-align: right;
	margin: 10px 0 0 0;
}
.gototop a {
	font-size: 0.833em;
	background: url(sprite01.gif) no-repeat left -32px;
	padding:2px 0 0 18px;
}

.movieprev {
	height:60px;
	padding-bottom:20px;
}
.movieprev img{
	float:left;
	margin: 0 12px 0 0;
}
.movieprev h3{
	color: #fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:0;
}
#preLoad{
	height:1px;
	width:1px;
	overflow:hidden;
	position: absolute;
}
form {
	display: block;
	margin: 0px;
}
.formtext {
	font-size: 1em;
	color: #111;
	font-style: normal;
	line-height: 2em;
	padding-top: 6px;
	padding-bottom: 2px;
}
.formground {
	margin:5px 0;
}
input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #000;
	padding:5px;
	border: 1px solid #444;
	background-color: #fff;
}
input.sendit{
	font-weight:bold;
	background: #ccc;
	color: #333;
	width:145px;
	height:30px;
	line-height:1.5em;
}
input.sendit:hover{
	background: #6cf;
	color: #000;
}
h3.contactitem {
	font-size:1.2em;
}
.headline {
	color: #fff;
} 

.clickable {
cursor: pointer;
}

.comment {
	margin-bottom:15px;
}
.comment-meta {
	font-size:0.688em;
}
.comment-body p {
	font-size:0.875em;
}

input#submit{
	background: #fc3;
	color: #000;
}
input#submit:hover{
	color: #000000;
	background-color: #fff;
}
#respond {
	padding-bottom:20px;
}