/*
	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: #DDD;*/
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}

h1, h2, h3 {
	color: #4F7627;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h1 { font-size: 24px; margin-bottom: 9px; }
h2 { font-size: 22px; margin-bottom: 7px; }
h3 { font-size: 20px; 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: 720px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	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: 40px; left: 20px; font: normal 30px Verdana; color: #FFFFFF; text-decoration: none; }
#logo_sh { position: absolute; top: 42px; left: 22px; font: normal 30px Verdana; color: #000000; text-decoration: none; }

/* Description ------------------- */

#description { position: absolute; top: 80px; left: 20px; font: normal 18px Verdana; color: #FFFFFF; text-decoration: none; }
#description_sh { position: absolute; top: 81px; left: 21px; font: normal 18px Verdana; color: #000000; text-decoration: none; }

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

#header ul { position: absolute; top: 175px; right: 10px; 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: 15px;
}
#sidebar .block#block_main {

}
#sidebar .block#block_groups {

}
#sidebar .block#block_search {

}
#sidebar .block#block_blog {

}
/*
#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: bold;
}


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

#content p {
	line-height: 22px;
	padding-bottom: 24px;
	text-align:justify;
}
#content ul, #content ol { line-height: 22px; padding-bottom: 24px; }
#content li {
	margin-left: 30px;
}

/* 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: #fafafa; padding: 10px; margin-bottom: 10px; color: #777; }
#content div.comment p { color: #333; font-size: 14px; line-height: 16px; }
#content div.comment .author { margin-bottom: 5px; }

#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: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	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: #f7fcff;
	margin: 20px;
	padding: 20px;
}
#content div.contact_form p {
	padding-bottom: 5px;
}


/*

Trash

ul { list-style: none; }
ol { list-style-position: inside; }

*/