/* CSS Document for Lonesome Stars - Written by David Mead, DMWebsites.com */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: small;
	background: #870808 url(/img/bkg_body.png) repeat-x 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	}
	
img {
	display: block;
	border: none;
	}
	
h1 {
	padding: 0.5em 0 2em 0;
	width: 760px;
	text-align: center;
	color: #FFF;
	}
	
h2#players {
	width: 124px;
	height: 60px;
	text-indent: -1000em;
	background: #FEF4D1 url(/img/bkg_h2-players.jpg) no-repeat 0 0;
	}
	
h2#songs {
	width: 124px;
	height: 60px;
	text-indent: -1000em;
	background: #FEF4D1 url(/img/bkg_h2-songs.jpg) no-repeat 0 0;
	}
	
p {
	margin-bottom: 1.5em;
	margin-left: 1em;
	}
	
ul#nav {
	margin-left: 0.5em;
	list-style: none;
	}
	
ul#nav li {
	margin-bottom: 0.5em;
	color: #993300;
	font-variant: small-caps;
	font-weight: bold;
	}
	
ul#band {
	margin-left: 1em;
	list-style: none;
	}
	
ul#band li {
	margin-left: 1em;
	margin-bottom: 0.5em;
	color: #993300;
	font-style: italic;
	font-weight: bold;
	}
	
ul#band li span {
	margin-left: -1em;
	color: #000;
	font-size: 120%;
	font-style: normal;
	}
	
ol#track-listing li {
	font-variant: small-caps;
	margin-left: 2.5em;
	}
	
	



/* =DIVS
--------------------------------------*/
#contentMain {
	margin: 0 auto;
	width: 760px;
	background: #FEF4D1 url(/img/bkg_contentMain.jpg) no-repeat 0 0;
	}
	
#col-1,
#col-2 {
	margin-bottom: 2em;
	}
	
#col-1 {
	float: left;
	padding-left: 1%;
	width: 69%;	
	}
	
#col-2 {
	float: right;
	padding-right: 1%;
	width: 24%;
	}
	
#footer {
	clear: both;
	margin-top: 2em;
	padding-bottom: 1em;
	height: 3em;
	width: 100%;
	background: #FEF4D1 url(/img/bkg_footer.jpg) no-repeat left bottom;
	}
	
#footer p {
	font-size: 70%;
	text-align: center;
	margin-bottom: 5em;
	}

/* =NAVIGATION
--------------------------------------*/



/* =CLASSES
--------------------------------------*/
.hidden {
	position: absolute; 
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	} 


/* =TABLES
--------------------------------------*/



/* =FORMS (.NET)
--------------------------------------*/