@charset "UTF-8";
/* CSS Document
Lightning Rod Records Name
Common CSS
© 2008 Lightning Rod Records
Created 2/8/08 7:15AM
Updated 2/8/08 7:15AM
Validated 2/8/08 7:15AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

/* Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
		
/* Universal */

html, body {
	color: #000;
	background: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	}

/* Global Layout Elements */	
	
div#wrapperdiv {
	width: 1023px;
	margin: auto;
	background: url(../images/background.jpg) top left repeat-y;
	position: relative;
	z-index: 0;
	}
	
div#logodiv {
	width: 1023px;
	background: url(../images/news_01.jpg) top left no-repeat;
	}
	
div#navdiv {
	width: 730px;
	height: 101px;
	position: absolute;
	z-index: 10;
	top: 100px;
	left: 181px;
	}
	
div#playerdiv {
	width: 181px;
	height: 73px;
	position: absolute;
	z-index: 10;
	top: 203px;
	left: 0;
	}
	
div#streetdiv {
	width: 181px;
	height: 198px;
	position: absolute;
	z-index: 10;
	top: 316px;
	left: 0;
	}
	
div.clearfloatsdiv {
	clear: both;
	}
	
div#dropdownmenu {
	width: 168px;
	height: 68px;
	position: absolute;
	top: 48px;
	left: 164px;
	z-index: 50;
	visibility: hidden;
}

div#newsdiv {
	width: 165px;
	height: 101px;
	float: left;
}

div#artistdiv {
	width: 168px;
	height: 101px;
	float: left;
	background: url(../images/news_04.jpg) top left no-repeat;
}
	
/* Text */

h1 {
	color: #983100;
	font-size: 90%;
	margin: 0 0 10px 0;
	}
	
p {
	color: #000;
	font-size: 80%;
	margin: 0 0 10px 0;
	}
	
em {
	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}
	
strong em {
	font-weight: bold;
	font-style: italic;
	}
	
/* Links */
	
a {
	color: #983100;
	text-decoration: underline;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}
