/* CSS Document

* {
	margin: 0;
	padding: 0;
	} 
*/

:focus
{
  -moz-outline-style: none;
	}

html, body, #container {
	min-height: 100%;
	width: 100%;
	height: 100%;
	}

html>body, html>body #container {
	height: auto;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grand", Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background: url(/images/bandpage_back.gif) repeat-y 50% 0;
	background-color:#333333;
		}

img { border:none; 	}

a { color: #CCC; text-decoration: underline; 	}
a:hover { text-decoration: none; 	}

#container {
	/*
	margin: 0 auto;
	width: 760px;
	*/
	position: absolute;
	top: 0;
   left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
	left: 50%;
   width: 760px;
   margin-left: -380px;
	background-color:#000000;
	}

#header_top {
	width: 760px;
	height: 9px;
	background:url(/images/head_top.gif) repeat-x;
	font-size:.5em; /* set small since height is small */
	}
	
#header {
	width: 760px;
	height: 71px;
	background:url(/images/header_back.gif) repeat-x 50% 100%;
	border-bottom:2px solid #f99d0b;
	}

#logo {
	padding: 12px 20px 0 16px;
	float:left;
	}

#tagline {
	float:right;
	padding: 28px 16px 0 16px;
	font-size:12px;
	font-weight:bold;
	}

#band {
	color:#000000;
	background:url(/images/bandpage_title_back.gif) no-repeat;
	width:722px;
	height:65px;
	margin-top:25px;
	}

#bandname {
	font-family: "Trebuchet MS", Verdana, "Lucida Grand", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	padding: 18px 0 2px 16px;
	float:left;
	width: 430px;
	}

#bandinfo {
	font-size: 10px;
	font-weight:bold;
	padding: 19px 16px 0 5px;
	float:right;
	text-align:right;
	width:250px;
	}

#bandmfc {
	font-family: "Trebuchet MS", Verdana, "Lucida Grand", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	}

.bandpagelink {
 padding-top:5px;
 font-weight:bold;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
	}

/*** Account Menu *******************************************************/

#account-menu {
	text-align:right;
	margin-right:20px;	
	}

#menulist {
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	margin-right:20px;
	font: normal 10px Verdana;
}

#menulist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#menulist li a {
	margin-left:1px;
	color: #cccccc;
	text-decoration: none; 
	border: 1px solid #666666;
	border-top:1px solid #333333;
	background-color:#333333;
	padding: 3px 6px 3px 6px;
}

#menulist li a:hover {
	color:#4D4D4D;
	background-color:#fcefdb;
	border: 1px solid #fdcf87;
	border-top:1px solid #ffe5be;
}


.menu_welcome {
	color: #cccccc;
	display:inline;
	padding: 3px 2px 3px 8px;
	}

#bandpage {
	display:none;
	}

/*** Content ************************************************************/	

#main-content {
	
	margin-left: 18px;
	margin-bottom: 6em;
	width: 722px;
	color: #898989;
	height: auto;
	clear:both;
	}

#main-copy {
	margin: 20px 16px 0 16px;
	font-size:1.2em;
	color: #333333;
	}

/*** Message Board ************************************************************/	

#band_left {
	width: 398px;
	float:left;
	}

#band_right {
	float:right;
	width: 300px;
	}

#messageboard {
	background:url(/images/bandpage_message_header.gif) top no-repeat;
	background-color:#cccccc;
	border-bottom:1px solid #666666;
	}

#messageboard_txt {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	padding: 9px 0 9px 15px;
	width:200px;
	}

#messageboard_bottom {
	background:url(/images/bandpage_message_bottom.gif) bottom no-repeat;
	background-color:#f0f0f0;
	}

#messageboard .pagenums {
	 font-size:10px;
	 margin: 7px 8px 0 0;
	 padding:0;
	 float:right;
	}

#messageboard_bottom .pagenums {
	 font-size:10px;
	 padding: 6px 8px 5px 0;
	 float:right;
	}

.pagenums { color: #000; font-weight:bold; font-size:10px; padding:0; margin:0px; text-align:right;}

.pagenums a { color: #000; text-decoration: underline; font-weight:normal;	}
.pagenums a:hover { text-decoration: none; font-weight:normal;	}

.messages {
	padding: 14px 10px 14px 10px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #666666;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-color:#f0f0f0;
	clear:both;
	}

.msg_left {
	width:50px;
	float:left;
	}

.msg_mid {
	width:275px;
	float:left;
	}

.msg_rt {
	width:40px;
	float:right;
	}

.messages img {
	border:1px solid #000000;
	}

.messages_in {
	background-color:#f0f0f0;
	color:#000000;
	}

.messages_out {
	background-color:#c5c3c3;
	color:#000000;
	}

.message {
	font-size:11px;
	font-weight:bold;
	}

.message_from {
	font-size:9px;
	color:#666666;
	}

.rssfeed .rssicon {
	padding:4px 0 4px 16px;
	float:left;
	}

.rssfeed .rssicon img {
	padding-right:4px;
	}


.rssfeed .rsslink a { color:#666666; text-decoration: underline; float:left; padding-top:6px;	}
.rssfeed .rsslink a:hover { text-decoration: none; 	}

.rt_bucket {
	height:25px;
	background:url(/images/bandpage_rightcol_header.gif) top no-repeat;
	background-color:#cccccc;
	}

.rt_bucket_txt {
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding: 5px 0 0 15px;
	}

.rt_bucket_content {
	padding: 10px 10px 5px 15px;
	background-color:#f0f0f0;
	line-height:1.5em;
	color:#333333;
	}

.rt_bucket_bottom {
	height:10px;
	background:url(/images/bandpage_rightcol_bottom.gif) bottom no-repeat;
	background-color:#f0f0f0;
	margin-bottom:20px;
	}

.rt_bucket_content a { color:#333333; font-weight:bold; text-decoration: underline; 	}
.rt_bucket_content a:hover { color:#666666; text-decoration: none; 	}


#widget {
	margin-bottom:20px;
	}

.recent_fans a {
	text-decoration:none;
}

.recent_fans a:hover {
	text-decoration:none;
}

.fan_thumbnail
{
float: left;
width: 50px;
height:58px;
margin: 0 5px 5px 0;
text-align:center;
line-height:12px;
overflow:hidden;
}

.fan_thumbnail a {
text-decoration:none;
}

.fan_thumbnail img {
	border:1px solid #999999;
	width:40px;
	height:40px;
}

.clearboth { clear: both; }


/*** Footers ************************************************************/	

#bug {
	text-align:right;
	font-size:1em;
	margin: 0 18px 0 18px;
	padding-top:.6em;
	padding-bottom:.6em;
	}

#bug a { color:#999999; text-decoration: none; 	}
#bug a:hover { text-decoration: underline; 	}

#footers {
	font-size:.9em;
	margin-top:20px;
	position: absolute;
	bottom: 0;
/*	
	position: fixed; 
	bottom: 16px; 
	background-color:#FFFFFF;
*/
	}

.footers-all {
	margin: 0 18px 0 18px;
	width: 722px;
	margin-bottom:15px;
	}

#footer-common {
	color: #707070;
	border: 1px solid #666666;
	background-color:#333333;
	}

.footercopy {
	padding-left: 10px;
	padding-top:.6em;
	padding-bottom:.6em;
	}

#footer-common a { color: #cccccc; text-decoration: underline; 	}
#footer-common a:hover { text-decoration: none; 	}

/*** CLEARFIX ************************************************************/	

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
