/*   
Theme Name: Talk Is Cheap
Theme URI: http://www.k-bros.ca
Description: The Karpinka Brothers Theme
Author: Envisage
Author URI: http://www.envisage-consulting.com
Version: 1
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #1f2125; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font-size: 14px; font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; background: #FFF;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #1f2125; text-decoration: none;}
a:hover {color: #f16465; text-shadow: none; }

h1, h2, h3, h4, h5, h6{ font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif !important; text-transform: uppercase; }

h1 { font-size: 30px; margin-bottom: 15px; }
h2 { font-size: 20px; margin-bottom: 15px; }
h3 { font-size: 16px; margin-bottom: 15px; }
h4 { font-size: 12px; margin-bottom: 10px; }
h5 { font-size: 10px; margin-bottom: 10px; }
h6 { font-size: 8px; margin-bottom: 10px; }

p { margin-bottom: 15px; line-height: 110%; }

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #1f2125; color: #fff; text-shadow: none;}
::selection {background: #1f2125; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #1f2125;} 

ins {background-color: #1f2125; color: #FFF; text-decoration: none;}
mark {background-color: #1f2125; color: #FFF; font-style: italic; font-weight: bold;}

.announcement { top: 0; right: 0; bottom: 0; left: 0; position: relative; }
.pages-slider { height: 400px !important; }

.to-content { position: absolute; bottom: 30px; left: 47%; z-index: 999; opacity: .2; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }
.to-content:hover { opacity: 1; }

.album-trailer { width: 850px; height: 480px; }

.latest-tweets { background: #FFF; height: 250px; }
.latest-tweets .logo-twitter { text-align: center; margin-top: 50px; }
.visible-tweets { width: 633px; padding: 15px; margin: 30px auto 0 auto; background: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.visible-tweets .tweet { overflow: hidden; }
.visible-tweets ul { width: 99999px; height: 100px; }
.visible-tweets ul li { width: 200px; height: 100px; float: left; border-right: 1px solid #eee; padding: 0 10px 0 0; margin: 0 10px 0 0; }

.navigationbar { font-family: 'Open Sans Condensed', sans-serif; font-size: 24px; text-transform: uppercase; background-color: #1f2125; height: 47px; position: relative; z-index: 998; overflow: hidden; }

.navigationbar .logo { float: left; padding-top: 8px; padding-left: 30px; }
.navigationbar .logo img { width: 300px; }

.visible-1000-over { display: block; }
.visible-1000-under { display: none; }

.navigationbar ul { float: right; padding: 10px 30px 10px 0; }
.navigationbar ul li { float: left; padding: 0 15px; }
.navigationbar ul li a { color: #FFF; text-shadow: none; text-decoration: none; }
.navigationbar ul li a:hover { color: #f16465; text-shadow: none; }
.navigationbar ul li .active { color: #f16465; font-weight: normal; }

.navigationbar .navigation img { width: 20px; padding-bottom: 4px; }
.navigationbar .nav-social { padding: 0 3px; }
.navigationbar #nav-facebook { padding-left: 20px; }

.rev-slider { position: relative; z-index: 500; }

.container { width: 960px; margin: auto; }

.container #articles { padding-top: 20px; padding-bottom: 50px; }

.post { margin: 10px auto 20px auto; width: 960px; }
.post p { letter-spacing: 1px !important; line-height: 20px !important; }

#photofeed .likes, #photofeed .comments{ color: #1f2125; }
.btn-success{ background: #FFF !important; border-color: #666 !important; color: #1f2125 !important; margin-right: 20px !important; margin-top: 10px !important; padding: 10px !important; }

.album { overflow: hidden; margin-bottom: 20px; }
.album .album-details { float: left; text-align: center; width: 215px; }
.album .album-details .cover { width: 200px; }
.album .album-details .purchase-link-1, .album .album-details .purchase-link-2, .album .album-details .purchase-link-3 { width: 200px; height: 30px; margin: auto; padding: 8px; text-align: left; }
.album .album-details .purchase-link-1 { background: #5c636d; color: #FFF; }
.album .album-details .purchase-link-2 { background: #fff5a7; color: #000; }
.album .album-details .purchase-link-3 { background: #756e68; color: #FFF; }
.album .album-details .purchase-link-1 a, .album .album-details .purchase-link-2 a, .album .album-details .purchase-link-3 a { margin-left: 10px; }
.album .album-details .purchase-link-1 a img, .album .album-details .purchase-link-2 a img, .album .album-details .purchase-link-3 a img { height: 10px; }
.album .album-listen { width: 700px; float: right; }

.wpcf7 { width: 640px; float: left; border-right: 1px solid #CCC; }
.wpcf7-form button, .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea { width: 585px; padding: 10px !important; }
input.wpcf7-captchar { width: 500px; }
.wpcf7-form input.wpcf7-submit { width: 585px; background: #FFF !important; border: #CCC 1px solid !important; border-radius: 5px; color: #1f2125 !important; padding: 10px !important; margin-top: 10px !important; font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif; }
div.wpcf7-response-output { margin: 0 !important; padding: 5px !important; width: 585px;  }

.contact-right { float: right; width: 250px; }

/** Shows ***********************************************************************/
.gigpress-row td{ border-bottom: 1px solid #CCC !important; }
.gigpress-table, .gigpress-table tbody, .gigpress-table td, .gigpress-table tr{ border-left: none !important; border-right: none !important; }
.gigpress-date{ text-transform: uppercase; width: 40px; }
.gigpress-date .dtstart-month{ letter-spacing: 4px; width: 100%; display: inline-block; text-align: center; padding-left: 4px; }
.gigpress-date .dtstart-day{ font-size: 36px; line-height: 25px; }
.gigpress-city{ text-transform: uppercase; font-size: 25px; }
.gigpress-city a{ color: #1f2125 !important; }
.gigpress-city a:hover{ color: #666 !important; text-decoration: none; }
.gigpress-city-name { font-size: 18px; line-height: 18px; }
.gigpress-ticket-url{ width: 75px; text-align: center !important; padding-left: 0 !important; padding-right: 0 !important; }
.gigpress-ticket-url a { color: #1f2125 !important; }
.gigpress-ticket-url a:hover { color: #666 !important; text-decoration: none; }
.gigpress-ticket-url img { height: 20px; }
.gigpress-fb-event { width: 50px; text-align: center !important; padding-left: 0 !important; padding-right: 0 !important; }
.gigpress-fb-event a { color: #1f2125 !important; }
.gigpress-fb-event a:hover { color: #666 !important; text-decoration: none; }
.gigpress-fb-event img { height: 20px; }
.gigpress-support{ font-size: 10px; }

.visible-420-over { display: block; }
.visible-420-under { display: none; }
.visible-810-over { display: inline; }

.visible-420-over { display: block; }
.visible-420-under { display: none; }
.visible-810-over { display: inline; }

.footer { background: #1f2125; position: fixed; width: 100%; text-align: center; bottom: 0; z-index: 999; text-transform: uppercase; padding-bottom: 2px; }
.footer .container { width: 100%; margin: auto; padding: 5px 5px 2px 5px; overflow: hidden; }

.copyright{ font-size: 0.7em; color: #FFF; float: left; }
.copyright a{ color: #FFF; }
.copyright a:hover{ color:#FFF; text-decoration: none; text-shadow: none; }
.credit { font-size: 0.7em; color: #FFF; float: right; border: none; }
.credit a { margin-right: 10px; color: #FFF; }
.credit a img { margin-bottom: 3px; margin-left: 5px; height: 8px; }

/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

.post {}

.entry-content, .post .entry { padding: 20px 20px 10px 20px; overflow: hidden; box-sizing: border-box; }
.entry-content a {}
.entry-content a:hover {}
.entry-title, .post h1{ padding: 10px 10px 5px 10px; }
h1.main-page-announcement { padding: 10px 0px 5px 0px; }

.meta { padding: 0 20px; }
.postmetadata { padding: 0 20px; }

#sidebar {}

.navigation { }
.next-posts { float: left; text-align: left; width: 50%; margin: 40px 0; overflow: hidden; }
.prev-posts { float: right; text-align: right; width: 50%; margin: 40px 0; overflow: hidden; }

#searchform {}
#s {}
#searchsubmt {}

.grecaptcha-badge { display: none !important; }

ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

@media(max-width:1240px){

.navigationbar ul li { padding: 0 10px; }

}

@media(max-width:1100px){

.navigationbar ul li { padding: 0 7px; }

}

@media(max-width:1025px){

.to-content img { width: 70px; }

.album-trailer { width: 750px; height: 424px; }

.navigationbar .logo { padding-left: 10px; }

.navigationbar ul { float: right; padding: 10px 10px 10px 0; }

}

@media(max-width:1000px){

.pages-slider { height: auto !important; }

.sticky-wrapper { height: auto !important; }

.navigationbar { height: auto; text-align: center; padding: 0; }

.logo-lg { padding: 10px 10px 0 10px; }

.navigationbar ul { float: none; overflow: hidden; padding: 10px 10px 10px 0; text-align: center; }
.navigationbar ul li { float: none; display: inline-block; }

.visible-1000-over { display: none; }
.visible-1000-under { display: block; }

}

@media(max-width:960px){

.container { width: 100%; }

.post { width: 100%; }

.album .album-listen { width: 70%; }
.album .album-listen iframe { width: 100% !important; }

.wpcf7 { width: 100%; border: none; }
.wpcf7-form button, .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea { width: 100%; }
.wpcf7-captchar { width: 100% }
.wpcf7-form input.wpcf7-submit { width: 100%; }
div.wpcf7-response-output { width: 100%; }

.contact-right { float: left; width: 100%; }

.footer .container { width: 100%; padding: 0; }

.copyright{ padding-left: 5px; }
.credit{ padding-right: 5px; }

}

@media(max-width:810px){

.to-content img { width: 50px; }

.album-trailer { width: 600px; height: 339px; }

.gigpress-support { display: block; }
.gigpress-city-name { padding-top: 3px; }
.visible-810-over { display: none; }

.footer { position: relative; }

}

@media(max-width:780px){

.latest-tweets { height: 170px; }
.latest-tweets .logo-twitter { margin-top: 30px; }
.latest-tweets .logo-twitter img { width: 25px; }

.visible-tweets { margin: 10px auto 0 auto; }

.album .album-details { width: 100%; }
.album .album-details .cover { width: 100%; }
.album .album-details .purchase-link-1, .album .album-details .purchase-link-2, .album .album-details .purchase-link-3 { width: 100%; margin-bottom: 2px; }
.album .album-listen { float: left; width: 100%; }
.album .album-listen iframe { width: 100% !important; }

.btn-success { margin-right: 0 !important; width: 100%; }

}

@media(max-width:700px){

.to-content { left: 41%; }

.copyright{ float: none; text-align: center; padding: 5px; display: block; }
.credit{ float: none; text-align: center; padding: 5px; display: block; }

}

@media(max-width:600px){

.visible-tweets { width: 422px; }

}

@media(max-width:500px){

.latest-tweets { display: none; }

}

@media(max-width:420px){

.visible-420-over { display: none; }
.visible-420-under { display: block; padding-top: 5px; }
.visible-420-under img { padding-right: 10px; height: 20px; }

.gigpress-city { width: 100%; }
.gigpress-date { vertical-align: top !important; }
.gigpress-ticket-url{ width: 0px; padding: 0px !important; margin: 0px !important; }
.gigpress-fb-event{ width: 0px; padding: 0px !important; margin: 0px !important; }

}

@media(max-width:330px){

.visible-1000-over { display: none; }
.visible-1000-under { display: block; }

.post h1 { font-size: 25px; }
.gigpress-city a { font-size: 20px; }

}