

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */
a img { border: none; }img[usemap] { border: none; }
/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* ---------- A note on font-sizing ---------- 
Default font size in IE6, IE7 and FireFox is 16px. 
Default for Safari 2 is 16px for "standard fonts" and 13px for "fixed-width fonts." (Safari 3 uses 16px for all fonts.) 
I am ignoring the Safai 13px mono-space type issue since this site does not use any mono-spaced fonts.
*/

html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:#000000;
	font-size:.70em; /* 75% of 16px = 12px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin: 0px 0; 
	padding: 0; 
	color:#b4b4b4;
	}

a:link, a:visited {
	color:#ada747;
	}
	
a:hover, a:active {
	color:#e1d845;
	}


h1 {
	font-size:2.4em;
	color:#347078;
	margin-bottom:10px;
	}

h2 {
	font-size:1.25em;
	color:#aca847;
	margin-bottom:6px;
	margin-top:15px;
	}

h3 {
	font-size:1.2em;
	color:#347078;
	margin-bottom:12px;
	}
	
	#archives h3 {
		font-size:1.5em;
		margin-bottom:0;
		}

h4, h5, h6 {
	margin-bottom:12px;
	}

blockquote {
	font-style:italic;
	}
	
iframe#content {
	background: black;
}

.slide_content {
	background:none repeat scroll 0 0 white;
	border:1px solid black;
	left:250px;
	position:absolute;
	text-align:left;
	top:-282px;
	width:575px;
}

.slide_content #close {
	background:url("images/close.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	height:13px;
	position:absolute;
	right:0;
	top:0;
	width:13px;
}

#wrapper {
	position: relative;
}

/* Classes
 * ------------------------------------------------------------------------- */#wrapper {	width: 976px;	margin: 0 auto;}
#nav {	margin: 0 30px 20px 40px;}#connect {	margin: 0 0 5px 0px;	float: right;}#friends {	margin: 0 0 0 180px;}
.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}input#email {	color: #ed0080;}#shows {	float: right;	width: 480px;	margin: 0px 20px 0 0;}#shows img {	float: left;	margin: 5px;}
#bio {	background: url('images/black.png');	width: 350px;	margin: 0px 20px 0 40px;	padding: 10px;}#bio p {	margin: 10px 0;	line-height: 1.5em;}#schedule {	font-size: 14px;	padding: 15px;	background: url('images/black.png');	width: 400px;	margin: 0px 20px 0 40px;}#content { margin: 0 auto; }.slideshow {	height: 650px;	width: 976px;}#content.about {	color: white;	background: url('images/8.jpg') no-repeat;	height: 620px;	width: 947px;	padding: 20px 0 0 0;}#footer {	clear: both;}#content.about a, #content.live a { color: #ed0080; }#content.album {	background: url('images/albumbg.jpg') no-repeat;	height: 662px;	width: 994px;}#content.live {	color: white;	background: url('images/9.jpg') no-repeat;	height: 620px;	width: 960px;	padding: 20px 0 0 0;}#content.video, #content.mgmt {	text-align: center;}