/*
	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 {}

.post-list .post,
.post-list .page { width: 33%; float: left; }

/*  base : entry
/* ------------------------------------ */
.entry { font-size: 14px; line-height: 1.6em; }
.single .post-title { font-size: 30px; letter-spacing: -1px; line-height: 1.3em; }
.commentlist .comment-body p { margin-bottom: 8px; color: #000; clear: both; }

body { font-family: "Open Sans", Arial, sans-serif; background: #eaeaea; font-size: 13px; line-height: 1.5em; color: #000; font-weight: 400; word-wrap: break-word;}
.boxed #wrapper, .container-inner { max-width: 1200px; }
.sidebar .widget { padding-left: 20px; padding-right: 20px; padding-top: 20px; }
::selection { background: #3b8dbd; color: #fff; }
::-moz-selection { background: #3b8dbd; color: #fff; }
a { color: #CC0000; text-decoration: none; outline: 0; }
a:hover { color: #000; }

.entry blockquote { position: relative; color: #444; font-style: italic; margin: 0 0 20px 0; padding-left: 50px; }

.col-2cl .main-inner { background: url(img/sidebar/s-right-s1.png) repeat-y right 0; padding-right: 340px; }

.widget { color: #ddd; font-size: 13px; overflow: hidden; }
.widget a { color: #ddd; }
.widget a:hover { color: #FFF; }
.widget > h3 { color: #ddd; font-size: 15px; font-weight: 600; text-transform: uppercase; margin-bottom: 6px; }
.widget > h3 a,
.widget > h3 a:hover { color: #fff; }
.widget > h3 a img { display: none; float: left; margin: 3px 7px 0 0; }
.widget select { border: 1px solid #ddd; color: #777; font-size: 15px; padding: 7px; width: 100%; max-width: 100%; }

#header { background: #5A0000; position: relative; padding-bottom: 60px; }

.post-list { margin-right: -30px; }
.post-list .post-row { margin-left: -30px; padding-left: 30px; float: left; width: 100%; border-bottom: 2px solid #eee; margin-bottom: 30px; position: relative; }

.post-title { color: #444; font-weight: normal; margin-bottom: 10px; font-size: 20px; font-weight: 600; line-height: 1.3em; -ms-word-wrap: break-word; word-wrap: break-word; }
.post-title strong { font-weight: 600; }
.post-title i { font-style: italic; }
.post-title a { color: #444; }
.post-title a:hover { color: #3b8dbd; }

.entry.excerpt { font-size: 13px; color: #000; font-weight: 400;}
.entry.excerpt p { margin-bottom: 0; }

img.nopaddinglogo {
position: absolute;
}

.themeform input[type="submit"],
.themeform button[type="submit"],
.s1 .sidebar-top,
.s1 .sidebar-toggle,
#flexslider-featured .flex-control-nav li a.flex-active,
.post-tags a:hover,
.s1 .widget_calendar caption,
#footer .widget_calendar caption,
.author-bio .bio-avatar:after,
.commentlist li.bypostauthor > .comment-body:after { background-color: #000000; }

.post-format .format-container { border-color: #000000; }

.s1 .alx-tabs-nav li.active a,
#footer .alx-tabs-nav li.active a,
.comment-tabs li.active a,
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { border-bottom-color: #000000!important; }				
				

.s2 .post-nav li a:hover i,
.s2 .widget_rss ul li a,
.s2 .widget_calendar a,
.s2 .alx-tab .tab-item-category a,
.s2 .alx-posts .post-item-category a,
.s2 .alx-tab li:hover .tab-item-title a,
.s2 .alx-tab li:hover .tab-item-comment a,
.s2 .alx-posts li:hover .post-item-title a { color: #d6bd00; }

.s2 .sidebar-top,
.s2 .sidebar-toggle,
.post-comments,
.jp-play-bar,
.jp-volume-bar-value,
.s2 .widget_calendar caption { background-color: #d6bd00; }

.s2 .alx-tabs-nav li.active a { border-bottom-color: #d6bd00; }
.post-comments span:before { border-right-color: #d6bd00; }				
				
.site-title a img { max-height: 40px; }
body { background:  url(http://www.p4rgaming.com/wp-content/uploads/2013/12/bg.png) fixed left top repeat-x; }


/*  header : nav topbar
/* ------------------------------------ */
#nav-topbar.nav-container { background: #26272b;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15);
box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15); }
#nav-topbar .nav-toggle { background: transparent; color: #fff;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.06);
box-shadow: inset 1px 0 0 rgba(255,255,255,0.06); }
#nav-topbar .nav-text { color: #fff; color: rgba(255,255,255,0.7); }

@media only screen and (min-width: 1025px) {
	/* fixed nav */
	.full-width.topbar-enabled #header { padding-top: 50px; }
	.full-width #nav-topbar.nav-container { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 9999; }
	.full-width.admin-bar #nav-topbar.nav-container { top: 32px; }
}

	.nav > li > a > img { padding: 0px 0px; }

/* 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 {}
}