/* CSS Document */

body,html{
	width: 100%;
	margin-bottom: 40px;
}
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #F4F4F4;
	background-color: #0F1A1D;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
a {
	color: #E2D4B4;
	text-decoration: underline;
}
a:hover {
	background-color: #E2D4B4;
	color: #0F1A1D;
}
a:visited{
	text-decoration: none;
}
a:visited:hover{
	text-decoration: underline;
}
a:active {
	color: #FFF;
}
#contentHold { 
	text-align: center;
	width: 100%;
	border: 0px solid #00F;
}
#mainContent {
	width: 566px;
	margin: 60 auto;
	border: 0px solid #F00;
	text-align: left;
}
#navArea {
	width: 151px;
	height: 182px;
	float: left;
	border: 0px solid #0F0;
}
.navHeader {
	padding-bottom: 6px;
	border-bottom: 1px dotted #FFF;
	padding-left: 4px;
}
.navigation {
	margin: 0px;
	padding: 0px;
}
.navigation li {
	width: 151px;
	display: block;
	border-bottom: 1px dotted #FFF;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	text-align: right;
}
.navigation li a{
	display: block;
	width: 151px;
	height: 23px;
	border: 0px solid #F00;
}
.navigation li a:hover {
	background-color: #0F1A1D;
	background-image: url(_img/mover.gif); 
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.navSelected {
	display: block;
	width: 151px;
	height: 23px;
	border: 0px solid #F00;
	background-image: url(_img/mover.gif); 
	filter:alpha(opacity=15);
	opacity: 0.15;
	-moz-opacity:0.15;
}
.navSelected a:hover {
	cursor: default;
	filter:alpha(opacity=25);
	opacity: 0.25;
	-moz-opacity:0.25;
}
.navigation li img {
	padding-right: 2px;
	margin-top: 6px;
}
#contentArea {
	width: 405px;
	float: left;
	clear: none;
	border: 0px solid #FFF;
	margin-top: 37px;
	padding: 0px 4px 0px 2px;
}
#contentCap {
	width: 2px;
	margin-top: 37px;
	height: 145px;
	float: left;
	border-left: 1px dotted #FFF;
}
#bioText {
	padding: 5px 0px 0px 5px;
	width: 400px;
}
.aboutTitle {
	text-transform: uppercase;
	font-weight: bold;
	color: #E2D4B4;
}
.aboutBody {
	margin-right: 10px;
	line-height: 14px;
}
.supplemental {
	color: #999999;
}
.supplemental a {
	color: #999999;
	text-decoration: underline;
}
.supplemental a:hover {
	background-color: #999;
	color: #0F1A1D;
}

.photoThumb {
	float: left;
	width: 218px;
	height: 145px;
	margin-right: 15px;
}
.photoThumbLrg {
	float: left;
	width: 218px;
	height: 164px;
	margin-right: 15px;
}
.photoOptions {
	line-spacing: 15px;
	padding-top: 10px;
}
.photoHold {
	margin-bottom: 14px;
	height: 145px;
}
.photoHoldLrg {
	margin-bottom: 14px;
	height: 164px;
}
.musicHold {
	height: 145px;
	width: 305px;
	margin-bottom: 14px;
	margin-left: 10px;
}
.musicThumb {
	float: left;
	width: 145px;
	height: 145px;
	margin-right: 15px;
}
.musicDetails {
	margin-left: 10px;
}
#pressHold, .contactHold {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 14px;
}
.contactSec {
	margin-bottom: 20px;
}
.pressItem {
	border-top: 1px solid #CCC;
	margin-top: 20px;
}

.musicDetails ol {
	list-style-type: decimal;
	*list-style-type: none;
}
.musicDetails ol#albumpreview li {
	height: 30px;
}
.musicDetails ol#albumpreview li div {
	float: left;
}
#pressHold ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
#pressHold li {
	margin:0px;
	padding-bottom: 3px;
	list-style-type: none;
}