/* ============= all elements style ============= */
*{
	margin:0;
	padding:0;
}

a{
	outline:none;
	text-decoration:none;
	color:#eaab39;
}

img{
	border:none;
}

label{
	color:#FFFFFF;
	float:none;
}
input{
	float:none;
	background-color:#CCCCCC;
}
textarea{
	background-color:#CCCCCC;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* ============= other ============= */
.floatleft{
	float:left;
}

.floatright{
	float:right;
}

/* ============= body ============= */
body{
	margin:0;
	padding:0;
	background:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* ============= wrapper ============= */
#wrapper{
	width:860px;
	margin:0 auto;
}

/* ============= header ============= */
#header{
	width:860px;
	height:170px;
	margin-bottom:2px;
}

/* ============= logo ============= */
#header h1{
	width:800px;
	height:170px;
	float:left;
	display:inline;
}

#header h1 a{
	display:block;
	width:800px;
	height:170px;
	margin-top: 25px;
	text-indent: 0em;
	text-decoration: none;
	padding-left:3px;
	color: #fff;
	size: 24em;
	background:url() no-repeat;
}

/* ============= content ============= */
#content{
	width:586px;
	height:428px;
	float:left;
	background-repeat:no-repeat;
	background-color:#000000;
	background-image:url(images/contentbackground.jpg);
	background-position:right;
	padding-left:3px;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;
	text-align:left;
}
#content h4{
	text-align:center;
	color:#FFFFFF;
	margin-bottom:6px;
}
#content h2
{
	color:#eaab39;
	font-weight:bold;
	font-size:12px;
}
#content h2 a
{
	color:#eaab39;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}



/* ============= photocontent ============= */
#photocontent{
	width:586px;
	height:428px;
	float:left;
	background-repeat:no-repeat;
	background-color:#000000;
	background-image:url(images/contentbackground.jpg);
	background-position:right;
	padding-left:3px;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;
	text-align:left;
}
#photocontent h4{
	text-align:center;
	color:#FFFFFF;
	margin-bottom:6px;
}
#photocontent h2
{
	color:#eaab39;
	font-weight:bold;
	font-size:12px;
}
#photocontent h2 a
{
	color:#eaab39;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}


#photoright{
	width: 464px;
	height:428px;
	float:left;
	
}


/* ============= post header ============= */
.post{
	margin-bottom:30px;
}

.post a:hover{
	color:#fff;
}

.ph{
	width:590px;
	float:right;
}

.post-header img{
	float:left;
	margin-right:0px;
	background:#000;
	padding:0px;
	border:0px solid #242424;
}

.post-header h1, #content h1{
	color:#0080E4;
	font-size:20px;
	float:left;
}

.post-header h1 a, #content h1 a{
	color:#fff;
	text-decoration:none;
}

.post-header h1 a:hover, #content h1 a:hover{
	text-decoration:underline;
}

.post p{
	font-size:12px;
	color:#eee;
	line-height:18px;
	margin-bottom:10px;
}

.post ul li, .post ol li{
	list-style-position:inside;
	font-size:12px;
	color:#eee;
	line-height:15px;
}

.post ul, .post ol{
	margin-bottom:15px;
}

.post-meta{
	clear:both;
	font-weight:bold;
	font-size:11px !important;
	line-height:16px !important;
}

.author{
	color:#0080E4 !important;
}

.post-meta a{
	color:#0080E4;
	text-decoration:none;
}

.post-meta a:hover
{
	color:#fff;
	text-decoration:none;
}

/* ============= sidebar ============= */
#sidebar
{
	list-style:none;
	width:234px;
	height:451px;
	float:left;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(images/sidebar.jpg);
	background-color:#000000;
}
#sidebar li
{
	list-style:none;
	margin:0;
}
#sidebar li ul li
{
	line-height:18px;
	height:29px;
	margin-bottom:0; !important;
	text-indent:10px;
}
#sidebar li ul li a
{
	color:#eaab39;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}
#sidebar li ul li a:hover
{
	text-decoration:none;
	color:#ffffff;
	margin:0;
}

/* ============= prev/next navigation ============= */
.prevnextnav
{
	padding:10px;
	height:20px;
	text-align:center;
}

.prevnextnav a
{
	color:#ddd;
	text-decoration:underline;
	font-weight:bold;
	padding:5px;
}

.prevnextnav a:hover
{
	text-decoration:none;
	background:#f8f8f8;
}

/* ============= comments ============= */

.comtext
{
	padding:10px;
	margin-bottom:10px;
	color: fff;
}

.comtext h3
{
	font-size:13px;
	color:#fff;
}

.comtext h3 a
{
	color:#fff;
	text-decoration:none;
}

.comtext h3 a:hover
{
	text-decoration:underline;
}

.nobold
{
	color:#fff;
	font-size:11px;
	font-weight:normal;
}

.comtext-inside
{
	border-left:4px solid #a1a1a1;
	padding-left:10px;
	margin-top:10px;
}

.comtext p
{
	font-size:11px;
	color:#fff;
	margin-bottom:15px;
	line-height:15px;
}

.comment-form
{
	margin-top:10px;
	margin-bottom:20px;
}

.comment-form h3
{
	background:#000;
	border-bottom:1px solid #b3b3b3;
	padding:10px;
	margin-bottom:10px;
	color:#fff;
	font-size:15px;
}

.comment-form input
{
	width:200px;
	margin-bottom:5px;
	padding:2px;
}

.comment-form textarea
{
	width:98%;
	margin-bottom:10px;
}

#commentform a
{
	color:#fff;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}

#commentform a:hover
{
	text-decoration:none;
}

.bighead
{
	display:block;
	margin-bottom:10px;
	border-bottom:1px solid #dddddd;
	float:none !important;
}

/* ============= The Band ============= */

#bandnames
{
	color:#FFFFFF;
	float:left;
	width:288px;
	padding-right:10px;
	height:420px;
}
#bandnames li
{
	list-style:none;
}
#bandnames li a
{
	color:#eaab39;
	text-decoration:none;
	display:block;
	font-weight:bold;
}
#bandnames li a:hover
{
	text-decoration:none;
	color:#ffffff;
}
#bandmemberinfo
{
	color:#FFFFFF;
	float:right;
	height:420px;
	width:277px;
	text-align:left;
}
#bandmemberinfo img
{
	float:none;
}
#fanclubleft
{
	padding-top:10px;
	color:#FFFFFF;
	width:75px;
	float:left;
}
#fanclubleft label
{
	color:#eaab39;
}
#fanclubright
{
	padding-top:10px;
	color:#FFFFFF;
	width:500px;
	float:right;
	text-align:left;
}
#fanclub
{
	float:left;
	color:#FFFFFF;
	padding-bottom:10px;
	padding-top:8px;
	text-align:left;
	width:575px;
}
#fanclub h2
{
	text-align:left;
	font-size:120%;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:5px;
}
#fanclubleft li
{
	text-decoration:none;
	list-style:none;
}
#fanclubleft li a
{
	text-decoration:none;
	list-style:none;
}
#galleryright
{
	color:#FFFFFF;
	float:right;
        text-align:left;
	width:453px;
}
#galleryright a img
{
	text-align:center;
	float:none;
}
#galleryleft
{
	color:#FFFFFF;
	float:left;
	width:120px;
	padding-right:2px;
	float:left;
}
#galleryleft li
{
	list-style:none;
}
#galleryleft li a
{
	color:#eaab39;
	text-decoration:none;
	display:block;
	font-weight:bold;
}
#galleryleft li a:hover
{
	text-decoration:none;
	color:#ffffff;
}
