/* clearfix */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearFloat {
  clear: all;
}

body {
  background: url(../images/background.gif);
  color: #333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1em;
  text-align: center;
  line-height: 1.2em;
}
h1 {
  color: #000;
  width: 290px;
  height: 72px;
  margin-left: 200px;
  position: relative;
}

h1 span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/logo.gif) no-repeat;
}



h2{
  color: #000;
  width: 585px;
  height: 63px;
  text-align: right;
  position: relative;
  border-top: 1px solid  #e9e5f4;
  margin-bottom: 49px;
}


h3 {
  margin-bottom: 1em;
}

h4 {
  font-size: 1.5em;
  background-color: #ccc;
  padding: 0.5em;
}

h5 {
	margin-bottom: 30px;
}

a,  a:link {
  color: #3f0085;
  text-decoration: none;
}
a:visited {
  color: #3f0085;
  text-decoration: none;
}
a:hover {
  color: #cbbcdf;
}
a:focus {
  color: #cbbcdf;
}
a:active {
  color: #cbbcdf;
}

ul.bulleted {
	list-style: disc;
	margin-left: 3em;
}

p {
	margin-bottom: 1em;
}


.alert {
  color: #ff0000;
  font-weight: bold;
}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto;
  text-align: left;
  width: 800px;
}



.alt {
	display: none;
	visibility: hidden;
}
img.txtimg
{
	visibility: visible;
	background-repeat: no-repeat;
	background-position: 0 0;
}


#mainnav {
	float: left;
	position: relative;
	top: 52px;
	left: 38px;
	width: 148px;
	height: 291px;
	background: url(../images/main-nav.gif) no-repeat;
}

#mainnav li { position: absolute; top: 0; }

#mainnav li,#mainnav a {
	width: 148px;
	display: block;
}

#mainnav li#music, #mainnav li#music a { top: 0px; height: 59px;}
#mainnav li#bio, #mainnav li#bio a { top: 59px; height: 58px;}
#mainnav li#images, #mainnav li#images a { top: 117px; height: 56px;}
#mainnav li#contact,  #mainnav li#contact a{ top: 173px; height: 58px;}
#mainnav li#concerts, #mainnav li#concerts a { top: 231px; height: 57px;}


body#musicpage #mainnav li#music,
#mainnav li#music a:hover { 
	background: transparent url(../images/main-nav.gif) -146px 0  no-repeat; 
}

body#biopage #mainnav li#bio,
#mainnav li#bio a:hover { 
	background: transparent url(../images/main-nav.gif) -146px -59px  no-repeat; 
}

body#imagespage #mainnav li#images,
#mainnav li#images a:hover { 
	background: transparent url(../images/main-nav.gif)  -146px -117px no-repeat; 
}


body#contactpage #mainnav li#contact,
#mainnav li#contact a:hover { 
	background: transparent url(../images/main-nav.gif)  -146px -173px no-repeat; 
}

body#concertspage #mainnav li#concerts,
#mainnav li#concerts a:hover { 
	background: transparent url(../images/main-nav.gif) -146px -231px  no-repeat; 
}




#contentWrapper {
  background-color: #fff;
}

#content {
  font-size: 0.8em;
  float: left;

  margin-top: 55px;
  margin-left: 52px;
  display: inline;
  padding-bottom: 3em;
	margin-bottom: 3em;
	border-bottom: 1px solid  #e9e5f4;
}

#maintext {
	width: 450px;
}


#footer {
  text-align: right;
  margin: 35px 0 10px;
  font-size: 0.8em;
}

#footer li {
  float: right;
  margin-left: 15px; 
}


/* HOME */

body#homepage #content {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

body#contactpage #content {
	min-height: 400px;
}

body#musicpage #maintext {
	width: 550px;
}

