/*  
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 */

#hgroup {padding: 10px 0;}

body {font-family: Verdana, Helvetica, sans-serif;}

.post, #no-comments, #respond {border-top: 1px solid #999999; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; border-bottom: 1px solid #FFFFFF; color: #2B3133;}

#no-comments { border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; }

#header {padding-top: 10px; padding-bottom: 10px;}

#footer {background-color:#2C333A; border-top: 2px solid #000000;}

.navigation {background-color:#2C333A; border-top: 2px solid #000000;}

a:link, a:visited, .post .title, .post .title a:link, .post .title a:visited {color:#BE3A0E; text-decoration: none;}

a:hover, .post .title a:hover {color:#FF6C3C; text-decoration: underline;}

img#wpstats{visibility:hidden; height:0px;}

#commentform textarea {background-color: #E8EDEE; border: 1px solid #CCCCCC;}

.more-link {text-align:right; font-variant: small-caps;}

.entry img { border-bottom-width: 3px;

/* ------------------------------------------------------------------------ Media Queries */

/* Smartphones */
@media (max-width: 480px) {

}

/* 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) {
	
}

