@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	font-family:verdana, arial, sans-serif;
	font-size:10px;
}
#background {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}
#scroller {
	position:absolute;
	width:100%;
	height:75%;
	top:150px;
	left:0;
	overflow:auto;
	z-index:2;
}
#content {
	width: 536px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 200px;
}
#homebody {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
	z-index:2;
	padding:0 0 0 0;
}
/* p {line-height:1.8em; letter-spacing:0.1em; text-align:justify;}*/
h1 {
	font-family:verdana, arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height:2.0em;
	letter-spacing:0.1em;
	text-align:left;
}
.news_heading {
	margin-bottom:20px;
}
.news {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	letter-spacing:0.1em;
}
.under_construction {
	font-family:verdana, arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:2.0em;
	letter-spacing:0.1em;
	text-align:left;
}
h2 {
	font-family:verdana, arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height:1.1em;
	letter-spacing:0.1em;
	text-align:left;
	margin-top: 25px;
}
.contact {
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	letter-spacing:0.1em;
	padding-left: 20px;
}
#fixed {
	position:absolute;
	top:300px;
	left:10px;
	height:auto;
	width:auto;
	z-index:10;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:10px;
	background-color: #000000;
}
#fixed p {
	line-height:1.8em;
	letter-spacing:0.1em;
	text-align:justify;
	font-size:12px;
}
#header {
	position:absolute;
	top:10px;
	left:200px;
	width:auto;
	z-index:5;
	color:#FFFFFF;
	padding:0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:link {
	color: #000033;
	text-decoration: none;
}
#content a:visited {
	color: #000033;
	text-decoration: none;
}
#content a:hover {
	color: #000066;
	text-decoration: underline;
}
#content a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.show_date {
	font-size: 12px;
	font-weight: bold;
}
.show_venue {
	font-size: 12px;
	font-weight: bold;
}
.show_listing {
	text-align:left;
	line-height:normal;
	letter-spacing:normal;
}
.show_details {
	font-size:10px;
	letter-spacing:normal;
	padding-left: 20px;
	padding-top: 2px;
}
.show_address {
	font-size:9px;
}
hr.news_break {
	color: #000;
	background-color: #000;
	height: 1px;
	border:0;
	width:25%;
	margin-top:20px;
	margin-bottom:20px;
}
.discog_text {
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	letter-spacing:0.01em;
}
.album_title {
	font-family: Verdana,Geneva,Arial,Helvetica,san-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
.album_subtitle {
	font-family: Verdana,Geneva,Arial,Helvetica,san-serif;
	font-size: 11px;
	font-style:oblique;
	color: #000000;
}
img#large_cover {
	margin-left:8px;
	margin-bottom:8px;
	float:right;
	border:none;
}
.discog_backlink {
	clear:right;
	text-align:right;
}
.purchase_links {
	clear:right;
	text-align:left;
}
.photo_caption {
	text-align: left;
	vertical-align:bottom;
	/* text-transform:uppercase; */
	padding-top:12px;
}
.photo_sub_caption {
	text-align: center;
	vertical-align:bottom;
	/* text-transform:uppercase; */
}
.photo_dl_link {
	text-align: right;
	font-style:oblique;
	vertical-align: bottom;
	padding-top:12px;
	white-space:nowrap;
}
.photo_next_link {
	text-align: right;
	white-space:nowrap;
}
.photo_prev_link {
	text-align: left;
	white-space:nowrap;
}
.press_source {
	font-style:oblique;
	text-align:right;
}

