/* CSS Document
Elliott Murphy
Home Page CSS
? 2005 Elliott Murphy
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

body {
	font-size: 100.01%;
	background-color: #000;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	}
	
div#wrapper {
	width: 730px;
	margin: auto;
	}
	
div#header {
	width: 730px;
	margin: auto;
	}
	
div#nav {
	width: 730px;
	margin: auto;
	}
	
div#photo {
	width: 730px;
	margin: auto;
	}
	
div#subnav {
	width: 730px;
	margin: auto;
	}
	
div#message {
	width: 350px;
	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: 1px;
	line-height: 1.4em;
	}
	
	div#message p#topmessage {
	padding: 0 0 0 0;
	}
	
div#featured {
	width: 310px;
	color: #000;
	/*border: 1px white solid;*/
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 1px;
	line-height: 1.4em;
	}
	
div#backdrop {
	width: 730px;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-y;
	}
	
.headline {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	}
	
div.featuredimage  {
	float: left;
	margin-right: 10px;
	width: 150px;
	}
	
div.featuredimagetwo {
	float: left;
	margin: 0 10px 0 0;
	width: 150px;
	}
	
div.featuredimagethree {
	float: none;
	margin: 0 0 0 0;
	width: 302px;
	}
	
div.featuredimagebig  {
	float: none;
	margin: 0;
	width: 300px;
	}
	
div.featuredimagebig img {
	border: 1px solid #000;
	}
	
div.featuredimagethree img {
	border: 1px solid #000;
}
	
img.featuredimagepic {
	float: left;
	margin-right: 10px;
	}
	
img.featuredimagepictop {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
	}
	
div.photo {
	width: 150px;
}

div.cutline {
	margin-top: 3px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
}

div.cutlinebig {
	margin-top: 3px;
	width: 300px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
}
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-block;
	}
	
p a:link, p a:visited {
	text-decoration: none;
	color: #07494d;
	font-weight: bold;
	}
	
p a:hover {
	text-decoration: underline;
	color: #000;
	}
	
br.clearfloats {
	clear: both;
	height: 1px;
	line-height: 1px;
	}
	
p.lyrics {
	font-size: 0.9em;
}

p.lead {
	font-weight: bold;
}
	

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
	/* End hide from IE-mac */
	
img.top10 {
	float: left;
	border: 1px solid #000;
	margin: 0 10px 0 0;
}
