/*
Theme Name:     clawboysclawfly
Theme URI:      http://www.clawboysclaw.nl/
Description:    Child theme for the Twenty Twelve theme 
Author:         nieta
Author URI:     http://www.nieta.nl/
Template:       twentytwelve
Version:        1.0
*/

/* =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
-------------------------------------------------------------- */

/*
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-weight:300;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-weight:400;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-weight:700;
font-family: 'Roboto', sans-serif; font-weight:300;
font-family: 'Roboto', sans-serif; font-weight:400;
font-family: 'Roboto', sans-serif; font-weight:700;
book:300
normal:400
bold:700
*/

@font-face {
  font-family: 'CBCsocialmedia';
  src: url('fonts/CBCsocialmedia.eot');
  src: url('fonts/CBCsocialmedia.eot#iefix') format('embedded-opentype'),
       url('fonts/CBCsocialmedia.woff') format('woff'),
       url('fonts/CBC_socialmedia.ttf') format('truetype'),
       url('fonts/CBCsocialmedia.svgCBCsocialmedia') format('svg');
  font-weight: normal;
  font-style: normal;
}
.socialcbc .lsicon-soundcloud:before { 
	font-family: "CBCsocialmedia"; 
	content: 'g' !important; 
	line-height: 0.5em!important; 
	width: 0.5em!important; 
	} /* '?' */
.socialcbc .lsicon-youtube:before { 
	font-family: "CBCsocialmedia"; 
	content: 'f' !important; 
	line-height: 0.5em!important; 
	width: 0.5em!important; 
	} /* '?' */
.socialcbc .lsicon-itunes:before { 
	font-family: "CBCsocialmedia"; 
	content: 'e' !important; 
	line-height: 0.5em!important; 
	width: 0.5em!important; 
	} /* '?' */
.socialcbc .lsicon-spotify:before { 
	font-family: "CBCsocialmedia"; 
	content: 'd' !important; 
	line-height: 0.5em!important; 
	width: 0.5em!important; 
	} /* '?' */
.socialcbc .lsicon-twitter:before { 
	font-family: "CBCsocialmedia"; 
	content: 'c' !important; 
	line-height: 0.5em!important; 
	width: 0.5em!important; 
	} /* '?' */
.socialcbc .lsicon-instagram:before { 
	font-family: "CBCsocialmedia"; 
	content: 'b' !important; 
	line-height: 0.5em!important; 
	width: 0.5em!important; 
	} /* '?' */
.socialcbc .lsicon-facebook:before { 
	font-family: "CBCsocialmedia"; 
	content: 'a' !important; 
	line-height: 0.5em!important; 
	width: 0.5em!important; 
	} /* '?' */

.socialcbc .lsi-social-icons li a {
	padding: 0 0 0 0 !important;
	width: 0.5em!important; 
	line-height: 0.1em!important; 
}
.socialcbc .lsi-social-icons li {
	background: #ffffff;
	margin: 0 !important;
	padding: 12px !important;
}

/* maintenance */
.home.blog.maintenance .main-container {
	background: #ffffff !important;
}

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, 
.widget-area .widget del a {
	color: #999;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
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;
}

/* 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: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 16px;
	font-size: 1.14285714285714rem;
	line-height: 1.125;
	font-weight: 700;
	color: #000000;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 16px;
	font-size: 1.14285714285714rem;
	line-height: 1.125;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.entry-content img {
	width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.125;
	color: #000000;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
.entry-content 

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
body {
	font-size: 16px;
	font-size: 1rem;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:400;
	text-rendering: optimizeLegibility;
	color: #000;
	/*background: url(images/Claw-Boys-Claw-The-Horse-background.jpg) repeat;*/
	/*background: url(images/Claw-Boys-Claw-KIte-background.jpg) repeat;*/
	/*background: url(images/Claw-Boys-Claw-new-album-background.jpg) repeat;*/
	background: url(images/Claw-Boys-Claw-Fly-background.jpg) repeat;
	background-size: contain;
}

body.custom-font-enabled {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:400;
}
a {
	outline: none;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
}
.site-content {
}
.widget-area {
}
.site {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 980px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 ;
}	
#primary.site-content {
    margin-left: 0px;
    float: left;
    padding: 0;
}
#secondary-1.widget-area {
    float: left;
    margin-left: 40px;
    padding: 0;
}
#secondary-2.widget-area {
    float: right;
    margin-right: 0px;
    padding: 0;
}
footer[role="contentinfo"] {
    max-width: 980px;
}


/* Header */
.site-header {
	padding: 0;
	margin-bottom: 20px;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #000000;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #ff0000;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.header-image {
	margin-top: 0;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
	font-size: 20px;
	font-size: 1.14285714285714rem;
	line-height: 1.125;
	/*letter-spacing: 0.08rem;*/
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:700;
	background: #fff;
	padding: 10px;
}
.widget-area .widget h3 {
	margin: 0;
	text-transform: uppercase;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 16px;
	font-size: 1.14285714285714rem;
	line-height: 1.125;
}
.widget-area .widget p {
	margin-bottom: 16px;
	margin-bottom: 1.14285714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #000000;
}
.widget-area .widget a:hover {
	color: #ff0000;
}
.widget-area #s {
	width: 33%; /* define a width to avoid dropping a wider submit button */
}

.widget-area h1 {
	font-size: 20px;
	font-size: 1.25rem;
	/*letter-spacing: 0rem;*/
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:700;
	text-transform: uppercase;
	line-height: 29px;
}
.widget-area h2 {
	font-size: 20px;
	font-size: 1.25rem;
	/*letter-spacing: 0rem;*/
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:700;
	text-transform: uppercase;	
	line-height: 29px;
}
.widget-area h3 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 29px;
}
.widget-area h4 {
	font-size: 16px;
	font-size: 1.14285714285714rem;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:400;
	text-transform: lowercase;	
}
.widget-area h5 {
	font-size: 20px;
	font-size: 1.25rem;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:700;
	text-transform: uppercase;
	color: #e2001a;
}
.widget-area h5 a {text-transform: uppercase !important;}

/* Footer */
footer[role="contentinfo"] {
	border: 0;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #000000;
}
footer[role="contentinfo"] a:hover {
	color: #ff0000;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 0;
}
.entry-header img.wp-post-image,
.entry-header .featured_video_plus {
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
	margin-top: 10px;
	margin-top: 0.71428571428571rem;
}

.entry-header .entry-date { 
	font-size: 16px;
	font-size: 1.14285714285714rem;
	line-height: 1.125;
	letter-spacing: 0.08rem;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:300;
	float: left;
	margin-right: 8px;
	margin-right: 0.57142857142857rem;
	color:#000000;
	}
.entry-header .entry-title {
	font-size: 16px;
	font-size: 1.14285714285714rem;
	line-height: 1.125;
	letter-spacing: 0.08rem;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:700;
	text-transform: uppercase;
	color: #ff0000;
	clear: right;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: 400;
}
.entry-meta a {
	color: #000000;
}
.entry-meta a:hover {
	color: #ff0000;
}
article.sticky .featured-post {
	border-top: 0;
	border-bottom: 0;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	font-size: 16px;
	font-size: 1.14285714285714rem;
	line-height: 1.125;
	letter-spacing: 0.08rem;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:400;
	text-transform: uppercase;
	padding: 10px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p {
}
.entry-content ol,
.entry-content ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.285714286;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul {
	list-style: disc outside;
}
.entry-content ol {
	list-style: decimal outside;
}
.entry-content li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
}
img.alignright {
}
img.aligncenter {
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	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 caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 0;
	margin-bottom: 38px;
	margin-bottom: 2.71428571428571rem;
	padding-bottom: 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	background: #ffffff;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 14px;
	margin-top: 1rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.125;
	color: #444;
	text-transform: uppercase;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 16px;
	font-size: 1.14285714285714rem;
	line-height: 1.125;
	font-weight: 400;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 16px;
	font-size: 1.14285714285714rem;
	line-height: 1.125;
	font-weight: 400;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

/* =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;
}

/* news */
h1.news-title {margin-bottom: 12px;margin-bottom: 0.85714285714286rem;}

/* merch */
aside.merch h3.widget-title {margin-bottom: 12px;margin-bottom: 0.85714285714286rem;}
aside.merch p {margin-top: 30px; margin-top: 2.14285714285714rem}

/* contact */
aside.contact h3.widget-title,
.contact-mobile h3.widget-title {margin-bottom: 12px;margin-bottom: 0.85714285714286rem;font-weight: 700;font-size:20px;font-size: 1.25rem;line-height: 29px;text-transform: uppercase;}
aside.contact h2,
.contact-mobile h2 {font-weight: 700;font-size: 16px;font-size: 1rem;line-height: 23px;}
aside.contact h3,
.contact-mobile h3 {font-weight: 400;font-size: 16px;font-size: 1rem;line-height: 23px;}
aside.contact h4,
.contact-mobile h4 {font-size: 16px;font-size: 1rem;line-height: 23px;margin-bottom: 20px;margin-bottom: 1.25rem;font-weight:400;}

/* shows */
aside.shows h3.widget-title {margin-bottom: 12px;margin-bottom: 0.85714285714286rem;font-weight: 700;}
aside.shows h3 {margin-bottom: 12px;margin-bottom: 0.85714285714286rem;font-weight: 400;}
aside.shows h4 {margin-bottom: 20px;margin-bottom: 1.25rem;}
aside.shows h5 {margin-top: 12px;margin-top: 0.85714285714286rem;margin-bottom: 12px;margin-bottom: 0.85714285714286rem;line-height: 40px;}

aside.shows .owl-dots {
margin-bottom: 40px;
position: relative;
}
.shows .sa_owl_theme .owl-dots .owl-dot span {
	width: 20px !important;
	height: 20px !important;
}
.shows .sa_owl_theme .owl-dots .active span {
	background-color: rgba(0,0,0,1) !important;
}
.shows .sa_owl_theme .owl-dots .owl-dot span:hover {
    background-color: #e2001a !important;
}

/* hopetoseeyousoon */

/* hammer */
aside.hammer h3.widget-title {background: url(images/hammer-header.png) no-repeat 0 0;height: 35px;text-indent: -9999999px;margin-bottom: 12px;margin-bottom: 0.85714285714286rem;}

/* horse */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	    background: rgba(0,0,0,0); 
}

/* social */
.socialcbc.newheaderclass {
	margin-top: 30px;
}

/* lyrics */
aside.lyrics h3.widget-title {background: url(images/lyrics-header.png) no-repeat 0 0;height: 35px;text-indent: -9999999px;margin-bottom: 12px;margin-bottom: 0.85714285714286rem;}

/* biography */
aside.biography h3.widget-title {background: url(images/biography-header.png) no-repeat 0 0;height: 35px;text-indent: -9999999px;margin-bottom: 12px;margin-bottom: 0.85714285714286rem;}

/* discography */
aside.discography h3.widget-title {background: url(images/discography-header.png) no-repeat 0 0;height: 35px;text-indent: -9999999px;margin-bottom: 12px;margin-bottom: 0.85714285714286rem;}
aside.discography p {margin-bottom: 0 !important; }
aside.discography h4 {	margin-bottom: 42px; margin-bottom: 3rem;}

/* tweets */
aside.widget_rotatingtweets_widget h3.widget-title {background: url(images/tweets-header.png) no-repeat 0 0;height: 35px;text-indent: -9999999px;margin-bottom: 12px;margin-bottom: 0.85714285714286rem;}
aside.widget_rotatingtweets_widget .rotatingtweets {/*height: 350px;*/}


aside#wp_twitter_search_search_widgets h3.widget-title,
aside.widget_reallysimpletwitterwidget h3.widget-title {background: url(images/tweets-header.png) no-repeat 0 0;height: 35px;text-indent: -9999999px;margin-bottom: 12px;margin-bottom: 0.85714285714286rem;}

aside#wp_twitter_search_search_widgets .twtr-hd {display: none;}

.twtr-widget .twtr-tweet {
    margin-bottom: 10px !important;
}
.twtr-widget .twtr-tweet-wrap {
    padding: 0 !important;
    margin-bottom: 10px !important;
}
.twtr-widget .twtr-ft div {
    padding: 0 !important;
}
#twtr-widget-1 .twtr-tweet .twtr-tweet-text{
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-family: 'Roboto Condensed', sans-serif !important; 
}
#twtr-widget-1 .twtr-tweet a,
#twtr-widget-1 .twtr-tweet a.twtr-user,
#twtr-widget-1 .twtr-tweet a.tweet-url.hashtag,
#twtr-widget-1 .twtr-tweet a.tweet-url.username {
    font-weight: 300 !important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif !important; 
}
#twtr-widget-1 .twtr-tweet a.twtr-timestamp,
#twtr-widget-1 .twtr-tweet a.twtr-reply,
#twtr-widget-1 .twtr-tweet a.twtr-rt,
#twtr-widget-1 .twtr-tweet a.twtr-fav {
    font-weight: 300 !important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif !important; 
	font-size: 12px !important;
    font-size: 0.85714285714286rem !important;
}

#twtr-widget-1 .twtr-ft a img {
    padding-left: 45px;
    visibility: hidden;
}
#twtr-widget-1 .twtr-ft {
		background: url(images/twitterbird.png) no-repeat 43px center;
		margin-top: 30px;
}

#twtr-widget-1 .twtr-ft span {
	float: left;
    font-weight: 300 !important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif !important; 
    padding-left: 5px;
	font-size: 16px;
	font-size: 1.14285714285714rem;
	line-height: 1.125;
}
#twtr-widget-1 .twtr-ft span a {
	text-transform: uppercase;
	padding-left: 10px;
	text-decoration: underline !important;
}
#twtr-widget-1 .twtr-ft span a:hover {
	color:#ff0000 !important;
}
#twtr-widget-1 .twtr-tweet-text {
    margin-left: 80px !important;
}
#twtr-widget-1 .twtr-tweet .twtr-avatar {
    height: 80px !important;
    width: 80px !important;
}
#twtr-widget-1 .twtr-tweet .twtr-avatar .twtr-img {
    height: 64px !important;
    width: 64px !important;
}
#twtr-widget-1 .twtr-tweet .twtr-avatar .twtr-img img {
    height: 64px;
    width: 64px;
}

aside.widget_reallysimpletwitterwidget li {margin: 30px 0;display: block;height: 60px;}
aside.widget_reallysimpletwitterwidget img {float: left;clear: left;margin-right: 5px;}

.rtw_meta {display: none;}

aside .kleinelink {
	font-weight: 300 !important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif !important; 
    font-size: 12px !important;
    font-size: 0.85714285714286rem !important;
}

/* special class */
.rood {
	color: #e2001a !important;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */
@media (min-width: 280px) and (max-width: 320px) {
.site {
    margin: 0 auto;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 0;
    background: transparent;
}
#primary.site-content {
	background: transparent;
	width: 280px;
    margin: 0 auto;
    float: none;
    padding: 0px;
}
#secondary-1.widget-area {
	background: transparent;
    float: none;
    width: 280px;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 0;
}
#secondary-2.widget-area {
	background: transparent;
    float: none;
    width: 280px;
    margin: 0 auto;
    padding: 0px;
}
footer[role="contentinfo"] {
    max-width: 280px;
}
.site-content article {
width: 280px;
float: none;
padding: 0;
}
.widget-area .widget {
width: 280px;
float: none;
padding: 10px;
}

.entry-header img.wp-post-image,
.entry-header .featured_video_plus {
	margin: 0;
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
	margin-top: 10px;
	margin-top: 0.71428571428571rem;
	float: none;
	clear: both ;
	width: 280px !important;
}
#twtr-widget-1 .twtr-doc {
	width: 280px !important;
}
.widget-area h1 {
	font-size: 60px;
	font-size: 4.28571428571429rem;
	letter-spacing: 0rem;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:700;
	text-transform: uppercase;
	line-height: 1;
}
.widget-area h3 {
	font-size: 14px;
	font-size: 1rem;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:700;
	text-transform: uppercase;	
	margin-bottom: 0;
}
/* biography */
aside.biography h3.widget-title {background: url(images/biography-header-980.png) no-repeat 0 0;height: 35px;text-indent: -9999999px;margin-bottom: 12px;margin-bottom: 0.85714285714286rem;}
/* discography */
aside.discography h3.widget-title {background: url(images/discography-header-980.png) no-repeat 0 0;height: 35px;text-indent: -9999999px;margin-bottom: 12px;margin-bottom: 0.85714285714286rem;}
#tape {
	margin: 20px auto 0 auto;
}
}

.newfooterclass {
	margin-bottom: 35px;
}
.widget-1.newfooterclass {
	margin-bottom: 75px;
}
.widget-3.newfooterclass {
	padding-top: 25px;
}
.widget-4.newfooterclass {
	padding-bottom: 25px;
}

#block-4.newfooterclass,
#block-5.newfooterclass {
	margin-bottom: 0;
	background: #ffffff;
}
#block-4.newfooterclass h2 {
	padding: 10px 0 1rem;
}
#block-5.newfooterclass h2 {
	padding: 1rem 0 10px;
}
@media (min-width: 321px) and (max-width: 479px) {
.site {
    margin: 0 auto;
    max-width: 400px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 30px;
}	
#tape {
	margin: 50px auto 0 auto;
}
#behang {
	margin: 0 auto;
}
#primary.site-content {
	background: transparent;
    margin-left: 0px;
    float: none;
    padding: 0px;
}
#secondary-1.widget-area {
	background: transparent;
    float: none;
    margin-left: 0px;
    padding: 0px;
    margin-bottom: 0;
}
#secondary-2.widget-area {
	background: transparent;
    float: left;
    margin-left: 0px;
    padding: 0px;
}
footer[role="contentinfo"] {
    max-width: 479px;
}
.site-content article {
	width: 100%;
	float: none;
	padding: 0;
}
.widget-area .widget {
	float: none;
	padding: 10px;
}
.entry-header img.wp-post-image,
.entry-header .featured_video_plus {
	margin: 0;
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
	margin-top: 10px;
	margin-top: 0.71428571428571rem;
	float: none;
	clear: both ;
}
}

@media (min-width: 480px) and (max-width: 599px) {
#tape {
		max-width: 595px;
		border: 0 solid yellow;
		margin: 50px auto 0 auto;
}
#behang {
		margin: 0 auto;
}	
.site {
    margin: 0 auto;
    max-width: 340px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 0;
    background: transparent;
}
#primary.site-content {
	background: transparent;
    margin-left: 0px;
    float: none;
    padding: 0px;
}
#secondary-1.widget-area {
	background: transparent;
    float: none;
    margin-left: 0px;
    padding: 0px;
    margin-bottom: 0;
}
#secondary-2.widget-area {
	background: transparent;
    float: none;
    margin-left: 0px;
    padding: 0px;
}
footer[role="contentinfo"] {
    max-width: 680px;
}
.site-content article {
	width: 100%;
	float: none;
	padding: 0;
}
.widget-area .widget {
	float: none;
	padding: 0;
}
.entry-header img.wp-post-image,
.entry-header .featured_video_plus {
	margin: 0;
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
	margin-top: 10px;
	margin-top: 0.71428571428571rem;
	float: none;
	clear: both ;
}
}

@media (min-width: 600px) and (max-width: 767px) {
#tape {
	max-width: 460px;
	margin: 50px auto 0 auto;
}
#behang {
	margin: 0 auto;
}	
#primary.site-content {
	background: transparent;
	width: 100%;
    margin-left: 0px;
    float: none;
    padding: 0px;
}
#secondary-1.widget-area {
	background: transparent;
    float: none;
    margin-left: 0px;
    padding: 0px;
    margin-bottom: 0;
    }
#secondary-2.widget-area {
	background: transparent;
    float: none;
    margin-left: 0px;
    padding: 0px;
    }
footer[role="contentinfo"] {
    max-width: 680px;
}
.site-content article {
	float: none;
	padding: 10px;
}
.widget-area .widget {
	float: none;
	padding: 10px;
}
.entry-header img.wp-post-image,
.entry-header .featured_video_plus {
	margin: 0;
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
	margin-top: 10px;
	margin-top: 0.71428571428571rem;
	float: none;
	clear: both ;
}
}

@media (max-width: 767px) {
.socialcbc .icon-set-lsi_widget-2 a, 
.socialcbc .icon-set-lsi_widget-2 a:visited, 
.socialcbc .icon-set-lsi_widget-2 a:focus {
	font-size: 74px !important;
}	
.socialcbc .lsi-social-icons li {
	padding: 12px !important;
}

aside.contact {
	display: none;
}
.contact-mobile.newfooterclass {
	padding: 10px;
	background: #ffffff;
	margin-top: 30px;
}
.widget-area .widget {
	float: none;
	padding: 10px;
}
}
	
@media (min-width: 768px) {
.contact-mobile.newfooterclass {
	display: none;
}
}	


/* minimum width is 768 pixels and maximum width is 979 pixels */
@media (min-width: 768px) and (max-width: 979px) {
.site {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 718px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px 25px;
    background: transparent;
}
#tape {
	margin: 50px auto 0 auto;
}		
#primary.site-content {
	background: transparent;
	width: 340px;
    margin-right: 0;
    float: left;
    padding: 0;
    clear: both;
}
#secondary-1.widget-area {
	background: transparent;
    float: right;
    width: 340px;
    margin-left: 0;
    padding: 0;
    clear: none;
}
#secondary-2.widget-area {
	background: transparent;
    float: left;
    width: 340px;
    margin-right: 0px;
    padding: 0;
    clear: none;
}
footer[role="contentinfo"] {
    max-width: 688px;
}
.entry-header img.wp-post-image,
.entry-header .featured_video_plus {
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
	margin-top: 10px;
	margin-top: 0.71428571428571rem;
	margin-right: 0;
	float: none;
}

}

@media (min-width: 980px) {
.site {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 942px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 40px;
    background: transparent;
}
#primary.site-content {
	background: transparent;
	width: 280px;
    margin-left: 0px;
    float: left;
    padding: 0;
}
#secondary-1.widget-area {
	background: transparent;
    float: left;
    width: 280px;
    margin-left: 51px;
    padding: 0;
}
#secondary-2.widget-area {
	background: transparent;
    float: right;
    width: 280px;
    margin-right: 0px;
    padding: 0;
}

footer[role="contentinfo"] {
    max-width: 942px;
}
#tape {
		margin: 125px auto 0 auto;
}
}
/* Minimum width of 1270 pixels. */
@media (min-width: 1270px) {
.site {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1190px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px 40px;
    background: transparent;
}
#behang {
		/*background: url(images/behang.png) no-repeat right top;*/
		max-width: 1382px;
		border: 0 solid red;
		margin: 0 auto;
}	
#primary.site-content {
	background: transparent;
	width: 340px;
    margin-left: 0px;
    float: left;
    padding: 0px;
}
#secondary-1.widget-area {
	background: transparent;
    float: left;
    width: 340px;
    margin-left: 85px;
    padding: 0px;
}
#secondary-2.widget-area {
	background: transparent;
    float: right;
    width: 340px;
    margin-right: 0px;
    padding: 0px;
}
footer[role="contentinfo"] {
    max-width: 1190px;
}
}
@media (min-width: 1600px) {
#tape {
		max-width: 1792px;
		margin: 125px auto 0 auto;
}
}
@media (min-width: 2000px) {
body {
		background-size: cover;
}
}