/* CSS Document */
/*Global*/
html, body{height:100%;}
img{margin:0px; padding: 0px; border-style:none; }
body{
margin:0px; 
padding:0px; 
background-color:#0A0A0A; 
background-image:url(i/layout/bg.jpg); 
background-repeat:repeat-y; 
background-position:50% top; 
background-attachment:fixed;
color:#2B1E1A; 
font-family:Arial, Helvetica, sans-serif;
}
p{font-size:0.8em;}
ul,ol{margin-top:0px; padding-left:25px; font-size:0.8em;}
.thumb{width:55px; height:55px; margin:2px; border-style:solid; border-width:1px; border-color:#80733E; float:left;}
.portrait{margin-right:5px; border-style:solid; border-width:1px; border-color:#80733E; float:left;}
/*Commands*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.lifloat{float:left; padding-right:5px; padding-left:5px;list-style-type:none;}
.more{display:none;}

/*Layout*/
#wrapper{position:relative; left:50%; width:850px; margin:0px; padding:0px; margin-left:-425px; background-image:url(i/layout/paperbg.jpg); background-repeat:repeat-y; background-color:#E9E5BF; overflow:hidden;}
#top{width:850px; height:250px; background-image:url(i/layout/top.jpg); background-repeat:no-repeat;}
#nav{width:165px; padding-left:35px; float:left;}
#content{width:430px; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:15px;float:left;}
#right{width:165px; padding-right:35px; padding-left:10px; padding-top:5px;float:right;}
#bottom{width:850px; height:70px; padding-top:30px;color:#FFFFFF; background-image:url(i/layout/bottom.jpg); background-repeat:no-repeat; clear:both;}

/*Nav*/
#nav ul, #right ul{list-style-type:none; padding-left:0px; margin-left:0px; margin-top:0px;}
#nav ul a, #right ul a{text-indent:-5000px; overflow:hidden; list-style-type:none;}
#nav .news a{width:145px; height:40px;background-image:url(i/layout/news.png); background-repeat: no-repeat; background-position:left top; display:block;}
#nav .bio a{width:145px; height:40px;background-image:url(i/layout/bio.png); background-repeat: no-repeat; background-position:left top; display:block;}
#nav .discs a{width:145px; height:40px;background-image:url(i/layout/discs.png); background-repeat: no-repeat; background-position:left top; display:block;}
#nav .pics a{width:145px; height:40px;background-image:url(i/layout/pics.png); background-repeat: no-repeat; background-position:left top; display:block;}
#nav .audio a{width:145px; height:40px;background-image:url(i/layout/audio.png); background-repeat: no-repeat; background-position:left top; display:block;}
#nav .video a{width:145px; height:40px;background-image:url(i/layout/video.png); background-repeat: no-repeat; background-position:left top; display:block;}
#nav .shows a{width:145px; height:40px;background-image:url(i/layout/shows.png); background-repeat: no-repeat; background-position:left top; display:block;}
#nav .press a{width:145px; height:40px;background-image:url(i/layout/press.png); background-repeat: no-repeat; background-position:left top; display:block;}
#nav .contact a{width:145px; height:40px;background-image:url(i/layout/contact.png); background-repeat: no-repeat; background-position:left top; display:block;}

/*Nav Hover*/
#nav .news a:hover, #nav .bio a:hover, #nav .discs a:hover, #nav .pics a:hover, #nav .audio a:hover, #nav .video a:hover,
#nav .shows a:hover, #nav .press a:hover, #nav .contact a:hover{background-position:right top;}

/*Nav Selected*/
#newspage #nav .news a{background-position:right top;}
#biopage #nav .bio a{background-position:right top;}
#discspage #nav .discs a{background-position:right top;}
#picspage #nav .pics a{background-position:right top;}
#audiopage #nav .audio a{background-position:right top;}
#videopage #nav .video a{background-position:right top;}
#showspage #nav .shows a{background-position:right top;}
#presspage #nav .press a{background-position:right top;}
#contactpage #nav .contact a{background-position:right top;}

/*Right Bar*/
#right .upcoming{width:165px; height:12px; background-position:left top; background-image:url(i/layout/upcoming.png); background-repeat:no-repeat; display:block;}
#right .myspace a{width:165px; height:55px; background-position:left top; background-image:url(i/layout/myspace.png); background-repeat:no-repeat; display:block;}
#right .myspace a:hover{background-position:right top;}

/*Links*/
a{text-decoration:none;}
a:link{color:#80733E;}
a:link:hover, a:visited:hover{text-decoration:underline;}
a:visited{color:#958957;}
#bottom a{text-decoration:none; color:#80733E;}
#bottom a:hover{border-bottom-style:solid; border-width:2px; border-color:#80733E;}

/*Headings*/
h1, h2, h3, h4, h5, h6{color:#32180A;margin-top:0px; margin-bottom:5px;}
h1{font-size:1.6em;}
h2{font-size:1.4em;}
h3{font-size:1.2em;color:#80733E;}
h4{font-size:1.2em;}
h5{font-size:1em; margin-top:10px; margin-bottom:0px;}
h6{text-indent:-10000px;}

/*Extra Fonts*/
.small{font-size:0.75em; margin-top:5px; margin-bottom:5px;}
.smaller{font-size:0.6em; margin-top:2px; margin-bottom:2px;}
.end{border-bottom-style:dotted; border-bottom-width:1px;border-bottom-color:#80733E; padding-bottom:20px; margin-bottom:20px;}
.ender{border-bottom-style:dotted; border-bottom-width:1px;border-bottom-color:#80733E; padding-bottom:5px; margin-bottom:5px;}