/*
Theme Name: BandWP Theme
Theme URI: http://bandwpthemes.com/
Description: A customizable theme made for bands
Version: 1.52
Author: Andrew Norcross
Author URI: http://andrewnorcross.com
Tags: band, music
*/

body {
	background: #9c9d9c url(bg_images/default_bg.jpg) repeat-x;
	font-family: Helvetica, Arial,  sans-serif;
	color: #0F0F0F;
	margin: 0;
	}

p {
	font-size: 14px;
	line-height: 15px;
	margin: .5em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: .5em 0;
	color: #6d6d6d;
	}


h1 {font-size: 36px;}
h2 {font-size: 32px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}


a {
	color: #6d6d6d;
	text-decoration: none;
	}

/* 	background: url(images/plus-yellow.gif) no-repeat right 2px; */

a:hover {color: #fddf14;}

.yellow {color: #fddf14;}

input, input[type=submit], textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;-webkit-border-radius: 4px;-khtml-border-radius: 4px;border-radius: 4px;
	font-size: 14px;
	font-weight: normal;
	}

input[type=text] {
	color: #666;
	padding: 4px;
	border: solid 1px #565656;
	}

textarea {
	color: #666;
	padding: 4px;
	border: solid 1px #565656;
	}

.rounded-corners {-moz-border-radius: 6px;-webkit-border-radius: 6px;-khtml-border-radius: 6px;border-radius: 6px;}

.clear {clear: both;}


/* MAIN */

#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	}

/* Header */

#header {
	width: 1000px;
	float:left;
	background: #fff;
	}

#header h1 {
	margin:0;
	padding:10px 0 0 10px;
	}

#header h1 a:hover {color:#fddf14;}

#header img {border:none;}

/* LEFT SIDE CONTENT */

.home #content {min-height:400px;}

#content {
	background: #fff;
	width: 675px;
	float: left;
	padding-bottom: 20px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-radius: 6px;
	position:relative;
	}

.menu ul{
	padding: 0;
	list-style: none;
	display: block;
	margin: 10px;
	height:20px;
	}

.menu ul li{
	font-size: 12px;
	display: inline;
	float: left;
	margin-right: 10px;
	font-weight:bold;
	}

.menu ul li a{
	background: url(images/plus-yellow.gif) no-repeat left 2px;
	padding-left:12px;}

.wrap-around {
	background: url(images/wrap-around.gif) no-repeat;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	float: left;
	padding: 10px 10px 17px 25px;
	margin: 10px 0 0 -14px;
	}

h2.pagetitle {padding:0 20px;}

.post {padding: 0 20px; width:630px; float:left;}

.posthome {	min-height:500px;}

.posthome h2, 

.posthome h2 a {
	font-size:32px;
	font-weight:normal;
	color:#6d6d6d;
	}

.readmore {
	font-size: 12px;
	float: right;
	}

.post p {margin:0 0 10px 0;}

.post p.home_image {text-align:center;}

.post img {
	padding:5px;
	border:none;
	}

/* Comment Box */

#comment_box {
	float:left;
	padding:0 20px;
	width:630px;
	}

#comment_box h3 {
	font-size:20px;
	}

#comment_box .comment-body {
	padding:3px 0 7px;
	}
	
#comment_box .commentmetadata {
	font-size:12px;
	padding:3px 0;
	}

#comment_box .comment-author {
	font-size:12px;
	padding:3px 0;
	}

#comment_box ul, #comment_box li {list-style:none;}
#comment_box ul {
	padding-left:7px;
	}

#comment_box .reply {
	font-size:12px;
	}

#comment_box .reply a {color:#CC0000;}
#comment_box .reply a:hover, #comment_box .reply a:focus {color:#000; text-decoration:underline;}
	
#respond {
	float:left;
	padding:0 20px;
	width:630px;
	}

#respond h3 {font-size:20px;}

.navigation {
	float:left;
	padding:10px 20px;
	width:630px;
	}

.page {	min-height:500px;}

/* 3 Columns on home page*/

#home_columns {
	background: #fff;
	width: 675px;
	float: left;
	font-size: 12px;
	color:#333333;
	border-top:#979797 2px solid;
	}

#home_columns a {color:#6D6D6D;}

#home_columns a:hover {color:#333333;}

.bottomwidget {
	padding: 0 10px;
	margin:0;
	width:205px;
	float:left;
	}

.bottomwidget h3 {
	font-size:20px;
	padding:0px;
	color:#000;
	}

.bottomwidget ul {
	padding:0 0 10px;
	margin:0;
	list-style: none;
	}

.bottomwidget ul li {
	color: #d2d2d2;
	padding-left: 5px;
	line-height: 1.6em;
	}

#footer {
	float:left;
	color: #fff;
	margin: 15px auto;
	width: 950px;
 	}

/* SIDEBAR */
#sidebar {
	position: absolute;
	right: 0;
	width: 325px;
	padding: 25px 0 10px 0;
	}

.widget {
	background: #565656;
	padding: 10px 0 0;
	margin:0 0 10px 0;
	box-shadow: 5px 10px 20px #000;
	-moz-box-shadow: 5px 10px 20px #000;
	-webkit-box-shadow: 5px 10px 20px #000;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}

.textwidget {
	padding:0 10px 10px 10px;
	}

.widget h3 {
	font-size: 20px;
	margin: 0 0 10px 10px;
	color: #fddf14;
	background: url(images/plus-gray.png) no-repeat left 7px;
	padding-left:20px;
	}

.widget h3.twitter a{
	font-size: 20px;
	color: #fddf14;
	font-weight:normal;
	background:none;
	padding-right:0;
	}

.newsletter input[type=text] {
	text-transform:uppercase;
	color:#565656;
	font-weight:bold;
	margin-left:5px;
	width:200px;
	}

.newsletter input[type=submit] {
	background:#fddf14;
	text-transform:uppercase;
	color:#565656;
	border:none;
	font-weight:bold;
	padding:3px 5px;
	margin-left:5px;
	}

.newsletter li.newsletter_info {
	padding:10px 25px 0 25px;
	font-size:14px;
	line-height:1.2em;
	}

.widget ul#twitter_update_list li {
	width:300px;
	padding-left:0;
	padding-bottom:5px;
	margin:0 auto;
	border-bottom: #9d9d9d 1px dotted;
	}

.widget ul li.player {
	width:300px;
	margin:0 auto;
	padding-left:0;
	}

.widget ul li.fbfan {
	font-size: 12px;
	color: #d2d2d2;
	padding-left: 15px;
	line-height: 1.6em;
	}

.widget h1 {
	font-size: 20px;
	margin: 0 0 10px 10px;
	color: #fddf14;
	}

.widget ul {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding: 0 0 10px 0;
	}

.widget ul li {
	font-size: 12px;
	color: #d2d2d2;
	padding-left: 25px;
	line-height: 1.6em;
	}

	/* background: url(images/plus-yellow.gif) no-repeat 10px 5px; */

.widget ul li a {color: #fddf14;}

.widget ul li a:hover {color: #6d6d6d;}

/* Social Media Links */
.simple_socialmedia {
	overflow: hidden;
	padding: 0;
	text-align:center;
	color: #0B0B0B;
	font-size: 11px;
	border-top: 1px solid #e1e1e0;
	border-bottom: 1px solid #e1e1e0;
	width:100%;
}

.simple_socialmedia ul {
	list-style-type:none;
	margin:0;
	padding:5px 0;
}

.simple_socialmedia ul li {
	padding: 5px 10px 5px 20px;
	line-height:18px;
	display:inline;
	margin:0;
	}

.simple_socialmedia ul li a{
	color:#000000;
	text-decoration:none;
	}
	
.simple_socialmedia ul li a:hover {text-decoration:none;}

.simple_socialmedia ul li.sharetext {font-weight:bold;padding: 5px 5px 5px 0;}
.simple_socialmedia ul li.twitter {background:url(images/mini_twitter.png) no-repeat left;}
.simple_socialmedia ul li.facebook {background:url(images/mini_facebook.png) no-repeat left;}
.simple_socialmedia ul li.stumble {background:url(images/mini_stumble.png) no-repeat left;}
.simple_socialmedia ul li.digg {background:url(images/mini_digg.png) no-repeat left;}
.simple_socialmedia ul li.delicious {background:url(images/mini_delicious.png) no-repeat left;}