/**
 * Theme Name: Shane Dwight
 * Theme URI: http://shanedwight.com	
 * Description: A custom child theme of the Hybrid framework.
 * Author: Jen Taylor - VividPix & Design
 * Author URI: http://vividpix.com
 * Version: 1.0
 * Tags: threaded-comments
 * Template: hybrid
 *
 */

/**
* Import base styles from Hybrid
************************************************/
	@import url('../hybrid/library/css/20px.css'); 
	@import url('../hybrid/library/css/2c-r-fixed.css'); 
	@import url('../hybrid/library/css/plugins.css'); 
	@import url('../hybrid/library/css/drop-downs.css');

/**
* Body
************************************************/

/* Contains everything */
body {
	background-color:#ffffff;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font: 14px/20px Trebuchet MS, sans-serif;
	color: #000000; 
}

#body-container {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-origin: padding-box;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto auto;
	margin-top: 95px;
	}


/**
* Front Page
************************************************/

	.page-2 .content {
	width: 960px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: none; 
	border: none;
	}

	.page-2 .hentry {
	margin: 0px;
	padding: 0px;
	}

	.page-2 .entry-content {
	border: 2px solid #000000;
	background: #000000;
	width: 930px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	margin-bottom: 0px;
	}

	.page-2 p {
	margin: 0px;
	padding: 0px;
	}	

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #b26400;
}
a:active {
	color: #000000;
}


#secondary a:link  {
	color: #ffffff;
}
#secondary a:visited {
	color: #ffffff;
}	
#secondary a:hover {
	color: #b26400;
}
#secondary a:active {
	color: #ffffff;
}


#utility-after-content a:link  {
	color: #ffffff;
}
#utility-after-content a:visited {
	color: #ffffff;
}	
#utility-after-content a:hover {
	color: #b26400;
}
#utility-after-content a:active {
	color: #ffffff;
}


#subsidiary a:link {
	color: #000000;
}
#subsidiary a:visited {
	color: #000000;
}	
#subsidiary a:hover {
	color: #b26400;
}
#subsidiary a:active {
	color: #000000;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, sans-serif;
		}

h1 {
	background: url("images/header-bg.png") no-repeat scroll 0 0 transparent;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	padding: 0px 0px 15px 0px;
	text-align: center;
	letter-spacing: 2pt;
	margin: 0px 0px 20px 0px;
	}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	}
h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 10px 0px;
	}
h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	}	
h5 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	letter-spacing: 1pt;
	}
h6 {
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #000000;
		}


/* Text elements */

.smtxt { font-size: 10px; font-family: Trebuchet MS, sans-serif; font-weight: normal; letter-spacing: 1pt; }
.smtxt2 { font-size: 10px; font-family: Trebuchet MS, sans-serif; font-weight: normal; font-style: normal;  }
.subhead { font-size: 16px; font-family: Trebuchet MS, sans-serif; font-weight: normal; }
.head { color: #000000; font-size: 20px; font-family: Trebuchet MS, sans-serif; font-weight: bold; text-transform: uppercase; }
.head2 { color: #000000; font-size: 18px; font-family: Trebuchet MS, sans-serif; font-weight: normal; font-style: italic; }
.head3 { color: #000000; font-size: 16px; font-family: Trebuchet MS, sans-serif; font-weight: bold; font-style: normal; text-transform: uppercase;  letter-spacing: 1pt; }

strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */

li {
	margin-top: 15px;
	}

.lcp_catlist {
	list-style-image: none;
    	list-style-position: outside;
    	list-style-type: none;
    	margin: 0px 0px 20px 0px;
	}	
.lcp_catlist li {
	border-bottom: 1px dashed #000000;
	list-style-type: none;
	margin-top: 5px;
	padding-bottom: 5px;
	line-height: 14px;
	}


#creditfooter {display: none;}

/* Ordered lists */
ol {}
ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
	blockquote {
	background: url("images/quotes.png") no-repeat scroll 0 0 transparent;
	color: #000000;
	margin: 0px 40px 5px 0px;
	overflow: hidden;
	padding: 5px 0px 0px 30px;
	border-bottom: 1px dashed #000000;
	}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {
margin-bottom: 0px;
}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {margin-bottom: 0px; }
	caption {}
	tr {}
	th {}
	td {}

/* Tour Dates */

div.tourbox {
	height: 250px;
	overflow: hidden;
	}

.Pollstar_RSS_Venue {
	font-size: 16px;
	font-weight: bold;
	}
.Pollstar_RSS_PlayDate {
	font-size: 13px;
	font-weight: bold;
	}
.Pollstar_RSS_City {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	}
.Pollstar_RSS_DataBy {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	}
div.Pollstar_RSS .headline {
	display: none;
	}

.page-33 table  {
	width: 100%;
	background: #transparent;
	}

.page-33 caption {
	font-style: italic;
	text-align: right;
	}
.page-33 tr {
	background: #transparent;
	}
.page-33 tr.alt, tr.even {
	}
.page-33 th {
	}
.page-33 td {
	padding: 3px 3px 15px 3px;
	border-top: 1px dashed #000000;
	}

div.feedburnerFeedBlock ul {
	margin-bottom:15px;
	margin-left:0;
	padding-left:0;
	list-style-type: none
}

#utility-after-content .feedburnerFeedBlock li {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	border-bottom: 1px dashed #5c4f3b;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}

#secondary .feedburnerFeedBlock li {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	border-bottom: 1px dashed #5c4f3b;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}

div.feedburnerFeedBlock li {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #000000;
	margin-bottom:20px;
	padding-bottom: 5px;
}

div.feedburnerFeedBlock .headline {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#secondary div.feedburnerFeedBlock .headline {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#utility-after-content div.feedburnerFeedBlock .headline {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div.feedburnerFeedBlock .headline a {
}

div.feedburnerFeedBlock .headline a:hover {
}

div.feedburnerFeedBlock p.date {
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#b26400;
}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
	img {
	border: 2px solid #000000;
	padding: 3px;
	}
	a img {}

	.ngg-slideshow img {
	border: none;
	padding: 0px;
	}

	.widget img {
	border: none;
	padding: 0px;
	}
	

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {
	float: left;
    	margin-bottom: 0;
    	margin-left: 0;
    	margin-right: 15px;
    	margin-top: 5px;
	border: 2px solid #000000;
	padding: 3px;
	height: 100px;
	width: 100px;
	}


/* WP Captions [caption] */
	.wp-caption {
	font-size: 10px;
	text-align: center;
	font-style: italic;
	color: #ffffff;
	}
	.wp-caption img {}
	.wp-caption p {
	background-color: #000000;
	}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
	#header-container {
	height: 0px;
	}

	/* Contains site title and tagline */
	#header {
	}

		/* Site title */
		#site-title {
		display: none;
		}
		#site-title a {}
		#site-title a span {}

		/* Site description/tagline */
		#site-description {}

/**
* Primary Menu
************************************************/

/* Wrapper for entire menu area */

	#primary-menu {
	width: 945px;
	overflow: hidden;
	background: #000000;
	}


	/* Wrapper for unordered list of menu items */
	#primary-menu div.menu {
	}

	/* Menu list. */
	#primary-menu ul {
	padding: 0px;
	margin: auto;
	}

	#primary-menu li {
	padding: 5px;
	text-transform: uppercase;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2pt;
	margin: 0px 11px 0px 11px;
	}
			
	#primary-menu li a {
	color: #ffffff;
	}

	#primary-menu li a:hover {
	color: #cf8a2c;
	}

	#primary-menu li.current-menu-item {}




/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	width: 960px;
	margin-top: 15px;
	}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	.content {
	margin: 0px 18px 15px 0px;
	border: 0px solid #000000;
	background: url(images/container-bg.png); 
	background-repeat:repeat;
	float: right;
	overflow: hidden;
	width: 615px;
	}


		/* Breadcrumb trail */
		.breadcrumb {display: none;}
		.breadcrumb-trail {}

		/* Archive and search <div> before posts are listed */
		.archive-info
		.author-info {}
		.term-info
		.category-info {}
		.tag-info {}
		.date-info {}
		.search-info {}

		/* Archive and search page titles. */
		.archive-title
		.author-title {}
		.term-title {}
		.category-title {
		display: none;
		}
		.tag-title {}
		.date-title {}
		.search-title {}

		/* Entry wrapper <div> */
		.hentry {
		margin: 25px;
		}
		.post {
		margin: 25px 25px 40px 25px;
		overflow-x: hidden;
		overflow-y: hidden;
		}
		.page {
		margin: 25px;
		}

		/* Post, page, and 404 page titles */

		.entry-title {
		font-size: 18px;
		color: #000000;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0px 0px 5px 0px;
		border-bottom: 1px dashed #000000;
		margin-bottom: 5px;
		}
		.post-title {}
		.page-title {
		display: none;
			}
		.attachment-title {}
		.error-404-title {}


/* Author and date byline */
.byline {
	text-align: right;
	font-size: 10px;
	line-height: 10px;
	margin: 0 0 10px 0;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline-prep, .author {
	display: none;
	text-transform: lowercase;
	}
			

			/* Full entries */
			.entry-content {
			margin-bottom: 0px;
			}

			/* Excerpts (introduced) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.page-links a {}

				/* More link <!--more--> */
					.more-link { 
					float:right;
					font-size: 14px;
					font-weight: normal;
					letter-spacing: 1px;
					border: 1px solid #000000;
					margin-top: 0px;
					padding: 0px 8px 0px 10px;
					}

				a.more-link { 
					color: #000000;
					}
				a:hover.more-link { 
					color: #ffffff;
					background-color: #b26400;
					}

			/* Entry metadata */
			.entry-meta {
			display: none;
			}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {
		text-align: right;
		font-family: Trebuchet MS, sans-serif;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 25px;
		text-transform: uppercase;
		font-size: 12px;
		border-top: 2px solid #000000;
		letter-spacing: 1px;
		font-weight: bold;
		}

		.navigation-links .previous {}
		
		.navigation-links .next {
		margin-left: 10px;
		}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {
		display: none;}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment metadata */
							#comments .comment-meta {}
								#comments .comment-meta cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond #submit {}
							#respond #submit:hover {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {
		}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {
		overflow: hidden;
		margin: 15px 0px 15px 0px;
		}

		#utility-after-content .widget {
		clear: right;
		float: left;
		width: 295px;
		height: 250px;
		overflow: hidden;
		border: 5px solid #000000;
		background: #000000; 
		margin: 0px 15px 0px 0px;
		padding: 0px;
		color: #ffffff;	
		}

		#utility-after-content .widget-inside {
		overflow: hidden;
		padding: 0px;
		margin: 15px;
		}

		#utility-after-content .textwidget {
		padding: 0px;
		}

		#utility-after-content .widget-title {
		background: #000000;
		text-align: center;
		text-align: center;
		text-transform: uppercase;
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 13px;
		letter-spacing: 2pt;
		color: #ffffff;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {
	font-size: 12px;
	}
	
	.widget-inside {
		margin: 25px;
		}
	.widget-title {}

	.widget ul {
		list-style: none;
		margin-left: 0px;
		}
	.widget li {
		list-style-type: none;
		border-bottom: 1px dashed #5c4f3b;
		margin-top: 5px;
		padding-bottom: 5px;
		line-height: 14px;
		}

	/* Primary widget section */
	#primary {
 		width: 310px;
		margin-bottom: 10px;
	}
	#primary .widget {}
	#primary .widget-inside {
		margin: 0px;
		}
	#primary .widget-title {
		display: none;
	}
	#primary .widget ul {}
	#primary .widget ul li {}

/* Secondary widget section */
	#secondary {
		width: 290px;
		overflow: hidden;
		border: 5px solid #000000;
		background: #000000;
		min-height: 100%;
		padding: 5px 5px 5px 5px;
		margin: 0px 0px 15px 0px;
		color: #ffffff;		
		}
	#secondary .widget {
		}
	#secondary .widget-inside {
		margin: 0px;
		}
	#secondary .textwidget {
		padding: 0px 15px 15px 15px;
		}
	#secondary .widget-title {
		background: #000000;
		text-align: center;
		text-transform: uppercase;
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 13px;
		letter-spacing: 2pt;
		color: #ffffff;
		padding: 3px;
		margin: 0px 0px 10px 0px;
		}
	#secondary .widget ul {}
	#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	width: 945px;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	}

	/* Subsidiary widget section */
	#subsidiary {
	overflow: hidden;
	border-top: 8px solid #000000;
	background-color: transparent; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	#subsidiary .widget {
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1pt;
	clear: right;
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	}

	#subsidiary .widget-inside {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	}

	#subsidiary .widget li {
	border-right: 1px dashed #000000;
	border-bottom: none;
	}

	#subsidiary .widget ul {
	margin-bottom: 0px;
	}

	#subsidiary ul li {
	display: inline;
	list-style-type: none;
	padding: 10px;
	}

	#subsidiary .textwidget {
	padding: 0px;
	}

	#subsidiary .widget-title {
	display: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1pt;
	color: #000000;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}



	#primary .ngg-widget img {
		border: 2px solid #000;
	}


	/*EPK*/
    #epk section  {
        width: 100%;
        padding: 15px 0 5px 0;
        display: inline-block;
    }

    #epk #press img {
        margin: 10px 15px 10px 0;
    }

	#epk #primary {
		width: 100%;		
	}

	#epk #content {
		margin: 25px auto;
		max-width: 960px;
	}

	#epk #primary-menu { 
		width: 100%;		
	}

	#epk div.menu li {
		float: none;
		display: inline-block;
	}

	#epk .menu-nav-container {
	    text-align: center;
	}	

	#epk #menu-nav {
		display: inline-block;
	}

	body#epk {
		background:url(images/epk-bg.jpg) fixed no-repeat;
        font-size: 16px;
	}

	#epk #header {
		text-align: center;
		padding: 25px;
	}

	#epk #header img {
		max-width: 645px;
		border: none;
	}

	#epk iframe {
		float: left;
		margin-right: 10px;
	}

	#epk #footer {
		text-align: center;
		margin-top: 50px;
		padding: 50px;
		background-color: #000;
		color: #fff;
	}

	#epk .intro {
		font-size: 19px;
/*		font-style: italic;
*/		line-height: 22px;
	}

    #epk audio {
        width: 50%;

    }

    #epk h1 {
        font-size: 36px;
    }

    #epk h2 {
        font-size: 24px;
        background-color: #000;
        color: #fff;
        padding: 6px 15px;
        clear: both;
    }

    #epk .song {
        margin-top: 15px;
    }

	.clearfix {
		clear: both;
	}

