/*
Theme Name: Climate Change
Theme URI: http://wordpress.org/
Description: The WordPress theme by Lexx
Version: 1.0
Author: Alexei Medvedev
Author URI:
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	margin:3px;
	background:#DBDBDB;
}
a{
	color:#866415;
	text-decoration:underline;
}
a:hover{
	color:#4B390D;
	text-decoration:none;
}
#container{
	margin:0 auto;
	width:900px;
	border:2px outset #D19A19;
}
#breadcrumb{
	margin:0 auto;
	width:900px;
	height:15px;
}
#header, #header_eng{
	height:41px;
	background:#FFF url('img/header-rus.jpg') no-repeat 0% 0%;
	padding-top:92px;
}
#header_eng{
	background:#FFF url('img/header-eng.jpg') no-repeat;
}
#topline{
	height:41px;
	background:#D6BC81 url('img/top-border.gif') repeat-x;
}
#body{
	background:#FFF url('img/body-bg.gif') repeat-y;
	font-size:1.2em;
}
.homepage{
	background:#FFF url('img/body-bg-home.gif') repeat-y !important;
}
#sidebar{
	width:208px;
	float:left;
}
#content{
	margin-left:210px;
	padding:5px 10px;
}

#footer{
	clear:both;
	background:#D6BC81;
	height:20px;
	line-height:20px;
	margin-top:3px;
	border-top:2px #D6BC81 groove;
	text-align:center;
	color:#FFF;
}

#news{
	margin-right:180px;
	text-align:justify;
}
#rightsidebar{
	width:165px;
	float:right;
}
/* minimenu */
#minimenu{
	width:140px;
	padding:8px;
}
#minimenu a{
	display:block;
	width:23px;
	height:17px;
	float:left;
	text-decoration:none;
	margin:0 6px;
	padding-bottom: 1px;
}
#minimenu a:hover{
	border-bottom:1px dotted #FFF;
}
a.home{ background:#EEE url('img/icons/home.gif'); }
a.contact{ background:#EEE url('img/icons/contact.gif'); }
a.sitemap{ background:#EEE url('img/icons/sitemap.gif'); }
a.faq{ background:#EEE url('img/icons/faq.gif'); margin:0 0 0 -1px !important;}
/* MENU */
ul.sidemenu{
	margin:3px 2px 0 3px;
	padding:0;
}
ul.sidemenu li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul.sidemenu li a {
	background:#DDE1A7 url(img/li-blue.gif) no-repeat scroll 3% center;
	border:1px outset #E9E9E9;
	color:#5C743D;
	display:block;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:12px;
	padding:4px 0 4px 15px;
	text-decoration:none;
}
ul.sidemenu li a:hover, ul.sidemenu li.current_page_item a {
	background:#BDCD9F url(img/li-grey.gif) no-repeat scroll 3% center;
	border:1px solid #9BB697;
	color:#7E714B;
	text-decoration:none;
}
ul.sidemenu li.current_page_item ul li a {
	border:1px solid #D3D3D3;
	border-top:none;
	color:#5C743D;
	text-decoration:none;
}
ul.sidemenu li.current_page_item ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
ul.sidemenu li.page_item ul {
	display:none;
}
ul.sidemenu li.current_page_item ul, ul.sidemenu li.current_page_ancestor ul {
	display:block;
	margin:0;
	padding:0;
}
ul.sidemenu li.current_page_ancestor ul a, ul.sidemenu li.current_page_item ul li a {
	background:#E0FDE1 url(img/minus.gif) no-repeat scroll 5% center;
	padding-left:20px;
	border:1px solid #D3D3D3;
	border-top:none;
}
ul.sidemenu li.current_page_ancestor ul li.current_page_item a, ul.sidemenu li.current_page_ancestor ul a:hover, ul.sidemenu li.current_page_item ul li a:hover {
	background:#BDCD9F url(img/minus-act.gif) no-repeat scroll 5% center;
	padding-left:20px;
}


#sidebarlogin{
	width:150px;
	margin:0 auto;
	color:#5C743D;
	text-align:center;
}
#sidebarlogin ul{
	margin:0;
	padding:5px;
}
#sidebarlogin li{
	list-style:none;
}
#sidebarlogin p{
	margin:1px 0;
}
#wp-submit{
	width:50px;
	margin:0 auto;
	font-size:11px;
	float:right;
	color:#5C743D;
}
#sidebarlogin h2{
	font-size:12px;
	text-align:center;
}
/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin-top: 30px;
	margin:0;
}
.entry h3{
	color:#D19A19;
}
h2.pagetitle {
	color:#527b10;
	text-align: right;
	border-bottom:1px solid #527b10;
	border-top:1px solid #527b10;
	padding:3px;
	margin-bottom:10px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Form Elements */
a.langer{
	line-height:33px;
	color:#FFF;
	padding-right:20px;
}
.searchformholder{
	float:right;
	width:255px;
}
#searchform {
	float:right;
	?position:absolute;
	?top:115px;
	margin: 0;
	padding: 6px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 1px;
	color:#D6BC81;
	border:0;
	height:13px;
	font-size:11px;
	}

#searchsubmit {
	padding: 0px;
	background:#D6BC81 url('img/icons/search.gif') no-repeat;
	cursor:pointer;
	width:27px;
	height:14px;
	margin-top:2px;
	border:0;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
hr{
	display:block;
	height:0;
	width:90%;
	border:0;
	border-top:1px solid #DDE1A7;
}
div.hr {
	margin:10px 0;
	display: block;
	border-top:1px solid #FFF;
	height:1px;
	background:#D6BC81;
	border-bottom:1px solid #FFF;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* sitemap */

.ddsg-wrapper ul {
letter-spacing:1px;
line-height:16px;
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
margin-left:100px;
padding:0;
}
.ddsg-wrapper ul li {
font-weight:bold;
list-style-image:url(../../../img/arr.png);
}
.ddsg-wrapper ul li ul {
font-weight:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:circle;
margin-left:20px;
}
.ddsg-wrapper ul li ul li {
font-weight:normal;
}

.ngg-galleryoverview{
	clear:right !important;
}

a.main-page{
	display:block;
	background:#D6BC81;
	border-top:3px double #FFF;
	border-bottom:3px double #FFF;
	padding:3px 5px;
	margin:4px 0;
	font-size:0.9em;
}

a.admin{
	color:#FFF;
	text-decoration:none;
}

.test{
	background:url('bnr/wheel.png');
	display:block;
	width:60px;
	height:60px;
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
