@CHARSET "UTF-8";
/* RESET */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
html
{
	height: 100%;
	color: #FFF;
	background: #000;
	font: 12px / 16px Helvetica, Arial, sans-serif;
}
body
{
	min-height: 100%;
	margin-top: -1px;
	padding-bottom: 1px;
	background: #000 url("/images/page.jpg") fixed no-repeat 50% 0;	
}
.header
{
	width: 800px;
	margin: 0 auto;	
}
.nav
{
	width: 798px;
	border: 1px solid #440000;
	border: 1px solid rgba(255,0,0,0.15);
	margin: 0 auto 10px;
}
.nav ul
{
	height: 34px;
	background: #000;
	overflow: hidden;
}
.nav li
{
	display: block;
	float: left;
}
.nav li a:hover img,.nav li.thisPage img
{
	margin-top: -32px;
}
.article
{
	width: 798px;
	margin: 10px auto;
	border: 1px solid #400;
	border: 1px solid rgba(255,0,0,0.15);
}
.article > div
{
	background: #000;
	background: url(/images/article.png);
	background: rgba(0,0,0,0.65);
	padding: 20px;
	position: relative;
}
.footer
{
	width: 798px;
	border: 1px solid #400;
	border: 1px solid rgba(255,0,0,0.15);
	margin: 10px auto 200px;
	position: relative;
}
.footer form
{
	height: 34px;
	background: #000;
	line-height: 34px;
	padding: 0 10px;
}
.footer ul
{
	text-align: right;
	position: absolute;
	top: 5px;
	right: 100px;
}
.footer li
{
	display: inline;
}
.footer #sponsor
{
	position: absolute;
	right: 10px;
	top: 2px;
}
label
{
	display: inline-block;
	width: 120px;	
}
.footer label
{
	width: auto;
}
input,select,textarea
{
	background: #000;
	border: 1px solid #444;
	border-color: rgba(255,255,255,0.15);
	color: #FFF;
	height: 16px;
	vertical-align: middle;
}
select
{
	width: 180px;	
}
input[type="submit"]
{
	height: 18px;
}
a
{
	color: #fff;
}
.article h2:first-child
{
	margin-top: 0;
	border: 0px solid #000;
	padding: 0; 
}
.article h2
{
	text-transform: uppercase;
	margin: 10px 0;
	border-top: 1px solid #400;
	border-color: rgba(255,0,0,0.15);
	padding: 10px 0 0;
}
.article p:first-child
{
	margin-top: 0;	
}
cite
{
	font-style: italic;	
}
.article p
{
	margin: 10px 0;
}
.product
{
	border-top: 1px solid #400;
	border-color: rgba(255,0,0,0.15);
	margin: 10px 0 0;
	padding: 10px 0 0;
	position: relative;
	min-height: 122px;
}
.product:first-child
{
	border-top: none;
	margin-top: 0;
	padding-top: 0;	
}
.product img
{
	position: absolute;
	top: 10px;
	right: 0;
}
.product:first-child img
{
	top: 0;
}
.dates table
{
	width: 100%;
}
.dates th, .dates td
{
	padding: 6px;
}
.dates thead th, .dates thead td
{
	border-bottom: 1px solid #600;
	border-color: rgba(255,0,0,0.2);
}
.dates tbody th, .dates tbody td
{
	border-bottom: 1px solid #444;
	border-color: rgba(255,255,255,0.1);
}
.gallery .article ul
{
	width: 820px;
}
.gallery .article ul li
{
	float: left;
	width: 100px;
	height: 100px;
	padding: 10px;
	margin: 0 37px 37px 0;
	border: 1px solid #400;
	border-color: rgba(255,0,0,0.15);
	background: rgba(0,0,0,0.30);
	text-align: center;
}
.gallery .article ul a
{
	display: table-cell;
	width: 102px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}
.gallery .article p
{
	clear: left;
	margin: 37px 0 37px 0;
}
#overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F00;
	background: url(/images/overlay.png);
	background: rgba(255,0,0,0.5);
	display: table;
}
#overlay div
{
	width: 100%;
	height: 100%;	
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#overlay div div
{
	display: inline-block;
	width: auto;
	height: auto;
	border: 4px solid #000;
	border-color: rgba(0,0,0,0.6);
	position: relative;
}
#overlay img, #overlay object
{
	display: block;
	background: #000;
	background: rgba(0,0,0,0.6);
	border: 4px solid #444;
	border-color: rgba(255,255,255,0.6);
}
#overlay .recommend img
{
	border-width: 0;	
}
#overlay object object
{
	border-width: 0;	
}
#overlay a.close, #overlay a.recommend
{
	display: block;
	position: absolute;
	height: 20px;
	padding: 0 8px;
	background: #000;
	background: rgba(0,0,0,0.6);
	line-height: 20px;
	text-decoration: none;
	font-variant: small-caps;
}
#overlay a.close
{
	right: -4px;
	top: -24px;
}
#overlay a.recommend
{
	left: -4px;
	bottom: -24px;	
}
#overlay a:hover
{
	background: #000;
}
.releases .album:first-child
{
	margin-top: 0;
	border: 0px solid #000;
	padding: 0; 
}
.releases .album
{
	margin: 10px 0;
	border-top: 1px solid #400;
	border-color: rgba(255,0,0,0.15);
	padding: 10px 0 0;
	position: relative;
}
.releases .album h2
{
	position: absolute;
	left: 0;
	top: 10px;
	width: 106px;
	text-transform: none;
	font-weight: bold;
	text-align: center;
}
.releases .album h2 img
{
	display: block;
	margin-bottom: 0.3em;
}
.releases .album:first-child h2
{
	top: 0;	
}
.releases .album ul
{
	margin-left: 126px;
}
.releases .album p
{
	margin-left: 126px;
}
.releases .tracks li a
{
	padding: 0 0 0 2em;
	text-decoration: none;
	background: url(/images/play-audio.png) no-repeat;
}
.releases .tracks li.selected a
{
	background: url(/images/stop-audio.png) no-repeat;	
}
.releases .videos
{
	position: absolute;
	right: 20px;
	top: 10px;
}
.releases .videos li
{
	margin: 0;
	padding: 0;	
}
.releases .videos img
{
	padding: 10px;
	border: 1px solid #400;
	border-color: rgba(255,0,0,0.15);
	margin: 0 0 10px 0;
}
#player
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.news #malady-plug div
{
	padding: 10px;
	width: 490px;
	border: 1px solid #400;
	border-color: rgba(255,0,0,0.15);
}
.news #malady-image
{
	margin-bottom: 10px;
}
.news #malady-description
{
	text-align: center;
}
.news #malady-description h2
{
	text-transform: none;
	font-size: 2em;
	line-height: 30px;
	margin: 0;
}
.news #malady-description p
{
	line-height: 21px;
	margin: 0;	
}
.news #twitter-feed
{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 215px;
	height: 400px;
	padding: 10px;
	border: 1px solid #400;
	border-color: rgba(255,0,0,0.15);
	overflow: hidden;
}
.news #twitter-feed h2
{
	text-transform: none;
	color: #F00;
}
.news #twitter-feed li
{
	border-bottom: 1px solid #400;
	border-color: rgba(255,0,0,0.15);
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.biography .article img
{
	float: right;
	margin: 0 0 10px 15px;
	padding: 10px;
	border: 1px solid #400;
	border-color: rgba(255,0,0,0.15);
}
.center {
	text-align: center;
}
a:active { border-width: 0; }