/* CSS Document */

.mainbkgd {
	background: #BB827E;
	color: #000;
}
#wrapper {
	background: url(images/static/bkgdmain.jpg) no-repeat;
	width: 1036px;
	height: 785px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	text-align: left;
	position: relative;
	border: 1px solid #BB827E;
}
#container {
	position: absolute;
	width: 921px;
	height: 738px;
	z-index: 1;
	top: 25px;
	left: 100px;
	margin: 0;
	overflow: hidden;
	text-align: justify;
}
#content {
	width: 700px;
	height: 574px;
	margin-top: 115px;
	overflow: auto;
}
#sidephotos {
	margin-top: -475px;
	margin-left: 709px;
	width: 210px;
	height: 475px;
	overflow: visible;
}
.sidephoto {
	border: 1px solid #890E07;
	margin: 3px;
}
#musicplayer {
	position: absolute;
	top: 673px;
	left: 5px;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.maintext a {
	color: #890E07;
}
.maintext a:hover {
	text-decoration: none;
}
.showsextendedtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	letter-spacing: 0em;
	margin-left: 20px;
}
.newsextendedtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0em;
}
.pressextendedtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	letter-spacing: 0em;
	font-style: italic;
}
#mailform {
	margin-top: 100px;
}
.mailtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	letter-spacing: 0.05em;
	font-weight: bold;
}

/* ----------------------------MAIN NAVIGATION------------------------------- */
#mainnav a {
	border: none;
}
#mainnav a:hover img {
	visibility: hidden;
}

/* both IE/win and mac */
#mainnav a {display:inline-block;}
/* \*/
html #mainnav a {display:block;}
/* end hiding from IE/mac */

#home {width:92px;}
#bio {width:88px;}
#shows {width:104px;}
#merch {width:112px;}
#media {width:104px;}
#linx {width: 108px;}
#contact {width:92px;}

.home { background: url(http://www.ex-bf.com/images/static/home.over.gif) bottom left no-repeat; }
.bio { background: url(http://www.ex-bf.com/images/static/bio.over.gif) bottom left no-repeat; }
.shows { background: url(http://www.ex-bf.com/images/static/shows.over.gif) bottom left no-repeat; }
.merch { background:  url(http://www.ex-bf.com/images/static/merch.over.gif) bottom left no-repeat; }
.media { background: url(http://www.ex-bf.com/images/static/media.over.gif) bottom left no-repeat; }
.linx { background: url(http://www.ex-bf.com/images/static/linx.over.gif) bottom left no-repeat;}
.contact { background: url(http://www.ex-bf.com/images/static/contact.over.gif) bottom left no-repeat; }

/* fixes for IE/win \*/
* html #nav a {
	cursor: hand;
}
* html #nav li a:hover {
	height: 1%;
}
/* ---------------------------------- FOOTER ------------------------------------- */
#footer {
	position: absolute;
	top: 770px;
	width: 1024px;
	height: 125px;
	overflow: visible;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 9px;
}
.footertext a {
	color: #666; 
	text-decoration: none;
}
.footertext a:hover {
	text-decoration: underline;
}
