@CHARSET "ISO-8859-1";
body { 
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.06em;
	/*line-height: 100%;*/
	color: #fff;
	width: 800px;
	margin: 0 auto;
	background: url("../images/black_horse_transparent.png") top center no-repeat black;
}
h2 { 
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 0.90em;
	color: orange;
	line-height: 1.2em;
	margin: 0.4em 0 1.0em 0;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em; color: #ffffff;
	text-decoration: none;
	margin: 0 0 0 0;
	line-height: 1.2em;
	padding: 0.4em 0px 0.4em 0px;
	
	font-weight: lighter;
	letter-spacing: 0;
}
p, td {
	font-size: 0.7em;
	margin: 0.4em 0 0.4em 0;
	
}
p.date {
	font-size: 0.7em;
	margin: 2em 0 0.2em 0;
	
}

.searchbox {
	background: transparent;
	color: white;
	border-width: 1px;
	border-color: #666;
}

/* my css start */
a img {border: none}
a:link, a:visited {color: #fff;text-decoration: none;}
a:hover, a:active {color: orange;text-decoration: none;}
#active {color: orange; text-decoration: underline;}

#wrapper { 
	overflow: hidden;
	position: relative;
	top: -70px;
}

#header{
	position: relative;
	top: -15px;
	left: -133px;
}	

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #202020;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter:alpha(opacity=65);
}
.container {
	position: relative;
	float: left;
}
.content {
	position: relative; /* Fixes the z-index */
	float: left;
}

#nav {
	width: 800px;
	margin-bottom: 4px;
	float: left;
	display: inline;
}
#nav .content {
	padding: 10px 0px 0px 0px;
	width: 800px;
}
#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 10px;
}
#navlist li {
	float: left;
	/*line-height: 1.1em;*/
	margin: 0px;
	padding: 0px 8px 0px 0px;
	font-size: 12px;
	font-style: italic;
}



div.more {margin: 0;padding: 10px 10px 10px 0px;clear: both;text-align: right;}
div.more p {margin: 0;padding: 0}

/*#news {margin: 0; padding: 0;width: 460px;float: left;}*/

#fp_news {
	margin: 0px 0px 0px 0px;
	padding: 0 10px;
	width: 530px;
}
#fp_news .content {
	width: 530px;
}
#news {
	margin: 0px 0px 0px 0px;
	padding: 0 10px;
	width: 780px;
}
#news .content {
	width: 780px;
}
table.news {
	width: 45%;
	border-collapse: collapse;
	border: 1px solid pink;
}
#fp_releases {
	margin: 0px 0px 0px 0px;
	padding: 0 10px;
	width: 226px;
	float: right;
	display: inline;
}

#fp_releases .content {
	/*padding: 0px 10px 0px 10px;*/
	width: 226px;
}

img.discog_image {
	width: 75px;
	float: left;
	padding: 8px 5px 5px 0px;
}

#fp_live_dates {
	margin: 4px 0px 0px 0px;
	padding: 0 10px;
	width: 530px;
	float: left
}

#fp_live_dates .content {
	width: 530px;
}

#live_dates {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	width: 800px;
	float: left
}

#live_dates .content {
	width: 780px;
}

#guestbook {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	width: 800px;
	float: left
}

#guestbook .content {
	width: 780px;
}

#guestbook_form {
	padding: 0 auto;
}

#contact {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	width: 800px;
	float: left
}

#contact .content {
	width: 780px;
}
table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

th  {
	text-align: left;
	font-weight: normal;
	color: #fff;
	padding: 2px;
	font-size: 12px;
	border-bottom: 1px solid #666666;
}
td {
	padding: 0px;
	font-size: 11px;
	vertical-align: top;
	color: white;
}
td.alt {
	background-color: #202020;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter:alpha(opacity=65);
	border: 0px;
}

#footer {
	width: 801px;
	margin-top: 1px;
	float: left;
	display: inline;
}

#footer .content {
	padding: 10px 0px 0px 0px;
	width: 801px;
}


/* Let's compensate for IE6's inability to interpret top: 0; and bottom: 0; */
* html #news .overlay { height: expression(document.getElementById("news").offsetHeight); }
* html #releases .overlay { height: expression(document.getElementById("releases").offsetHeight); }

