/* --------------------------------------------------------------------------------------

	Theme Name: Для how.net.ua по мотивам Azsimple
	Description:
	Version: 1.0
	Author: Kuzmin
	Author URI:
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-------------------------------------------------------------------------------------- */


/* ------- This is the CSS Reset ------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* ------- HTML5 display-role reset for older browsers ------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------- Clearfix ------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */


/* --------------------------------------------------------------------------------- */



/* ------- Body ------- */

body {
	background: #eeeeee url(images/body-bg.jpg) top left repeat;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}

strong { font-weight: bold; }


/* ------- Header ------- */

#header {
	height: 190px;
	margin: 0 auto;
	text-align: center;
}

.header-top {
	min-width: 960px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	background: url(images/header-top-bg.jpg) top left repeat-x;
}

.main-menu-container {
	width: 960px;
	height: 50px;
	margin: 0 auto;
}

.main-menu {
	float: left;
	width: 660px;
	margin: 0;
	font-weight: bold;
	color: #aaaaaa;
	line-height: 50px;
}
.main-menu ul {
	margin: 0;
	list-style: none;
}
.main-menu ul a {
	display: block;
	position: relative;
	color: #aaaaaa;
	text-decoration: none;
}
.main-menu ul a:hover {
	color: #3d3d3d;
	text-decoration: none;
}
.main-menu ul li {
	float: left;
	margin-left: 15px;
	position: relative;
	z-index: 5;
}
.main-menu ul li:hover {
	visibility: inherit;
}
.main-menu ul ul {
	position: absolute;
	top: -9999px;
	width: 160px;
	padding: 5px 15px 8px 15px;
	background: #ffffff;
	line-height: 14px;
	text-align: left;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #f8f8f8;
}
.main-menu ul ul li {
	float: none;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
}
.main-menu ul li:hover ul {
	left: -15px;
	top: 40px;
	z-index: 10;
}
/* Hide sub menus */
.main-menu ul li:hover li ul,
.main-menu ul li li:hover li ul,
.main-menu ul li li li:hover li ul {
	top: -9999px;
}
/* Display sub menus */
.main-menu ul li li:hover ul,
.main-menu ul li li li:hover ul,
.main-menu ul li li li li:hover ul {
	left: 160px;
	top: 0px;
}

.social {
	float: right;
	width: 285px;
	margin: 0 15px 0 0;
	color: #aaaaaa;
	font-weight: bold;
	text-align: right;
	line-height: 50px;
}
.social a { color: #37badc; text-decoration: none; }
.social a:hover { color: #3d3d3d; text-decoration: none; }

.header-bottom {
	width: 960px;
	height: 120px;
	margin: 0 auto;
}

.logo {
	margin: 0 auto;
	width: 100%;
	height: 120px;
	background: 50% 50% no-repeat;
}

.header-advertising {
	float: right;
	width: 468px;
	height: 60px;
	margin-top: 25px;
	overflow: hidden;
}


/* ------- Content ------- */

#content {
	width: 960px;
	margin: 0 auto;
	background: #ffffff url(images/content-bg.jpg) top left repeat-y;
	overflow: hidden;
	text-align: left;
}


/* ------- Posts ------- */

#posts2 {
	float: left;
	width: 640px;
}

/* --- featured-posts ---*/
.featured-posts {
	width: 570px;
	margin: 20px 20px 0 20px;
	padding: 0 15px 20px 15px;
	background: #f8f8f8;
	border-bottom: 5px solid #eeeeee;
	border-top: 5px solid #eeeeee;
	overflow: hidden;
}

ul#featured-posts-list { width: 570px; overflow: hidden; }
ul#featured-posts-list li { width: 570px; height: 205px; }

.featured-post-image {
	float: left;
	width: 214px;
	height: 160px;
	margin: 18px 0 0 0;
	padding: 2px;
	border: 6px solid #eeeeee;
}
.featured-post-image:hover { border: 6px solid #37badc; }

.featured-post-text {
	float: left;
	width: 320px;
	margin: 18px 0 0 20px;
}

h2.featured-post-title {
	font-size: 24px;
	font-weight: normal;
	color: #3d3d3d;
	line-height: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
}
h2.featured-post-title a { color: #3d3d3d; text-decoration: none; }
h2.featured-post-title a:hover { color: #37badc; text-decoration: none; }

.featured-post-content {
	color: #888888;
	margin-top: 8px;
	line-height: 24px;
}

.continue-reading {
	color: #3d3d3d;
	margin-top: 13px;
	line-height: 24px;
}
.continue-reading a { padding: 5px 10px; background: #37badc; color: #ffffff; border-bottom: 2px solid #ffffff; text-decoration: none; }
.continue-reading a:hover { background: #3d3d3d; color: #ffffff; text-decoration: none; }

.featured-posts-nav {
	width: 570px;
	margin: 10px 0 0 0;
}

#featured-posts-pages { float: right; }
#featured-posts-pages a { margin-left: 10px; padding: 5px 10px; background: #3d3d3d; color: #ffffff; border-bottom: 2px solid #ffffff; text-decoration: none; }
#featured-posts-pages a:hover { background: #37badc; color: #ffffff; text-decoration: none; }

/* --- single-post --- */
.single-post {
	width: 570px;
	margin: 25px 20px 0 20px;
	padding: 0 15px 20px 15px;
	border-bottom: 1px solid #eaeaea;
}

.single-post-image {
	float: left;
	width: 150px;
	height: 150px;
	padding: 2px;
	border: 6px solid #f8f8f8;
}
.single-post-image:hover { border: 6px solid #37badc; }

.single-post-text {
	float: left;
	width: 384px;
	margin-left: 20px;
}
.single-post-text h2 {
	font-size: 24px;
	font-weight: normal;
	color: #3d3d3d;
	line-height: 30px;
}
.single-post-text h2 a { color: #3d3d3d; text-decoration: none; }
.single-post-text h2 a:hover { color: #37badc; text-decoration: none; }

.meta {
	margin-top: 4px;
	padding-bottom: 4px;
	color: #aaaaaa;
	border-bottom: 1px dotted #bbbbbb;
	line-height: 24px;
    font-size: 12px;
}
.meta span { color: #888888; }
.meta a { color: #37badc; text-decoration: none; }
.meta a:hover { color: #888888; text-decoration: none; }

.single-post-content {
	color: #888888;
    font-size: 13px;
	margin-top: 10px;
	line-height: 15px;
}

.posts-navigation {
	width: 570px;
	margin: 20px 35px 20px 35px;
	color: #888888;
}
.posts-navigation a { color: #888888; text-decoration: none; }
.posts-navigation a:hover { color: #37badc; text-decoration: none; }

.posts-navigation-next {
	float: right;
	width: 200px;
	text-align: right;
}

.posts-navigation-prev {
	float: left;
	width: 200px;
}

/* --- search-results --- */
.search-results {
	width: 570px;
	margin: 20px 20px 0 20px;
	padding: 5px 15px 5px 15px;
	background: #f8f8f8;
	border-bottom: 5px solid #eeeeee;
	border-top: 5px solid #eeeeee;
}
.search-results h2 { font-size: 20px; font-weight: normal; color: #aaaaaa; line-height: 30px; }

/* --- full-post --- */
.full-post {
	width: 570px;
	margin: 25px 35px 0 35px;
	color: #666666;
	line-height: 24px;
}
.full-post a { color: #37badc; text-decoration: none; }
.full-post a:hover { color: #888888; text-decoration: none; }

.full-post h1 { font-size: 28px; font-weight: normal; color: #3d3d3d; line-height: 32px; }
.full-post h2 { font-size: 24px; font-weight: normal; color: #3d3d3d; line-height: 30px; }
.full-post h3 { font-size: 20px; font-weight: normal; color: #3d3d3d; line-height: 30px; }
.full-post h4 { font-size: 16px; font-weight: normal; color: #3d3d3d; line-height: 30px; }
.full-post h5 { font-size: 12px; font-weight: normal; color: #3d3d3d; line-height: 30px; }
.full-post h6 { font-size: 10px; font-weight: normal; color: #3d3d3d; line-height: 30px; }

.full-post h1 a,
.full-post h2 a,
.full-post h3 a,
.full-post h4 a,
.full-post h5 a,
.full-post h6 a {
	color: #3d3d3d; text-decoration: none;
}
.full-post h1 a:hover,
.full-post h2 a:hover,
.full-post h3 a:hover,
.full-post h4 a:hover,
.full-post h5 a:hover,
.full-post h6 a:hover {
	color: #37badc; text-decoration: none;
}

.full-post img { margin: 6px 0; padding: 2px; border: 6px solid #f8f8f8; }
.full-post img a:hover { border: 6px solid #37badc; }
.full-post a:hover img { border: 6px solid #37badc; }

.full-post-content { margin: 15px 0 10px 0; }
.full-post-content img { max-width: 100%;}
.full-post-pages { margin-bottom: 10px; }

.full-post .alignleft { float: left; margin: 6px 15px 6px 0; }
.full-post .alignright { float: right; margin: 6px 0 6px 15px; }
.full-post .aligncenter { margin: 6px auto; display: block; }

.full-post p { padding: 3px 0; }

.full-post table { margin: 10px 0; }
.full-post table caption { background: #eeeeee; }
.full-post table td, .full-post table th { padding: 0 12px 0 0; text-align: right; }

.full-post blockquote { padding: 5px 35px; }

.full-post ul { padding: 5px 35px; list-style-type: square; }
.full-post ol { padding: 5px 35px; list-style-type: decimal; }


/* ------- Sidebar ------- */

#sidebar {
	float: left;
	width: 320px;
	color: #888888;
	padding-bottom: 30px;
}
#sidebar a { color: #888888; text-decoration: none; }
#sidebar a:hover { color: #37badc; text-decoration: none; }

ul.sidebar-content {
	width: 290px;
}
ul.sidebar-content li ul { padding: 5px 25px 5px 35px; }
ul.sidebar-content li ul li { line-height: 24px; }
ul.sidebar-content li ul li a { border-bottom: 1px dotted #bbbbbb; }

#sidebar h2 {
	margin-top: 30px;
	padding: 0 0 10px 35px;
	font-size: 13px;
	font-weight: bold;
	color: #3d3d3d;
	border-bottom: 1px solid #eaeaea;
}

.search-form {
	margin: 30px 0 0 35px;
}
.search-form form input.searchfield {
	width: 230px;
	height: 30px;
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	line-height: 20px;
	background: #ffffff;
	border: 5px solid #eeeeee;
}

.sidebar-ads { width: 290px; }
.sidebar-ads-wrap { padding: 15px 0 0 35px; }

.tagcloud { padding: 15px 25px 0 35px; }

.textwidget { padding: 10px 25px 0 35px; line-height: 24px; }
.textwidget a { border-bottom: 1px dotted #bbbbbb; }

#calendar_wrap { padding: 15px 25px 0 35px; line-height: 24px; }
#calendar_wrap a { border-bottom: 1px dotted #bbbbbb; }
#calendar_wrap caption { background: #eeeeee; }
#calendar_wrap td, #calendar_wrap th { padding: 0 12px 0 0; text-align: right; }
#calendar_wrap td#prev { text-align: left; }


/* ------- Footer ------- */

#footer {
	float: left;
	width: 960px;
	margin: 0;
	background: #222222;
	color: #bbbbbb;
}
#footer a { color: #eeeeee; text-decoration: none; }
#footer a:hover { color: #37badc; text-decoration: none; }
#footer h2 { padding-bottom: 10px; font-size: 13px; font-weight: bold; color: #eeeeee; border-bottom: 1px solid #3d3d3d; }
#footer p { margin-top: 10px; line-height: 24px; }

.subscribe {
	float: left;
	width: 280px;
	margin: 30px 0 0 25px;
}
.subscribe input.enteremail { width: 180px; height: 30px; margin-top: 10px; padding: 0 5px; font-family: Arial, Helvetica, sans-serif; font-size: 12px;
				color: #555555; line-height: 20px; background: #1d1d1d; border: 1px solid #3d3d3d; vertical-align: middle; }

.subscribe input.formsubmit { margin-top: 10px; padding: 5px 10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #f8f8f8;
				line-height: 16px; background: #37badc; border: none; vertical-align: middle; }

.popular-posts {
	float: left;
	width: 280px;
	margin: 30px 0 0 25px;
}
.popular-posts ul { margin-top: 10px; line-height: 24px; }
.popular-posts ul li { padding: 0 0 5px 0; line-height: 16px; }

.about-us {
	float: left;
	width: 280px;
	margin: 30px 0 0 35px;
}

#footer-credits {
	float: left;
	width: 890px;
	margin-top: 20px;
	padding: 10px 35px;
	background: #1d1d1d;
	font-size: 12px;
	font-weight: bold;
	color: #3d3d3d;
}
#footer-credits a { color: #555555; vertical-align: middle; display: inline-block; }
#footer-credits span { display: inline-block; vertical-align: middle;}
#footer-credits a:hover { color: #3d3d3d; }

.footer-credits-left { float: left; height: 31px; }
.footer-credits-right { float: right; height: 31px; }


/* ------- Comments ------ */

#comments-wrap {
	margin: 25px 0 0 0;
	padding-bottom: 30px;
}

.comments-navigation {
	margin: 0; font-size: 12px;
}
.comments-navigation a { margin-top: 10px; }

.comments-navigation .alignleft {
	float: left; margin: 0; padding: 0;
}

.comments-navigation .alignright {
	float: right; margin: 0; padding: 0;
}

h3#comments-number, h3.postcomment {
	padding-bottom: 0;
	font-size: 18px;
	color: #3d3d3d;
	line-height: 30px;
}

ol.commentlist { list-style:none; margin:20px 0 0 0; padding:0; text-indent:0; overflow-x: auto; }
ol.commentlist li { border:1px solid #f8f8f8; height:1%; margin:0 0 10px 0; padding:10px 10px 7px 57px; position:relative; }

ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { }

ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 12px Arial, Helvetica, sans-serif; line-height: 24px; padding-bottom: 5px; }

ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { }
ol.commentlist li div.vcard cite.fn a.url:hover { }
ol.commentlist li div.vcard img.avatar { border:1px solid #f8f8f8; left:10px; position:absolute; top:10px; padding: 2px; }

ol.commentlist li div.vcard img.avatar-32 { }
ol.commentlist li div.vcard img.photo { }
ol.commentlist li div.vcard span.says { }
ol.commentlist li div.commentmetadata { }

ol.commentlist li div.comment-meta { font:normal 12px Arial, Helvetica, sans-serif; line-height: 24px; position:absolute; right:10px; text-align:right; top:10px; }
ol.commentlist li div.comment-meta a { color:#aaaaaa; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#37badc; text-decoration:none; }
ol.commentlist li p { font:normal 12px Arial, Helvetica, sans-serif; line-height: 24px; margin:0 0 1em 0; }
ol.commentlist li form p { margin: 0; }

ol.commentlist li ul { font:normal 12px Arial, Helvetica, sans-serif; list-style:square; line-height: 24px; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { font-size: 12px; }
ol.commentlist li div.reply:hover { }
ol.commentlist li div.reply a { }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }

ol.commentlist li ul.children li {  }
ol.commentlist li ul.children li.alt { }
ol.commentlist li ul.children li.bypostauthor { }
ol.commentlist li ul.children li.byuser { }
ol.commentlist li ul.children li.comment { }
ol.commentlist li ul.children li.comment-author-admin { }

ol.commentlist li ul.children li.depth-2 { margin:0 0 8px; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 8px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 8px; }

ol.commentlist li ul.children li.depth-5 { }
ol.commentlist li ul.children li.odd { }
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }

ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }
.comment-body img { max-width: 100%; border: 0; }

h3#respond {
	padding-bottom: 0;
	font-size: 18px;
	color: #3d3d3d;
	line-height: 30px;
}

#respond {
	padding: 25px 0 0 0;
}


#comments p.nocomments {
	padding: 0;
}

form#commentform input {
	margin-top: 10px; padding: 0 5px; width: 45%; height: 30px; background: #ffffff; border: 5px solid #f8f8f8;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #aaaaaa; line-height: 20px;
}

form#commentform textarea {
	margin-top: 10px; padding: 5px; background: #ffffff; border: 5px solid #f8f8f8; overflow: auto;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #aaaaaa; line-height: 20px; width: 100%;
    box-sizing: border-box;
}

form#commentform input#submit {
    margin-top: 10px;
    padding: 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #f8f8f8;
    line-height: 16px;
    background: #37badc;
    border: none;
    vertical-align: middle;
    cursor: pointer;
}


