/*---------------------------------------
CSS Goodness by Drew Taylor www.Drew-Taylor.com
*/

body {
	background: #260523 url(images/main_bg.jpg) no-repeat center top;
	font-family: helvetica, arial;
	font-size: 62.5%;
	text-align: left;
	color: #fff;
	margin: auto;
}

/* `Typography
----------------------------------------------------------------------------------------------------*/

p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: .5em;
	text-align: justify;
}

h1 {
	text-indent: -10000px;
}

h2 {
	color: #fff;
	font-size: 4em;
	padding-bottom: 5px;
	margin: 30px 0 10px 0;
	border-bottom: 3px solid #add3f3;
	letter-spacing: -2px;
}

h3 {
	font-size: 1.5em;
	margin: 5px 0 10px 0;
	font-weight: normal;
}

a {
	color: #cd2dca;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer a {
	color: #6f1769;
	text-decoration: underline;
}

#dates {
	font-size: 1.5em;
}

ul {
	text-transform: uppercase;
	list-style: none;
}

li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #9e62b3;
	list-style: none;
}

.slashes {
	color: #fff;
}


/* `Headers
----------------------------------------------------------------------------------------------------*/

.videos_header {
	background: url(images/videos_header.gif) no-repeat center;
	padding: 17px 62px 17px 62px;
}

.bio_header {
	background: url(images/bio_header.gif) no-repeat center;
	padding: 17px 62px 17px 62px;
}

.music_header {
	background: url(images/music_header.gif) no-repeat center;
	padding: 17px 62px 17px 62px;
}

.links_header {
	background: url(images/links_header.gif) no-repeat center;
	padding: 17px 62px 17px 62px;
}

/* `Structure
----------------------------------------------------------------------------------------------------*/

#container {
	margin-top: 550px;
}

#midBox {
	width: 500px;
	margin: auto;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #590f52;
}

.video {
	margin-bottom: 20px;
}

#footer {
	color: #6f1769;
	margin-top: 20px;
	padding-bottom: 20px;
}


