/*  
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 */

/* ------------------------------------------------------------------------ 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) {
	
}

.fademe img:hover,
a img:hover {
    -moz-transition: none;
    -webkit-transition: none;
    opacity: 1;
    transition: none;
}
#wrapper .container {
	background-color: #e6e6e6;
	border: 10px solid #f0f0f0;
	padding: 25px;
}
.page .post-header { display: none; }

---------------------------------------------- */

/* background */
#menu-under-header .navbar-inner,
.navbar .fill {
	background-color: #a1c7d4; 
	background-image: none;
}

/* links */
#menu-under-header.navbar .nav > li > a {
	color: #000000;
}
#menu-under-header.navbar .nav > li > a:hover {
	color: #FFFFFF;
}

/* Footer
---------------------------------------------- */

/* Navigation
---------------------------------------------------------------- */
.navbar .nav .active > a, .navbar .nav .active > a:hover { background-color: none; }
/* Above Header
---------------------------------------------- */

/* background */
#menu-above-header .navbar-inner, 
.navbar .fill { 
	background-color: #a1c7d4; 
	background-image: none;
}

/* links */
#menu-above-header.navbar .nav > li > a {
	color: #000000;
}
#menu-above-header.navbar .nav > li > a:hover {
	color: #FFFFFF;
}

/* Below Header
---------------------------------------------- */

/* background */
#menu-under-header .navbar-inner,
.navbar .fill {
	background-color: #a1c7d4; 
	background-image: none;
}

/* links */
#menu-under-header.navbar .nav > li > a {
	color: #000000;
}
#menu-under-header.navbar .nav > li > a:hover {
	color: #ffffff;
}

/* Footer
---------------------------------------------- */

/* background */
#sub-floor {
	background-color: #ffffff;
}

/* links */
#sub-floor .navbar .nav > li > a {
	color: #000AFF;
}
#sub-floor .navbar .nav > li > a:hover {
	color: #000000;
}

/* credit text */
#sub-floor #credit { color: #000AFF; }
}

/* credit links */
#sub-floor #credit a {
	color: #000AFF;
}
#sub-floor #credit a:hover {
	color: #000000;
}

/* Header
---------------------------------------------------------------- */

/* Header Text
---------------------------------------------- */

/* site title */
#site-title, 
#site-title a {
	color: #FF0000;
}
#site-title a:hover {
	color: #0000FF;
}

/* tagline */
#site-description {
	color: #000000;
}

/* Posts
---------------------------------------------------------------- */

/* Titles
---------------------------------------------- */

.post-title, 
.post-title a,
.post-title a:visited {
	color: #FF0000;
}
.post-title a:hover {
	color: #FF00FF;
}

/* Meta
---------------------------------------------- */

/* text */
.post-header-meta,
.post-meta {
	color: #0000FF;
}

/* links */
.post-header-meta a,
.post-meta a {
	color: #0000FF;
}
.post-header-meta a:hover,
.post-meta a:hover {
	color: #000000;
}

/* borders */
.post-header {
	border-bottom-color: #FF0000;
}
.post-meta {
	border-top-color: #FF0000;
}

/* Content / Entry
---------------------------------------------- */

/* Widgets
---------------------------------------------------------------- */

/* General
---------------------------------------------- */
}

/* Personal Image
---------------------------------------------- */

/* text */
.personal-image p {
	color: #0000FF;
}

/* links */
.personal-image p a {
	color: #0000FF;
}
.personal-image p a:hover {
	color: #FFFFFF;
}


/* Search
---------------------------------------------- */

/* search focus */
#searchform #s:focus {
	border-color: #FF0000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FF0000;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FF0000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FF0000;
}
*
------------------------------------
typography
------------------------------------
*/

/* site default text */
body { font-size: 16px; }

/* paragraph text - outside of post area */
p { font-size: 12px; }

/* site navigation */
.navbar .nav > li > a { font-size: 14px; }

/* site title */
#site-title, #site-title a { font-size: 18px; }

/* tagline */
#site-description { font-size: 12px; }

/*
------------------------------------------------------
posts
------------------------------------------------------
*/

/* post titles */
.post-title { font-size: 24px; }

/* post body font */
.post .entry-content, .post .entry-content p, { font-size: 16px; }

/*
------------------------------------------------------
sidebar / widgets
------------------------------------------------------
*/

/* widget titles */
.widget-title {	font-size: 18px; }

.navbar .nav .active > a, .navbar .nav .active > a:hover { background-color: #87BFD2; }