* {
	padding: 0;
	margin: 0;
}


/*clearfix to fix column heights and make divs expand to fit floated elements*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body{
	font-family: arial, "trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/back1.gif);
	height:100%;
}
#contact, #home{
	background:url(../images/bkcontact2.gif);
} 

#store {
	background: url(../images/bkstore2.gif);
}

#band {
	background: url(../images/bkband3.gif);
}

#music {
	background: url(../images/bkmusic3.gif);
}

#biography {
	background: url(../images/bkbiog3.gif);
}

a {
	text-decoration: underline;
	color: #666;
}

a:hover {
	color: #999999;
}

ul {
	list-style: none;
}

img {
	border: none;
}

h2 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	
}

/*-------------=Header Area------------*/

#mainHead {
	width: 971px;
	text-align: center;
	background: url(../images/mascotback3.gif) no-repeat center 50px;
	padding: 10px 0 14px 0;
	margin: 2px auto 0 auto;

}

#headerTitle {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 79px;

}

/*------Valid Hack to target IE moving the header title down to fit background.
I didnt feel it warranted a conditional comment extravaganza ----*/

#mainHead img#headerTitle {margin-top: 59px;}

html:lang(en) #mainHead img#headerTitle {margin-top: 50px;}

/*------------*/

#photoLine{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
}

#photoLine a img {
	vertical-align: bottom;
	margin: 0px 2px;
	border: solid 3px #d3d2c0;
}

#photoLine  a:hover img {
	border-color: #402d2f;
}

#photoLine  a:hover {  /* wakeup IE */
	border-width: 0;
}

.headerCookie {
	text-align: center;
	margin-top: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}

/*--------------=NAVIGATION-----------------*/

#nav {
	width: 554px; 
	height:17px; 
	margin-left: auto;
	margin-right: auto; 
	margin-top: 20px;
}

ul#nav {
	background: url(../images/buttons2.gif) no-repeat; 
}

ul#nav li {
	float:left; 
	list-style-type:none;
}

ul#nav li a {
	height: 17px; 
	display:block;  
	/*text-indent to hide the link text from browsers that accept images/css */
	text-indent: -9999px; 
	outline:none;
}

li#navBiog a, li#navBand a, li#navMusic a, li#navContact a, li#navStore a {
	background:url(../images/buttons2.gif);
}

li#navBiog a {
	background-position: 0 0; 
	width: 100px; 
	left: 0;
}

li#navBiog a:hover {
	background-position: 0 -17px;
}
body#biography li#navBiog a {
	background-position: 0 -17px;
}

li#navMusic a {
	background-position: -100px 0; 
	width: 138px; 
	left: 100px;
}

li#navMusic a:hover {
	background-position: -100px -17px;
}

body#music li#navMusic a {
	background-position: -100px -17px;
}

li#navContact a {
	background-position: -238px 0; 
	width: 186px; 
	left: 238px;
}

li#navContact a:hover {
	background-position: -238px -17px;
}

body#contact li#navContact a {
	background-position: -238px -17px;
}

li#navStore a {
	background-position: -424px 0; 
	width: 130px; 
	left: 424px;
}

li#navStore a:hover {
	background-position: -424px -17px;
}

body#store li#navStore a {
	background-position: -424px -17px;
}

/*--------------=Main Cont ------------------*/
#pageTitle {
	margin-top: 10px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #82784d;
}

#mainCont, #listSection {
	width: 840px;
	text-align: justify;
	line-height: 1.4em;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#mainText {
	float: left;
	width: 380px;
}
#mainCont p{
	margin-bottom: 1em;
}

#mainCont h2,  #mainCont h3 {
	padding: 20px 0 10px 0;
	font-family: georgia;
}

#mainCont img{
	float: left;
	/*width: 390px;*/
	height: 306px;
	margin-top: 70px;
	padding: 0 0 35px 60px;
}

#contact #mainText {
	margin-right: 50px;
}

/*--------------=List columns------------------*/

#listSection {
	width: 900px;
}

#listSectionHeader {
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	background: transparent;
}

#listSectionHeader li{
	width: 190px;
	float: left;
	padding-left: 25px;
	margin-top: -1px;
	text-align: left;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}





#band .listText, #band .listTextFirst{
	height: 140px;
}

.listTextFirst {
	padding-left: 30px;
	width: 190px;
	float: left;
	clear:left;
	margin-top: 20px;
}

.listText {
	padding-left: 25px;
	width:190px;
	float:left;
	position: relative;
	margin-top: 20px;
}


/*--------------=form------------------*/
#colFormInfo{
	float: left;
	width: 360px;
	margin-top: 60px;
}

#colFormInfo  a:hover img {
	border-color: #999999;
}

form {
	margin-bottom: 20px;
}

legend {
	font-weight: bold;
	color: #666666;
}

form#contactForm legend {
	margin: 0 5px 0 5px;
	padding: 0;
	position: relative;
	/* Gecko ignores this, but IE moves the legend up accordingly */
	top: -18px;
	margin-left: -10px;
	padding-left: 2px;
}

/* Hide this rule from IE */
*>form#contactForm legend {
/* Since Gecko ignores the rule above, we’ll push it up with margin-bottom */
	margin-bottom: 18px;
	margin-left: -5px;
}

form#contactForm fieldset {
	display: block;
	border: 1px solid #ccc;
	background-color: #d3ccac;
	margin-bottom: 2em;
	width: 360px;
	/* This seems to be necessary, too */
	position: relative;
	padding: 0 10px 10px 10px;
} 

label {
	display: block;
}

input {
	width: 200px;
}

textarea {
	width: 300px;
	height: 100px;
}

input:focus, textarea:focus {
	background: #ffc;
}

.required {
	font-size: 10px;
	color: #666666;
}

.contactSubmit{
    width: 70px;
    height: 25px;
    margin: 10px 0 5px 0; 
	padding: 0;
    line-height: 26px;
    border: none;
    text-indent: -9999px;
    background:url(../images/subbutton3.gif) 0 0 no-repeat;
    float: right;
  }
  
#mainCont .linkButton{
	margin: 0;
	padding: 0;
} 

 
#mainCont .myspace {
	padding-bottom: 30px;
	width: 131px;
	height: 125px;
	margin: -20px 40px 0 40px;
}  

#mainCont .reverb {
	padding: 20px 0 30px 0;
	width: 109px;
	height:88px;
}

#mainCont .pmn {
	width: 145px;
	height:116px;
	margin-top: 20px;
}

#mainCont .facebook {
	padding-top: 30px;
	width: 131px;
	height:51px;
	margin: 20px 20px 0 40px;
}

/*---------=Music Page--------------*/

.verbPlayer {
	float: left;
	margin-top: -20px;
	margin-left: 50px;
	text-align: right;
}

.soundbytesList, .albumTrackList {
	margin: 0;
	padding:0;
	list-style-type: none;
}

.soundbytesList li, .albumTrackList li {
	background: url(../images/levels_16.gif) no-repeat 0 2px;
	padding: 0 0 20px 30px;
	width: 300px;
}

.albumTrackList li {
	background: url(../images/earbuds_16.gif) no-repeat 0 2px;
	width: 160px;
	float: left;
}

.colSoundbytes {
	width: 360px;
	float: left;
	height: 100%;
	margin-top: -20px;
}

.colSoundbytes>h3 {
	margin-top:3px;
}
.colSoundbytes h3{
	margin-bottom: 20px;
}

.colSoundbytes2 {
	margin-left: 80px;
}

/*---------=Store Page--------------*/

#paypalInfo {
	float: left;
	width: 215px;
	height: 100%;
	margin: 30px 20px 0 60px;
}

#paypal #paypalButton {
	height: 52px;
	width: 150px;
}

#paypal {
	margin: 30px 3px 0 0;
	float: left;
}

#store fieldset {
border: none;
}

/*---------=Footer--------------*/
.footer {
	clear:both;
	text-align: center;
	padding-top: 30px;
	margin-top: 30px;
	font-size: 10px;
}

.footermenu {
	padding: 15px 0 20px 0;
	margin-top: 0px;
	padding-top: 10px;
}

#contact .footer {
margin-top: 90px;
}

#contact .footermenu {
margin-top: 0;
}

/*--------=cdadvert------*/
#cdAdvert a {
	width: 408px;
	height: 367px;
	background: url(../images/cdadvert.gif);
	float: left;
	text-indent: -9999px;
	margin: 20px 0 0 25px;
}