/*

Theme Name: Sensation Show Band

Theme URI: http://wordpress.org/themes/twentytwelve

Author: NDMR

Author URI: http://wordpress.org/

Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.

Version: 1.3

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/

/* =Notes

--------------------------------------------------------------

This stylesheet uses rem values with a pixel fallback. The rem

values (and line heights) are calculated using two variables:

$rembase:     14;

$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.

	padding: 5px 0;

	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size

	font-size: 16px

	font-size: 1.142857143rem; (16 / $rembase)

	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px

to maintain vertical rhythm:

.my-new-div {

	margin: 24px 0;

	margin: 1.714285714rem 0; ( 24 / $rembase )

}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem

http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/

/* =Reset

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 15px;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.special {
	display: none;
}
/* Clearing floats */

.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}
h1, h2, h3, p, ul, table {
	margin: 0 0 10px 0;
}
footer p strong {
	color: #FFCF96;
}
footer #first {
	padding: 30px 0 0 0;
}
footer #first h2 {
	font-size: 36px;
	font-style: italic;
	color: #FFC97E;
	font-weight: normal;
}
/* =Basic structure

-------------------------------------------------------------- */

body {
	background: #071828 url(images/bk.jpg) repeat-x;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body#poly {
	background: #1a121d url(http://www.sensationshowband.com/img/bk-purple.jpg) repeat-x;
}
body#beta {
	background: #0b0b0b url(http://www.sensationshowband.com/img/bk-black.jpg) repeat-x;
}
body#poly .articleContent {
	background-color: #110814;
}
body#poly footer#colophon {
	background-color: #1a121d;
}
body#beta .articleContent {
	background-color: #050505;
}
body#beta footer#colophon {
	background-color: #0b0b0b;
}
#header {
	background: url(images/mast-default.png) no-repeat;
	position: relative;
	width: 1081px;
	height: 160px;
}
#header a#logo {
	display: block;
	background: url(images/logo.png) no-repeat;
	width: 350px;
	height: 120px;
	position: absolute;
	top: 15px;
	left: 45px;
	z-index: 10;
}
#header #logo-shadow {
	display: block;
	background-color: #000;
	width: 320px;
	height: 105px;
	position: absolute;
	top: 15px;
	left: 45px;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	z-index: 5;
}
#page {
	margin: 0 auto;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #04101a;
	width: 1081px;
}
.title {
	position: relative;
	left: 30px;
	top: 22px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #DEBB73;
}
.subText {
	position: relative;
	left: 62px;
	top: 26px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #EEDDB9;
}
.metaslider {
	z-index: 1;
}
#subheader-pods {
	width:100%;
	padding:5px 0 0 5px;
}
#subheader-pods a { opacity:1; }
#subheader-pods a:hover { opacity:.7; }
#subheader-pods .pod {
	display:inline-block;
	min-height:156px;
	width:50%;
}
#subheader-pods .sen {
	background: url(images/btn-all.png) 0 0 no-repeat;
	margin: 0 0 10px 0;
}
#subheader-pods a.sen:hover {
	background: url(images/btn-all.png) 0 -156px no-repeat;
}
#subheader-pods .poly {
	background: url(images/btn-all.png) -229px 0 no-repeat;
	margin: 0 0 10px 0;
}
#subheader-pods a.poly:hover {
	background: url(images/btn-all.png) -229px -156px no-repeat;
}
#subheader-pods .beta {
	background: url(images/btn-all.png) -458px 0 no-repeat;
}
#subheader-pods a.beta:hover {
	background: url(images/btn-all.png) -458px -156px no-repeat;
}
.articleContent {
	background: #04101a;
	height: auto;
	max-width: 1023px;
	position: relative;
	margin-left: -5px;
	color: #101214;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 27px;
	margin-left: 0px;
}
#pageContent {
	max-width: 1023px;
	padding: 0 0 0 31px;
}
#nav {
	background: url(images/nav.jpg) no-repeat;
	position: relative;
	width: 1025px;
	height: 35px;
	padding: 0;/*margin-right:21px;*/
	margin: 0;
	font-weight: normal;
	font-size: 12px;
}
.main-navigation li.smp {
	padding: 10px;
	margin: 1px 0 0 0;
	background: -webkit-linear-gradient(#3d180f, #000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#3d180f, #000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#3d180f, #000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3d180f, #000); /* Standard syntax */
}
.main-navigation li.smp a {
	color: #ffcf96!important;
}
.menuLink {
	/*height:37px;

	width: 105px;*/

	text-align: center;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-top: 12px;
	font-weight: normal;
	text-transform: capitalize;
}
.menuLink a {
	color: #fff;
	padding: 0 3px;
	outline: none;
}
.menuLink a:hover {
	color: #ffcf96;
}
.menuLink:hover {
	background: url(bar2.png) repeat-x;
}
a {
	text-decoration: none;
	color: #FFF;
}
.entry-content {
	color: #fff;
	margin-left: 25px;
	width: 95%;
}
.entry-content li {
	list-style: disc;
	margin: 0 0 0 20px;
}
#second-content .entry-content {
	margin: 0;
}
#second-content .entry-header .entry-title {
	padding: 0;
}
#second-content .entry-content p {
	padding: 0;
}
.youtubechannelEntry {
	width: 220px;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	min-height: 350px;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
iframe {
}
#contact_form p {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.first-form-div div {
	width:50%;
	float:left;
	}

form div {

}
form div.first-form-div {
	/*width: 30%;*/
}
textarea {
	width:91% !important;
	max-width:91% !important;
	resize: none;
}
input[type="text"], input[type="email"], textarea {
	max-width: 200px;
	border-radius: 6px;
	/*box-shadow: inset 0px 0px 8px rgba(0,0,0,1);*/
	
	border: 2px solid #254769;
	padding: 5px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}
input[type="submit"] {
	padding: 10px 20px;
	font-size: 18px;
	border: 2px solid #0a2138;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
	background: -webkit-linear-gradient(#254769, #071828);
	background: -o-linear-gradient(#254769, #071828);
	background: -moz-linear-gradient(#254769, #071828);
	background: linear-gradient(#254769, #071828);
	color: #fff;
}
.styledRadio {
	float: none !important;
	display: inline;
}
/* TEST */

/* =Widgets

-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date, .widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th, #wp-calendar td, #wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/* =Main content and comment content

-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin: 0;
}
.entry-header img.wp-post-image {
	margin-bottom: 15px;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
	color: #ffcf96;
	padding: 25px 0 0 30px;
	text-transform: capitalize;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a, .entry-meta a {
	color: #fff;
	padding-left: 25px;
}
.comments-link a:hover, .entry-meta a:hover {
	color: #ffcf96;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 15px;
	text-align: center;
}
.entry-content h1, .comment-content h1 {
	font-size: 21px;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
	font-size: 16px;
	padding: 0 0 0 5px;
}
.entry-content h3, .comment-content h3 {
	font-size: 14px;
}
.entry-content h4, .comment-content h4 {
	font-size: 14px;
}
.entry-content h5, .comment-content h5 {
	font-size: 13px;
}
.entry-content h6, .comment-content h6 {
	font-size: 12px;
}
.entry-content pre code, .comment-content pre code {
	display: block;
}
.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address, .comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft, .wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright, .wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter, .wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content dl, .comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt, .comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd, .comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 15px;
}
.entry-content table, .comment-content table {
	border-bottom: none;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table h1, .entry-content table h2, .entry-content table p, .entry-content table li {
	color: white;
	padding: 0;
	line-height: 26px;
}
.entry-content table h1, .entry-content table h2 {
	font-size: 24px;
	font-weight: normal;
	color: #EDBD88;
	font-style: italic;
}
.entry-content table h1 {
	font-size: 18px;
}
.entry-content table, .entry-content table tbody {
	width: 100%;
	overflow: hidden;
}
.entry-content table .left {
	width: 35%;
	border-bottom: none;
}
.entry-content table .right {
	border-left: 1px #fff solid;
	border-bottom: none;
	width: 62%;
	padding: 0 0 0 3%;
}
.entry-content table caption, .comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td, .comment-content td {
/*border-top: 1px solid #ededed;

	padding: 6px 10px 6px 0;*/

}
.site-content article {
	/*margin-bottom: 72px;

	margin-bottom: 5.142857143rem;*/

	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: bold;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
/* Footer */

footer[role="contentinfo"] {
	background: #061828;
	/*border-top: 1px solid #ededed;*/

	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	width: 1019px;
	/*margin-top: 24px;

	margin-top: 1.714285714rem;*/

	margin-left: auto;
	margin-right: auto;
}
footer[role="contentinfo"] a {
	color: #fff;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
footer {
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 0.857142857rem;
	line-height: 2;
}
#first {
	width: 70%;
	float: left;
	color: #fff;
}
#second {
	float: left;
	width: 30%;
	color: #fff;
	text-align: right;
}
#wrapper-content {
	max-width: 1020px;
}
#first-content {
	width:calc(50% - 15px);
	color:#fff;
	padding-right:15px;
}
#second-content {
	width:calc(50% - 21px);
	color:#fff;
	border-left:1px solid #fff;
	padding-left:20px;
}
#first-content, #second-content { float:left !important; }
#third-content {
	padding-right: 15px;
	overflow: hidden;
	color: #fff;
	float: right;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	border-bottom: none;
	border-top: none;
	display: inline-block !important;
	text-align: left;
	width: 1028px;
	height: 38px;
	padding-left: 25px;
	padding-bottom: 5px;
	position: relative;
	z-index: 9000;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a, .main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
	border-bottom: 0;
	color: #fff;
	/*line-height: 3.692307692;*/

	text-transform: uppercase;
	white-space: nowrap;
}
.main-navigation li a:hover {
/* color: #444;*/

}
.main-navigation li:first-child {
	padding: 0 !important;
}
.main-navigation li {
	margin: 0;
	position: relative;
	height: 13px;
	padding: 10px 10px;
}
.main-navigation li:hover {
}
.main-navigation li ul li, .main-navigation ul ul li {
	margin: 0 10px 0 0px;
	position: relative;
	height: 25px;
	padding: 0;
}
.main-navigation li ul {
	display: none;
	margin: 0 0 0 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 500;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
	margin: 0;
}
.main-navigation li ul ul ul {
	top: 0;
	left: 100%;
	margin: -10px 0 0 0;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
	padding-top: 0px;
}
.main-navigation li ul li a {
	background: #101417;
	border-bottom: 1px solid #6D6E70;
	display: block;
	font-size: 11px;
	font-size: 0.785714286rem;
	padding: 8px 10px;
	width: 180px;
	white-space: normal;
	text-align: left;
}
.main-navigation li ul li ul li a {
	background: #101417;
	width: 210px;
}
.main-navigation li ul li a:hover {
	background: #133044;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	/* color: #636363;*/

	font-weight: bold;
}
.menu-toggle {
	display: none;
}
#subheader { margin-bottom:30px !important; }
#subheader, #subheader-page {
	background: #04101a url('images/nav.jpg') 0 499px no-repeat;
	height: 505px;
	max-width: 1023px;
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
}
#subheader-page {
	height: 505px;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}
.page-id-67 #subheader-page {
	display: none;
}
#subheader-pic, #subheader-pic-page {
	max-width: 1025px;
	height: auto;
	width: 100%;
	margin: 0px;
}
.gallery .entry-content div {
	margin-right: 10px;
}
.gallery .entry-content img {
	margin-right: 5px;/*border-radius:5px;

	border:2px solid #fff;

	box-shadow:0px 0px 5px rgba(255,255,255,.7);

	opacity:.6;

	transition:opacity .15s ease-in-out;

	-moz-transition:opacity .15s ease-in-out;

	-webkit-transition:opacity .15s ease-in-out;

	*/
}
.gallery .entry-content img:hover {
/*opacity:1;*/

}
.gallery .wp-caption {
	float: left;
}
.gallery .wp-caption p {
	font-size: 12px;
	line-height: 14px;
}
div.clear {
	clear: both;
	height: .01em;
}
.slicknav_menu {
	display: none;
}
#band-buttons {
	display: none;
}
#client-list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.video-list {
	float: left;
	width: 305px;
}
.video-list li {
	margin: 0 0 15px 0 !important;
	padding-top: 10px;
	width: 305px;
	overflow: hidden;
	list-style-type: none;
	border-bottom: 1px solid rgba(255,255,255,.4);
	background: url('images/play-video-button.png') top center no-repeat;
}
.video-list li:last-child {
	border: none;
	padding: 0;
}
.video-list li img {
	height: 225px;
	width: auto;
}
#song-list-container {
	width:94.5%;
}
#song-list-container h1 {
	color:#aecadf;
}
.song-list {
	margin-bottom: 10px;
	float: left;
	width:33%;
}
.song-list li {
	list-style-type: square;
	font-size: 13px;
	margin-left: 30px;
	padding-right:10px;
}
.song-list li:first-child {
	list-style-type: none;
	margin: 0;
	font-size: 14px !important;
}
.song-list li { /*background:url('images/note-small.png') 0px 6px no-repeat;*/
	padding-left: 5px;
}
.song-list li.no-note {
	background: none;
	padding-left: 0px;
	font-size: 14px !important;
}
.play {
	background: url('images/play.png') 0px 8px no-repeat;
	font-size: 12px;
	padding-left: 13px;
	display: inline-block;
}
 @viewport {
 zoom:1.0;
 width:extend-to-zoom;
}
 @-ms-viewport {
 width:extend-to-zoom;
 zoom:1.0;
}
#mediaspace {
	min-height: 291px;
}
img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}
.content-left {
	float:left;
	width:34%;
	padding-right:20px;
	min-height:200px;
	border-right:1px #fff solid;
}
.content-left a {
	color: #ffcf96;
	text-decoration: underline;
	transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;
}
.content-left a:hover {
	color: #0af;
	text-decoration: none;
}
.content-right {
	float:right;
	width:60%;
	padding:0 0 0 3%;
	}
	.content-right dl dt {
		float:left;
		width:20%;
		text-align:right;
		}
	.content-right dl dd {
		float:left;
		width:70%;
		padding-left:10%;
		}
.content-right h1 {
	color: #ffcf96;
}
.footer-tagline {
	font-size: 34px;
	line-height: 34px;
	font-style: italic;
	color: #ffcf96;
	background: -webkit-linear-gradient(#fff, #ad7123);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h1, .yellow {
	color: #ffcf96;
}


/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/


@media (max-width: 1030px) { /***1024******/
			
		#page {
			width: 98% !important;

		}
		#pageContent {
			max-width: 1023px;
			width: 98;
		}
		#subheader-page {
			height: auto !important;
			background:none;
			margin:0 atuo;
		}
		#band-buttons {
			display: block;
			height: 95px;
			width: 630px;
			margin: 0 auto 20px auto;
			padding: 15px 0;
		}
		.flex-control-nav{ display:none;}
		#band-buttons li {
			float: left;
			margin-left: 50px;
		}
		#band-buttons li:first-child {
			margin-left: 0 !important;
		}
		#subheader-pods {
			display: none !important;
		}
		
		.content-left, .content-right {
			min-height: 200px;
			border: none !important;
			padding: 15px !important;
		}
		.content-left {
			width: 25% !important;
			font-size:0.8em;
		}
		.content-right {
			width: 68% !important;
		}
		.page-id-26 .content-right {
			width: 60% !important;
		}
		/*
		#subheader-pods {
			display:block;
			position:relative;
			height:160px;
			width:78%;
			left:0;
			top:0;
			margin:0 auto;
			}
			#subheader-pods a { float:left; }
		*/
		.video-list {
			width: 90% !important;
			padding-top: 15px;
		}
		.video-list li {
			float: left;
			padding-top: 0 !important;
			border: none !important;
			padding-right: 20px !important;
		}
		#song-list-container {
			width: 100% !important;
			margin: 0 auto;
			clear: both !important;
			float: none !important;
		}
		#site-navigation {
			display: none !important;
		}
		.slicknav_menu {
			display: block;
		}
		#header a#logo {
			background-size: 40% !important;
			height: 100% !important;
		}
		
	
		.menuLink {
			display: block;
			float: none;
			text-align: left;
			line-height: 24px;
		}
		footer #first, footer #second {
			width: 90%;
			display: block;
			text-align: left;
		}


		#header {
			width: 100%;
			background-size: contain;
			background-position: center;
		}
		#header a#logo {
			width: 100%;
			background-size: 50%;
		}
		#header #logo-shadow {
			display: none;
		}
	
		#mediaspace {
			clear: both;
		}
		.entry-content {
			width: auto;
		}
		#pageContent {
			padding: 0 0 0 15px;
		}
		form div {
			float: none;
			display: block;
			width: 100%;
		}
		div.first-form-div {
			width: 90% !important;
			}
			.first-form-div div {
				width:100%;
				float:none;
				display:block;
				}
				.first-form-div div input {
					width:100%;
					}

		form input, form textarea {
			width: 200px;
		}
		#logo {
			height: 80px !important;
		}
		.entry-title {
			padding: 10px 0 0 30px !important;
		}
}

 @media(max-width:780px){
	 #first-content{ width:35%;}
 #second-content{ width:55%; float:right!important; font-size:0.9em;}
.content-right {
			width: 65% !important;
		}
footer{ margin: 0 0 0 4%; width:95%; padding:0;}
	 
	 }
 @media (max-width:570px) {
	

	.menuLink a { padding 15px; }

	 #pageContent { padding:0 2%; width:80%;}
	 #header {height:110px;}
	 #header a#logo{ height:70% !important; left:0;}
        #subheader-page { margin:0!important; padding:0;}
	.metaslider .flexslider {margin:0!important;}

	#first-content, #second-content {
			display: block;
			float: none;
			width: 90%;
			padding: 20px 20px 20px 0;
	}
	
	#second-content {border: none !important;}

	.page-id-87 #first-content{ width:320px!important; margin:0 auto;  }


.content-left{min-height:100px!important;}
.page-id-26 .content-left{ display:none;}
.page-id-26 .content-right{ width:95%!important;}

#pageContent{ width:95%;}
.entry-content{ margin:0;}

.page-id-67  .video-list { width:100%!important;}

.page-id-67 .video-list li{ float:left; margin:0 10px 0 0;}
.page-id-67 .video-list li{ width:45%;}

#song-list-container { width:93%!important;}

.content-left  {width: 90% !important;}
.content-right {width: 90% !important;}

.page-id-44 iframe{ width:100%;}

	
	.footer-tagline {font-size: 28px;}

		.song-list {
			float: none !important;
			display: block !important;
			width: 100% !important;
		}
		#subheader-pods {
			display: none !important;
		}
		
		#band-buttons {
			display: none !important;
		}
}

 @media (max-width:400px) {
#header a#logo {    background-size: 100% auto !important;}


.page-id-87 .video-list li{ width:95%; }

.page-id-67 .video-list li{ width:100%;}

.page-id-87 p span{ font-size:0.8em;}
p.footer-tagline{ font-size:0.7em;}

}