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







/*







Theme Name: BandWP Theme
Theme URI: http://bandwpthemes.com/
Description: A customizable theme made for bands
rsion: 1.51

Author: Andrew Norcross



Author URI: http://andrewnorcross.com



Tags: band, music



*/















body {
	background: #9c9d9c;
	font-family: Helvetica, Arial, sans-serif;
	color: #979797;
	margin: 0;
}
p {
	font-size: 12px;
	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: 18px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
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 {
	background: #FFFFFF;
	width: 975px;
	height: 1433px;
	margin: 7px auto;
	position: relative;
}




/* Header */

#header {
	width: 975px;
	float:center;
	background: #FFFFFF;
}
#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 {
	width: 640px;
 background: #9c9d9c  float: center;
	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: 16px;
	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:20px 20px;
}
.post {
	padding: 20px 30px;
	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: #FFFFFF;
	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 0px;
	margin:0;
	width:400px;
	float:left;
}
.bottomwidget h3 {
	font-size:20px;
	padding:0px;
	color:#000;
}
.bottomwidget ul {
	padding:0 0 0px;
	margin:0;
	list-style: none;
}
.bottomwidget ul li {
	color: #d2d2d2;
	padding-left: 1px;
	line-height: 1.6em;
}
#footer {
	float:left;
	color: #fff;
	margin: 15px auto;
	width: 950px;
}





/* SIDEBAR */

#sidebar {
	position: absolute;
	right: 0;
	width: 245px;
	padding: 5px 5px 5px 5px;
}
.widget {
	background: #565656;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	padding: 5px 5px 5px;
	margin:5px 5px 5px 5px;
	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:5px 5px 5px 5px;
}
.widget h2 {
	font-size: 8px;
	margin: 0 0 10px 10px;
	color: #fddf14;
	background: 
	padding-left:25px;
}
.widget h2.twitter a {
	font-size: 8px;
	color: #fddf14;
	font-weight:normal;
	background:none;
	padding-right:0;}
.widget h3 {
	font-size: 14px;
	margin: 0 0 10px 10px;
	color: #fddf14;
	background: url(images/skull.png) no-repeat left -4px;
	padding-left:25px;
}
.widget h3.twitter a {
	font-size: 14px;
	color: #fddf14;
	font-weight:normal;
	background:none;
	padding-right:0;
}
.newsletter input[type=text] {
	text-transform:uppercase;
	color:#565656;
	font-weight:bold;
	margin-left:0px;
	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:242px;
	padding-left:1;
 padding-right:;
	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: 14px;
	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:#C4C4C4;
	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;
}

