/*
	Theme Name: PK-Forest
	Description: Based on YB-Light
	Author: Pavel Kornienko
	Author URI: http://pavel-kornienko.ru/
	Version: 1.0
	Tags:two columns,fixed width,white,light,blue,pink,easy,tags

*/


/* Reset ------------------- */
 
* { margin: 0; padding: 0; }


/* Colors ------------------- */

.color_1 {
	color: #4F7627; /* #4F7627; */
}
.color_2 {
	color: #B65729; /* #B65729; */
}
.color_hover {
	color: #FF0000; /* #FF0000; */
}

/* Global ------------------- */

body {
	font: normal 16px Verdana;
	color: #333;
	background-color: #2e1e0f;
}

h1, h2, h3, h4 {
	color: #4F7627;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font: Verdana;
}
h1 { font-size: 24px; margin-bottom: 9px; }
h2 { font-size: 22px; margin-bottom: 7px; }
h3 { font-size: 20px; margin-bottom: 7px; }
h4 { font-size: 18px; margin-bottom: 7px; }

a { text-decoration: underline; color: #B65729; }
a:hover { color: #FF0000; }

.post h1 a { text-decoration: none; color: #4F7627; border-bottom: 1px solid #4F7627; }
.post h1 a:hover {
	color: #6CA336;
	border-bottom: 1px solid #6CA336;
}

pre { border: 1px solid #d5d8f9; background: #fafafa url(images/bg-block.png); padding: 10px; margin-bottom: 20px; }


/* Blocks ------------------- */

#container {
	width: 1000px;
	overflow: hidden;
	background: url(images/header.jpg) no-repeat;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header { height: 190px; clear: both; position: relative;  }
#content {
	width: 710px;
	float: left;
	padding-top: 23px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#sidebar {
	width: 220px;
	float: left;
	padding-top: 17px; 
}
#footer {
	clear: both;
	font-size: 11px;
	text-align: right;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

/* Logo ------------------- */

#logo { position: absolute; top: 35px; left: 30px; font: normal 35px Verdana; color: #FFFFFF; text-decoration: none; }
#logo_sh { position: absolute; top: 37px; left: 32px; font: normal 35px Verdana; color: #000000; text-decoration: none; }

/* Description ------------------- */

#description { position: absolute; top: 80px; left: 31px; font: normal 18px Verdana; color: #FFFFFF; text-decoration: none; }
#description_sh { position: absolute; top: 81px; left: 32px; font: normal 18px Verdana; color: #000000; text-decoration: none; }

/* Header ------------------- */

#header ul { position: absolute; top: 175px; right: 20px; overflow: hidden; font-size: 10px; list-style: none; }
#header ul li { float: left; }

/* Sidebar ------------------- */

#sidebar .block {
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
}
#sidebar .block#block_main {

}
#sidebar .block#block_groups {

}
#sidebar .block#block_search {

}
#sidebar .block#block_blog {

}
#sidebar .block#block_tags {
	font-size: 10px;
}
#sidebar .block#block_tags div.block_header {
	color: #4F7627;
	font-size: 14px;
	padding-bottom: 2px;
	font-weight: normal;
}

#sidebar .block#block_tags li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*
#sidebar .block {
	margin-bottom: 10px;
	padding: 8px;
	background-color: #f7fcff;
}
#sidebar .block#block_main {
	background-color: #FFFCF7;
}
#sidebar .block#block_groups {
	background-color: #F7FFF7;
}
#sidebar .block#block_search {
	background-color: #FFFFF7;
}
#sidebar .block#block_blog {
	background-color: #FFF7FF;
}
*/

#sidebar .block ul {
	list-style: none;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar .block li {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#sidebar .block li a {
	color: #B65729;
	text-decoration: none;
	border-bottom: 1px solid #B65729;
}
#sidebar .block li a:hover { color: #FF0000; border-bottom: 1px solid #FF0000; }
#sidebar div.block_header {
	color: #4F7627;
	font-size: 20px;
	padding-bottom: 5px;
	font-weight: normal;
}


/* Content ------------------- */

#content p {
	line-height: 22px;
	text-align:justify;
	padding-bottom: 20px;
}
#content ul, #content ol { line-height: 22px; padding-bottom: 20px; }
#content li {
	margin-left: 30px;
	padding-bottom: 2px;
}
#content p + ul, #content p + ol { margin-top:-10px; }

/* Post ------------------- */

.post { }
.post .date { font-size: 16px; color: #abbbac; margin-bottom: 10px; }

.post a { text-decoration: none; color: #B65729; border-bottom: 1px solid #B65729; }
.post a:hover {
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
}

.post img {
	border-top-color: #4F7627;
	border-right-color: #4F7627;
	border-bottom-color: #4F7627;
	border-left-color: #4F7627;	
}

div.post_info {
	font-size: 14px;
	margin-bottom: 25px;
	border-left-color: #aaa;
	border-left-width: 1px;
	border-left-style: dashed;
	margin-left: 7px;
	padding-left: 7px;
}

div.post_link {
	font-style: italic;
	margin-bottom: 10px;
	text-align: right;
}

div.post_hmargin {
	height: 10px;
}

div.post_endline {
	margin-bottom: 15px;
	border-bottom: 1px dashed #aaa;
	clear: both;
	height: 5px;
}

/*
 * Comments
 *
 */
 
#content h2#comments { color: #4F7627; margin-bottom: 10px; font-size: 16px; }
 
#content div.comment { background: #f4f6f3; padding: 10px; margin-bottom: 10px; color: #666; }
#content div.comment p { color: #222; font-size: 14px; line-height: 16px; padding-top: 5px; padding-bottom: 5px; }
#content div.comment .author { color: #444; margin-bottom: 5px; font-weight: bold; }
#content div.comment .date { font-size: 14px; color: #abbbac; }

#content div.admincomment {	background-color: #E9EDE7; }

#content div.comment-form { position: relative; z-index: 10; }
#content div.comment-form h3 { color: #333; }
#content div.comment-form p { padding-bottom: 5px; }
#content div.comment-form .text { width: 150px; height: 20px; margin-top: 5px; }
#content div.comment-form label { margin-left: 5px; }
#content div.comment-form textarea { width: 718px; height: 70px; margin-top: 5px; }
#content div.comment-form .submit { margin-top: 5px; padding: 3px 5px; margin-bottom: 10px; }

.center { text-align: center; font-size: 16px; }

#footer {
	line-height: 16px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: bottom;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin: 0px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}	


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
	padding: 4px;
	display: inline;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
}

img.alignleft {
	padding: 4px;
	display: inline;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.alignright {
	float: right;
}

.alignleft {
    float: left;
}

.justify { text-align:justify; }

a.sign {
	margin-bottom: 10px;
	font-style: italic;
	color: #333;
	border: none;
}
a.sign:hover {
	color: #333;
	border: none;
}


#content div.contact_form {
	background-color: #f4f6f3;
	margin: 20px;
	padding: 20px;
}
#content div.contact_form p {
	padding-bottom: 5px;
}

table.certificates th, table.certificates td {
	vertical-align: top;
	padding-top: 10px;
}

table.certificates a, table.certificates a:hover {
	border: none;
}

table.certificates img {
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
table.certificates div {
	text-align: center;
}

div#bt_pdedu a {
	background-image: url(images/bt_pdedu.jpg);
	height: 100px;
	width: 180px;
	display: block;
}

a.ia_button {
	background-repeat: no-repeat;
	background-position: top;
}
a.ia_button:hover {
	background-repeat: no-repeat;
	background-position: bottom;
}



/*
ol.certificates li {
	margin-bottom: 10px;
}

ol.certificates a, ol.certificates a:hover {
	border: none;
}

ol.certificates img {
	padding: 2px;
	margin: 2px;
}
*/

/*

Trash

ul { list-style: none; }
ol { list-style-position: inside; }

*/
