/*  
Date: 01/23/11
URL: http://www.anaura.com
Version: 4.0
Author: Alex Hillmer

Learn, Don't Burn.
This design < (brand, images, typography, colors, and layout)
Copyright 2003-2011 Anaura. All Rights Reserved.
Cheers!
*/

/* reset */ 
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,
code,del,em,font,img,q,s,samp,small,strike,strong,
tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	}
	
a {
	outline: none;
	}
	
ul,li {
	list-style-type: none;
	}
	
	
/* global */
body {
	background: #666 url(images/wood_bg.jpg) repeat-x;
	background-position: center top;
	font-family: "lucida sans unicode", "lucida grande", verdana, arial, helvetica, sans-serif;
	color: #000;
	}	
	
h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia", Times New Roman, Times, serif;
	}
	
h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 10px 25px 15px 25px;
	font-weight: bold;
	}

h3 {
	font-size: 1.4em;
	}

h4 {
	font-size: 1.3em;
	}

h5 {
	font-size: 1.2em;
	}
	
h6 {
	font-size: 1.1em;
	}

p {
	font-size: 1.0em;
	}
	
a:link {
	color: #036;
	}
a:visited {
	color: #933;
	}
a:active {
	color: #036;
	}
a:hover {
	color: #369;
	}
	
.strike {
	text-decoration: line-through;
	}	
	
hr {
	clear: both;
	visibility: hidden;
	}
	
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

* html .clearfix {
	height: 1%;
	}	
	
.clearfix { display: inline-block; }
		
img {
	border: 0;
	}	
	
html { 
	height: 100%; margin-bottom: 1px; 
	}
	
/* layout */ 
#wrap {
	width: 960px;
	background: url(images/top_bg.jpg) no-repeat;
	margin: 0 auto;
	text-align: left;
	}

/* header */ 
#header {
	width: 960px;
	height: 110px;
	}
	
/* logo */ 
#logo {
	width: 280px;
	float: left;
	padding: 23px 0px 0px 30px;
	}

#logo h1 {
	width: 280px;
	height: 76px;
	display: block;
	text-indent: -13000px;
	background: url(images/anaura_logo_header.gif) no-repeat right top transparent;
	}

#logo h1 a {
	width: 280px;
	height: 76px;
	display: block;
	text-decoration: none;
	}
	
#logo h1 a:hover {
	background: url(images/anaura_logo_header.gif) no-repeat right bottom transparent;
	}

/* main navigation */ 
ul#nav {
	float: right;
	padding: 81px 35px 0px 0px;
	}
	
ul#nav li {
	padding: 0;
	margin: 0;
	float: left;
	text-indent: -13000px;	
	list-style-type: none;
	}
	
ul#nav li a {
	border: 0;
	display: block;
	text-decoration: none;
	background: transparent url(images/main_nav.gif) no-repeat;
	}
	
li#home a {
	width: 76px;
	height: 31px;
	}
	 
li#news a {
	width: 77px;
	height: 31px;
	}
	 
li#shows a {
	width: 77px;
	height: 31px;
	}	
	 
li#media a {
	width: 77px;
	height: 31px;
	}
	 
li#contact a {
	width: 76px;
	height: 31px;
	}	
	 	 	 	 
li#home a:hover, li#home a:focus {
	background-position: 0px -31px;
	}
	
li#news a:link, li#news a:visited {	
	background-position: -76px 0px;
	}
	
li#news a:hover, li#news a:focus {	
	background-position: -76px -31px;
	}
	
li#shows a:link, li#shows a:visited {	
	background-position: -153px 0px;
	}
	
li#shows a:hover, li#shows a:focus {	
	background-position: -153px -31px;
	}
	
li#media a:link, li#media a:visited {	
	background-position: -230px 0px;
	}
	
li#media a:hover, li#media a:focus {	
	background-position: -230px -31px;
	}
	
li#contact a:link, li#contact a:visited {	
	background-position: -307px 0px;
	}
	
li#contact a:hover, li#contact a:focus {	
	background-position: -307px -31px;
	}

/* main navigation active tab */ 
body#home-page ul#nav li#home a {
	background-position: 0px -62px;
	}
	
body#news-page ul#nav li#news a {
	background-position: -76px -62px;
	}
	
body#shows-page ul#nav li#shows a {
	background-position: -153px -62px;
	}
	
body#media-page ul#nav li#media a {
	background-position: -230px -62px;
	}
	
body#contact-page ul#nav li#contact a {
	background-position: -307px -62px;
	}	
	
/* main content */ 
#content {
	width: 940px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	}

#main_630 {
	width: 630px;
	background-color: #fff;
	float: left;
	}

#main_wide {
	background-color: #fff;
	float: left;
	}	

#photo_main {
	padding: 9px 0px 30px 9px;
	margin-left: 20px;
	background: url(images/home_photo_frame.gif) no-repeat;
	}

.post {
	width: 595px;
	padding-left: 20px;
	}
	
.post p {
	padding-bottom: 10px;
	}	

.date {
	float: left;
	margin-right: 12px;
	padding: 0px 5px 16px 0px;
	border-right: 1px solid #cccccc;
	}
	
.date p {
	text-transform: uppercase;
	width: 40px;
	}
	
.date span.month {
	display: block;
	padding-top: 3px;
	font-size: 0.5em;
	line-height: 1.8em;
	text-align: center;
	}

.date span.day {
	font: 1.8em "Georgia", Times New Roman, Times, serif;
	display: block;
	margin-top: -5px;
	color: #666666;
	text-align: center;
	}	

.post h3 {
	float: right;
	color: #c80808;
	line-height: 1.3em;
	padding-bottom: 6px;
	width: 535px;
	}

.news {
	float: right;
	color: #333;
	font-size: 0.8em;
	line-height: 1.5em;
	width: 535px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	background: url(images/home_news_break.gif) no-repeat bottom;
	}

.news ul, ol{
	padding-bottom: 15px;
	}		
	
.newsEnd {
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: none;
	}	
	
.newsArchive {
	background: url(images/news_archive.gif) no-repeat center top;
	font: 0.7em "Georgia", Times New Roman, Times, serif;
	display:block;
	text-align: center;
	width: 535px;
	padding: 10px 0px;
	margin-left: 80px;
	}

/* sidebar */ 
#secondaryContent {
	width: 280px;
	margin-right: 25px;
	padding-top: 3px;
	float: right;
	background-color: #fff;
	}

/* upcoming show */ 
#upcoming_show {
	width: 280px;
	background: url(images/upcomingshows_btm.gif) no-repeat bottom left;
	float: right;
	margin-bottom: 10px;
	}
  
#upcoming_show h4 {
	padding: 12px 8px 0px 15px;
	background: url(images/upcomingshows_top.gif) no-repeat top left;
	color: #fff;
	text-shadow: #333 1px 1px 2px;
	letter-spacing: 1px;
	font-weight: bold;
	}

.show_details {
	width: 60px;
	padding-top: 15px;
	float: left;
	font-size: 0.8em;
	}

.show_info {
	width: 200px;
	padding: 15px 10px 40px 10px;
	float: left;
	color: #ccc;
	font-size: 0.8em;
	}

.show_details li {
	text-align: right;
	margin: 0 0 9px; 
	} 
	
.show_info li {
	margin: 0 0 9px;
	font-weight: bold;
	} 
	
.show_info a:link {color: #ccc; font-weight: bold;}
.show_info a:visited {color: #900; font-weight: bold;}
.show_info a:active {color: #ccc; font-weight: bold;}
.show_info a:hover {color: #fff; font-weight: bold;}		
	
/* band quotes */  
#bandQuotes {
	background: url(images/side_fade.gif) no-repeat top left;
	float: right;
	}

#bandQuotes h5 {
	padding: 12px 8px 0px 12px;
	color: #666;
	}

blockquote  {
	text-align: left;
	padding: 12px 10px 12px 12px;
	color: #666;
	float: left;
	background: url(images/sidebar_title_underline.gif) no-repeat 12px bottom;
	font-size: 0.7em;
	line-height: 1.6em;
	}

em {
	font-style: italic;
	}

blockquote.quoteEnd {
	padding-bottom: 40px;
	background-image: none;
	}
	
#underline_detail {
	width: 280px;
	height: 1px;
	background: url(images/underline.gif) no-repeat top left;
	}

/* sub nav */  
.sub_nav {
	background: url(images/side_fade.gif) no-repeat top left;
	float: right;
	width: 280px;
	}

.sub_nav h5 {
	padding: 12px 8px 10px 12px;
	color: #666;
	}
	
.sub_nav li {
	font: 0.8em "Georgia", Times New Roman, Times, serif;
	color: #999;
	list-style: none;
	margin-left: 12px;
	padding: 10px 0px 10px 10px;
	background: url(images/underline.gif) no-repeat top left;
	}

.size {
	color: #666;	
	font-size: 1.5em;
	}	

.sub_nav li a { 
	font-size: 1.5em;
	text-decoration: none; 
	}
	
/* promo area */ 
#promo_area {
	clear: both;
	background: url(images/promo_top.gif) no-repeat top left;
	background-color: #999;
	padding: 16px 0px 1px 0px;
	border-bottom: 1px solid #666;
	}

#promo_area h5 {
	padding-bottom: 12px;
	}

#promo_area a:link {color: #222;}
#promo_area a:visited {color: #CC0000;}
#promo_area a:active {color: #333;}
#promo_area a:hover {color: #fff;}


/* albums */ 
.albumsAnaura {
	float: left;
	display: block;
	width:280px;
	margin-left: 25px;
	border-right: 1px dotted #666;
	}

.album {
	margin: 0 20px 10px 0;
	padding-bottom: 1px;
	background: url(images/album_divider.gif) no-repeat bottom;
	}

.albumEnd {
	background-image: none;
	}

.albumDetails {
	float: left;
	}

.albumsAnaura h6{
	font-size: 0.8em;
	margin-left: 60px;
	word-spacing: 1px;
	}

.releaseDate {
	font: 0.7em/1.6em "Georgia", Times New Roman, Times, serif;
	color: #333;
	margin-left: 60px;
	}

.albumsAnaura img{
	border: 1px solid #666;
	float: left;
	}

.buyMusic {
	float: right;
	}

.buyMusic ul{
	font-size: 0.7em;
	}

.itunes {
	background:transparent url(images/icon_itunes.gif) no-repeat scroll left center;
	margin-bottom: 8px;
	}

.cdbaby {
	background:transparent url(images/icon_cdbaby.gif) no-repeat scroll left center;
	}

.albumsAnaura a {
	padding-bottom:2px;
	padding-left:20px;
	padding-top:2px;
	}

/* find us */ 
.findUs ul {
	font: 0.8em/3.0em "Georgia", Times New Roman, Times, serif;
	color: #222;
	list-style-image:none;
	list-style-position:outside;
	}

.findUs {
	float: left;
	width:280px;
	margin-left: 25px;
	border-right: 1px dotted #666;
	}

.findUs a {
	padding-bottom:8px;
	padding-left:30px;
	padding-top:8px;
	}
	
.facebook {
	background:transparent url(images/icon_facebook.gif) no-repeat scroll left center;
	}

.myspace {
	background:transparent url(images/icon_myspace.gif) no-repeat scroll left center;
	}

.youtube {
	background:transparent url(images/icon_youtube.gif) no-repeat scroll left center;
	}

.flickr {
	background:transparent url(images/icon_flickr.gif) no-repeat scroll left center;
	}

.pad {
	padding-bottom: 90px;
	}

/* contact info */ 
.contactInfo {
	float: left;
	margin-left: 25px;
	}

.contactInfo ul{
	font: 0.8em/2.0em "Georgia", Times New Roman, Times, serif;
	margin-left: 50px;
	padding-bottom: 15px;
	}

.contactInfo img{
	padding-top: 5px;
	float: left;
	}

.contactInfo a:link {color: #999; text-decoration: none;}
.contactInfo a:visited {color: #CC0000;}
.contactInfo a:active {color: #333;}
.contactInfo a:hover {color: #ccc;}	
	

/* footer */ 
#footer {
	padding-top: 30px;
	background: url(images/btm_bg.jpg) no-repeat;
	}

#footer p {
	font-size: 0.8em;
	color: #990000;
	text-align: center;
	}
	
#footer a:link {color: #999;}
#footer a:visited {color: #CC0000;}
#footer a:active {color: #333;}
#footer a:hover {color: #ccc;}
	
#footer .copyright {
	padding: 8px 0px 20px 0px;
	color: #333;
	font-size: 0.6em;
	text-align: center;
	}

/* shows */ 
.show {
	font-size: 0.8em;
	display: block;
	margin: 0px 25px 0px 25px;
	padding: 10px;
	border-top: 1px dotted #ccc;
	}	

.row {
	background-color: #eee;
	}	

.monthday {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: bold;
	float: left;
	padding-right: 15px;
	width: 100px;
	}	

.venue {
	float: left;
	padding-right: 15px;
	width: 190px;	
	}
	
.locale {
	float: left;
	padding-right: 15px;
	width: 190px;
	}
	
.time {
	float: left;
	padding-right: 15px;
	width: 70px;	
	}
	
.info {
	float: left;
	padding-right: 15px;	
	width: 160px;	
	}	

.soldout {
	color: #fff;
	font-size: 0.8em;
	background-color: #CC0000;
	padding: 1px 4px 1px 4px;
	float: left;
	color: #fff;
	font-weight: bold;
	}				

.buytix a{
	color: #fff;
	font-size: 0.8em;
	background-color: #434385;
	padding: 1px 4px 1px 4px;
	float: left;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	}
						
.buytix a:visited{
	color: #fff;
	}		
	
.buytix a:hover{
	background-color: #5c5c8d;
	}	
	
.notes {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666;
	padding: 5px 270px 0px 115px;
	clear: both;
	}
	
.video {
	margin: 0 auto;
	width: 460px;
	border: 6px solid #999;
	margin-bottom: 30px;
	}
	
.vids {
	font-size: 1.0em;
	color: #666;
	padding: 15px 25px 15px 70px;
	margin: 0px 25px;
	font-weight: bold;
	border-top: 1px dotted #999;
	}

.genp p{
	color: #333;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0px 15px 10px 30px;
	}	

/* bio goods */ 
h2.bio{
	float: left;
	display: inline;
	padding-right: 15px;
	padding-bottom: 5px;
	}

#bio li{
	float: left;
	font-size: 0.7em;
	color: #222;
	padding: 6px 25px 7px 25px;
	margin-top: 13px;
	margin-bottom: 0px;
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	}

.dlbio {
	background:transparent url(images/dlbio.gif) no-repeat scroll left center;
	}

.dllogo {
	background:transparent url(images/dllogo.gif) no-repeat scroll left center;
	}

.dlphoto {
	background:transparent url(images/dlphoto.gif) no-repeat scroll left center;
	}
	
/* press */ 
.presspost {
	width: 600px;
	padding-left: 25px;
	}
	
.presspost p {
	padding-bottom: 10px;
	padding-right: 10px;
	}	

.presspost h3 {
	color: #c80808;
	line-height: 1.3em;
	padding-bottom: 6px;
	width: 535px;
	}

.press {
	color: #333;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-bottom: 15px;
	margin-bottom: 10px;
	background: url(images/home_news_break.gif) no-repeat bottom;
	}

.pressend {
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: none;
	}	
	
/* wax */ 	
.wax {
	padding: 15px 0px 35px 25px;
	margin: 0px 0px 0px 25px;
	border-top: 1px dotted #999;
	width: 565px;
	}

.wax h4{
	font-size: 1.1em;
	font-weight: bold;
	color: #c80808;
	padding-bottom: 15px;
	}

.coverstar {
	float: left;
	padding-right: 35px;
	}
	
.coverstar img{
	border: 1px solid #666;
	margin-bottom: 20px;
	}	

.coverstar li{
	font-size: 0.7em;
	margin-left: 10px;
	}
	
.ituneswh {
	background:transparent url(images/icon_itunes_wh.gif) no-repeat scroll left center;
	margin: 0px 0px 8px 0px;
	}

.cdbabywh {
	background:transparent url(images/icon_cdbaby_wh.gif) no-repeat scroll left center;
	}
	
.coverstar p {
	font: 0.7em/0.0em "Georgia", Times New Roman, Times, serif;
	color: #666;
	padding-bottom: 15px;
	padding-left: 10px;
	}
	
.coverstar a {
	padding-bottom:2px;
	padding-left:20px;
	padding-top:2px;
	font-weight: bold;
	}

.waxtrax ol{
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 0.8em;
	color: #333;
	width: 315px;
	}
	
.waxtrax li{	
	list-style-type: decimal;
	margin: 0 0 12px;
	list-style-position: inside;
	}
	
/* contact */ 	
.contact {
	border-top: 1px dotted #999;
	margin: 0px 15px 0px 25px;
	padding: 15px 0px 5px 15px;
	}

.maillist{
	background-color: #ededed;
	}	
	
.contact p {
	color: #333;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-bottom: 15px;
	}
	
.list {
	padding: 5px 0px 15px 40px;
	}
	
.list p{
	display: inline;	
	padding-right: 10px;
	}

.list span{
	font-weight: bold;
	}
	
.contact ul {
	float: left;
	margin-right: 40px;
	padding-bottom: 50px;
	}
	
.contact li {
	color: #333;
	font-size: 0.8em;
	line-height: 2.0em;
	}

