/* General Styles */
body {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	color:#fff;
	text-align:left;
	padding:10px;
	
	background-image: url(../images/content-back2.jpg);
	/*background-attachment:scroll !important;*/
	background-attachment: fixed;
	background-position:top left ;
	background-repeat:repeat;
	
	scrollbar-3dlight-color:#666;
	scrollbar-arrow-color:#fff;
	scrollbar-base-color:#000;
	scrollbar-darkshadow-color:#666;
	scrollbar-track-color:#3A3B3D;
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#000;
	scrollbar-shadow-color:#000;
}
p{padding:0;margin:0 0 16px 0;line-height:14px;}
td {font:10px Verdana, Arial, Helvetica, sans-serif;}
.row {border-top:1px dashed #333;}

.textfield {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:4px 0;
	filter: alpha (opacity=80);
	-moz-opacity:.8;
	background:#000;
	border:1px solid #333;
	color:#EFFF83;
}
.button {
	background:#444;
	color:#fff;
	padding:2px 5px;
	font-weight:bold;
	font-size:9px;
	border:1px solid #000;
}

a {color:#EFFF83;}
h1 {
	font-size:18px;
	font-family:"Courier New", Courier, mono;
	font-weight:bold;
	margin:0 0 8px 0;
	padding:0;
	border-bottom:1px solid #9F1313;
}
h2 {
	font-size:14px;
	font-family:"Courier New", Courier, mono;
	font-weight:normal;
	margin:0 0 8px 0;
	padding:0;
	border-bottom:1px solid #9F1313;
}
.news-date {
	margin-bottom:5px;
	font-weight:bold;
}
.news-title {
	color:#EFFF83;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
}
.news-desc {margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #333;line-height:14px;}

/* Misc Styles */
.album-pic {border:1px solid #414141;}
.release-table {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #333;
}
.buy-link {padding-top:5px;}
.buy-link a {color:#999;text-decoration:none;}
.buy-link a:hover {color:#fff;text-decoration:underline;}

.gallery-table {margin-bottom:10px;}
.gallery-table td {padding-bottom:10px;}
