/* Default Stylesheet */

* {
	margin: 0; 
	padding: 0;
	text-decoration: none;
	border: none;
	}
															/** BODY ELEMENTS **/
body {
	font-size: 62.5%;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: #dac69c;
	background: #000 url(../images/bg2.jpg) top center no-repeat;
	}




															/** MAIN CONTAINERS **/

div#header {
	position: fixed;
	width: 100%;
	height: 20em;
	top: 0;
	left: 0;
	z-index: 50;
	text-align: center;
	}



div#content {
	position: relative;
	width: 104em;
	margin-left: -46em;
	left: 50%;
	}
	
div#leftpane, div#news, div#music, div#bio {
	position: relative;
	float: left;
	margin-top: 410px;
	}

div#leftpane {
	width: 20em;
	height: 300px;
	margin-top: 410px;
	margin-right: 5em;
	text-align: right;
	background-color: #000;
	background: url(../images/OEClogo.png) right top no-repeat;
	}
	
div#news {
	width: 23em;
	margin-right: 4em;
	padding-bottom: 5em;
	}

div#bio, div#music {
	margin-right: 3em;
	width: 18em;
	}	
	
	
	
															/** TYPOGRAPHY **/
div#twitter_div {
	color: #F0EDD9;
	font-size: 1.1em;
	margin-top: -0.7em;
	}
	
p { 
	font-size: 1.1em;
	margin: 0.5em 0 1.5em 0;
	line-height: 1.5;
	}
	
p.showdate {
	color: #F0EDD9;
	font-size: 1em;
	line-height: 1.2;
	}

p.oldshowdate {
	color: #dac69c;
	font-size: 1em;
	line-height: 1.2;
	}

h1, h2, h3 {
	color: #F0EDD9;
	font-family: Helvetica, Arial, sans-serif;
	}
	
h1 {
	font-size: 1.6em;
	}
	
h2 {
	font-size: 1.2em;
	margin: 0.5em 0 -0.5em 0;
	}
	
strong {
	color: #F0EDD9;
	}

a {
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	}

a:link, a:visited {
	color: #ff9c0b;
	}

a:hover {
	color: #000;
	background-color: #F0EDD9;
	}

a:active {
	color: #ddd;
	}



															/** LISTS **/
li { 
	list-style: none;
	font-size: 1.2em;
	margin: 1em 0 0.5em 0;
	line-height: 1.2;
	}






															/** FORMS **/
* { }






															/** END **/