@charset "utf-8";
/*
Menu Colors:
	Plain: fff5d9 0.5
	Highlight: ffedba + e1a34a 2.3
	Hover: ffedba + d65100 2.2
*/
body {
	background: #1c1715 url('../images/Background02-1.jpg') no-repeat left top;
	color: #eee;
	font-size: 62.5%;
	font-family: Verdana;
	//font-family: Arial,Helvetica,sans-serif;
	margin-bottom: 20px;
	}
a img, a:link, a:visited, a:hover, a:active {
	color: #e1a34a;
	text-decoration: none;
	border: none;
	}     
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }
.clear { clear: both; }
/* EXTRA >>> */
input.button {
	font-size: 1.4em;
	}
input.buttonDisabled {
	opacity: 0.4;
	filter: alpha(opacity=40);
	}
/* ^^^EXTRA^^^ */
#PreLoad { display: none; }
#MainBody {
	display: block;  /* IE */
	min-height: 640px;
	_height: 640px;
	}
#GutterColumn {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 189px;
	}
#FeatureImage img {
	width: 170px;
	height: 170px;
	}
#MainColumn {
	padding: 0px 100px 20px 200px;
	}
#MainContent {
	font-size: 1.4em;
	}
/* Deadly Light Title */
#DeadlyLightTitle {
	background-image: url('../images/DeadlyLightTitle.png');

	text-indent: -9999px;
	height: 47px;
	width: 328px;
	margin-bottom: 5px;
	}
/* Social Networks Links and Images */
#SocialNetworks {
	display: block;
	list-style: none;
	margin: 0;
	margin-top: 12px;
	margin-right: 12px;
	margin-left: 0px;
	padding: 0;
	text-align: left;
	width: 205px;
	}
#SocialNetworks li {
	float: left;
	color: #000;
	display: inline;
	margin: 0;
	padding: 0 2px;
	}
/* Main Menu */
#MainMenu {
	margin-bottom: 12px;
	}
#MainMenu ul {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
	}
#MainMenu li {
	display: inline;
	margin: 0;
	padding: 0;
	/* position:relative; */
	}
#MainMenu a {
	display: inline-block;
	background-image: url('../images/Menu.png');
	height: 25px;
	margin-right: 15px;
	}
#MainMenu span {
	display: inline-block;
	font-size: 1px;
	/* color: #000; */
	text-indent: -9999px;
	}
#MainMenu li.News       a { width: 56px; background-position:    0   0; }
#MainMenu li.Bio         a { width: 35px; background-position:  -57px 0; }
#MainMenu li.Songs     a { width: 61px; background-position:  -93px 0; }
#MainMenu li.Shows     a { width: 65px; background-position: -155px 0; }
#MainMenu li.Photos   a { width: 70px; background-position: -221px 0; }
#MainMenu li.Contact a { width: 78px; background-position: -292px 0; }

#MainMenu li.News       a:hover { background-position:    0   -68px; }
#MainMenu li.Bio         a:hover { background-position:  -57px -68px; }
#MainMenu li.Songs     a:hover { background-position:  -93px -68px; }
#MainMenu li.Shows     a:hover { background-position: -155px -68px; }
#MainMenu li.Photos   a:hover { background-position: -221px -68px; }
#MainMenu li.Contact a:hover { background-position: -292px -68px; }

#MainMenu li.News       a:active { background-position:    0   -102px; }
#MainMenu li.Bio         a:active { background-position:  -57px -102px; }
#MainMenu li.Songs     a:active { background-position:  -93px -102px; }
#MainMenu li.Shows     a:active { background-position: -155px -102px; }
#MainMenu li.Photos   a:active { background-position: -221px -102px; }
#MainMenu li.Contact a:active { background-position: -292px -102px; }

#MainMenu li.News.Current       a { background-position:    0   -34px; }
#MainMenu li.Bio.Current         a { background-position:  -57px -34px; }
#MainMenu li.Songs.Current     a { background-position:  -93px -34px; }
#MainMenu li.Shows.Current     a { background-position: -155px -34px; }
#MainMenu li.Photos.Current   a { background-position: -221px -34px; }
#MainMenu li.Contact.Current a { background-position: -292px -34px; }
/* Footer Menu */
#FooterMenu {
	padding-top: 15px;
	padding-left: 40px;
	text-align: right;
	}
#FooterMenu ul {
	display: inline;
	padding: 10px;
	list-style: none;
	}
#FooterMenu li {
	color: #eee;
	display: inline;
	margin: 0;
	padding: 0 5px;
	border-left: 1px solid #eee;
	}
#FooterMenu li.first {
	border: none;
	}
#FooterMenu a:link, #FooterMenu a:visited, #FooterMenu a:hover, #FooterMenu a:active {
	color: #eee;
	}
/* Main Content Boxes */
.BoxRounded, .BoxFlatBottom {
	padding: 0;
	margin: 0;
	margin-left: 16px;
	margin-bottom: 12px;
	position: relative;
	width: 700px;
	}
/* Rounded Box Parts */
.BoxHead, .BoxFoot, .BoxRight {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	}
.BoxHead, .BoxHead div, .BoxFoot, .BoxFoot div {
	height: 16px;
	font-size: 1px;
	}
.BoxHead div, .BoxFoot div {
	margin-left: -16px;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	}
.BoxLeft {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin-left: -16px;
	width: 16px;
	}
.BoxHead { background: transparent url('../images/00xxx-top.png') no-repeat right top; }
.BoxHead div { background: transparent url('../images/00xxx-top.png') no-repeat left top; }
.BoxLeft { background: transparent url('../images/00xxx-middle.png') repeat-y left top; }
.BoxRight { background: transparent url('../images/00xxx-middle.png') repeat-y right top; }
.BoxFoot { background: transparent url('../images/00xxx-bottom.png') no-repeat right bottom; }
.BoxFoot div { background: transparent url('../images/00xxx-bottom.png') no-repeat left bottom; }
.BoxBody, .BoxBody div {
	padding: 1px;
	padding-right: 17px;
	}
/* Flat Bottom */
.BoxFlatBottom {
	padding: 17px;
	border-top: 1px solid #eee;
	margin-bottom: 4px;
	}
.BoxFlatBottom:first-child {
	border:0;
	}
/* General Box h2,h3,p */
.BoxBody h2, .BoxBody h3, .BoxBody p {
	margin: .2em 0;
	}
.BoxBody h2 {
	font-size: 17px;

	}
.BoxBody h3 {
	font-size: 15px;
	}
.BoxBody p {
	font-size: 13px;
	}
p.Indent {
	margin-left: 7px;
	}
/* Gallery */
.gallery {
	padding: 1px;
	padding-right: 17px;
	}
/* Bio */
#BioBox {
	position: relative;
	/* padding-right: 310px; */
	width: 500px;
	}
#BioImage {
	width: 300px;
	position: absolute;
	top: 0;
	right: 0;
	/* padding-left: 8px;
	padding-bottom: 8px; */
	}
/* Songs */
.Album img {
	float: left;
	padding: 4px;
	}
.Album h2 {
	float: left;
	font-size: 1.8em;
	margin: 0;
	margin-right: 20px;
	padding: 0;
	}
.Album h3 {
	float: left;
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	vertical-align: bottom;
	}
.SongList {
	horizontal-align: left;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-left: 17px;
	border-spacing: 2px;
	}
.SongList th, .SongList td {
	//width: 200px;
	margin: 0;
	padding: 2px 7px;
	//height: 20px;
	
	}
.SongList th {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-right: 10px solid transparent;
	}
.SongListx th:first-child {
	border-left: 0;
	}

/* ==================================================== */
.NewsItem {
	background-color: #eee;
	background-color: rgba(255,255,255,.30);
	background-image: url('../images/30p_white.png');
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/30p_white.png')";
	border: solid 1px #eee;
	padding: 10px;
	margin-bottom: 10px;
	}
.NewsItem h2, .NewsItem p {
	color: #000;
	}
.NewsItem h2 {
	margin: 0;
	margin-bottom: 7px;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	}

