/* -------------------------------------------------------------- 
   
Jenna cave Website
CSS by Nathan McGinness
   
-------------------------------------------------------------- */

body {
	margin: 0;
	background: #fff url(../img/gradient.gif) repeat-x left top;
}

#header {
	border-bottom: #d6eaf2 1px solid;
}

	#header h1 {
		text-indent: -1000px;
	}

		#header h1 a {
			display: block;
			width: 302px;
			height: 85px;
			background: url(../img/h1.gif) no-repeat;
			margin: 45px 0 26px 0;
			outline: none;
		}
		
			#header h1 a:hover {
				background-position: 0px -85px;
			}

#nav ul {
	list-style: none;
	margin: 0 0 1em 0;
}

	#nav ul li a {
		display: block;
		width: 126px;
		/*height: 32px;*/
		background: #effaff;
		border-bottom: #d6eaf2 1px solid;
		border-left: #d6eaf2 1px solid;
		border-right: #d6eaf2 1px solid;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-decoration: none;
		padding-top: 12px;
		padding: 10px 0 10px 10px;
	}
	
		#nav ul li a:hover {
			background: #e7f3f8;
			color: #735195;
		}
		
		
p.intro {
	margin: 1em 0 1em 0;
	font-size: 1.3em;
}

p.date {
	font-size: .92em;
	font-style: italic;
	color: #54add1;
	margin: 0 0 .5em 0;
}

img.home {
	border: #0079aa 4px solid;
}

#footer {
	background: #fff url(../img/gradient.gif) repeat-x left top;
	border-top: #d5eaf2 solid 1px;
	margin-top: 3em;
	padding-top: 1em;
}

#footer p {
	text-align: right;
}

body.biography .span-5 h2,
body.music .span-5 h2 {
	margin-top: 1.75em;
	margin-bottom: 1em;
}

p.category {
	margin-bottom: .5em;
}