/**************************************************
1. Style 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, 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;
}

/* Unordered Lists */

ul{
list-style: none;
}

/* Blockquote / Quote */
blockquote, q{
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* Focus styles */

:focus{
outline: 0;
}

/* remember to highlight inserts somehow! */

ins{
text-decoration: none;
}

del{
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table{
border-collapse: collapse;
border-spacing: 0;
}

p{
margin: 0;
line-height: 1.6em;
}	

.clearfix:after {
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
*+html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */

/* Layout */


html {
height: 102%;
}

body {
background:url(../img/bg.jpg);
background-position:top center;
background-repeat:no-repeat;
background-color:#000;
}

#wrapper {
margin-top:0px;
padding-top:0px;
width:850px;
margin:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#CCC;
}	

#header{
height:280px;
width:850px;
}

#nav {
float:left;
width: 850px;
height: 36px;
background-repeat:no-repeat;
}

#nav ul { height: 36px; }
#nav ul li {display: inline;}
#nav ul li a {
display: block;
float: left;
padding: 0px 0px 0;
font-size: 1.3em;
color: #5c8134;
text-indent: -9000px;
text-decoration: none;
}

#nav ul li a:hover {
color: #333333;
}
#nav li#nnews a { background: url('../img/nav.gif') 0px 0px; width: 61px; height:36px;}
#nav li#nnews a:hover, #nav li#nnews a.active { background: url('../img/nav.gif') 0px -37px;}

#nav li#nbiography a { background: url('../img/nav.gif') -61px 0px; width: 116px; height:36px;}
#nav li#nbiography a:hover, #nav li#nbiography a.active { background: url('../img/nav.gif') -61px -37px;}


#nav li#ndiscography a { background: url('../img/nav.gif') -177px 0px; width: 142px; height:36px; }
#nav li#ndiscography a:hover, #nav li#ndiscography a.active{ background: url('../img/nav.gif') -177px -37px;}


#nav li#ntour a { background: url('../img/nav.gif') -319px 0px; width: 65px; height:36px; }
#nav li#ntour a:hover, #nav li#ntour a.active{ background: url('../img/nav.gif') -319px -37px;}


#nav li#nmedia a { background: url('../img/nav.gif') -384px 0px; width: 73px; height:36px; }
#nav li#nmedia a:hover, #nav li#nmedia a.active{ background: url('../img/nav.gif') -384px -37px;}


#nav li#ngallery a { background: url('../img/nav.gif') -457px 0px; width: 91px; height:36px; }
#nav li#ngallery a:hover, #nav li#ngallery a.active { background: url('../img/nav.gif') -457px -37px;}


#nav li#npress a { background: url('../img/nav.gif') -548px 0px; width: 62px; height:36px; }
#nav li#npress a:hover, #nav li#npress a.active{ background: url('../img/nav.gif') -548px -37px;}


#nav li#nmerch a { background: url('../img/nav.gif') -610px 0px; width: 80px; height:36px; }
#nav li#nmerch a:hover, #nav li#nmerch a.active{ background: url('../img/nav.gif') -610px -37px;}


#nav li#nlinks a { background: url('../img/nav.gif') -690px 0px; width: 65px; height:36px; }
#nav li#nlinks a:hover, #nav li#nlinks a.active { background: url('../img/nav.gif') -690px -37px;}

#nav li#ncontact a { background: url('../img/nav.gif') -755px 0px; width: 93px; height:36px; }
#nav li#ncontact a:hover, #nav li#ncontact a.active { background: url('../img/nav.gif') -755px -37px;}


#content{
float:left;
margin-top:10px;
width:850px;
padding-top:38px;
padding-bottom:25px;
border-top:1px solid #333;
}

#main-content{
float:left;
width:545px;
margin-bottom:20px;
}

#main-content img{
max-width:500px;
}

#main-content p, #main-content h3{
margin-left:5px;	
}

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#fff;
font-weight:400;
padding:5px;
border-top:5px solid #000;
background-color:#303030;
}

h3{
margin-top:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#fff;
font-weight:400;
}

p{
margin-top:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#E8E8E8;
}

#sidebar{
float:left;
width:275px;
margin-left:25px;
background-color:#1F1F1F;
}

#sidebar p{
padding:5px;	
text-align:center;
}

#sidebar ul{
margin-left:25px;
}

#sidebar img{
text-align:center;
}

a:link, a:visited{
color:#666;
text-decoration:none;
}

a:hover{
color:#900;
text-decoration:underline;
}

#footer{
clear:both;
float:left;
border-top: 1px solid #333;	
width:100%;
margin-top:15px;
padding-top:0px;
padding-bottom:40px;
}

#footer-links{
width:850px;
margin:auto;
}

#footer a{
margin-right:10px;	
}

#footer p{
margin-top:12px;	
}
.disclaimer{
margin-left:72px;
}

.img_lhs{
float:left;
padding:2px;
border:1px solid #900;
margin:5px;
}

.img_rhs{
float:right;
padding:2px;
border:1px solid #900;
margin:5px;
}

.disc{
width:120px;
padding:2px;
border:1px solid #900;
}

table td{
padding:6px;
margin-bottom:25px;
vertical-align:top;	
}

table{
width:545px;	
}

.discimg{
width:150px;	
padding:2px;
padding:2px;
border:1px solid #333;
}

.floatleft{
float:left;	
}

table{
padding-bottom:28px;
margin-bottom:28px;
border-bottom:1px solid #333;
background:#1A1A1A;
}

.disctn{
width:50px;	
border:1px solid #333;
}

object{
margin-right:10px;
margin-top:10px;
}

.comment-form-body{
width:500px;
height:100px;
border:1px solid #666;
}

.gravatar{
border-bottom:2px solid #333;
vertical-align:top;
}

.gravatar img{
border:1px solid #333;	
margin-right:5px;
}

li img{
float:left;	
}

.comment-form-submit{
display:block;
background:#333;
color:#FFF;
border:1px solid #666;
}

.networkimg img{
float:left;
width:120px;
}

.networkimg{
margin-top:0px;
padding-top:0px;
height:40px;
}