/* CSS Document */

/*BG color: #380C0B
Orange Text: #E57732
Special Font: Alba
Text: Verdana*/

/*baseline reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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; }
ol,ul { margin:0; padding:0; list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:130%; }
a img {border:none;}



body {
	background-color: #380C0B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: small;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 {
	color: #E57732;
	padding-top: 15px;
	padding-bottom: 5px;
}

h2 {
	color: #E57732;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size:115%
}

h3 {
	color: #E57732;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size:100%
}

#wrapper {
	width: 770px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	top: 10px;
	position: relative;
}

#header {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 189px;
	width: 770px;
}

#header h1, #header h2{
	visibility: hidden;
}

#menu {
	left: auto;
	right: auto;
}

#contentHome {
	padding-right: 300px;
	clear: both;
	background-image: url(../images/atBoard.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#contentBio {
	padding-right: 300px;
	clear: both;
	background-image: url(../images/atBoard.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 440px;
}

.subContent {
	padding-top: 80px;
}

#contentHome2 {
	padding-right: 300px;
	clear: both;
	background-image: url(../images/collage-home2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 330px;
}

#contentMusic {
	padding-right: 300px;
	clear: both;
	background-image: url(../images/atBoard2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 300px;
}

#contentCredits {
	padding-right: 300px;
	clear: both;
	background-image: url(../images/withGuitars2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
}

#contentFAQ {
	padding-right: 300px;
	clear: both;
	background-image: url(../images/strip-3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
}

#contentContact{
	padding-right: 300px;
	clear: both;
	background-image: url(../images/collage-sm2.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
	text-align: left;
	height: 250px;
}

#footer {
	text-align: center;
	font-size: x-small;
	color: #E57732;
	width: 770px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#nav { 
		float:left; 
		border-left:1px solid #E57732;
		}

#nav li {
	float:left;
	display:inline;
	margin-left:1px;
	border-right:1px solid #E57732;
	}

#nav a {
	display:block;
	padding:2px 10px;
}

.email {
	float: right;
}

a:link,
a:visited {
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	}
a:hover { color:#E57732; text-decoration:underline; }	
a:active { color:#E57732; text-decoration:none; }

a.current {color:#E57732; }

.arrow {color:#E57732;}

.floatLt {
float:left;
padding-right:3px;
	}
	
.floatRt {
	float:right;
	padding-right:3px;
	padding-top: 40px;
	}

.padRight {padding-right:55px;}

.clear {clear:both;}
