/*	Design by Grown by People, Inc.
	www.grownbypeople.com
*/

/* --- BASICS --- */
body {
	background:#fff; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

.header {
	padding:0;
}

.container {
	width:800px;
	max-width:800px;
	min-width:640px;
	text-align:center;
	background:#fff;
	margin:auto;
}

.leftnav {
	text-align:left;
	float:left;
	width:210px;
	padding-top:10px;
}

.content {
	text-align:left;
	padding-top:10px;
	margin-left:290px;
}

#fade1 {
	text-align:center;
	height:20px;
	margin-top:20px;
	font-size:1.5em;
}

p {
	font-size:1em;
	line-height:1.2em;
	color:#000;
	padding:0px;
	margin:0px 0px 15px 0px;
}

p.quote {
	font-size:1em;
	margin:0px 0px 5px 0px;
}

p.attribution {
	text-align:right;
	margin-bottom:30px;
}
div.footer {
	font-size:0.9em;
	text-align:center;
}

img.content {
	border:solid 5px #000;
	padding:0;
	margin:10px;
}

h1 {
	background:url(media/h1_mic.jpg) no-repeat top left;
	padding:10px 0 10px 60px;
	border-bottom:solid 1px #ababab;
	font-size:1.8em;
	color:#879B68;
}

h2 {
	font-weight: normal;
}

h3 {
	color: #000;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	margin:5px 0px 6px 0px;
	padding:0px;
}
/* --- LINKS --- */

a:link {
	color:#00f;
	text-decoration:none;
	}
a:visited { 
	color:#00f;
	text-decoration:none;
	}
a:hover {
	color:#f00;
	text-decoration:underline;
	}
a:active { 
	color:#f00;
	}

/* --- HEADER-SPECIFIC --- */
.header_icon {
	margin:5px 60px 5px 0px;
}

.header_title {
	position:relative;
	top:-30px;
}

/* --- LEFTNAV-SPECIFIC --- */
ul.leftnav {
	list-style:none;
	
	font-size:1.2em;
}



ul.leftnav img {
	border:none;
	margin-bottom:15px;
}




/* --- INDEX-SPECIFIC --- */
body#index {
	background:#D9F6AB; 
}

#indexContainer {
	text-align:center;
	width:auto;
}

#imgtitle {
	margin:25px 0 15px 0;
}

#front_photos {
	width:auto;
	padding:25px 0 0 0;
}

.frontImage {
	border:solid 3px #000;
	margin:0 15px 0 0;
}

img.blank1 {
	position:relative;
	left:-30px;
}

#whiteLink {
	color: #ffffff;
	font-size: 1px;
}

#whiteLink a {
	color: #ffffff;
	font-size: 1px;
}

.songList {
	font-size: 11px;
}	