/*
Theme Name: The Fold
Theme URI: http://wordpress.org/
Description: Customized wordpress theme created by Telegraphics, Inc. for The Fold
Version: 1.0
Author: Telegraphics, Inc.
Author URI: http://telegraphicsinc.com/
Tags: customized, fixed width, 960 grid

	This theme was designed and built by JoE Martin,
	whose portfolio you will find at http://thisisjoemartin.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* =Clearfix (all browsers)--------------------------------*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */ * html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;} .clearfix{clear:both;}


* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
body {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial;
	font-size: 12px;
	color: #555555;
	line-height: 1.5;
	background: #222;
	width: 100%;
	}
	body.home, body.error404 {
	background: #232323;
	}
div {
	text-align: left;
	}
	
a, h2 a:hover {
	color: #38b0cc;
	text-decoration: underline; 
	}	
	
h1 {
	font-size: 2.2em;
	color: #3D3D3D;
	margin:0 0 3px;
	line-height: 1;
	}	

h2 {
	margin: 0 0 3px;
	font-size: 1.8em;
	color: #3D3D3D;
	line-height: 1;
	}
	h2 a {
	text-decoration: none;
	color: #3D3D3D;
	}
	#index-content h2 a {
	color: #ccc;
	}
h3 {
	font-size: 1.6em;
	margin-bottom: 8px;
	color: #5B5A5A;
	padding-bottom: 8px;
	border-bottom: 1px solid #999;
	clear: both;
	}	
	.page-id-2 h3 {
	clear: none;
	padding-bottom: 2px;
	margin-bottom: 2px;
	}
h4 {
	font-size: 1.3em;
	color: #333;
	}
h6 {
	font-size: .9em;
	font-style: italic;
	margin-bottom: 10px;
	}	
h1 a, h2 a, h3 a, h4 a {
	text-decoration:none;
	}	
p {
	margin-bottom: 10px;
	}	

strong {
	font-weight: bold;
	}
	
.entry-head {
	font-size: .9em;
	font-weight: normal;
	margin: 0 0 10px;
	font-style: italic;
	}	
.strip {
	list-style: none;
	}
	.strip li {
	display: inline;
	}
	
.alignright {
	float: right;
	margin-left: 15px;
	}	
.alignleft {
	float: left;
	margin-right: 15px;
	}	
	
.wp-caption-text {
	font-size: 10px;
	font-style: italic;
	margin: 3px;
	}	
	
.post {
	padding: 0 0 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	}
	.single .post {
	border-bottom: none;
	}	
	#index-content .post {
	border-bottom: none;
	margin-bottom: 0;
	}
	
.navigation {
	margin-bottom: 20px;
	}	

.single .post .wp-caption {
	padding: 6px 3px 3px;
	text-align: center;
	border: 1px solid #ccc;
	background: #dfdfdf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	}
	.single .post .wp-caption img {
	padding: 0;
	border-top: none;
	border-bottom: none;
	}
.single .post img {
	padding: 10px 0px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}	
	.single .post img.no-border {
	padding: 0;
	border: none;
	}
	
.intro p {
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}	
	
body #content-container #content-area .primary-content .tubepress_embedded_title {
	font-size: 1.8em;
	line-height: 1.3;
	margin-bottom: 8px;
	font-weight: normal;
	}	

#header {
	margin-bottom: 20px;
	}
	
#logo {
	display: block;
	height: 574px;
	width: 940px;
	text-indent: -9000px;
	background: url(assets/css/logo.png) no-repeat center;
	position: absolute;
	top: -317px;
	left: 50%;
	margin:0 0 0 -470px;
	}
	#logo-link {
	display: block;
	width: 400px;
	height: 75px;
	text-indent: -9000px;
	position: absolute;
	left: 268px;
	top: -20px;
	}

#nav-container {
	width: 100%;
	background: #222 url(assets/css/nav_bg.png) repeat-x;
	}
	.single #nav-container {
	padding-bottom: 35px;
	}
	
#navigation {
	position: relative;
	height: 42px;
	display: block;
	margin-bottom: 35px;
	}
#navigation ul {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
	}	
	#navigation li {
	display: inline;
	line-height: 42px;
	font-size: 1.3em;
	padding: 0 15px;
	}
	#navigation li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	}
	#navigation li a:hover {
	text-decoration: underline;
	color: #fff;
	}
	#navigation ul#right-side {
	right: 0;
	}
	#navigation ul#left-side {
	text-align: center;
	}
	
#callout {
	height: 50px;
	width: 100%;
	background: #6c2f91; /* Twitter purple */
	background: #00272f; /* Dark Blue */
	background: #eb088d; /* hot pink */
	background: #043004; /* electric orange */
/* 	background: #00c0ed; /* bright blue */
	background: #00c0ed; /* Christmas Green */
	background: #000; 
	position: relative;
	}
	.home #callout {
	height: 520px;
/*  	background-image: url(assets/images/merch_callout.png); */
/*  	background-image: url(assets/images/nvrndr_callout.png); */
	background-image: url(assets/images/weekend_whip.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	.error404 #callout {
	height: 560px;
	background: #00c0ed url(assets/css/404.jpg) no-repeat center;
	}
	.page-id-379 #callout, .parent-pageid-379 #callout {
	padding-top: 20px;
	height: 160px;
	background: #edce00 url(assets/images/epk_callout.png) no-repeat center;
	}
	#callout div {
	position: relative;
	}
	#callout-vid {
	position: absolute;
	right: 0px;
	top: 38px;
	z-index: 5;
	}
	
#merch-sale {
	text-indent: -9000px;
	display: block;
	width: 375px;
	height: 137px;
	position: absolute;
	top: 173px;
	left: 50%;
	margin-left: -186px;
	z-index: 15;
	}	

#xmas-single {
	text-indent: -9000px;
	display: block;
	width: 450px;
	height: 400px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -225px;
	z-index: 15;
	}	
	
#epk-link {
	width: 500px;
	height: 65px;
	text-indent: -9000px;
	display: block;
	position: absolute;
	top: 35px;
	z-index: 15;
	}	
#booking-link {
	display: block;
	height: 16px;
	display: block;
	position: absolute;
	top: 82px;
	right: 0;
	width: 170px;
	text-indent: -9000px;
	z-index: 15;
	}	

#search-four {
	color: #fff;
	width: 300px;
	padding-top: 295px;
	padding-left: 16px;
	}
	#search-four h3 {
	color: #fff;
	border-bottom: 1px solid #fff;
	}

#features-container {
	width: 100%;
	background: #222;
	margin-bottom: 20px;
	display: block;
	clear: both;
	}

#features {
	margin-bottom: 20px;
	display: block;
	background: #222;
	overflow: hidden;
	}	
	#features .grid_4 {
	margin-right: 15px;
	margin-left: 0;
	}
	#features .grid_4.omega {
	margin-right: 0;
	margin-left: 0;
	}
	#features a {
	display: block;
	text-indent: -9000px;
	width: 310px;
	height: 169px;
	}
	#features a#listen {
	background: url(assets/css/feature_listen.png) no-repeat; 
	}
	#features a#merch {
	background: url(assets/css/feature_merch.png) no-repeat;
	}
	#features a#twitter {
	background: url(assets/css/feature_twitter.png) no-repeat;
	}
	#features a#tour {
	background: url(assets/css/feature_tour.png) no-repeat;
	}
	#features a#campus {
	background: url(assets/css/feature_campus.png) no-repeat;
	}
	#features a#wwf {
	background: url(assets/css/feature_wwf.png) no-repeat;
	}
	#features a#weekend {
	background: url(assets/css/feature_weekend_whip.png) no-repeat;
	}	
	
	#features a#photos {
	background: url(assets/css/feature_photos.png) no-repeat;
	}
	#features a#rider {
	background: url(assets/css/feature_band_rider.png) no-repeat;
	}
	#features a#stage-plot {
	background: url(assets/css/feature_stage_plot.png) no-repeat;
	}
	#features a#press {
	background: url(assets/css/feature_press.png) no-repeat;
	}
	#features a#bio {
	background: url(assets/css/feature_bio.png) no-repeat;
	}
	

#index-content {
	margin: 10px auto 0;
	padding: 25px 0 0;
	border-top: 1px solid #444;
	overflow: hidden;
	}
	
#nvrndr {
	display: block;
	width: 188px;
	height: 33px;
	position: absolute;
	text-indent: -9000px;
	top: 465px;
	left: 9px;
	cursor: pointer;
	cursor: hand;
	z-index: 1;
	}	

#content-area {
	background: #bfbfbf url(assets/css/body_bg.png) repeat-y;
	padding-top: 15px;
	margin-bottom: 20px;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border-bottom: 1px solid #bcbcbc;
	height: 100%;
	overflow: hidden;
	}	
	
.primary-content.grid_8 {
	padding: 0 10px 10px;
	width: 580px;
	clear: left;
	}	
.secondary-content.grid_4 {
	padding: 0 15px 10px;
	width: 270px;
	clear: right;
	}	
	
.secondary-content div {
	margin-bottom: 35px;
	}	
	.secondary-content div.clearfix {
	margin-bottom: 0;
	}

.secondary-content div li {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	}	
	
.networking {
	float: right;
	}	
	.networking li {
	display: block;
	float: left;
	}
	.networking li a {
	display: block; 
	width: 24px;
	height: 24px;
	text-decoration: none;
	text-indent: -9000px;
	margin-right: 5px;
	}
	.networking li a {
	width: 16px;
	height: 16px;
	}
		.networking .youtube a {
		background: url(assets/css/social_youtube.jpg) no-repeat;
		}
		.networking .tumblr a {
		background: url(http://thefoldrock.com/wp-content/themes/fold/assets/css/tumblr.png) no-repeat;
		}
		.networking .twitter a {
		background: url(assets/css/16x16pixels/twitter.png) no-repeat;
		}
		.networking .facebook a {
		background: url(assets/css/16x16pixels/facebook.png) no-repeat;
		}
		.networking .youtube a {
		background: url(assets/css/16x16pixels/youtube.png) no-repeat;
		}	
		.networking .delicious a {
		background: url(assets/css/16x16pixels/delicious.png) no-repeat;
		}		
		
.pic_col {
	float: left;
	margin-right: 15px;
	clear: left;
	}		
		
.discography li, .discography li ul {
	clear: both;
	}
	.discography li li a {
	display: block;
	text-indent: -9000px;
	margin-right: 10px;
	float: left;
	background-position: bottom;
	}		
	.discography li.itunes a {
	width: 51px;
	height: 15px;
	background-image: url(assets/css/logo_itunes.png);
	}
	.discography li.amazon a {
	width:47px;
	height: 15px;
	background-image: url(assets/css/logo_amazon.png);
	margin-top: 8px;
	}
	.discography li.merch_direct a {
	width: 86px;
	height: 12px;
	background-image: url(assets/css/logo_merch_direct.png);
	margin-top: 5px;
	}
	.discography li li a:hover {
	background-position: top;
	}
	
#content-top {
	display: block;
	width: 942px;
	height: 18px;
	background: url(assets/css/body_bg_top.png) no-repeat;
	}	
#content-bottom {
	display: block;
	width: 942px;
	height: 19px;
	background: url(assets/css/body_bg_bottom.png) no-repeat;
	margin-bottom: 20px;
	}	
	
#social {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	}	
	#social li {
	display: block;
	float: left;
	}
	#social li a {
	display: block; 
	width: 16px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	margin-left: 10px;
	background-position: top;
	}
		#social li#social_twitter a {
		background-image: url(assets/css/social_twitter.png);
		}
		#social li#social_facebook a {
		background-image: url(assets/css/social_facebook.png);
		}
		#social li#social_myspace a {
		background-image: url(assets/css/social_myspace.png);
		}
		#social li#social_flickr a {
		background-image: url(assets/css/social_flickr.png);
		}
		#social li#social_youtube a {
		background-image: url(assets/css/social_youtube.png);
		}
		#social li#social_vimeo a {
		background-image: url(assets/css/social_vimeo.png);
		}
		#social li#social_tumblr a {
		background-image: url(http://thefoldrock.com/wp-content/themes/fold/assets/css/tumblr.png);
		}
		#social li a:hover {
		background-position: bottom;
		}
		
#footer {
	font-size: .8em;
	margin-bottom: 20px;
	}	
	.home #footer {
	border-top: 1px solid #444;
	padding-top: 15px;
	}	
	
.author_bio {
/*
	background: #efefef;
	padding:10px;
*/
	margin:10px 0;
	border: double 4px #fff;
	font-size: .9em;
	font-style: italic;
	}	
	
.wallpapers li {
	margin: 0 5px 0 0;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	}	
	.wallpapers li.last {
	border-right: none;
	}
	
/******************************************************
	    [ SHOWS STYLE ]
*******************************************************/	
.upcoming-shows-list {
	display: block;
	padding: 20px 20px 20px 150px;
	border-bottom: 1px solid #c0bbb5;
	margin: 0;
	text-decoration: none;	
	font-size: 14px;
	line-height: 1.2;	
	color: #555;
	}
	.upcoming-shows-list span {
	display: block;
	}
	.upcoming-shows-list p {
	line-height: 1.2;
	}
	a.upcoming-shows-list:hover {
	background: #00c0ed;
	cursor: pointer;
	cursor: hand;
	}	
	
#content-area .show_date {
	font-size: 22px;
	}	
.show_day {
	color: #ddd;
	font-size: 75px;
	float: left;
	font-style: normal;
	margin-right: 10px;
	line-height: .8;
	letter-spacing: -3px;
	}
	.upcoming-shows-list .show_day {
	margin-left: -140px;
	}
.show_description {
	float: right;
	display: block;
	font-style: italic;
	font-size: 12px;
	width: 200px;
	}	
.upcoming-shows-list span.view_details {
	float: right;
	color: #fff;
	margin-top: 15px;
	font-size: 22px;
	display: none;
	}	
	.upcoming-shows-list:hover span.view_details {
	display: block;
	cursor: pointer;
	cursor: hand;
	}
	.upcoming-shows-list:hover span {
	color: #fff;
	}
	
#index-shows {
	margin-bottom: 10px;
	}

#index-shows li {
	display: block;
	}	

#index-shows li a {
	display: block;
	padding: 10px 5px;
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #444;
	}

#index-shows li a:hover {
		background-color: #38b0cc;
		}

#index-shows li.last a {
		border-bottom: none;
		text-align: right;
		}

	#index-shows li span {
	display: block;
	}

	#index-shows li span.index-date {
	font-size: 1.3em;
	line-height: 1.3;
	}

	#index-shows li span.index-venue {
	font-size: .9em;
	font-style: italic;
	line-height: 1;
	}
	
.page-id-379 #index-shows li {
	padding: 0;
	margin: 0;
	}
	.page-id-379 #index-shows li a {
	color: #333;
	border-bottom: none;
	padding: 
	}	

/******************************************************
	    [ STORE STYLE ]
*******************************************************/	
#products {
	}
#products .product, .product_list li {
	border-top:2px solid #FFFFFF;
	display:inline;
	float:left;
	height:100%;
	width:175px;
	margin-right: 18px;
	}
#products a.product-a {
	clear:left;
	cursor:pointer;
	display:block;
	float:left;
	overflow:hidden;
	text-align:center;	
	text-decoration: none;
	}
	#products a.product-a:hover .product-price, .product_list a:hover p {
	text-decoration: underline;
	}
	
#products img.product-img {
	display:inline;
	float:none;
	vertical-align:middle;
	}
	
#products .product-info {
	float:left;
	padding:5px 9px 11px 0px;
	width: 166px;
	text-align: left;
	}	

#products .product-a p {
	text-align:left;
	}	
	
#products a h3.product-title, .product_list li h3 {
	border-bottom: none;
	text-decoration: none;
	line-height: 1.2;
	font-size: 1em;
	font-style: italic;
	text-align: left;
	margin: 0;
	padding: 0;
	clear: none;
	}
	
#products .product-a p.product-status {
	display: none;
	}	
	
	
	
/******************************************************
	    [ TWITTER HOMEPAGE STYLE ]
*******************************************************/	
#callout #twitter-vid {
	position: absolute;
	right: 5px;
	top: 30px;
	z-index: 5;
	}

.button {
	text-indent: -9000px;
	display: block;
	z-index: 1;
	}

#buy-shirt {
	width: 180px;
	height: 35px;
	position: absolute;
	top: 152px;
	left: 170px;
	}	
#enter-store {
	width: 140px;
	height: 35px;
	position: absolute;
	top: 412px;
	left: 125px;
	display: none;
	}	
#download-mp3 {
	width: 175px;
	height: 35px;
	position: absolute;
	top: 442px;
	right: 340px;
	}	
#download-ringtone {
	width: 140px;
	height: 35px;
	position: absolute;
	top: 442px;
	right: 170px;
	}	
#download-album {
	width: 140px;
	height: 35px;
	position: absolute;
	top: 442px;
	right: 6px;
	}	
	
.row {
	clear: left;
	}	
	
/******************************************************
	    [ COMMENTS STYLE ]
*******************************************************/	
.commentlist  {
	font:1em/18px Helvetica,Arial,Helvetica,sans-serif;
	margin-bottom: 15px;
	}
.commentlist li {
	border-top:1px solid #EEEEEE;
	overflow:visible;
	padding:0;
	position:relative;
	}	
.commentlist li .comment {
	overflow:visible;
	padding:20px;
	position:relative;
	}	
.commentlist li p {
	margin-right:50px;
	}
.comment-author {
	display:inline;
	font:1.5em Helvetica,Arial,Helvetica,sans-serif;
	margin:3px 3px 0 0;
	text-decoration:none;
	}
.comment-author a {
	font:bold;
	}
.comment-author span a {
	color:#99A7CB;
	}
.highlight .comment {
	background-color:#FFFAE0;
	border-top:1px solid #FFEF8A;
	}	
	
/******************************************************
	    [ FORM STYLE ]
*******************************************************/	
.form li {
	display: block;
	margin-bottom: 5px;
	}
.form li input {
	width: 200px;
	}	
.form li.submit-button input {
	width: auto;
	}	
	
/******************************************************
	    [ VIDEOS STYLE ]
*******************************************************/	
.videos h3 {
	border-bottom: none;
	}
ul.videos {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 135px;
	padding: 15px 25px;
	margin: 0 8px 0 0;
	float: left;
	font: normal 10px/1.2em helvetica,arial,verdana,sans-serif;
	background: #ebebeb;
	}
.videos li {
	display: block;
	margin-bottom: 15px;
	}
.videos li img {
	display: block;
	margin-bottom: 3px;
	}
.videos li .video-title {
	font: normal 12px/1.2em helvetica,arial,verdana,sans-serif;
	text-decoration: none;
	color: #38B0CC;
	}
	.videos li a:hover {
	text-decoration: underline;
	}
.videos li .video-views {
	display: block;
	font-style: italic;
	}
	
/*------------------------------------------------*/
/*-------------------[WWF]------------------------*/
/*------------------------------------------------*/
table.wwf { margin: 0 auto 20px; }	
.wwf th { padding: 8px 0; font-weight: bold; font-size: 2.2em; text-align: center; }
.wwf td { padding: 15px; border-bottom: 1px solid #ededed; vertical-align: top; }
.wwf td img { display: block; margin-bottom: 5px; padding: 2px; border: 1px solid #ececec; }
	.wwf td img.wp-image-573 { border: none; }
.wwf td span.nickname { font-size: 1.3em; font-weight: bold; }
.wwf ul.wwf-social { list-style: none; margin: 0; padding: 0; }
.wwf li.wwf-twitter { background: url("assets/css/16x16pixels/twitter.png") no-repeat; padding-left: 20px; }
	.wwf li.wwf-twitter a { text-decoration: none; }
.wwf li.wwf-wwf { background: url("assets/css/16x16pixels/wwf.png") no-repeat; padding-left: 20px; }
.wwf td.vs { vertical-align: top; padding-top: 100px; font-size: 4em; font-family: Georgia; }	
