/*
	Theme Name: Hueman Child
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Sample child theme for customization.
	Author: You
	Author URI: 
	Template: hueman
	Version: 1.0.0
*/

@import url("../hueman/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */
.mystyle {}
.entry { color: black; }
.entry.excerpt { color: black; }
hr {
background-color:#000000;
border:0 none;
height:2px;
margin-bottom:8px;
}
.col-2cl .main-inner { background: url(img/sidebar/s-right-s1.png) repeat-y right 2; background-size: 260px; padding-right: 240px; background-position: right top;}
.col-2cl .content { float: left; }
.col-2cl .s1 { float: right; margin-right: -240px; margin-left: -200px; }
.s1 { width: 260px; }
#header .container-inner2 {
position: relative;
max-width:100%;
height:auto;
}
#header .pad {
padding-top: 28px;
padding-bottom: 30px;
}
.widget {
color: #000;
}

.site-description {
color: #000000;
}
#nav-header .nav li a { color: #000; }
#nav-header .nav li > a:hover,
#nav-header .nav li:hover > a,
#nav-header .nav li.current_page_item > a,
#nav-header .nav li.current-menu-item > a,
#nav-header .nav li.current-menu-ancestor > a,
#nav-header .nav li.current-post-parent > a { color: #000; }

/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}