/* CSS Document
Elliott Murphy
Mailing List Page CSS
© 2006 Elliott Murphy
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
div#biodiv {
	width: 680px;
	color: #000;
	/*border: 1px yellow solid;*/
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 250px;
	line-height: 1.4em;
	/*background-color:#FF99CC;*/
	}
	
div#discographydiv {
	width: 0px;
	color: #000;
	/*border: 1px white solid;*/
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 15px;
	padding-right: 0px;
	line-height: 1.4em;
	/*background-color: #33FF00;*/
	text-align: right;
	}
	
ul {
	margin: 0;
	list-style-type: none;
	}
	
ul li {
	margin-bottom: 5px;
	margin-left: -20px;
	}
	
p.date {
	margin-top: 30px;
	font-weight: bold;
	font-size: 0.9em;
	background-color: #555;
	color: #fff;
	padding-left: 5px;
	}
	
p.datetop {
	margin-top: 5px;
	font-weight: bold;
	font-size: 0.9em;
	background-color: #555;
	color: #fff;
	padding-left: 5px;
	}
	
strong {
	font-size: 0.9em;
	font-weight: bold;
	}
	
.tagline {
	font-size: 1.0em;
	font-weight: bold;
	}
	
p a:link, p a:visited {
	text-decoration: none;
	color: #07494d;
	font-weight: bold;
	}
	
p a:hover {
	text-decoration: underline;
	color: #000;
	}
	
ul a:link, ul a:visited {
	text-decoration: none;
	color: #07494d;
	font-weight: normal;
	}
	
ul a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: normal;
	}
	
p.story {
	margin-left: 15px;
	}

div#biodiv img {
	border: 1px solid #000;
	margin-right: 10px;
	margin-left: 15px;
	float: left;
	} 
	
h1 {
	font-size: 1.2em;
	margin-bottom: 15px;
	}
	
h2 {
	font-size: 1.0em;
	font-weight: bold;
	}
	
p.error {
	color: #F00;
	font-weight: bold;
	}
	
ul {
	margin-left: 20px;
	margin-bottom: 30px;
	font-weight: bold;
	}
	
div.theform {
	width: 500px;
	height: 30px;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	}
	
div.leftform {	
	width: 120px;
	float: left;
	text-align: right;
	}
	
div.rightform {
	padding-left: 5px;
	width: 375px;
	text-align: left;
	float: right;
	}
	
legend {
	margin-left: 20px;
	padding: 0 5px;
	}
	
form {
	margin-top: 30px;
	margin-bottom: 50px;
	width: 550px;
	background-color: #ccc;
	}
	
fieldset {
	padding-top: 20px;
	}
	
span.req {
	font-size: 0.8em;
	}
	
input#submit {
	margin-top: 10px;
	margin-left: 100px;
	}