/*  
Theme Name: Standard Child Theme Kit
Theme URI: https://github.com/eightbit/standard-child-theme-kit
Version: Standard 3
Description: This is a "getting started" child theme kit for Standard.
Author: 8BIT
Author URI: http://8bit.io
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: standard
*/

/* ------------------------------------------------------------------------ Import Standard Styles */

@import url( '../standard/style.css' );



/* ------------------------------------------------------------------------ Customizations */

/* ------------------------------------------------------------------------ 3. Main Styles */

html {
	background: #000; /* color of footer bucket */
	overflow-y: auto;
	-webkit-text-size-adjust: none;
}

body {
	background: #efefef;
	
}

#wrapper {
	padding: 0 0 40px;
}



body * { 
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	font-size: 16px;
	  	line-height: 1.2;
	  
}


/* Post format Quote */

.post.format-quote .post-title {
	font-size: 20px;
}

.post.format-quote .post-header {
	padding-bottom: 30px;
	margin-bottom: 5px;
	background-color: #c0dadf;
	background-image: url(images/bg-quote.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom: 0;
}

.post.format-quote .post-header .entry-content {
	padding-left: 80px;
	padding-bottom: 0;
	min-height: 60px;
	background-image: url(images/icn-quote-dark.png);
	background-repeat: no-repeat;
	
}

.post.format-quote .post-header .entry-content p {
	font-size: 24px;
	line-height: 130%;
	font-family: Georgia, times, serif;
	font-style: italic;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

.post.format-quote .the-comment-link {
	float: right;
}


/* Post format Link */

.post.format-link .post-title {
	/* font-size: 20px; */
	font-size: 24px; 
	line-height: 1.2;
	font-weight: bold;
	color: #444; /* #f0f0f0; */
}

.post.format-link .post-title a {
	font-size: 24px;
	line-height: 1.2;
	color: #444; /* #f0f0f0; */
}

.post.format-link .post-title a:hover {
	color: #999;
}

.post.format-link .post-header {
	background-color: #FFFFF5; /*#28292d; */
	background-image: none;
/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(40, 41, 45)), to(rgb(7, 7, 10)));
	background-image: -webkit-linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	background-image: -moz-linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	background-image: -o-linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	background-image: -ms-linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	background-image: linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#28292d', EndColorStr='#07070a'); 
*/
	margin-bottom: 0;
	border-bottom: 0;	

}

.post.format-link .post-header .entry-content {
	background-position: -15px top;
	background-image: url(images/icn-link-dark.png);
	background-repeat: no-repeat;

	padding-left: 35px; /* 80px; */
	padding-bottom: 0px; /* 20px; */
	min-height: 60px;
	}

.post.format-link .the-comment-link {
	float: right;
}

#standard-post-advertisement-image,
#standard-post-advertisement-adsense {
	text-align: center;
	margin: 12px 0 12px 0;
}


/* ------------------------------------------------------------------------ 6. Posts */

.post-header {
	border-bottom: 1px solid #eee;
	/* charlie - padding: 20px; */
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}


.post-title {
/*	font-size: 32px; */
	font-size: 32px; 
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 5px;
	
}

.post-meta {
	color: #888;
	font-size: 12px;
	border-top: 1px solid #eee;
	/* charlie padding: 20px 20px 20px; */
	padding: 5px 10px 5px;
}

.post-title a, .post-title a:visited { 
	color: #444;
	font-size: 24px;
	line-height: 1.2;
}

.post-title a:hover, .post-title a:active {
	color: #888;
	font-size: 24px;
	line-height: 1.2;
	text-decoration: none;
}


/* ------------------------------------------------------------------------ Media Queries */

/* Smartphones */
@media (max-width: 480px) {

	.post .post-title {
		/* font-size: 1.3em;
		line-height: 1.2; */
	}
		

}

/* Tablet and Mobile */
@media (max-width: 979px) {	
			
}

/* Mobile to Tablet */
@media only screen and (max-width: 767px) {
	
}


/* Landscape Tablets */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Desktop */
@media (min-width: 980px) { 
	
}

/* Gloriously Wide */ 
@media (min-width: 1200px) {
 .row {
 margin-left: -30px;
 *zoom: 1;
 }
 .row:before,
 .row:after {
 display: table;
 content: "";
 }
 .row:after {
 clear: both;
 }
 [class*="span"] {
 float: left;
 margin-left: 30px;
 }
 .container,
 .navbar-fixed-top .container,
 .navbar-fixed-bottom .container {
 width: 1170px;
 }
 .span12 {
 width: 1170px;
 }
 .span11 {
 width: 1070px;
 }
 .span10 {
 width: 970px;
 }
 .span9 {
 width: 870px;
 }
 .span8 {
 width: 770px;
 }
 .span7 {
 width: 670px;
 }
 .span6 {
 width: 570px;
 }
 .span5 {
 width: 470px;
 }
 .span4 {
 width: 370px;
 }
 .span3 {
 width: 270px;
 }
 .span2 {
 width: 170px;
 }
 .span1 {
 width: 70px;
 }
 .offset12 {
 margin-left: 1230px;
 }
 .offset11 {
 margin-left: 1130px;
 }
 .offset10 {
 margin-left: 1030px;
 }
 .offset9 {
 margin-left: 930px;
 }
 .offset8 {
 margin-left: 830px;
 }
 .offset7 {
 margin-left: 730px;
 }
 .offset6 {
 margin-left: 630px;
 }
 .offset5 {
 margin-left: 530px;
 }
 .offset4 {
 margin-left: 430px;
 }
 .offset3 {
 margin-left: 330px;
 }
 .offset2 {
 margin-left: 230px;
 }
 .offset1 {
 margin-left: 130px;
 }
 .row-fluid {
 width: 100%;
 *zoom: 1;
 }
 .row-fluid:before,
 .row-fluid:after {
 display: table;
 content: "";
 }
 .row-fluid:after {
 clear: both;
 }
 .row-fluid [class*="span"] {
 display: block;
 float: left;
 width: 100%;
 min-height: 28px;
 margin-left: 2.564102564%;
 *margin-left: 2.510911074638298%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
 }
 .row-fluid [class*="span"]:first-child {
 margin-left: 0;
 }
 .row-fluid .span12 {
 width: 100%;
 *width: 99.94680851063829%;
 }
 .row-fluid .span11 {
 width: 91.45299145300001%;
 *width: 91.3997999636383%;
 }
 .row-fluid .span10 {
 width: 82.905982906%;
 *width: 82.8527914166383%;
 }
 .row-fluid .span9 {
 width: 74.358974359%;
 *width: 74.30578286963829%;
 }
 .row-fluid .span8 {
 width: 65.81196581200001%;
 *width: 65.7587743226383%;
 }
 .row-fluid .span7 {
 width: 57.264957265%;
 *width: 57.2117657756383%;
 }
 .row-fluid .span6 {
 width: 48.717948718%;
 *width: 48.6647572286383%;
 }
 .row-fluid .span5 {
 width: 40.170940171000005%;
 *width: 40.117748681638304%;
 }
 .row-fluid .span4 {
 width: 31.623931624%;
 *width: 31.5707401346383%;
 }
 .row-fluid .span3 {
 width: 23.076923077%;
 *width: 23.0237315876383%;
 }
 .row-fluid .span2 {
 width: 14.529914530000001%;
 *width: 14.4767230406383%;
 }
 .row-fluid .span1 {
 width: 5.982905983%;
 *width: 5.929714493638298%;
 }
 input,
 textarea,
 .uneditable-input {
 margin-left: 0;
 }
 input.span12,
 textarea.span12,
 .uneditable-input.span12 {
 width: 1160px;
 }
 input.span11,
 textarea.span11,
 .uneditable-input.span11 {
 width: 1060px;
 }
 input.span10,
 textarea.span10,
 .uneditable-input.span10 {
 width: 960px;
 }
 input.span9,
 textarea.span9,
 .uneditable-input.span9 {
 width: 860px;
 }
 input.span8,
 textarea.span8,
 .uneditable-input.span8 {
 width: 760px;
 }
 input.span7,
 textarea.span7,
 .uneditable-input.span7 {
 width: 660px;
 }
 input.span6,
 textarea.span6,
 .uneditable-input.span6 {
 width: 560px;
 }
 input.span5,
 textarea.span5,
 .uneditable-input.span5 {
 width: 460px;
 }
 input.span4,
 textarea.span4,
 .uneditable-input.span4 {
 width: 360px;
 }
 input.span3,
 textarea.span3,
 .uneditable-input.span3 {
 width: 260px;
 }
 input.span2,
 textarea.span2,
 .uneditable-input.span2 {
 width: 160px;
 }
 input.span1,
 textarea.span1,
 .uneditable-input.span1 {
 width: 60px;
 }
}

