/*  
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 */

html {background-color:white;}
.imageyup #head-wrapper { margin-top:0px; margin-bottom:0px;}
body {background-color:white; font: 14px Arial, Times, Serif;}

#menu-under-header
{
margin-bottom:0px;
}

#wrapper
{
background-color:#EFEFEF;
padding-top:20px;
}
#content
{
	background-color:#e6e6e6;
	padding:15px;
	line-height:160%;
}

.menu-header-container #menu-pages
{
padding-top:7px;
}

.sharing_label{display:none;}

.textwidget .nav-links
{
display:none;
}

.the-time
{
color:#999999;
font-family:Arial;
letter-spacing:2px;
text-transform:uppercase;
font-size:12px;
margin-left:2px;
font-weight:bold;
}

.post .the-category{margin:0px;}
.post-meta{font-style:italic;}
p, li, ol{font-family:Georgia;font-size:14px;line-height:22.4px;}

blockquote{
font-style:italic;
color:#666;
border-width:2px;
border-color:#b2b2b2;
margin-left:10px;
}

blockquote p
{
font-size:14px;
}

.widget {border-radius: 10px;}

.widget ul li{border-color:#eee;}
.widget ul li:hover
{
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#recent-posts-4, #text-12, #categories-3, #pages-3, #linkcat-14, #linkabletitlehtmlandphpwidget-2, #linkabletitlehtmlandphpwidget-3, #linkabletitlehtmlandphpwidget-4,#linkabletitlehtmlandphpwidget-5 {background-color:white;}
#recent-posts-4 ul li, #categories-3 ul li, #pages-3 ul li, #linkcat-14 ul li, #linkabletitlehtmlandphpwidget-2 ul li, #linkabletitlehtmlandphpwidget-3 ul li, #linkabletitlehtmlandphpwidget-4 ul li, #linkabletitlehtmlandphpwidget-5 ul li, #text-12 {padding-left:15px;}
#recent-posts-4 ul li:hover, #categories-3 ul li:hover, #pages-3 ul li:hover, #linkcat-14 ul li:hover, #linkabletitlehtmlandphpwidget-2 ul li:hover, #linkabletitlehtmlandphpwidget-3 ul li:hover, #linkabletitlehtmlandphpwidget-4 ul li:hover, #linkabletitlehtmlandphpwidget-5 ul li:hover {background-color:#F8F8F8;}
#recent-posts-4 h3, #categories-3 h3, #pages-3 h3, #linkcat-14 h3, #linkabletitlehtmlandphpwidget-2 h3, #linkabletitlehtmlandphpwidget-3 h3, #linkabletitlehtmlandphpwidget-4 h3, #linkabletitlehtmlandphpwidget-5 h3 {padding-left:10px;}

.widget #standard-ad-125x125-4, .widget #standard-ad-125x125-5 {border-radius: 0px;}

.widget #standard-ad-125x125-4 ul li, .widget #standard-ad-125x125-5 ul li {border-color:#eee;}
.widget #standard-ad-125x125-4 ul li:hover, .widget #standard-ad-125x125-5 ul li:hover
{
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}


#text-5{text-align:center;}

#sidebar #text-7{margin-bottom:0px;}

.widget h4
{
padding-left:10px;
padding-top:10px;
}

.widget li
{
border-top:1px #eee solid;
}

#sidebar a, #sidebar a:visited, #sidebar a:hover
{
color:black
}

.widget h4.widget-title {
border:none;
}

.entry-content .related-posts h2
{
color:#a0a0a0;
font-size:18px;
margin-bottom:none;
}

.entry-content .related-posts ul
{
margin-top:0px;
}

.related-posts ul li a
{
line-height:22.4px;
font-size:12px;
font-family: Georgia
}

#center-footer-widgets
{
width:468px;

}

.widget a{font-family:Arial;}
html
{
-webkit-text-size-adjust: auto;
}

/* ------------------------------------------------------------------------ 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) {
	
}

