html{
  	height: 100%;      
}

body {
	height: 100%;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 0.85em;
	background-color: #111111;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(images/mc_bg.jpg);
	background-position: center center;

}

a{
	color: #888;
	text-decoration: underline;
}

a:hover{
	color: #a80118;
}

form { margin: 0; padding: 0; }

input[type="submit"], input.btn{
  	border: 1px solid #555;
  	color: #333;
  	font-family: verdana, arial, sans-serif;
  	font-size: 0.8em;
}

#container{
	width: 760px;
  	min-height: 100%;
	border: 1px solid #000;
	background: url(images/87pblack.png);
	behavior: url(iepngfix.htc);
	margin-left: 10%;
}


* html #container{
	height: 100%;
}



#main{
	padding-bottom: 50px;
	line-height: 2em;
	font-size: 0.9em;
}

#menu{
	padding-top: 7px;
	padding-bottom: 7px;
}

#banner{
	height: 200px;
	background: #000 url(images/banner.jpg);
	position: relative;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}


#content{
	color: #fff;
}

#text{
	padding: 1em;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu a{
	font-weight: normal;
	font-size: 17px;
	color: #a80118;
	text-decoration: none;
	font-family: "Georgia", verdana, helvetica, sans-serif;
}


#menu a:hover, #menu li.active a{
	color: #fff;
	background: #111;
}


#menu li{
	display: inline;
	list-style-type: none;
	padding: 0 15px;
}

#sidebar{
	position: relative;
	float: right;
	padding-left: 10px;
}

.sidebar_label{
	text-align: left;
	color: #888;
	font-family: verdana, sans-serif;
	font-weight: bold;
}

.sidebar_sublabel{
	color: #fff;
	line-height: 1.2em;
	font-size: 0.85em;
	text-align: left;
	padding-bottom: 10px;
}

#player{
	width: 190px;
	background: #111111;
	padding: 8px 8px;
	margin-bottom: 13px;
	border: 1px dotted #555;
	text-align: center;
	font-size: 10pt;
}


#addtolist{
	width: 190px;
	background: #111;
	padding: 0 8px 9px 8px;
	margin-bottom: 10px;
	border: 1px dotted #555;
	text-align: center;
	font-size: 10pt;
	color: #fff;
}

#addtolist input.btn{
	margin-top: 9px;
	background: #111;
	border: 1px dotted #555;
	color: #a80118;
}

#addtolist input.email{
	background: #fff;
	border: none;
	padding: 2px 5px;

}

.fieldname{
	text-align: left;
	padding-left: 15px;
}

.label_big{
	color: #888;
	font-family: verdana, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}

.label_small{
	color: #888;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}


.bio_name{
	color: #777;
	font-weight: bold;
}

#footer{
	position: relative;
	height: 35px;
	margin-top: -35px;
	margin-left: 10%;
	width: 760px;
	background: #111;
	color: #555;
	text-align: center;
	font-size: 11px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;

}

#footer_credits{
	margin-top: -8px;
	font-family: verdana, sans-serif;
	font-size: 9px;
}

#footer a{
	color: #ccc;	
}


table#albums a img{
	border: 1px solid #555;
	
}



table#albums .album_description{
	font-size: 12px;
	vertical-align: top;
	color: #fff;
	padding-left: 8px;
	line-height: 1.2em;
}

table#albums .album_image{
	vertical-align: top;
}

table#shows{
	color: #fff;
	width: 100%;
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
}

table#shows th{
	font-weight: normal;	
	font-size: 14px;
	border-bottom: 1px dotted #333;
}

table#photos{
	color: #fff;
	text-align: center;
	margin: 15px auto 20px auto;

}

table#photos a img{
	border: 1px solid #888;
}

table#photos a:hover img{
	border: 1px solid #a80118;
}

.post_date{
	color: #888;
	font-family: verdana, times new roman, sans-serif;
	font-size: 0.9em;
	display: inline;
	padding-right: 4px;
}

.post_title{
	font-size: 1.7em;
	color: #a80118;
	font-family: georgia, sans-serif;
	margin-top: 1em;
}

.post_body{
	padding-left: 15px;
}
