/* CSS Document */
body
{
	background: #dbdad8 url(../images/chiodosbg.gif) repeat-y center top;
	color:#6A6A6C; margin:0;
	font: 11px Arial, Helvetica, sans-serif;
	line-height:16px;
}

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

a:hover
{
	color:#403B87;
}

a span
{
	display:none;
}

form
{
	margin:0; padding:0;
}

ul
{
	margin-top:0;
}

ol li
{
	margin-left:1em;
}

input, textarea
{
	font: 11px Arial, Helvetica, sans-serif;
}

table#header
{
	height:207px;
	margin:auto;
}

table#header td.nav a
{
	display: block;
	border-left:1px solid #98C0B8;
	height:25px; float:left;
}

table#header td.nav a span
{
	display:none;
}

a#home:link, a#home:visited
{	
	width:71px;
	background:  url(../images/navHome.gif) no-repeat left top;
}
a#home:hover
{	
	background:  url(../images/navHome.gif) no-repeat left bottom;
}

a#shows:link, a#shows:visited
{	
	width:53px;
	background:  url(../images/navShows.gif) no-repeat left top;
}
a#shows:hover
{	
	background:  url(../images/navShows.gif) no-repeat left bottom;
}

a#bio:link, a#bio:visited
{	
	width:78px;
	background:  url(../images/navBio.gif) no-repeat left top;
}
a#bio:hover
{	
	background:  url(../images/navBio.gif) no-repeat left bottom;
}

a#media:link, a#media:visited
{	
	width:52px;
	background:  url(../images/navMedia.gif) no-repeat left top;
}
a#media:hover
{	
	background:  url(../images/navMedia.gif) no-repeat left bottom;
}

a#board:link, a#board:visited
{	
	width:109px;
	background:  url(../images/navBoard.gif) no-repeat left top;
}
a#board:hover
{	
	background:  url(../images/navBoard.gif) no-repeat left bottom;
}

a#store:link, a#store:visited
{	
	width:45px;
	background:  url(../images/navStore.gif) no-repeat left top;
}
a#store:hover
{	
	background:  url(../images/navStore.gif) no-repeat left bottom;
}

a#links:link, a#links:visited
{	
	width:46px;
	background:  url(../images/navLinks.gif) no-repeat left top;
}
a#links:hover
{	
	background:  url(../images/navLinks.gif) no-repeat left bottom;
}

a#contact:link, a#contact:visited
{	
	width:67px;
	background:  url(../images/navContact.gif) no-repeat left top;
}
a#contact:hover
{	
	background:  url(../images/navContact.gif) no-repeat left bottom;
}

div#wrap
{
	width:757px; margin:auto;
}

div#sideBar
{
	float:left;width:143px;
	background:#fff url(../images/sideBarBG.jpg) no-repeat top;
}

div#sideBar ul
{
	margin-left: 23px;
	padding-left: 0;
}

div#sideBar img.head
{
	margin:15px 0 0 8px;
}

ul#upcomingShows li a:link, ul#upcomingShows li a:visited
{
	color: #6A6A6C;
	text-decoration:none;
}
ul#upcomingShows li a:hover
{
	color: #6A6A6C;
	text-decoration:underline;
}


a.buyalbum:link,a.buyalbum:visited
{
	display:block; width:132px; height: 151px; margin:auto;
	background: url(../images/buyevr152.jpg) no-repeat left top;
}
a.buyalbum:hover
{
	background: url(../images/buyevr152.jpg) no-repeat right top;
}


a.buybutton:link, a.buybutton:visited
{
	display:block; width:150px; height: 25px; margin: 3px auto 0 auto;
	background: url(../images/buybutton.gif) no-repeat left top;
}

a.buybutton:hover
{
	background: url(../images/buybutton.gif) no-repeat left bottom;
}

a.evrlogo:link, a.evrlogo:visited
{
	display: block; border:1px solid #ccc;
	height:75px; width: 42px; margin:1em auto;
	background: url(../images/evrlogo.gif) no-repeat top;
}

a.evrlogo:hover
{
	border:1px solid #000;
	background: url(../images/evrlogo.gif) no-repeat bottom;
}

a.purevolume:link, a.purevolume:visited
{
	display: block; border:1px solid #ccc;
	height:28px; width: 75px; margin:1em auto;
	background: url(../images/purevolume.gif) no-repeat top;
}

a.purevolume:hover
{
	border:1px solid #000;
	background: url(../images/purevolume.gif) no-repeat bottom;
}

a.myspace:link, a.myspace:visited
{
	display: block; border:1px solid #ccc;
	height:28px; width: 75px; margin:1em auto;
	background: url(../images/myspace.gif) no-repeat top;
}

a.myspace:hover
{
	border:1px solid #000;
	background: url(../images/myspace.gif) no-repeat bottom;
}

div#content
{
	width:582px; float:right;
	padding:0 10px 10px 10px;
	background:#DEECEB url(../images/contentbg.jpg) no-repeat top;
}

div.news
{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #b3cdca;
}

div.title
{
	font:1.4em Georgia, "Times New Roman", Times, serif;
	color:#185e54;
}

div.news div.postinfo, a.author:link, a.author:visited
{
	color:#878787;
}

a.author:hover
{
	text-decoration:underline;
}

div.news img.photo
{
	display:block; margin:.5em 0;
	border:1px solid #333;
	width:175px;
}

div.news div.comments
{
	text-align:center; margin-top:.5em;
}

form#postcomment
{
	float:right; text-align:right;
	width:200px;
	border:1px solid #b3cdca; background:#c8dcda;
	padding:.5em;
}

div.comment
{
	margin:0 230px 1em 0;
	padding-bottom:1em;
	border-bottom: 1px dotted #b3cdca;
}

div.comment div.postinfo
{
	padding: 0 3px;
	border:1px solid #c8dcda; background:#d3e4e3;
}

p.msg
{
	color: #E96E1B;
}

table#shows, table#inshows
{
	border-top: 1px solid #b3cdca;
	border-right:1px solid #b3cdca;
}

table#inshows
{
		margin:0 0 1em 0;
}

table#shows tr th, table#shows tr td, table#inshows tr th, table#inshows tr td
{
	padding:3px;
	text-align:left;
	border-bottom: 1px solid #b3cdca;
	border-left:1px solid #b3cdca;	
}

table#shows tr td, table#inshows tr td
{
	vertical-align:top;
}

tr.alt
{
	background: #d3e4e3;
}

a.info:link, a.info:visited
{
	display: block; margin: auto;
	width:16px; height:16px;
	background: url(../images/info.gif) no-repeat center top;
}

a.info:hover
{
	background: url(../images/info.gif) no-repeat center bottom;
}

table.release
{
	margin-bottom:2em;
}


table.release tr td
{
	vertical-align:top;
}

table.release tr td ol
{
	margin:0; padding:1em 0 0 20px;
}

img.rls, img.biophoto
{
	border:1px solid #b3cdca;
}

img.biophoto
{
	float:left; margin-right:10px;
}


div.pagination, div.cmntpagination
{
	text-align:right;
}

div.cmntpagination
{
	margin-right:230px;
}

a.mediaphoto:link, a.mediaphoto:visited
{
	display: block; width:75px; height:75px; border: 1px solid #E96E1B;
}
a.mediaphoto:hover
{
	border: 1px solid #403B87;
}


