/* Shawnee Davis */

/* Normalize
----------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-family: Gill Sans / Gill Sans MT, sans-serif;}
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
caption, th { text-align:left; }
q:before, q:after { content:''; }
a{ font-weight:bold; }
ul{list-style:none; text-align:left;}

/* General
----------------------------------------------- */
body{
	font-size:12pt;
	font-family:sans-serif;
	color:#111;
	text-align:left;
	background:#444;
}

#container{
	width:1012px;
	padding:20px 0 15px 15px;
	background:#eee4dd url('http://i.imgur.com/0xZaD.png') no-repeat bottom right;
	border:15px solid #777;
	border-top:0;
	border-bottom:0;
	margin:0 auto;
}

#wrap{
	border:none;
	padding:none;
	margin:none;
	background:url('http://i.imgur.com/Y9mqG.gif') 9px 0 repeat-y;
}

#header{
	margin:0;
	padding:0;
	border:0;
	background:url('../i/header.png') no-repeat 0 0;
	height:255px;
}
#header h1{display:none;}
#header p{display:none;}

#menu{
	width:205px;
	min-height:600px;
	height:auto;
	overflow:visible;
	float: left;
	clear:left;
	margin:0;
}

div.fb-like
	{float:right;}

#content{
	width:764px;
	margin:0 23px 0 0 ;
	background:url('http://i.imgur.com/8cNyY.png') no-repeat top right;
	float:right;
	border:0;
	padding:10px;
}



#menu ul{
	list-style:none;
	text-align:left;
}

#menu ul li{
	display:block;}

#menu ul li a{
	height:60px;
	padding:0;
	margin-bottom:5px;
	color:#ddf;
	text-decoration:none;
	display:block;
	overflow:hidden;
}

#menu img{
	margin-left:9px;
	}

#home{
	background:url('http://i.imgur.com/ERydG.png') no-repeat 0 0;
}

#music{
	background:url('http://i.imgur.com/fgWkB.png') no-repeat 0 0;
}

#bio{
	background:url('http://i.imgur.com/jM8Ws.png') no-repeat 0 0;
}

#contact{
	background:url('http://i.imgur.com/0A0Cb.png') no-repeat 0 0;
}

#menu ul li a.active{
	background-position:0 -60px;
}

#menu ul li a:hover{
	background-position:0 -120px;
}


#footer{
	clear:both;
	margin:0 21px 0 9px;
	background-color:#000;
	color:#eee4dd;
	padding:5px 30px;
	text-align:right;
}



#content h1{
	font-size:30px;
	margin:0 50% 10px 0;
	text-align:left;
	padding:5px;
	border-bottom:1px #222 dashed;
}



#content p{
	font-size: 18px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	padding:0 15px;
	}

form{
	padding:0 15px;
	}

iframe{
	padding:15px;
	}

.spacer{
	clear:both;
	}

a{
	color:#c22;
	text-decoration:underline;
}

a:visited{
	color:#933;
	text-decoration:underline;
}

a:hover{
	color:#344;
}


blockquote{
	display:block;
	margin:10px 30px;
	border-left:#999 solid 2px;
	padding:10px;
	font-family:"Times New Roman",Georgia,Serif;
}



