@charset "utf-8";
/* CSS Document */

body { 
	background:url(../images/main/background.jpg) repeat;	
	text-align:left;
}

#IE6warning { display:none; }

/* ==HEADER== */

#logo {
	background:url(../images/main/logo.png) no-repeat;
	width:600px;
	height:241px;
	margin:0 auto;
}

/* ==/HEADER== */

#wrap {
	position:relative;
	width:900px;
	height:100%;
	margin:0 auto;
	padding:0 15px;
}

#sideBar {
	position:absolute;
	left:17px;
	width:205px;
	height:268px;
	padding:0;
	margin:0;	
}

#socialNetworkingButtons {
	position:absolute;
	bottom:0;
	left:15px;
}

#socialNetworkingButtons a {
	float:left;
	margin-right:7px;
}


/* ==MAIN CONTENT AREA== */

#mainContent {
	background:url(../images/main/container-middle.png) repeat-y;
	width:660px;
	height:100%;
	min-height:350px;
	margin-left:237px;
}

#mainContent .subheader {
	width:400px;
	height:41px;
	margin-top:7px;
	margin-bottom:0px;
}

#mainContent h2 {
	margin:0;
}

#lyricsSection ul {
	list-style-type:none;
	margin:0;
	padding:15px 17px 0 0;
	display:block;
	float:left;
}

#lyricsSection h3 {
	font-size:18px;
	border-top:2px solid #d3be9e;
	margin-top:33px;
	margin-bottom:7px;
	padding-top:12px;
}

#lyricsSection h4 {
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	margin-top:5px;
	color: #4d4841;
}

#lyricsSection a,
#lyricsSection a:link{
	font-size:11px;
	font-style:italic;
}

#lyricsSection ul li a:link {
	font-size:13px;
	font-style:normal;
}


#mainContent .underline {
	background:url(../images/subheaders/underline.png) no-repeat;
	width:668px;
	height:15px;
}

#mp3Player {
	margin-top:15px;
}


/* ==/MAIN CONTENT AREA== */

.verticalLine {
	background:url(../images/main/vertical-line.png) no-repeat;
	width:896px;
	height:13px;
	margin:0 auto;
}

/* ==FOOTER==*/

#footer {
	background:url(../images/main/footer.png) repeat-x;
	width:100%;
	height:43px; /*77*/
	text-align:center;
	color: #685652;
	margin-top:12px;
	font-size:12px;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #685652;
}

#footer a:hover {
	color: #9aadb7;
}

/* ==/FOOTER==*/

a:link,
a:visited {
	color:#a4697a;
	font-weight:bold;
}

a:hover {
	color:#a30031;
	font-weight:bold;
}
	