@charset "UTF-8";
/* CSS Document
ModWest
Main stylesheet
©2011 Kevin Costner & Modern West

CSS code by Luke Howard for Crowd Surf LLC, www.crowdsurf.net */

/************** Main Site Wide Rules ***************/

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. 
Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto; }
.alignleft { float:left; margin: 0 15px 15px 0; }
.alignright { float:right; margin: 0 0 15px 15px;  }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

div, ul, li, article, footer, header, nav, section { position:relative } 
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }

body {
	background: #121212 url(../images/desertbg2.jpg) center bottom repeat-x fixed;
	font: 14px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #ccc;
}
a {
	color: #367cc2;
	text-decoration:underline;
	-webkit-transition: 0.5s  ease-in-out;
	-moz-transition:0.5s  ease-in-out;  
   	-o-transition:0.5s  ease-in-out;  
   	transition:0.5s  ease-in-out;
}
a:hover {
	color: #fff;
	text-decoration:underline;
}
::selection { background: #367cc2; }
::-moz-selection { background: #367cc2; }
h1{ 

}
h2{ 
	font:40px/1 'Rokkitt', serif;
	font-weight:700;
	text-transform:uppercase;
	text-shadow: 3px 3px 7px #000;
	padding-bottom: 5px;
	border-bottom:4px dashed #cccccc;
	margin-bottom:10px;
	text-align:center;
	color: #367cc2;
	color: rgba(54, 124, 194, 0.8);
}
h3 {
	font:25px/1 'Rokkitt', serif;
	font-weight:400;
	text-transform:uppercase;
	text-shadow:2px 2px 4px #000;
}
time{
	font:20px/1 'Rokkitt', serif;
	font-weight:400;
	text-transform:uppercase;
	padding-bottom:15px;
}
p {
	margin-bottom:10px;
}
div#wrapper {
	width:900px;
	padding:0 4px;
	background:#202020 url(../images/wrapperbg.jpg) fixed center top repeat-y;
	overflow:hidden;
	margin:0 auto;
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.75);
}

/***Header Rules start here***/
header {
	width: 900px;
	height:353px;
	position: relative;
}
header nav {
	width: 900px;
	height: 50px;
	position: relative;
	z-index: 20;
	overflow: visible;
	padding: 0;
	border-bottom: solid 3px #141414;
	text-align:center;
}
header nav li {
	margin:0;
	height:20px;
	padding: 15px 12px;
	overflow:visible;
	display:inline-block;
}
header nav a {
    font: 20px/1 'Rokkitt', serif;
	font-weight: 400;
	color: #cccccc;
	text-transform:capitalize;
	text-decoration:none;
	text-shadow: 1px 1px #202020, -1px -1px #000
}
header nav a:hover, li.current_page_item a {
	color: #367cc2;
	text-decoration:none;
}
header nav li.current_page_item {
	overflow:visible;
	padding-bottom:32px;
	min-width:50px;
	background:url(../images/currentpage.png) left bottom no-repeat;
}
/* Rules for media dropdown links*/
header nav li:hover > ul {
	display: block;
}
header nav ul ul {  	
	display:none; 
	position:absolute; 
	top:50px; 
	left:0;
	background-image: url(../images/dropdownbg.jpg);
	border-left: solid 3px #141414;
	border-bottom: solid 3px #141414;
	border-right: solid 3px #141414;
}
header nav ul ul li { 
	text-align:center;
  	margin:0;
	float: none; 
	width:50px;
	padding:5px 10px 10px 10px;
}
header nav ul ul li.current_page_item {
	padding-bottom:10px;
	background:none;
}
header nav ul ul li a {
	font-size:16px;
	text-decoration:none;
}
/* IE 6 & 7 Needs Inline Block */
header nav ul ul li a	{ 
	border-right: none; 
	width: 100%; 
	display: inline-block; 
}

#slidelogo {
	width: 310px;
	height: 98px;
	left: 295px;
	top:50px;
	position: absolute;
	z-index: 10;
}
#slider {
	width: 900px;
	height:300px !important;
	display: block;
	position: relative;
	top: 0;
	z-index: 1;
	border-bottom: solid 3px #141414;
}
/*social link rules*/
ul#social {
	display: block;
	height: 34px;
	width: 550px;
	position:absolute;
	z-index:10;
	left:193px;
	top:315px;
}
ul#social li a span {
	visibility: hidden;
	text-indent:-900px;
}
#twitterlink, #facebooklink, #youtubelink, #myspacelink, #amazonlink, #ituneslink {
	height:34px;
	width:92px;
	display:inline-block;
	background: url(../images/socialsprite.png) no-repeat 0 bottom;
	text-decoration:none;
	-webkit-transition:none;
	-moz-transition:none;  
   	-o-transition:none;  
   	transition:none;
}
#facebooklink {
	width:91px;
	background-position:-92px bottom;
}
#youtubelink {
	width: 66px;
	background-position:-182px bottom;
}
#myspacelink {
	width: 91px;
	background-position:-248px bottom;
}
#amazonlink {
	width: 91px;
	background-position:-339px bottom;
}
#ituneslink {
	width: 85px;
	background-position:-429px bottom;
}
#twitterlink:hover {
	background-position:0 top;
}
#facebooklink:hover {
	background-position:-92px top;
}
#youtubelink:hover {
	background-position:-182px top;
}
#myspacelink:hover {
	background-position:-248px top;
}
#amazonlink:hover {
	background-position:-339px top;
}
#ituneslink:hover {
	background-position:-429px top;
}

/*** Splash Page Rules ***/	 
}
#leftcol {
	width:550px !important;
	overflow:hidden !important;
	display:inline-block;
	float:left;
	z-index:40;
}
img#featuredbanner {
	width: 500px;
	height: 150px;
	padding:15px;
	margin:10px;
	background: url(../images/contentbg.jpg) repeat-y center top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 25px #000;
	-webkit-box-shadow: inset 0 0 25px #000;
	box-shadow: inner 0 0 25px #000;	
}
div#recentnews {
	width: 500px;
	padding:15px;
	margin:10px;
	background: url(../images/contentbg.jpg) repeat-y center top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 25px #000;
	-webkit-box-shadow: inset 0 0 25px #000;
	box-shadow: inner 0 0 25px #000;
}
#rightcol {
	width:320px;
	overflow:hidden;
	margin:15px;
	padding:0;
	display:inline-block;
	float:right;
	z-index:40;
	font-size:12px;
}
#rightcol #recentphoto {
	width: 290px;
	padding:15px;
	margin-top:15px;
	background: url(../images/contentbg.jpg) repeat-y center top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 25px #000;
	-webkit-box-shadow: inset 0 0 25px #000;
	box-shadow: inner 0 0 25px #000;
}
#rightcol #recentphoto a img{
	margin-bottom:10px;
	width:290px;
}
/*mailchimp form*/
#rightcol div#mc_embed_signup form#mc-embedded-subscribe-form {
	height:35px;
	width:300px;
	display:block;
	position:relative;
	border:none;
	margin:10px 0;
}
#rightcol div#mc_embed_signup form#mc-embedded-subscribe-form input#mc-email {
	width:187px;
	height:27px;
	display:inline-block;
	background:url(../images/emailformsmall.png) top left ;
	border:none;
	padding:3px 10px 7px 20px;
	outline:none;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	color:#333;
}
#rightcol div#mc_embed_signup form#mc-embedded-subscribe-form input#mc-email:focus {
	background-position:left 39px;
	border: none;
	outline: none;
}
#rightcol div#mc_embed_signup input#mc-embedded-subscribe {
	width: 99px;
	height: 35px;
	display: inline;
	background: url(../images/submitsmall.png) no-repeat left top;
	border: none;
	outline: none;
	position: absolute;
	top: 1px;
    text-indent: -9999px;
    color: transparent;
}
#rightcol div#mc_embed_signup input#mc-embedded-subscribe:focus {
	outline: none;
	border: none;
}
#rightcol div#mc_embed_signup input#mc-embedded-subscribe:hover {
	background-position: left -53px;
	cursor: pointer;
}

/*** MAIN CONTENT ***/
div#content {
	z-index:40;
	width:750px;
	padding:15px 25px;
	margin:20px 50px;
	background: url(../images/contentbg.jpg) repeat-y center top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 25px #000;
	-webkit-box-shadow: inset 0 0 25px #000;
	box-shadow: inner 0 0 25px #000;
}
section.post {
	padding:15px;
	margin-bottom:15px;
	border:2px dashed #575757;
}
div.postcredits {
	margin-top:10px;
}
div.postcredits .twitter-share-button, div.postcredits iframe{
	position:relative;
	bottom:-6px;
}
section.post h3 a {
	text-decoration:none;
}
section.post time {
	font-size:15px;
}
p.postedby {
	font-size:15px;
}

/*Press page template specific rules */
.pressthumb {
	float: left;
	margin: 0 25px 10px 0;
	text-align: right;
	width:140px;
	height:80px;
	overflow:hidden;
}
.pressthumb img {
	width:140px;
}
.presscontent {
	float: left;
	display: inline-block;
	width:550px;
}

/*Link page template specific rules */
.linkcat {
	margin-left: 40px;
}
/* hides catagory titles on links page */
.linkcat h2 {
	visibility: hidden;
	height: 1px;
	margin-top: -1px;
}
.linkcat li a {
	font-weight:bold;
	font-size: 1.5em;
	text-decoration:none;
	font-family:'Rokkitt', serif;
}
.linkcat li {
	margin-bottom: 25px;
	display: block;
}

/*Band page template specific rules */
#bandmembers {
	width:700px;
	height:50px;
	display:block;
	padding-top:10px;
	border-top:4px dashed #cccccc;
	margin-top:10px;
}
#bandlogo {
	float: left;
}
#members {
	padding-top:5px;
}
#members li {
	float: left;
	margin-left:10px;
}
#members li a {
	text-transform:capitalize;
	text-decoration:none;
	font-weight:bold;
	margin-right:10px;
}

/*photos page specific rules */
.photothumb {
	width:150px;
	text-align:center;
	margin:10px;
	height:150px;
	float:left;
}
.photothumb img {
	width:140px;
	height:80px;
}
.photothumb h3 {
	font-size:15px;
	line-height:1;
}
.photothumb time {
	font-size:12px;
	line-height:1;
}
.gallery dl.gallery-item {
	display:inline-block;
	float: left !important;
	margin: 0 10px 10px 0;
}

/*lyrics page specific rules */
#lyricsmain {
	width: 500px;
	float: left;
}
#lyricsside {
	width:200px;
	padding:15px;
	float: left;
	margin-left: 10px;
	border: dotted 2px #666;
}
#lyricsside h3 a {
	font-size:14px;
	line-height:1;
	text-decoration: none;
}

/*videos page specific rules */
.tubepress_meta_title a {
	font-size:12px;
	text-decoration:none;
}

/*music page specific rules */
div.musiccontent {
	text-align: center;
}


/*************************Comments Rules Start Here***************************/
#commentscontainor {
	padding: 15px;
	margin-top: 20px;
	border: dotted 4px #999;
}
h3#comments-title, h3#reply-title {
	text-align: center;
}
#commentscontainor .avatar {
	float: left;
	margin-right: 15px;
}
#commentscontainor .comentor {
	font-size:120%;
	font-weight: bold;
}
.comment-body {
	margin: 10px 0 0 0;
	line-height: 100%;
}
.comment-body p {
	margin: 0;
	padding: 0;
}
em.awaiting {
	color:#F00;
}

/*** Respond rules Start ***/
li.comment, div#respond {
	padding: 20px;
	margin: 10px 0;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	display: block;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#commentform {
	margin-bottom: 30px;
}
p.form-allowed-tags {
	visibility: hidden;
	overflow:hidden;
	height: 1px;
}
p.comment-notes, #respond label {
	font-size: 80%;
}
p.comment-notes {
	margin: -10px 0 20px 0;
	text-align: center;
}
#respond input, #respond textarea{
	margin-right: 10px;
	float: left;
	clear: both;
	color: #202020;
	border: none;
	padding: 5px;
	font-weight: bold;
}
#respond input {
	height: 20px;
	width:150px;
}
#respond textarea {
	width: 650px;
	height: 100px;
}
#respond p.comment-form-author, #respond p.comment-form-email, #respond p.comment-form-url {
	display: block;
	margin-bottom: 10px;
	height: 30px;
}
#respond p.logged-in-as {
	margin-bottom: 10px;
}
#respond p.comment-form-comment	{
	display: block;
	height:110px;
	margin-bottom: 10px;
}
#respond p.form-submit input#submit {
	height: 25px;
	width: 120px;
	background-color: #1885cb;
	color: #202020;
	display: block;
	padding:5px;
	margin: 15px 0 15px 0;
	/*css 3 properties*/
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#respond p.form-submit input#submit:hover {
	background-color: #fff;
	cursor: pointer;
}
span.wtf {
	display:hidden;
	height:20px!important;
}

/*** FOOTER RULES ***/
footer {
	width:900px;
	padding:15px 0;
	text-align:center;
	background: url(../images/footerbg.jpg) repeat-y center top;
	font-size:12px;
}
footer #cslogo {
	position:relative;
	bottom:-3px;
}


/*** Easy Slider ***/
#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li, #slider img{ 
	/* define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here */ 
	width:900px;
	height:300px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}	
#nextBtn, #slider1next{ 
	left:696px;
}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}	
/* numeric controls */	
ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/*** Pagination Rules ***/	
div.navigation {
	margin: 10px 0 0 15px;
}
div.navigation ol li {
	background: none;
	border: none;
	font: 20px/1 'Rokkitt', serif;
	font-weight:700;
	color: #333;
	margin-right: 4px;
}
div.navigation ol li a {
	color: #000;
	padding: 5px 10px;
	border:none;
	/*css 3 properties*/
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.navigation ol li a:hover, div.navigation ol li span.current {
	background-color:#367cc2;
	color: #000;
	border:none;
	padding: 5px 10px;
	/*css 3 properties*/
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}