﻿/*
Theme Name: Русский лес
Description: Тема для сайта «Русский лес»
Version: 2.1
Author: Jurko Chervony
Author URI: http://skinik.name
Tags: fixed width, two columns, widgets, skinik, red, grey, 960, right-sidebar, threaded-comments, translation-ready, fixed-width
*/

/* Reset
-------------------------------------------------------------------*/
* { padding:0; margin:0; }
:focus { outline:0 none; }
ul, ol { list-style: none outside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border:0 none; }
textarea { resize:none; }


/* Body
-------------------------------------------------------------------*/
body {
	background:#261A00 url(images/body-bg.jpg) repeat-x scroll 0 0;
	color:#F0CE72;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
}

a {
	color:#ebdeb0;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:25px;
	color:#847431;
	font-weight:normal;
	margin:25px 0 25px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size:14px;
	color:#cbbd8b;
	text-transform:uppercase;
	margin:17px 0 17px 0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size:13px;
	color:#cbbd8b;
	margin:14px 0 14px 0;
	font-weight:bold;
}
p { margin-bottom:14px; }
table {
	border-collapse:collapse;
}

input[type='submit'] { cursor:pointer; }

input,
select, 
textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}


blockquote{
	font: italic 12px Georgia, Serif;
	padding: 5px 5px 5px 40px;
	margin: 10px 0 10px 20px;
}

legend, th, td { padding:4px; }
fieldset { padding:6px; }
hr { margin-bottom:10px; }
abbr, acronym { border-bottom:1px dashed; cursor:help; }
del { text-decoration: line-through; }
pre { font-family: "Courier 10 Pitch", Courier, monospace; }
code { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }


/* Container
-------------------------------------------------------------------*/
#container {
	width: 942px;
	margin: 0 auto;
}
#container #wrapper {
	width: 942px;
	float: left;
	overflow: hidden;
}


/* Header
-------------------------------------------------------------------*/
#header {
	width: 942px;
	float:left;
	color:#CBBD8B;
	height:150px;
	position:relative;
}
#header h1.logo { margin:0; padding:0; }
#header a#logo {
	position:absolute;
	top:35px;
	left:48px;
	color:#cbbd8b;
	display:block;
	width:250px;
	height:90px;
	background:transparent url(images/logo.png) no-repeat 0 0;
}

#header #r-block {
	display:block;
	float:right;
	margin:15px 38px 0 0;
	line-height:14px;
	width:596px;
}
#header #r-block #text-5 { margin-left:75px; }

#header #text-6 { clear:right; }

#header #r-block .widget_text {
	float:left;
	margin-left:31px;
	width:234px;
}

#header #r-block .widget_text h2 {
	color:#fff;
	margin:6px 0 9px 0;
}

#header #r-block .widget_navigation {
	clear:both;
	display:block;
	float:right;
	line-height:18px;
	position:relative;
	right:-54px;
	width:620px;
	margin-top:13px;
}
.widget_navigation h2.widgettitle { display:none; }

#header #r-block .widget_navigation ul li {
	display:block;
	float:left;
	padding:0 14px;
}
#header #r-block .widget_navigation ul li a { 
	color:#CBBD8B;
	line-height:19px;
	height:18px;
	display:block;
}

/* Nav Top_1 */
#navigation-2 li#navigation-item-3 a { margin-right:40px; }
#navigation-2 li#navigation-item-5 a {
	background:transparent url(images/icon-sitemap.png) no-repeat scroll 0 50%;
	padding-left:24px;
}

#navigation-2 li#navigation-item-6 a {
	background:transparent url(images/icon-mail.png) no-repeat scroll 0 50%;
	padding-left:24px;
}



/*** Navigation ***/
body.home #nav { padding:332px 0 0 0; }

#nav {
	width: 932px;
	float: left;
	height: 50px;
	position: relative;
	background:transparent url(images/index-menu-block.jpg) no-repeat scroll 0 100%;
	border:5px solid #CBBD8B;
	height:48px;
}
#nav ul {
	height:20px;
	margin: 18px 0 0 0;
	width:902px;
	padding:0 15px;
}

#nav ul li {
	display: block;
	float:left;
	font-weight: bold;
	position:relative;
	text-align:center;
}

#nav li#navigation-item-7 { width:148px; }
#nav li#navigation-item-8 { width:312px; }
#nav li#navigation-item-9 { width:172px; }
#nav li#navigation-item-10 { width:113px; }
#nav li#navigation-item-11 { width:149px; }

#nav ul li a {
	background:transparent url(images/menu-line.png) no-repeat scroll 100% -6px;
	clear:both;
	display:block;
	font-family:Curier;
	font-weight:bold;
	height:20px;
	text-decoration:none;
	text-transform:uppercase;
}

#nav ul li.current_page_item a,
#nav ul li.current_page_ancestor a,
#nav ul li a:hover,
#header #r-block ul li.current_page_item a,
#header #r-block ul li.current_page_ancestor a,
#header #r-block ul li a:hover
{ color:#fe9700; }

#nav ul li.last a { background-image:none; }


/*** Drop-down menu ***/
#nav li ul {
	clear:both;
	background-image:none;
	margin:0;
	padding:0;
	height:auto;
	background-color:#404040;
	width: 254px;
	position: absolute;
	left: -999em;
	top:20px;
	z-index:666;
	display:none;
	left:0;
}

#nav ul li.hover ul, /* _ie6_ */
#nav ul li:hover ul {
	display: block;
}

#nav ul li ul li {
	display:block;
	float:none;
	padding:0;
	margin:0;
	position:relative;
	text-align:left;
}

#nav ul li.current_page_item ul.sub-navigation-group li a,
#nav ul li.current_page_ancestor ul.sub-navigation-group li a,
#nav ul li ul li a {
	color:#fff;
	display:block;
	font-weight:normal;
	width:240px;
	padding:2px 7px;
	text-transform:none;
	font-family:Helvetica, Arial;
	background-image:none;
	font-size:12px;
}

#nav ul li ul li a:hover {
	background-color:#CBBD8B;
	color:#1A1301;
}


/* Content
-------------------------------------------------------------------*/
#content {
	float:left;
	overflow:hidden;
	padding:15px 0;
	width:672px;
}
body.home #content { width:942px; }

#content .post {margin-bottom: 10px; overflow:hidden; }
body.singular #content .post p,
body.singular #content .post ul,
body.singular #content .post ol { padding-left:20px; }

body.singular #content .post table { margin-left:20px; }

#content .post p { 	text-align:justify; }

#content .post a.more-link { font-weight: bold; color: #c00000; }
#content .post a:hover.more-link { text-decoration:underline; }

body.category #content .post h1.post-title { margin:0 0 3px 0; font-size:20px; }
#content .post h1.post-title {
	color:#847431;
	font-size: 25px;
	margin-bottom: 35px;
	clear: both;
}
#content .post h1.post-title a {
	text-decoration: none;
	color:#847431;
}
#content .post h1.post-title a:hover {
	text-decoration: underline;
	color:#847431;
}

/* Post thumbnails */
#content .post .thumbnails {
	padding:2px;
	border:1px #ccc solid;
}

#content .post .wp-caption img,
#content .post img.wp-smiley {
	padding:0;
	border:0 none;
}

/*** START info under post title ***/
#content .date-category-author{
	margin-bottom:4px;
	color:#666;
	font-style:italic;
}
#content .date-category-author a { color: #666; text-decoration:none; }
#content .date-category-author a:hover { text-decoration:underline; }
/*** END info under post title ***/

#content #pages { text-align: center; }
#content ul, ol, dl { margin-bottom: 20px; }
#content ul li,
.region  ul li {
	background:transparent url(images/dot.gif) no-repeat scroll 0 7px;
	margin:6px 0;
	padding-left:13px;
}

#content ol {
	list-style: decimal;
	list-style-position: inside;
}
#content dl dt {
	font-weight: bold;
}
#content dl dd {
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}


/*** Aligns and others classes ***/
.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }
.no-text {text-indent:-9999em; overflow:hidden;}
.dnone {display:none;}
.clear { float:none; clear:both; }


/* Sidebar
-------------------------------------------------------------------*/
#sidebar {
	width: 240px;
	float: right;
	overflow: hidden;
	padding: 0;
	margin:30px 0 30px 0;
}

#sidebar .block {
	padding: 15px 0;
	padding-right: 0;
	overflow: hidden; 
}

#sidebar .block h3 {
	color:#847431;
	font-family:Georgia,serif;
	font-size:18px;
	font-weight:normal;
}

#sidebar ul li {
	background:transparent url(images/dot.gif) no-repeat scroll 0 7px;
	padding-left:13px;
	margin-bottom:10px;
	line-height:1.1em;
	clear:both;
}
#sidebar .block ul li ul li { margin: 5px 0 0 -20px;}

/* Child Pages */
#sidebar .child-pages { margin-top:90px; font-size: 16px; }
#container #sidebar li.current_page_item {
	background:#ff9300 none;
	padding:4px 4px 4px 15px;
	border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;

}
#container #sidebar li.current_page_item a {
	 color:#1A1301;
}


/* Footer
-------------------------------------------------------------------*/
#footer {
	clear:both;
	color:#847431;
	display:block;
	float:left;
	font-size:11px;
	width:942px;
}
/* For Home Page */
body.home #footer { width:100%; background-color:#1E1301; }
body.home #footer .footer-in { width:942px; margin:0 auto; }

#footer .block {
	display:block;
	float:left;
	padding:20px 0 30px;
}

#footer #text-4 {
	display:block;
	float:right;
}


/*** Captions ***/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #666;
	text-align: center;
	background-color: #404040;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#content .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px !important;
	margin: 0;
	text-align:center !important;
}

/* Contact Page */
#content form.wpcf7-form {
	display:block;
	float:right;
	border-top:1px solid #F2F2F2;
	padding-top:15px;
	margin:25px 0 0 135px;
}
#content .wpcf7 label {
	color:#AAAAAA;
	display:block;
	float:left;
	font-size:0.9em;
	margin:4px 10px 0 0;
	text-align:left;
	width:90px;
}

#content .wpcf7 p.text input,
#content .wpcf7 textarea {
	padding:3px;
	width:298px;
	color:#666;
	border:1px solid #666;
}
#content .wpcf7 p.submit input { float:right; }
/**/


/* Front Page */
body.home #header,
body.home #nav,
#region-1,
#region-2 {
	float:none;
	margin:0 auto;
}
.region {
	display:block;
	float:left;
	clear:both;
}
.region-in {
	display:block;
	width:942px;
	margin:0 auto;
}
.region .block {
	display:block;
	float:left;
	margin:0 30px 0 0;
	overflow:hidden;
}
.region a.more {
	background: url(images/arrow.gif) no-repeat 100% 50%;
	padding:0 11px 0 0;
	margin: 25px 0 40px 0;
	display:block;
	width:70px;
}
.region li,
.region p { margin:14px 0 !important; }


#region-1 {
	width:942px;
	padding-top:20px;
}

.region h2 {
	color:#847431;
	text-transform:none;
	font-size:25px;
	font-weight:normal;
	margin:25px 0;
}

body.home #region-1 #text-8 h2,
body.home #region-1 #text-13 h2 { margin-bottom:11px; } 

#region-1 #text-7, /* Блок «Русский лес это:» */
#region-1 #text-8 {  /* Блок «Наши приоритеты» */
	width:295px;
}
#region-1 #text-7 a.more { padding-left:13px; } /* Блок «Русский лес это:» */

#region-1 #text-8 .textwidget { /* Блок «Наши приоритеты» */
	padding:0 0 0 20px;
}

#region-1 #text-13, /* Блок «Наши услуги:» */
#region-2 #text-12 { width:260px; float:right; } /* Блок «Наши проекты» */

#region-2 #text-10 { /* Блок «Акции» */
	width:636px;
	overflow:hidden;
	margin:0;
}



#region-2 {
	float:left;
	padding:20px 0 30px;
	margin-top:30px;
	width:100%;
	background:#1E1301;
}
/**/



/* Блоки «Акции» */
#container #sidebar .widget_categoryposts li.action-item, /* Блок в сайдбаре */
.widget_categoryposts li.action-item {
    padding-left:0;
    background:transparent none;
    position:relative;
    margin-bottom:14px;
    overflow:hidden;
    font-family:Georgia,"Times New Roman",Times,serif;
}
.widget_categoryposts li.action-item  .action-descr {  /* Блок на главной странице */
	background-color:rgba(0, 0, 0, 0.7) ;
	bottom:4px;
	left:4px;
	padding:5px;
	position:absolute;
}


.widget_categoryposts li.action-item  a.action-img { display:block; }
.widget_categoryposts li.action-item  img { border:4px #7f651a solid; }
.widget_categoryposts li.action-item  .action-descr .action-text { color:#fff; }
.widget_categoryposts li.action-item  .action-descr .action-title { color:#FF9700 }

/* Сайдбар */
#container #sidebar .widget_categoryposts li.action-item .action-descr { width:220px; }

/* Главная */
#region-1 .widget_categoryposts {
	margin:0;
	width:634px;
}
#region-1 .widget_categoryposts h2.widgettitle { display:none; }
#region-1 .widget_categoryposts li.action-item {
	display:block;
	float:left;
	padding-right:30px;	
}
#region-1 .widget_categoryposts li.last-child, /* _ie6_ */
#region-1 .widget_categoryposts li.action-item:last-child { padding-right:0 !important; }

#region-1 .widget_categoryposts li.action-item  .action-descr { width:284px; }
#region-1 .widget_categoryposts li.action-item  img { width:294px; height:138px; }
#region-1 .widget_categoryposts li.action-item  .action-descr .action-text { font-size:18px; }
#region-1 .widget_categoryposts li.action-item  .action-descr .action-title { font-size:22px; }
/**/

/* For Contact Form */
#content span.wpcf7-not-valid-tip {
	color:#cc0000;
	font-size:11px;
	left:10px;
	top:7px;
}
/**/


/*** END CSS ***/

