/*

	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 {}





/* 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 {}

}





.entry.excerpt { color: black; }



.entry { color: black; font-size: 20px; line-height: 1.6em; }



.container-inner1 {

    background: #fff;

    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);

    box-shadow: 0 0 0 rgba(0,0,0,0.1);

}



pre, code{direction: ltr; text-align: left;}

.entry pre {
    border: solid 1px blue;
    font-size: 1.3em;
    color: blue; margin:
    10px; padding:10px;
    background: #FFFFB3;
}

.entry code {
    font-size: 14px;
    color: #008099;
}

.widget a {
    color: #08c;
}

.post-nav li a span {
    font-size: 15px;
    color: #08c;
}

.entry p, li {
    font: 17px/1.5 'adelle-sans', sans-serif;
    /*font-family: Georgia, Palatino, "Palatino Linotype", serif;
    font-size: 1.077em;
    line-height: 1.357em;*/
}