/*  
Theme Name: reznikova
Description: Clean, elegant, minimalistic and fast WordPress-Theme.
Version: 0.3.6
Author: Artem Malko
Tags: light, two-columns, right-sidebar, custom-menu

License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/

/* Get Ubuntu fonts 
@font-face {
  font-family: 'Ubuntu';
  src: url('ubuntu-r.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('ubuntu-b.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('ubuntu-i.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('ubuntu-bi.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}*/

/* Styles*/
html, body {
    height: 100%;
}

body {
	font-family: 'Ubuntu', Arial,sans-serif; 
	margin:0 auto;
	font-size:14px;
	background: #F0F0F0;
	}
	
img { 
	border:0;
	}

a, input { 
	outline: none;  
	}

a { color: #2f6059; border: none; text-decoration: underline; }
a:visited, a:hover { color: #548c84; text-decoration: underline; }
a:active { color: #fe0000; text-decoration: underline; }


textarea {
	border: 1px solid #F0F0F0;	
	width: 80%;
	font-family: Arial,sans-serif; 
	font-size: 13px;
	}
	
input {
	width: 150px;
	}

input:focus {
	outline: none;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered,img.aligncenter {
	display: block;
	margin:0 auto;
	margin-bottom: 10px;
	overflow:hidden;
	padding: 5px;
	}
	
img.alignright {
	padding: 5px;
	margin: 5px 0 5px 10px;
	display: inline;
	#border:1px solid #B9B9B9;
	}
	
img.alignleft {
	padding: 5px;
	margin: 5px 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
	
.center {
	text-align: center;
	}
	
.hidden {
	display: none;
	}
	
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* Main Elements */

#wrapper {
	margin:0 auto;
	min-width: 1080px;
	width: 100%;
	max-width: 9000px;
	background: #FFF;
	
	/*experimetn*/
	min-height: 100%;
    margin-bottom: -200px;
	}
	
.page-buffer {
    height: 200px;
}	

html.on_main_page .page-buffer {
    height: 0px;
}	
			
#wrapper #main {
	clear:both;
	overflow:hidden;
	}

#wrapper #main.on_mane_page {
	background: #0199A7;
}

#wrapper #header {
	padding-top: 15px;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	background: url('images/header_border.png') repeat-x left bottom;
	}
	
#wrapper #header.inside {	
	background-color: #e3eff2;
}

#wrapper #header #header_container {	
	width: 1080px;
	height: auto;
	margin: 0px auto;
}

#wrapper #header, #footer {
	font-family: Ubuntu;
}

#wrapper #header h1 {
	font-weight: normal;
	font-size: 48px;
	margin: 0;
	padding: 10px 0 0 15px;
	}

#wrapper #header h1 a {
	text-decoration: none;
	color: #fff;
	text-shadow: 0 0 5px #000;
	}

#wrapper #header h1 a:hover, #wrapper #header h1 a:active {
	text-shadow: 0 0 5px #fff;
	}

#wrapper #header .description {
	clear: left;
	font-size: 20px;
	margin: 0 0 0 70px;
	text-shadow: 0 0 3px #000;
	}

.header_left {
	float: left;
	width: 500px;
	min-height: 1px;
}	

#logo {
	margin-bottom: 16px;
}

.text_in_header {
	font: normal 14px/24px Tahoma; 
	color: #696c6c;
}

.nice_menu {
	position: relative;
	height: 90px;
	background: url('images/nice_menu_bg.png') no-repeat;
}

.nice_menu > a {
	position: absolute;
	display: block;
	float: left;
	text-align: center;
	background: url('images/nice_link_bg.png') no-repeat;
	z-index: 10;
	text-decoration: none;
}

.nice_menu > a > span {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	color: #2f6059;
	border-bottom: 1px solid #d6dddc;
	text-decoration: none;
}

.nice_menu > a:hover > span {	color: #548c84; text-decoration: none;}

.nice_menu a.first_link {
	margin-left: 34px;
	margin-top: 17px;
	width: 137px;
	height: 140px;
	background-position: 0px 0px;
}

.nice_menu a.first_link:hover {
	background-position: 0px -140px;
}

.nice_menu a.first_link > span {
	margin-top: 53px;
}

.nice_menu a.second_link {
	margin-left: 213px;	
	margin-top: 37px;
	width: 91px;
	height: 94px;
	background-position: -179px -20px;
}

.nice_menu a.second_link:hover {
	background-position: -179px -160px;
}

.nice_menu a.second_link > span {
	margin-top: 33px;
}

.nice_menu a.last_link {
	margin-left: 347px;
	margin-top: 25px;
	width: 123px;
	height: 125px;
	background-position: -313px -14px;
}

.nice_menu a.last_link:hover {
	background-position: -313px -154px;
}

.nice_menu a.last_link > span {
	margin-top: 45px;
}

.nice_menu a.last_link > span.r_f {
	margin-top: 5px;
	padding-right: 20px;
	background: url('images/russian_flag.png') no-repeat right bottom;
}

.header_right {
	float: left;
	width: 580px;
}

.simple_header_menu ul {
	list-style-type: none;
	margin-top: 60px;
	padding: 0px;
}

.simple_header_menu ul > li {
	float: left;
	margin-right: 20px;
}

.simple_header_menu ul > li > a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #2f6059;
	border-bottom: 1px solid #d6dddc;
	text-decoration: none;
}

.simple_header_menu ul > li > a:hover {	color: #548c84; text-decoration: none;}

	
#footer { 
	width: 100%;
	height: 200px;
	background: url('images/footer_bg.png') no-repeat center bottom;
	}

html.on_main_page #footer { 
	position: relative;
	margin-top: -200px;
}	

#footer a {
	color: #fff;
	text-decoration: underline;
	}

#main #content {
	width: 100% !important; 	
	}
	
#main #content.on_main_page {
	
	height: 569px !important;
	background: url('images/main_container_bg.jpg') no-repeat center top;
}

#content_container {
	margin: 0px auto;
	width: 1080px;
}
	
#main #sidebar {
	width: 265px;
	float:left;
	line-height:18px;
	padding-top: 105px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: -20px;
	margin-right: 45px;
	margin-left: 30px;
	background: #e3eff2;
	border-radius: 0px 0px 5px 5px;
	color: #292929;
	}
	
#main #sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#main #sidebar ul > li:first-child { margin-top: 0px; }

#main #sidebar ul > li { margin-top: 35px; }

#main #sidebar ul > li > a {
	display: block;
	padding: 12px 15px 12px 25px;
	font-family: 'Ubuntu', Arial,sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	color: #2f6059;
	text-decoration: underline;
}

#main #sidebar ul > li > a:hover {
	background: #f2f7f9;
	color: #548c84;
	text-decoration: underline;
}

#main #sidebar ul > li > a:active, #main #sidebar ul > li.active > a, #main #sidebar ul > li.current-menu-item > a{
	background: #fff;
	color: #fe0000;
	text-decoration: underline;
}

#crumbs {
	ffloat: left;
	float: right;
	margin-left: 155px;
	margin-top: 25px;
	margin-bottom: 50px;
	width: 570px;
}	
	
#crumbs .breadcrumbs_dott	 {
	display: inline-block;
	width: 20px;
	height: 10px;
	background: url('images/breadcrumbs_dott.png') no-repeat center center;
}

#crumbs .current {
	color: #2f6059;
	font-family: 'Ubuntu', sans-serif;
}

#crumbs a {
	font-family: 'Ubuntu', sans-serif;
}

.full_width #crumbs {
	margin-left: 500px;
}

#footer .footer_container {
	width: 1080px;
	margin: 0px auto;
}
	
#footer .left {
	float: left;
	width: 45%;
	margin: 70px 0px 0px 40px;
	}
	
#footer .right { 
	float:right; 
	width:40%; 
	text-align:right;
	margin: 10px;
}
	
#footer .left span {
	margin-right: 50px;
	font: normal 13px 'Ubuntu', san serif;
	color: #303030;
}	

#footer .left span > a {
	color: #0b332d;
	border-bottom: 1px solid #49888e;
	text-decoration: none;
}

#footer .left span > a {
	color: #124c43;
	text-decoration: none;
}

#footer .right span#up {  
	display: block;
	margin: 77px 62px 0px 0px;
	font-family: 'Ubuntu', san Serif;
	font-weight: 500;
	font-size: 18px;
	cursor: pointer;
	color: #2f6059;
	text-decoration: underline;
}

#footer .right span#up:hover {  
	color: #548c84;
	text-decoration: underline;
}

#logo {
	width: 500px;
	}

/* Navigation
--------------------------------------------- */
#mainnav {
	float: right;
	font-size: 15px;
	width: 500px;
	height: 90px;
	}

#mainnav ul {
	padding: 0;
	margin: 0;
	float: right;
	}

#mainnav ul li {
	float: left;
	list-style: none;
	position: relative;
	padding: 12px;
	}

#mainnav ul ul li {
	padding: 0;
	}

#mainnav ul ul li a {
	padding: 5px 10px;
	}

#mainnav ul li a {
	margin: 0;
	display: block;
	color: #fff;
	text-shadow: 0 0 3px #000;
	}

#mainnav ul li:first-child {
	}

#mainnav ul li a:hover {
	text-decoration: none;
	text-shadow: 0 0 3px #fff;
	}

#mainnav ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2.3em;
	left: 0;
	z-index: 500;
	font-size: 14px;
	padding: 0;
	background: #123756 url(images/gradient.png) 0 -8px repeat-x;
	border-top: 3px solid rgba(0, 0, 0, 0.25);
	}

#mainnav ul ul ul {
	left: 100%;
	top: 0;
	font-size: 13px;
	}

#mainnav ul ul a {
	width: 9em;
	height: auto;
	}
	
#mainnav li:hover > a, #mainnav ul ul :hover > a {
	}
	
#mainnav ul ul a:hover {
	}
	
#mainnav ul li:hover > ul {
	display: block;
	}

/* Widget-Styles */

.widget { 
	overflow:hidden;
	clear:both;
	margin-bottom: 10px;
	font-size: 13px;
	}

.widget .textwidget, .widget .tagcloud {
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
	}

.widget table {
	padding: 0 0 10px 10px;
	margin-right: 10px;
	}
	
.widget h4 { 
	font-size:14px;
	margin: 0 0 10px 0; 
	padding: 8px 5px 5px 8px;
	background: #F0F0F0;
	border-radius: 0 0 7px 0;
	-moz-border-radius: 0 0 7px 0;
	-webkit-border-radius: 0 0 7px 0;
	}
	
.widget ul {
	margin: 0;
	padding: 0;
	}
	
.widget ul li {
	background:url(images/icon_bullet.png) 5px 2px no-repeat; 
	padding:0 7px 7px 24px;
	list-style-type: none;
	}
	
.widget_categories ul li { 
	width:40%; 
	float:left; 
	margin:0;
	}
	
.widget select {
	margin: 10px;
	}

.widget_search form { 
	padding:0 10px;
	}
	
.widget_search input{
	width:65%;
	padding:5px; 
	margin:0 5px 10px 0;
	background-color: #FFF;
	border: none;
	}
	
.widget_search input#searchsubmit { 
	width:25%;
	margin-top:10px; 
	color: #292929;
	background: #FFF;
	border: none;
	}

#sidebarsearch {
	background: #f0f0f0;
	padding: 0 0 0 10px;
	}
	
.pages.on_main_page {
	padding-top: 103px;
	width: auto;
}

.pages.on_main_page .title h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 35px;
	color: #fff !important;
	margin-top: 0px !important;
}

.pages.on_main_page .entry {
	float: left;
	width: 610px;
	font: normal 13px/20px Arial;
	color: #fff !important;
	clear: none;
}

.pages.on_main_page img.attachment-post-thumbnail.wp-post-image {
	position: relative;
	float: left;
	margin-right: 50px;
	width: 413px !important;
	height: 250px !important;
	border: 2px solid #a4c6cd;
	border-radius: 6px;
	behavior: url(wp-content/themes/picoclean/PIE/PIE.htc);
}

.page.full_width {
	margin-top: 130px;
	width: 100%;
	text-align: center;
}

.pages.inside {
	float: right;
	
	width: 740px;
	font: normal 13px/24px Tahoma;
	color: #696c6c;
}

.pages.list_pages {
	float: right;
	padding-left: 15px;
	margin-bottom: 35px;
	width: 725px;
	background: url('images/list.png') no-repeat left 3px;
	font: normal 13px/24px Tahoma;
	color: #696c6c;
}

.pages.list_pages.non_dotted {
	background: none;
	padding-left: 0px;
}

.pages.list_pages h2 > a {
	font-style: italic;
} 

.video_links {
	margin-top: 3px;
}

.video_links a {
	margin-right: 10px;
	font: italic 13px/14px Tahoma;
}

.non_displayed {
	display: none;
}

.pages.inside img {
	float: left;
	margin-right: 15px;
	border: 2px solid #a4c6cd;
	border-radius: 6px;
	behavior: url(wp-content/themes/picoclean/PIE/PIE.htc);
}
	


.post .title h1, .pages .title  h1, .post .title h2, .pages .title h2 { 	
	margin: 0px 0px 15px;	
	}
	
.title.list_pages_link > h2 {
	margin: 0px 0px 5px;
}
	
.post .meta, .pages .meta { 
	font: normal 13px/13px Tahoma;
	color: #010101;
	margin-bottom: 5px;
}

.annonce {
	margin-bottom: 5px;
}

.post .thumbnail {
	float: left;
	margin: 15px 15px 10px 10px;
	}
	
.post .entry, .pages .entry {
	line-height:24px;
	display:block;
	clear:both;
	overflow:hidden;
	color:#292929;
	mmargin-bottom: 35px;
	}
 	
.entry ul {
	float: left;
	list-style-type: none;
	margin:10px 0;
	padding:0 0 0 10px;
}

.entry ul li {
	padding-left: 15px;
	margin-bottom: 15px;
	background: url('images/list.png') no-repeat left 3px;
	font: bold 13px Tahoma;
	color: #696c6c;
}
 
.post p, .pages p {
	margin: 0px;
	margin-bottom: 20px;
	font: normal 13px/24px Tahoma;
	color: #696c6c;
	}

.pages.on_main_page p {
	color: #fff;
}
	
.post blockquote, .pages blockquote {
	background:transparent url(images/quote.png) no-repeat scroll 0 0;
	font-style:italic;
	margin:5px 0 5px 0;
	padding:10px 15px 10px 60px;
	}

.post ul.split3cols,.post ul.split2cols,.pages ul.split3cols,.pages ul.split2cols  {
	font-size: 13px;
	overflow:auto;
	width:520px;
	}
	


.post ul.split3cols li, .pages ul.split3cols li {
	float:left;
	width:155px;
	margin-right:5px;
	}
	
.post ul.split2cols li, .pages ul.split2cols li {
	float:left;
	width:240px;
	margin-right:5px;
	}

.pages ul.split3cols,.pages ul.split2cols {
	font-size: 13px;
	overflow:auto;
	width:520px;
	}
	


h1, h2, h3, h4 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	}
	
.post .entry h1, .pages .entry h1 {
	font-size: 35px;
	margin-bottom: 25px;
	}
	
.post .entry h2, .pages .entry h2, #comment-form h3,.commentform h3 {
	font-size: 24px;
	margin-top: 20px;
	}
	
.post .entry h3, .pages .entry h3 {
	font-size: 22px;
	margin-top: 20px;
	}
	
.post .entry h4, .pages .entry h4 {
	font-size: 18px;
	margin-top: 5px;
	}

.pages h1,.pages h2,.pages  h3,.pages h4, #content_container h1, .full_width h1 {
	margin: 10px 0 5px 0;
	color: #74b34a;
	}

#content_container h1  {
	margin-bottom: 20px;
}	

.pagelinks, .clear {
	clear: both;
	}

.wp-caption {
	text-align: center;
	background: #FFF;
	padding-top: 4px;
	margin: 10px;
	color: #7F7F7F;
	max-width: 100%;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 95%;
	}

.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 17px;
	padding: 5px;
	margin: 0;
	}

.more-link {
	font-size: 0.9em;
	}

.form-allowed-tags {
	font-size: 0.9em;
	}

.sticky {
	}
	
.gallery-caption {
	}

.bypostauthor {
	}

.nocomments {
	margin-left: 10px;
	color: #7F7F7F;
	}

.results {
	background: #f0f0f0;
	padding: 5px 15px 5px 15px;
	margin: 0 0 10px 0;
	}

.post .title a, #footer a, .pages .title a, #comment-form #submit, #comment-form input, #comment-form textarea, #respond input, #respond textarea,  .nice_menu a, .simple_header_menu ul > li > a{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}
	
 
	
/*slider styles*/	
.slider {
float:left;
margin-left: 20px;
width:419px;
height:419px;
position:relative;
}

.sliderContent {
float:left;
width:419px;
height:419px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image: url('images/slider_arrows.png');
width:82px;
height:82px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position: 0px 0px;
left:13px;
}

.prev:hover {
background-position: 1px -82px;
}

.next {
right:13px;
background-position: -82px 0px;
}

.next:hover {
background-position: -82px -82px;
}

.sliderContent .item {
position:absolute;
width:419px;
height:419px;
background: url('images/slider_bg.png') no-repeat;
}

.sliderContent .item .img_container {
	position: relative;
	width: 392px;
	height: 392px;
	border-radius: 190px;
	behavior: url(wp-content/themes/picoclean/PIE/PIE.htc);
}

.sliderContent .item .img_container img{
	position: relative;
	margin: 7px 0px 0px 14px;
	width: 392px;
	height: 392px;
	border-radius: 196px;
	behavior: url(wp-content/themes/picoclean/PIE/PIE.htc);
}

.sliderContent a {
outline:none;
}

.hidden_area {
	
}

.show_hide_content_link {
	color: #548c84;
	border-bottom: 1px dashed #548c84;
	font-weight: bold;
	cursor: pointer;
}

.show_hide_content_link:hover {
	color: #fe0000;
	border-color: #fe0000;
}

.show_hide_content_link.active {
}

.hidden_content {
	display: none;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 2px solid #666;
	overflow: hidden;
}
