@charset "utf-8";
/* CSS Document */

/* General Body Styles */
body {
	background: url('img/brick.jpg') no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	scrollbar-arrow-color: #E8914E;
	scrollbar-base-color: #69319b;
	scrollbar-dark-shadow-color: #E8914E;
	scrollbar-track-color: #0000000;
	scrollbar-width: 5px;
	scrollbar-height: 5px;
}

a { color: #c74e33; text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: 0; }

p {
	margin: 0;
	text-indent: 2em;
	margin-bottom: .5em;
}

em { color: #69319b; }

.leader {
/* Leader is body headline text */
	font-size: 16px;
	font-style: normal;
	color: black;
	text-indent: 0;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}


#bodyBox {
	position:absolute;
	left:425px;
	top:50px;
	width:550px;
	height:350px;
	z-index:4;
	display: block;
	overflow: auto;
}

#bodyBox #songslist a {  }

#songBox {
	width:500px;
}


/* Styles for the div containing site links */
#headlineBox {
	position:absolute;
	left:425px;
	top:10px;
	width:575px;
	height:30px;
	z-index:3;
	color: #AD2635;
	font-size: x-large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#headlineBox a { color: #69319b; text-decoration: none; }
#headlineBox a:hover { text-decoration: underline; }
#headlineBox a:visited { text-decoration: none; }


/* This is trash.
#apDiv4 {
	position:absolute;
	left:386px;
	top:37px;
	width:405px;
	height:434px;
	z-index:4;
} */


/* Styles for the download box*/

#downloadBox {
	position:absolute;
	left:427px;
	top:415px;
	width:542px;
	z-index:5;
	overflow: visible;
}

#downloadBox fieldset { border: solid 1px #69319b; padding: .5em 1em 1em; }
#downloadBox legend { font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #AD2635;}


/* Styles for the div containing social network icons*/
#iconBox {
	position:absolute;
	left:400px;
	top:480px;
	width:600px;
	height:32px;
	z-index:2;
}
#iconBox p { text-align: center; }
#iconBox a img.square { width: 32px; height: 32px; margin-right: 8px; }

