/* Styles for David Rovics - Entire site */

body, html{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-color: #282828;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}

/* The center container that holds everything */
#container
{
	position: relative;
	margin: auto;
	background-color: #010c1e;
	width: 750px;
	font-size: 1.3em;
	min-height: 100%;
}	

* html #container
{
	height: 100%;
}


/* Red header div */

#header
{
	float: left;
	width: 750px;
	position: relative;
	background-image: url('../images/headerBack.jpg');
	background-repeat: no-repeat;
	background-color: #880101;
	height: 126px;
	z-index: 2;
}

#logo
{
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	width: 326px;
	height: 55px;
	position: absolute;
	top: 38px;
	left: 65px;
}

#guitar
{
	background-image: url('../images/guitar.gif');
	background-repeat: no-repeat;
	width: 73px;
	height: 171px;
	position: absolute;
	left: 10px;
	top: 2px;
	z-index: 4;
}

#quote1
{
	background-image: url('../images/quote1.gif');
	background-repeat: no-repeat;
	width: 316px;
	height: 21px;
	position: absolute;
	right: 20px;
	top: 4px;	
}

#quote2
{
	background-image: url('../images/quote2.gif');
	background-repeat: no-repeat;
	width: 319px;
	height: 30px;
	position: absolute;
	right: 12px;
	top: 34px;	
}


#quote3
{
	background-image: url('../images/quote3.gif');
	background-repeat: no-repeat;
	width: 319px;
	height: 30px;
	position: absolute;
	right: 6px;
	top: 75px;	
}



/* White middle div */

#middle
{
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/middleBack.jpg');
	background-repeat: no-repeat;
	width: 750px;
	min-height: 80px;
	z-index: 1;
}

#middle a:link{ color: #600303; }
#middle a:hover{ color: #903333; }
#middle a:visited{ color: #500202; }
#middle a:hover{ color: #903333; }

#headerShadow
{
	background-image: url('../images/headerShadow.gif');
	background-repeat: no-repeat;
	width: 750px;
	height: 13px;
	

}


/* Menu */
#menuList
{
	list-style-type: none;
	display: inline;
	width: 650px;
	position: absolute;
	top: 10px;
	left: 90px;
	padding: 0px;
	margin: 0px;
	z-index: 4;
}

#menuList li
{
	display: inline;
}

#menuList a
{
	cursor: pointer;
}

#home
{
	background-image: url('../images/home.gif');
	background-repeat: no-repeat;
	width: 40px;
	height: 13px;
	float: left;
}

#home_selected
{
	background-image: url('../images/home_selected.gif');
	background-repeat: no-repeat;
	width: 40px;
	height: 15px;
	float: left;
}


#audioVideo
{
	background-image: url('../images/audioVideo.gif');
	background-repeat: no-repeat;
	width: 82px;
	height: 13px;
	float: left;
	margin-left: 18px;
}

#audioVideo_selected
{
	background-image: url('../images/audioVideo_selected.gif');
	background-repeat: no-repeat;
	width: 82px;
	height: 15px;
	float: left;
	margin-left: 18px;
}

#lyrics
{
	background-image: url('../images/lyrics.gif');
	background-repeat: no-repeat;
	width: 40px;
	height: 16px;
	float: left;
	margin-left: 18px;
}

#lyrics_selected
{
	background-image: url('../images/lyrics_selected.gif');
	background-repeat: no-repeat;
	width: 40px;
	height: 16px;
	float: left;
	margin-left: 18px;
}

#bio
{
	background-image: url('../images/bio.gif');
	background-repeat: no-repeat;
	width: 23px;
	height: 13px;
	float: left;
	margin-left: 18px;
}

#bio_selected
{
	background-image: url('../images/bio_selected.gif');
	background-repeat: no-repeat;
	width: 23px;
	height: 165px;
	float: left;
	margin-left: 18px;
}

#reviews
{
	background-image: url('../images/reviews.gif');
	background-repeat: no-repeat;
	width: 54px;
	height: 13px;
	float: left;
	margin-left: 18px;
}

#reviews_selected
{
	background-image: url('../images/reviews_selected.gif');
	background-repeat: no-repeat;
	width: 54px;
	height: 15px;
	float: left;
	margin-left: 18px;
}


#buyStuff
{
	background-image: url('../images/buyStuff.gif');
	background-repeat: no-repeat;
	width: 66px;
	height: 16px;
	float: left;
	margin-left: 18px;
}

#buyStuff_selected
{
	background-image: url('../images/buyStuff_selected.gif');
	background-repeat: no-repeat;
	width: 66px;
	height: 16px;
	float: left;
	margin-left: 18px;
}

#links
{
	background-image: url('../images/links.gif');
	background-repeat: no-repeat;
	width: 37px;
	height: 13px;
	float: left;
	margin-left: 18px;
}

#links_selected
{
	background-image: url('../images/links_selected.gif');
	background-repeat: no-repeat;
	width: 37px;
	height: 15px;
	float: left;
	margin-left: 18px;
}


#blog
{
	background-image: url('../images/blog.gif');
	background-repeat: no-repeat;
	width: 33px;
	height: 18px;
	float: left;
	margin-left: 18px;
}


#blog_selected
{
	background-image: url('../images/blog_selected.gif');
	background-repeat: no-repeat;
	width: 33px;
	height: 18px;
	float: left;
	margin-left: 18px;
}


#contactMe
{
	background-image: url('../images/contactMe.gif');
	background-repeat: no-repeat;
	width: 76px;
	height: 13px;
	float: left;
	margin-left: 18px;
}

#contactMe_selected
{
	background-image: url('../images/contactMe_selected.gif');
	background-repeat: no-repeat;
	width: 76px;
	height: 15px;
	float: left;
	margin-left: 18px;
}

#menuSpacer
{
	width: 740px;
	height: 35px;
}

#middleContent
{
	position: relative;
	margin: 0px;
	padding: 0px 0px 18px 18px;;
	color: #333;
}



/* Blue footer div */

#footer
{
	float: left;
	position: relative;
	background-color: #01102a;
	background-image: url('../images/footerBack.jpg');
	background-repeat: no-repeat;
	width: 750px;
	color: #fff;
	padding-bottom: 26px;
}

#footer a:link{ color: #fff; }
#footer a:hover{ color: #ede852; }
#footer a:visited{ color: #ddd; }
#footer a:hover{ color: #ede852; }



#siteMap
{
	position: absolute;
	bottom: 8px;
	left: 18px;

}

#createdBy
{
	position: absolute;
	bottom: 8px;
	right: 18px;
}



/* Formatting */
p
{
	margin: 12px 0px 0px 0px;
	padding: 0px;
	text-indent: 20px;
}

ul
{
	list-style-position:inside;
}

h2
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}




/* Image replacement hidden class */
.hidden
{
	display: none;
	margin: 0px;
	padding: 0px;
}
