/**************************************************
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, 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:repeat-x;
background-color:#000000;
background-attachment:fixed;
}

#wrapper {
width: 860px;
margin: auto;
background:url(../img/centre.jpg);
background-repeat:no-repeat;
background-color:#000;
margin-bottom:20px;
}	

#header{
width:860px;
height:300px;
}

#logo{
width:281px;
height:200px;
margin-left:288px;
}
#nav {
float:left;
width: 859px;
height: 31px;
background-repeat:no-repeat;
}
	#nav ul { height: 74px; }
	#nav ul li { display: inline;}
	#nav ul li a {
			display: block;
			float: left;
			padding: 0px 0px 0;
			margin: 6px 0 0px 0px;
			font-size: 1.3em;
			color: #5c8134;
			text-indent: -9000px;
			text-decoration: none;
			}
			#nav ul li a:hover {
			color: #333333;
			}
			
			#nav li#nhome a { background: url('../img/nav.png') 0px 0px; width: 78px; height:31px;}
			#nav li#nhome a:hover { background: url('../img/nav.png') 0px -32px;}
			#nav li#nhome a.active { background: url('../img/nav.png') 0px -64px; height:76px; cursor:default;}
			
			#nav li#nbiography a{ background: url('../img/nav.png') -78px 0px; width: 116px; height:31px;}
			#nav li#nbiography a:hover { background: url('../img/nav.png') -78px -32px;}
			#nav li#nbiography a.active { background: url('../img/nav.png') -78px -64px; height:76px; cursor:default;}
			
			#nav li#ndiscography a{ background: url('../img/nav.png') -194px 0px; width: 144px; height:31px; }
			#nav li#ndiscography a:hover { background: url('../img/nav.png') -194px -32px;}
			#nav li#ndiscography a.active { background: url('../img/nav.png') -194px -64px; height:76px; cursor:default;}

			#nav li#ntour a{ background: url('../img/nav.png') -338px 0px; width: 73px; height:31px; }
			#nav li#ntour a:hover { background: url('../img/nav.png') -338px -32px;}
			#nav li#ntour a.active { background: url('../img/nav.png') -338px -64px; height:76px; cursor:default;}
			
			#nav li#nmedia a{ background: url('../img/nav.png') -411px 0px; width: 79px; height:31px; }
			#nav li#nmedia a:hover { background: url('../img/nav.png') -411px -32px;}
			#nav li#nmedia a.active { background: url('../img/nav.png') -411px -64px; height:76px; cursor:default;}
			
			#nav li#ngallery a{ background: url('../img/nav.png') -490px 0px; width: 100px; height:31px; }
			#nav li#ngallery a:hover { background: url('../img/nav.png') -490px -32px;}
			#nav li#ngallery a.active { background: url('../img/nav.png') -490px -64px; height:76px; cursor:default;}
			
			#nav li#npress a{ background: url('../img/nav.png') -590px 0px; width: 74px; height:31px; }
			#nav li#npress a:hover { background: url('../img/nav.png') -590px -32px;}
			#nav li#npress a.active { background: url('../img/nav.png') -590px -64px; height:76px; cursor:default;}
			
			#nav li#nmerch a { background: url('../img/nav.png') -664px 0px; width: 86px; height:31px; }
			#nav li#nmerch a:hover { background: url('../img/nav.png') -664px -32px;}
			#nav li#nmerch a.active { background: url('../img/nav.png') -664px -64px; height:76px; cursor:default;}
			
			#nav li#ncontact a{ background: url('../img/nav.png') -750px 0px; width: 109px; height:31px; }
			#nav li#ncontact a:hover { background: url('../img/nav.png') -750px -32px;}
			#nav li#ncontact a.active { background: url('../img/nav.png') -750px -64px; height:76px; cursor:default;}

#content{
width:860px;
}

#content h2{
font-family:"Times New Roman", Times, serif ;
font-weight:100;
color:#99282C;
font-size:18px;
display:block;
margin-bottom:10px;
}

#content p, #content h3, #content td{
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#FFF;
padding-right:20px;
}

#content td{
height:15px;
border-bottom:1px solid #000;
padding-top:2px;
padding-bottom:2px;
padding-left:10px;
margin-top:10px;
}

table{
width:530px;
background-color:#222222;
}

#content p{
padding-bottom:30px;
}

#content h3{
font-weight:bold;	
line-height:150%;
}

#content p a:link, #content p a:visited{
color:#8C5F30;
text-decoration:none;
}

#content p a:hover{
text-decoration:underline;	
}

#side-links{
width:240px;
height:40px;
margin-left:13px;
}

#content-left{
width :560px;
margin-left:23px;
border-right:1px dashed #333;
float:left;
margin-top:20px;
}

#archaic-right, #networking{
width:260px;
float:left;
margin-left:10px;
padding-bottom:16px;
margin-bottom:15px;
border-bottom:1px dashed #333;
}

#networking{
background:url(../img/networkbg.jpg);
background-repeat:no-repeat;
}

#networking img{
padding-right:3px;	
}

#archaic-right{
text-align:center;	
}

#archaic-right img{	
margin-bottom:10px;
}

#archaic-right p{
padding-bottom:5px;
text-align:center;
margin-left:40px;
}


a.button {
/* Sliding right image */
background: transparent url('../img/btn_sd2.png') no-repeat scroll top right; 
display: block;
float: left;
height: 23px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 15px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
text-decoration:none;
}

a.button span {
/* Background left image */ 
background: transparent url('../img/btn_sd1.png') no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 0px 0px 0px 14px;
color:#FFF;
text-decoration:none;
} 

a.button:hover span{
text-decoration:underline;
color:#FFF;
}

a.button:visited span{
color:#FFF;
text-decoration:none;
}

.caption{
font-size:9px;
}

.bandphoto, .img_lhs{
border:1px solid #999;
padding:2px;
margin-top:12px;
margin-bottom:5px;
margin-right:12px;
}

.img_lhs{
float:left;	
}


.discog{
clear:left;
width:520px;
margin-bottom:12px;
background-color:#222222;
padding-top:10px;
padding-left:10px;
border-top:1px solid #613407;
}

.discog p{
float:left;
margin-top:8px;
margin-bottom:0px; !important
width:380px;
}

#footer{
background:url(../img/footerbg.jpg);
background-repeat:repeat;
width:100%;
border-top:1px solid #613407;
padding-bottom:75px;
}

#footer-container{
width:860px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
color:#FFF;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
}

#footerlinks{
float:left;
width:560px;
margin-left:23px;
margin-bottom:10px;
}

#copy{
margin-left:45px;
float:left;
width:200px;	
}
#footer a:link, #footer a:visited{
color:#724C26;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;	
}

#crystal{
width:248px;
margin-left:23px;
margin-top:10px;
}

#comments li{
margin-bottom:5px;	
}

.comments li{
color:#FFF;	
font-size:11px;
font-family:Verdana, Geneva, sans-serif;
}

.comments{
margin-left:20px;	
}

#captcha{
background:url(http://www.oldseason.com/public/img/footerbg.jpg);
background-repeat:repeat;
vertical-align:middle;
width:300px;
padding:5px;
margin-top:7px;
margin-bottom:7px;
}

label {
color:#FFFFFF;
font-family:Verdana,Geneva,sans-serif;
font-size:11px;
}

.comment-form-submit {
background:#281E14 none repeat scroll 0 0;
border:1px solid #613407;
color:#FFFFFF;
display:block;
}

.gravatar img{
width:60px;	
}

.archives{
float:right;
margin-right:65px;
}

.discog-side-links{
float:right;
width:90px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#FFF;
font-weight:normal;
}

.tourdates, .presstable, .contacttable{
border-top:1px solid #613407;	
}

/** SHOP CSS **/

.back li{
float:left;	
padding:5px;
background-color:#5D3911;
}

.back li a{
color:#FFF;
font-weight:bold;
text-decoration:none;
}
.back li a:hover{
text-decoration:underline;	
}

#mainWrapper{
margin-left:23px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
margin-top:60px;
}

#navCatTabs{
display:none;	
}

#contentMainWrapper{
width:800px;	
}
