/*
Theme Name: Xmarkup
Theme URI: http://xmarkup.ru
Author: XmarkUp team
Author URI: http://xmarkup.ru
Description: The 2014 theme for WordPress is a fully responsive theme that looks great on any device. 
Version: 1.0
License: GNU General Public License v2 or later
License URI: 
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: xmarkup

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------

/* =Reset
-------------------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
* {
	margin:0; padding:0;
}

a {
	transition: background-color ease-in-out .15s,
				color ease-in-out .15s;
}

a {
	text-decoration: none !important;
	color:#4175b3 !important;
}
a:hover {
	text-decoration:none !important;
	color: #cf8c2c !important;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:none;
}
.alignright{
	float:right;
	margin:0px 0px 30px 30px;
	display:inline;
}
.alignleft{
	float:left;
	margin:0px 30px 30px 0px;
	display:inline;
}
.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.fL {
	float:left;
}
.fR {
	float:right;
}
.c {
	clear:both;
}
b, strong {
	font-weight:700;
}
i, em {
	font-style:italic;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
html{
	min-height: 100%;
	position: relative;
	min-width: 1190px;
}

body {
	font: 12px/1.2 Arial, Verdana, Geneva, sans-serif;
	color:#000;
	background:#f6f7f8;	
	margin: 0;
	word-wrap: break-word;
	min-width: 1190px;
}
.c-b {
	width: 0;
	height: 0; 
	clear: both;
}

.wrapper {
	width: 1000px;
	margin:0 auto;
}
/*       HEADER         */
#header {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #c4c4c4;
}
#logo-site {
	padding-top: 36px;
	padding-bottom: 5px;
	display: block;
}
#logo-site img {
	max-width:100%;
	height:auto;
} 
#site-description {
	color: #737373;
	display: block;
	font-size: 16px;
	padding-bottom: 40px;
	font-family:  Tahoma,Arial,sans-serif;
	font-weight: lighter;
	padding-left: 5px;
}
#header > .wrapper > nav {
	width: 100%;
}
.all-width {
	width: 100%;
	border-top: 1px solid #c4c4c4;
}
#header  .wrapper > nav ul {
	
}
#header .wrapper > nav .sub-menu {
	float: left;
	margin-left: 55px;
}
#header .wrapper > nav ul ul > li {
	float: none;
	margin-left: 0;
}

#header  .wrapper > nav ul > li {
	display:inline-block;
	margin:0 25px;
}
#header  .wrapper > nav ul > li:first-child {
	margin-left: 0;
}
#header  .wrapper > nav ul > li > a {
	color:#000 !important;
	display: block;
	font-size: 15px;
	padding: 13px 0 10px;
	text-transform: uppercase;
	text-decoration: underline;
	float: left;
}
#header  .wrapper > nav ul > li > a:hover {
	text-decoration: none;
	color: #cf8c2c !important;
}
#header  .wrapper > nav ul > .current-menu-item > a {
	text-decoration: none;
	color: #5f915c !important;
}
#menu_open_link {
	color: #D68F73;
	display: block;
	font-size: 15px;
	padding-top: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #F3F3F3;
	padding-bottom: 5px;
	padding-right: 2px;
	cursor: pointer;
}
#menu_open_link:hover {
	color: #CF5E32;
}
/*  CONTENT  */
.labels > .hiddenLink {
	display: none;
	background: #CE631D;
}
.labels > .hiddenLink:hover {
	background: #E07833 !important;
}

#content {
	width:100%;
	margin-bottom: 123px;
}
#content > .wrapper {
	margin-top: 38px;
}

input:focus {
	outline: none !important;
}
button:focus {
	outline: none !important;
}
/*   ARTICLE    */
#index_post_list_div {
	float: left;
}
#list_of_article > li {
	width: 665px;
	background: #fff;
	-webkit-box-shadow:0 2px 4px #d0d1d2;
	-moz-box-shadow:0 2px 4px #d0d1d2;
	box-shadow:0 2px 4px #d0d1d2;
	-webkit-box-shadow:0 2px 4px rgba(208, 209, 210, .9);
	-moz-box-shadow:0 2px 4px rgba(208, 209, 210, .9);
	box-shadow: 0 1px 4px rgba(208, 209, 210, .9);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin: 3px 0 30px 3px;
	padding-top: 1px;
	overflow-x: hidden; 
	padding-bottom: 12px;
}
#list_of_article > li:first-child {
	margin-top: 0;
}
.include_date {
    position: absolute;
    float: left;
    color: #fff;
    width: 56px;
    background: #8cba94;
    margin-left: -56px;
    margin-top: 17px;
    text-align: center;
    -webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.include_date > span {
	font-size: 30px;
	display: block;
	margin-bottom: -3px;
}
.marginleftonly {
	margin-left: -71px;
}
.include_date > i {
	font-size: 12px;
	font-style: normal;
}
.include_date > b {
	font-size: 14px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 5px;
	display: block;
}
#list_of_article > li > img {
    margin: 16px 0 0px 16px;
	max-width:100%;
	height:auto;
}
.the_excerpt img {
	max-width:100%;
	height:auto;
}
.the_excerpt iframe {
	max-width:100%;
	height:auto;
	min-height: 300px;
}
#main_div iframe{
	max-width:100%;
	height:auto;
	min-height: 300px;
}
#list_of_article > li  iframe {
	max-width:100%;
	height:auto !important;
	min-height: 300px;
}
#list_of_article > li > .article_name {
	display: block;
	font-size: 18px;
	color: #333 !important;
	margin: 11px 0 9px 17px;
	text-decoration: none !important;
}
#list_of_article > li > .article_name:hover {
	color: #1760ab !important;
}
#list_of_article > li > .the_excerpt {
	width: 633px;
	display: block;
	font-size: 14px;
	color: #8b8b8b;
	margin: 0 0 41px 17px;
}
#list_of_article > li > .labels {
    margin-left: 17px;
    width: 648px;
    padding-bottom: 11px;
}
.labels > span {
    color: #b0bcc1;
}
.labels > i > a {
    color: #82acbe !important;
    text-decoration: none;
    font-style: normal;
}
.labels > i > a:hover {
	text-decoration: underline;
}
.labels > i {
	color: #82acbe;
}
.labels > a {
	display: inline-block;
	float: right;
	width: 120px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	background: #6ea077;
	color: #fff !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-right: 15px;
	margin-top: -18px;
	padding-top: 7px;
	padding-bottom: 4px;
}
.labels > a:hover {
	background: #7FAC87 !important;
}
/*   SIDEBAR   */
#side_bar {
	float: right;	
	width:286px;
}
/*   SEARCH_FORM   */
.searchform {
	width: 284px;
	height: 34px;
	background: #e5e8eb;
	border:1px solid #cfcfcf;
}
.searchform > input[type="text"] {
	float: left;
	width: 233px;
	height: 18px;
	color: #565656;
	background: none;
	font-size: 14px;
	font-weight: 500;
	border: none;
	padding: 3px;
	margin-top: 5px;
	margin-left: 13px;
}
.searchform > input:focus {
	outline: none;
}
.searchform > input[type="submit"] {
	display: block;
	float: right;
	width: 16px;
	height: 17px;
	border: none;
	margin-top: 9px;
	margin-right: 13px;
	background: url('images/search_submit.png');
	cursor: pointer;
}

.menu-search-hidden {
	display: none;
}
.menu {
	text-transform: uppercase;
}
/*    MODULE_SUBSCRIBE    */
.module_subscribe {
	width: 286px;
	background: #8cba94;
	float: left;
}
.module_subscribe figcaption {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 15px;
	padding-top: 10px;
	margin: 0 0 8px 0;
}
.module_subscribe input:focus {
	outline: none;
}
.module_subscribe input[type="text"] {
    width: 244px;
    height: 24px;
    font-size: 15px;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#333;
	padding: 3px;
    border: 1px solid #79a982;
    margin-left: 18px;
    margin-bottom: 12px;
}
#side_bar > .top_comm_wid > .module_subscribe > input[type="submit"] {
    display: block;
    width: 159px;
    height: 33px;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
    font-size: 12px;
    background: #6ea077;
    border: 1px solid #fefefe;
    outline: 0;
    padding: 5px;
    margin-left: 62px;
    margin-bottom: 20px;
    cursor: pointer;
}
#side_bar > .top_comm_wid > .module_subscribe > button[type="submit"] {
    display: block;
    width: 159px;
    height: 33px;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
    font-size: 12px;
    background: #6ea077;
    border: 1px solid #fefefe;
    outline: 0;
    padding: 5px;
    margin-left: 62px;
    margin-bottom: 20px;
    cursor: pointer;
}
#side_bar > .top_comm_wid > .module_subscribe > button[type="submit"]:hover {
	background: #679670;
}

.module_subscribe figure {
    padding-bottom: 16px;
}
.module_subscribe figure > #rss {
    width: 86px;
    height: 49px;
    display: block;
    background: url('images/rss.png') no-repeat;
    margin-left: 39px;
    float: left;
}
.module_subscribe figure > #rss:hover,#twitter:hover {
	opacity: 0.9;
}
.module_subscribe figure > #twitter {
	display: inline-block;
	width: 86px;
    height: 49px;
	background: url('images/twitter.png') no-repeat;
	margin-left: 38px;
}
/*   MODULE_LABELS - tagcloud  */
.tagcloud {
    width: 266px;
    margin: 0 auto;
    background: #fff;
    padding: 3px 10px 20px 8px;
    border:1px solid #8cba94;
}

.tagcloud > a {
    display: inline-block;
    background: #e5e8eb;
    padding: 4px 8px 4px 4px;
    margin-top: 11px;
    margin-left: 21px;
    color: #222;
    text-decoration: none;
	font-size: 12px;
}
.tagcloud > a:hover {
	opacity: 0.8;
}
.tagcloud > a:before {
	content: "";
	display: block;
	position: absolute;
	margin: -4px 0 0 -16px;
	width: 12px;
	height: 22px;
	background: url('images/nav_a_label.png') no-repeat;
}
/* BANNER MODULE */

#side_bar > .banner_photo {
    width: 286px;
    border: 1px solid #8cba94;
    float: left;
}
#side_bar > .banner_photo > img {
    padding: 24px 0 20px 23px;
}
/*   NAVIGATION    */
body > #content > .wrapper > .navigation {
	float: left;
	width: auto;
	margin-left: 216px;
	margin-top: -2px;
	font-size: 16px;
}
body > #content > .wrapper > .navigation > a {
	float: left;
	width: 32px;
	font-weight: 700;
	text-align: center;
	color: #637b93;
	text-decoration: none;
	margin-left: 1px;
	padding-top: 7px;
}
body > #content > .wrapper > .navigation > .current {
	float: left;
	font-weight: 700;
	width: 29px;
	text-align: center;
	color: #c4c8cc;
	margin-left: 5px;
	padding-top: 7px;
}
body > #content > .wrapper > .navigation > .prev {
	float: left;
	width: 32px;
	height: 34px;
	background: url('images/bow_left.png') no-repeat;
	margin-left: 0;
}
body > #content > .wrapper > .navigation > .next {
	float: left;
	width: 34px;
	height: 34px;
	background: url('images/bow_right.png') no-repeat;
	margin-left: 14px;
}
body > #content > .wrapper > .navigation > .dots {
	float: left;
	font-size: 15px;
	font-weight: 700;
	width: 32px;
	text-align: center;
	color: #c4c8cc;
	padding-top: 7px;
}
/*    FOOTER    */
body > footer {
	width:100%;
	height: 123px;
	position:absolute;
	bottom:0;
}
body > footer > article {
	width: 100%;
	border: 1px solid #c4c4c4;
	border-left: none;
	border-right: none;
	background: #fff;
	margin-top: 21px;
	padding-bottom: 15px;
}
.contentMess {
	width: 100%;
	padding: 20px 0 0 0;
}
.contentMess .textwidget p {
	margin-left: 2px;
	margin-right: 2px;
}
.contentMess .textwidget {
	float: none;
	border: none;
	padding: 0;
}
#up_button {
	position: fixed;
	width: 80px;
	height: 66px;
	margin: 0 0 0 1030px;
	background: url('images/up-button.png') no-repeat;
	cursor: pointer;
	bottom: 0;
}
footer > .wrapper > img {
	width: 30px;
	height: 29px;
	float: left;
	margin-top: 12px;
	padding-bottom: 12px;
}
#copyright_footer {
	display:block;
	color: #676767;
	font-weight: normal;
	margin: 20px 0 5px 5px;
}
#copyright_full_footer {
	display: block;
	color: #b2b2b2;
	margin-left: 5px;
}
#footer_menu {
	padding-left: 4px;
	padding-top: 19px;
	float: left;
}
#footer_menu ul > li {
    display: inline-block;
}
#footer_menu ul > li > a {
	color: #5e5e5e !important;
	margin-left: 22px;
	display: block;
	padding-bottom: 5px;
}
#footer_menu ul > li > a:hover {
	color:#cf8c2c !important;
}
#develop {
    float: right;
    margin-right: 51px;
    margin-top: 20px;
}
#develop > a:before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 16px;
	background: url('images/x.png') no-repeat;
	margin-left: -19px;
}
#develop > a {
    display: inline-block;
    width: 65px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #82acbe;
    text-decoration: none;
    margin-left: 25px;
}
#develop > a:hover {
	border:none;
}
#developer {
    color: #676767;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
}

/*                  *******   INNER PAGE   ******                           */
#main_content {
	float: left;
	padding: 18px 28px 9px 28px;
	width: 609px;
	background: #fff;
	-webkit-box-shadow:0 2px 4px #d0d1d2;
	-moz-box-shadow:0 2px 4px #d0d1d2;
	box-shadow:0 2px 4px #d0d1d2;
	-webkit-box-shadow:0 2px 4px rgba(208, 209, 210, .9);
	-moz-box-shadow:0 2px 4px rgba(208, 209, 210, .9);
	box-shadow: 0 1px 4px rgba(208, 209, 210, .9);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin: 3px 0 30px 3px;
	font-size: 14px;
	color: #5d5d5d;
	overflow-x: hidden; 
	z-index: 0;
}
#main_content h1 {
	font-size: 30px;
	color: #616161;
	margin-bottom: 9px;
}
#main_content h2 {
	font-size: 22px;
	color: #616161;
	margin-bottom: 9px;
}
#main_content h3 {
	font-size: 18px;
	color: #616161;
	margin-bottom: 11px;
}
#main_content h4 {
	font-size: 15px;
	color: #616161;
	padding-top: 13px;
	margin-bottom: 7px;
}
#main_content h5 {
	font-size: 12px;
	color: #616161;
	margin-bottom: 11px;
}
#main_content h6 {
	font-size: 9px;
	color: #616161;
	margin-bottom: 11px;
}
#main_content p {
	display: block;
	font-size: 14px;
	color: #5d5d5d;
	margin-bottom: 5px;
}
#main_content blockquote {
	color: #7b7b7b; 
	display: block;
	margin-top: 9px;
	margin-bottom: 9px;
	position: relative;
	padding: 15px;
	background: #f3f3f3;
	border: 2px solid #E6E6E6;
	border-left: 2px solid #3965a8;
	color: #405778; 
}
#main_content blockquote:before {
	display: block;
	position: absolute;
	content: "";
	width: 609px;
	height: 9px;
	bottom: -9px;
	background: url('images/blocks.png') no-repeat;
	margin-left: -91px;
}
#main_content_post blockquote {
	color: #7b7b7b; 
	display: block;
	margin-top: 9px;
	margin-bottom: 9px;
	position: relative;
	padding: 15px;
	background: #f3f3f3;
	border: 2px solid #E6E6E6;
	border-left: 2px solid #3965a8;
	color: #405778; 
}
#main_content_post blockquote:before {
	display: block;
	position: absolute;
	content: "";
	width: 609px;
	height: 9px;
	bottom: -9px;
	background: url('images/blocks.png') no-repeat;
	margin-left: -91px;
}
#main_content ul {
    padding: 11px 0 5px 0;
	
}
#main_content ul li {
	font-size: 14px;
	color: #3a3a3a;
	padding-left: 24px;
	margin-bottom: 14px;
}
#main_content ul li:before {
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	margin-left: -17px;
	margin-top: 3px;
	background: url('images/bow_ul.png') no-repeat;
}
#main_content table {
	width: 100%;
	margin-top: 13px;
	font-size: 15px;
	margin-bottom: 19px;
}
#main_content table tr {
	height:40px;
	color:#818181;
}
#main_content table tr:first-child {
	background: #e5e8eb;
	color:#818181;
	border: 1px solid #c4c4c4;
}
#main_content table tr:first-child td {
	border:none;
}
#main_content table tr td:nth-child(2) {
	width: 253px;
}
#main_content table tr:nth-child(2n) {
	background:#fafafa;
}
#main_content table tr td {
    text-align:center;
	border:1px solid #c4c4c4;
    width: 182px;
}
#main_content table tr td:first-child {
	width: 59px;
}
#main_content ol {
	display: block;
	font-size: 14px;
	color: #5d5d5d;
	padding: 15px 0 0 29px;
}
#main_content ol li {
	margin-bottom: 19px;
}
#main_content ol li a {
	color :#82acbe;
}
/*         SINGLE_POST_PAGE         */
#main_content_post {
	float: left;
	background: #fff;
	-webkit-box-shadow:0 2px 4px #d0d1d2;
	-moz-box-shadow:0 2px 4px #d0d1d2;
	box-shadow:0 2px 4px #d0d1d2;
	-webkit-box-shadow:0 2px 4px rgba(208, 209, 210, .9);
	-moz-box-shadow:0 2px 4px rgba(208, 209, 210, .9);
	box-shadow: 0 1px 4px rgba(208, 209, 210, .9);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin: 3px 0 30px 3px;
	font-size: 13px;
	color: #5d5d5d;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#main_content_post #main_div {
	width: 635px;
	padding: 2px 0 16px 0;
	overflow-x: hidden; 
}
#main_div img {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width:100%;
	height:auto;
}
.line_block_about {
	border-bottom:1px solid #dcdcdc;
	padding: 16px 0 12px 0;
	margin-bottom: 15px;
}
.line_block_about i {
	text-decoration: none;
	color: #82acbe;
	margin-left: 1px;
	font-style: normal;
}
.ab-item {
	color: #fff !important;
}
.ab-item:hover {
	color: #fff !important;
}
.line_block_about .addd{
	text-decoration: none;
	color: #82acbe;
	font-style: normal;
	margin-left: 1px;
}
.author_line_block_about {
	color: #b0bcc1;
}
#category_line_block_about {
	color: #b0bcc1;
	margin-left: 41px;
}
#category_line_block_about a {	
	color: #82acbe !important; 
}

.line_block_about .amount_of_comments {
	float: right;
	margin-right: 10px;
	color: #82acbe !important;
}
.line_block_about .amount_of_comments:hover {
	text-decoration: underline;
}
.line_block_about .amount_of_comments:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 8px;
	margin: 3px 0 0 -17px;
	background: url('images/comments_capture.png');
}
#main_content_post h1 {
	font-size: 30px;
	color: #616161;
	margin-bottom: 9px;
}
#main_content_post h2 {
	font-size: 22px;
	color: #616161;
	margin-bottom: 9px;
}
#main_content_post h3 {
	font-size: 18px;
	color: #616161;
	margin-bottom: 11px;
}
#main_content_post h4 {
	font-size: 15px;
	color: #616161;
	padding-top: 13px;
	margin-bottom: 7px;
}
#main_content_post h5 {
	font-size: 12px;
	color: #616161;
	margin-bottom: 11px;
}
#main_content_post h6 {
	font-size: 9px;
	color: #616161;
	margin-bottom: 11px;
}
#main_content_post p {
	display: block;
	font-size: 13px;
	color: #5d5d5d;
	margin-bottom: 5px;
}

#main_content_post blockquote {
	color: #7b7b7b; 
	display: block;
	margin-top: 9px;
	margin-bottom: 9px;
	position: relative;
	padding: 15px;
	background: #f3f3f3;
	border: 2px solid #E6E6E6;
	border-left: 2px solid #3965a8;
	color: #405778; 
}
#main_content_post blockquote:before {
	display: block;
	position: absolute;
	content: "";
	width: 609px;
	height: 9px;
	bottom: -9px;
	background: url('images/blocks.png') no-repeat;
	margin-left: -91px;
}
#main_content_post ul {
    padding: 11px 0 5px 0;
}
#main_content_post ul li {
	font-size: 14px;
	color: #3a3a3a;
	padding-left: 24px;
	margin-bottom: 14px;
}
#main_content_post ul li:before {
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	margin-left: -17px;
	margin-top: 3px;
	background: url('images/bow_ul.png') no-repeat;
}
#main_content_post table {
	width:608px;
	margin-top: 13px;
	font-size: 15px;
	margin-bottom: 19px;
}
#main_content_post table tr {
	height:40px;
	color:#818181;
}
#main_content_post table tr:first-child {
	background: #e5e8eb;
	color:#818181;
	border: 1px solid #c4c4c4;
}
#main_content_post table tr:first-child td {
	border:none;
}
#main_content_post table tr td:nth-child(2) {
	width: 253px;
}
#main_content_post table tr:nth-child(2n) {
	background:#fafafa;
}
#main_content_post table tr td {
    text-align:center;
	border:1px solid #c4c4c4;
    width: 182px;
}
#main_content_post table tr td:first-child {
	width: 59px;
}
#main_content_post ol {
	display: block;
	font-size: 14px;
	color: #5d5d5d;
	padding: 15px 0 0 29px;
}
#main_content_post ol li {
	margin-bottom: 19px;
}
/*   RSS Filds   */
#rss_div {
	border:1px solid #c4c4c4;
	background: #e5e8eb;
	margin: 36px 0 0 0;
	height: 120px;
	width: 635px;
}
#rss_div img {
    padding: 7px;
    float: left;
}
.top-commenters-image {
	display: block !important;
}
#question {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #505050;
    float: right;
    margin: 11px 74px 0 0;
}
#rss_form {
    display: block;
    float: left;
}
.top_comm_wid {
	overflow-x: hidden; 
}
#rss_form .top_comm_wid figcaption {
	display: none !important;
}
#rss_form .top_comm_wid figure {
	display: none !important;
}
#rss_form .module_subscribe {
	background: none !important;
}
#rss_form input:focus {
	outline: 0;
}
#rss_form input[type="text"] {
    width: 178px;
    margin: 12px 0 0 7px;
    padding: 5px;
    font-size: 11px;
    color: #999;
    -webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 1px solid #c4c4c4;
	height: auto !important;
}
#rss_form input[type="submit"] {
    display: block;
    color: #fff;
    border: none;
    background: #8cba94;
    padding: 7px 9px 6px 10px;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    font-size: 12px;
    margin: 12px 0 0 8px;
    cursor: pointer;
    width: auto !important; 
    height: auto !important; 
}
#rss_form button[type="submit"] {
	display: block;
    color: #fff;
    border: none;
    background: #8cba94;
    padding: 7px 9px 6px 10px;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    font-size: 12px;
    margin: 12px 0 0 8px;
    cursor: pointer;
    width: auto !important; 
    height: auto !important; 
}
#rss_form button[type="submit"]:hover{
	background: #89B390;
}
#subscribe_links {
    width: 205px;
    margin: 18px 0 0 213px;
}
#subscribe_links > a {
    margin-left: 19px;
}
#subscribe_links > a:first-child {
	margin-left: 0;
}
#subscribe_links > a > img {
	width: 22px;
	height: 22px;
}
#commentators_block {
    float: left;
    width: 667px;
    margin-left: 4px;
    margin-top: 3px;
}
#new_comment_block { 
	border: 1px solid #c4c4c4; 
	background: #e5e8eb;
	margin-top: 25px;
}
#respond h3 {
	display: none;
}
#new_comment_block span {
	display:block;
	font-size: 20px;
	color: #737374;
	margin-left: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.myposition {
	margin-bottom: 0;
}
#comment {
	width: 621px;
	max-width: 621px;
	height: 61px;
	padding:5px;
	color: #3C3C3C;
	font-size: 13px;
	background: #fff;
	border:1px solid #c4c4c4;
	font-family: Helvetica, Arial, Tahoma;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin: 10px 0 0 14px;
}

.form-submit {
	padding-top: 20px;
}
#new_comment_block input:focus {
	outline: 0;
}
#new_comment_block input[type="text"] {
	width: 173px;
	height: 14px;
	display: inline-block;
	padding: 8px;
	color: #3C3C3C;
	font-size: 13px;
	background: #fff;
	border:1px solid #c4c4c4;
	margin: 37px 13px 0 14px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#new_comment_block input[type="submit"] {
	background: #919ba4;
	width: 192px;
	height: 32px;
	padding:5px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 454px;
	margin-top: 3px;
	margin-bottom: 22px;
	border:0;
	cursor: pointer;
}
#new_comment_block input[type="submit"]:hover {
	background: #88919B;
}
.logged-in-as {
	font-size: 12px;
	color: #737374;
	margin-left: 14px;
	display: block;
	margin-bottom: 0;
}
.logged-in-as a {
	text-decoration: none;
	color: #82acbe;
}
.logged-in-as a:hover {
	text-decoration: underline;
}
#submit {
	background: #919ba4;
	width: 192px;
	height: 32px;
	padding:5px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
}
.wp-post-image {
	margin-top:10px;
	margin-bottom: 2px
}
/*   Comment tree   */
#commentators_block ul > li   .children {
	padding-left:27px;
}
#commentators_block > span {
	color: #888;
	font-size: 24px;
	margin-left: 2px;
}
#commentators_block > ul {
	list-style: none;
	padding:0;
	margin: 0;
	display: block;
	margin-top: 15px;
	background: #fefefe;
	padding: 10px 10px 0 10px;
	border: 1px solid #ccc;
}
#commentators_block ul > li > div {
	background: #fff;
	padding:10px;
	border:1px solid #c4c4c4;
	margin-bottom: 10px;
	min-height: 80px;
}
.listen-left-avatar {
	width: 15%;
	float: left;
}
.listen-left-avatar .avatar {
	padding:3px;
	-webkit-box-shadow:0 2px 4px #d0d1d2;
	-moz-box-shadow:0 2px 4px #d0d1d2;
	box-shadow:0 2px 4px #d0d1d2;
}
.vcard {
	width: 85%;
	float: right;
	overflow-x: hidden; 
}
.vcard .top_listen .fn {
	color: #6a6a6a;
	font-size: 14px;
	margin-left: 12px;
	font-style: normal; 
}
.date_link {
	color: #a8acb0;
	font-size: 11px;
	text-decoration: none;
	margin-left: 0px;
}
.vcard .top_listen .comment-edit-link {
	color: #aabdc5;
	font-size: 12px;
	text-decoration: none;
	margin-left: 14px;
}
.vcard .top_listen .comment-edit-link:hover {
	text-decoration: underline;
}
.vcard p {
	font-size: 13px;
	color: #818181;
	padding: 8px 10px 10px 11px;
}
.reply a {
	color: #82acbe !important;
	font-size: 13px;
	margin-left: 5px;
	text-decoration: none;
}
.reply a:hover {
	text-decoration: underline;
}
.reply {
	margin-left: 10px;
}
.comment-awaiting-verification {
	font-size: 12px;
	color: #CC4D4D;
	margin-left: 2px;
	padding-top: 4px;
	padding-bottom: 0;
	margin-bottom: -14px;
	clear: both;
}
.nocomments {
	font-size: 14px;
	color: #818385;
	padding-top: 15px;
}
.subscribe-to-comments {
	position: absolute;
	margin-top: -90px;
	margin-left: 15px;
	color: #818385;
	font-size: 12px;
}
.subscribe-to-comments > a {
	color: #82acbe;
	font-size: 12px;
}
.subscribe-to-comments #subscribe {
	display: inline-block;
	margin-top: 2px;
}
.subscribe-to-comments label {
	display: inline-block;
	margin-left: 1px;
	color: #82acbe;
	font-size: 12px;
	border-bottom: 1px dotted #82acbe;
}
/* Top commentators module */
.top_comm_wid {
	display: block;
    width: 286px;
    padding-bottom: 1px;
    margin-bottom: 21px;
    float: left;
	font-size:0;
}
.top_comm_wid > h3 {
    color: #fff;
	display: block;
	font-size: 15px;
	padding-top: 13px;
	padding-left: 16px;
	padding-bottom: 8px;
	font-weight: normal;
	background: #8cba94;
}
.top_com_ul {
    width: 284px;
	background: #fff;
	padding-bottom: 3px;
	float: left;
	border: 1px solid #8cba94;
}
.top_com_ul > li {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin: 16px 0 14px 12px;
    width: 76px;
    overflow-x: hidden;
    border: none;
}
.top_com_ul > li img {
    padding: 5px;
    display: block;
    background: #fff;
    -webkit-box-shadow:0 2px 4px #d0d1d2;
	-moz-box-shadow:0 2px 4px #d0d1d2;
	box-shadow:0 2px 4px #d0d1d2;
	-webkit-box-shadow:0 2px 4px rgba(208, 209, 210, .9);
	-moz-box-shadow:0 2px 4px rgba(208, 209, 210, .9);
	box-shadow: 0 1px 4px rgba(208, 209, 210, .9);
	margin: 0 auto;
	margin-bottom: 4px;
}
.top_com_ul > li {
    color: #82acbe;
    text-decoration: none;
    margin-bottom: 7px;
}
.top_com_ul > li > a img {
    padding: 5px;
    display: block;
    background: #fff;
    -webkit-box-shadow:0 2px 4px #d0d1d2;
	-moz-box-shadow:0 2px 4px #d0d1d2;
	box-shadow:0 2px 4px #d0d1d2;
	-webkit-box-shadow:0 2px 4px rgba(208, 209, 210, .9);
	-moz-box-shadow:0 2px 4px rgba(208, 209, 210, .9);
	box-shadow: 0 1px 4px rgba(208, 209, 210, .9);
	margin-bottom: 4px;
}
.top_com_ul > li > a {
    display: block;
    color: #82acbe;
    text-decoration: none;
    margin-bottom: 7px;
    text-align: center;
}

/*  Most of standarts widthets style  */
.top_comm_wid > ul {
	width: 284px;
	background: #fff;
	padding-top:10px;
	padding-bottom: 1px;
	float: left;
	border: 1px solid #8cba94;
}
.top_comm_wid > ul li {
	width:100%;
	margin:0 auto;
	margin-bottom: 12px;
	color: #a8acb0;
	font-size: 12px;
	display:block;
	padding-left:10px;	
}
ul.top_comm_list {
	text-align:center;
}
.top_comm_wid > ul.top_comm_list li {
	width:80px;
	text-align:left;	
	display:inline-block;
	vertical-align:top;
	padding-left:0;
}
.top_comm_wid > ul.top_comm_list li .numb_comm_text {
	display:inline-block;
	background:#ededed;
	padding:2px 4px;
	color:#797979;
}
.top_comm_wid > ul.top_comm_list li span {
	display:block;
	margin:6px 0 2px;
}
.top_comm_wid > ul li.top_comm_list img {
	border:5px #fff solid;
	box-shadow:0 0 4px rgba(0,0,0,0.3);
}
.top_comm_wid > ul li > ul li {
	margin:0 auto;
	padding-left: 10px;
	color: #a8acb0;
	font-size: 12px;
}
.top_comm_wid > ul li a {
	color: #82acbe;
}
.top_comm_wid > ul li span {
	color: #a8acb0;
	font-size: 12px;
}
/*  FOR MENU  */
.top_comm_wid > div ul {
	width: 284px;
	background: #fff;
	float: left;
	border: 1px solid #8cba94;
}
.top_comm_wid > div ul li {
	width:270px;
	margin:0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #a8acb0;
	font-size: 12px;
	background: #8cba94;
	text-align: center;
}
.top_comm_wid > div ul li:hover {
	background: #7caa84;
}
.top_comm_wid > div ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}
.top_comm_wid > div ul li span {
	color: #a8acb0;
	font-size: 12px;
}

/* category widthet */
#cat {
	width:100%;
	border: 1px solid #8cba94;
	color:#628c9e;
}
/*   text widthet   */
.textwidget {
	padding: 5px;
	padding: 10px;
	border: 1px solid #8cba94;
	color: #494F53;
}
.textwidget .banner {
	display: block;
	margin: 0 auto;
	width: 240px;
	padding: 8px 0;
}

/*   wp-calendar  styles   */
#wp-calendar {
	display: block;
	background: #fff;
}
#wp-calendar caption {
	padding-top:15px;
	font-style: italic;
	font-size: 14px;
	color: #818181;
	padding-bottom: 15px;
	background: #EAF1F6;
}
#wp-calendar thead tr th {
	text-align: center;
	width: 41px;
	height: 22px;
	vertical-align: middle;
	background: #fafafa;
}
#wp-calendar tbody {
	color: #818181;
}
#wp-calendar tbody tr td {
	text-align: center;
	width: 41px;
	height: 22px;
	vertical-align: middle;
}
#wp-calendar tbody tr td a {
	color: #82acbe;
	font-style: italic; 
}
#wp-calendar tbody tr:nth-child(2n) {
	background: #fafafa;
}
.top_comm_wid select {
	width: 100%;
	border: 1px solid #8cba94;
}
#wp-calendar #prev {
	padding: 10px 0 10px 10px;
}
#wp-calendar #next {
	padding: 10px 10px 10px 0;
}
.mainphoto-page {
	width: 100%;
}
.mainphoto-page img{
	width: 100% !important;
	padding-bottom: 15px;
	margin-top: 0 !important;
}

.textwidget {
	background: #fff;
}

.search_answer {
	font-size: 18px;
	text-align: center;
	display: block;
}
.mybrichka {
	margin-left: 15px;
	margin-right: 15px;
}
.authorMyCom {
	background: #e5e8eb !important;
}

#smile-panel {
	width: 174px;
	height: 89px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 14px;
	padding-top: 14px;
	overflow-y: scroll;
	overflow-x: hidden;  
	padding: 10px;
	background: #fff;
	border: 2px solid #919ba4;
	display: none;
}
.comment-form-author,.comment-form-email,.comment-form-url {
	display: inline-block;
}
.comment-form-url {
	width: 208px;
	display: inline-block;
}
.smileblock {
	position: absolute;
	top: 0;
	right: 0;
	width: 246px;
	z-index: 9;
}
.newtextare {
	position: relative;
}
.button_txt_smile {
	width: 31px;
	height: 20px;
	background: url('images/smile-form.png') no-repeat;
	margin-left: 193px;
	margin-top: 15px;
	cursor: pointer;
}
#commentform {
	margin-left: 1px;
}
.nolink:hover {
	text-decoration: none !important;
}
#liveinternet {
	float: left;
	padding-top: 10px;
}
#liveinternet .textwidget {
	border: none;
	background: none;
	padding: 0;
}

.mainphoto-page {
	overflow: hidden;
}
#footer_menu > ul > li > a {
	text-transform: uppercase;
}
.count-top-com {
	display: inline-block;
	padding: 0 3px;
	background: #f1f1f1;
	color: #666;
	text-align: left;
	margin-top:5px;
}
.error {
	margin-left: 15px;
	color: #333; 
}
#rss_form .feedburner-email-subscription-2-tweet {
	display:none;
}

/*-------------------------------- Contact --------------------------------*/

#contact_form {
        position: relative;
        width: 609px;
	margin-top: 20px;
}

.contact_left {
        float: left;
        width: 181px;
}

.contact_right {
        float: right;
        width: 400px;
}

.contact_name, .contact_email, .contact_theme, .contact_textarea { position: relative; }

.contact_name input[type="text"],
.contact_email input[type="text"],
.contact_theme input[type="text"] {
        position: relative;
        width: 151px;
        height: 30px;
        line-height: 30px;
	padding: 0 0 0 31px;
        margin: 0 0 20px;
        background: #f7f7f7 url(images/nameid.png) no-repeat 2px 0;
        border: none;
        border-radius: 4px;
        box-shadow: inset 0.5px 0.5px 3px #aaaaad;
        font: normal 13px Arial, sans-serif;
        color: #434343;
}
.contact_email input[type="text"] { background: #f7f7f7 url(images/mailid.png) no-repeat 0 0; }
.contact_theme input[type="text"] { background: #f7f7f7 url(images/url.png) no-repeat 2px 0; }

.contact_textarea textarea {
        position: relative;
	width: 380px;
        height: 116px;
        padding: 7px 10px;
	margin: 0 0 18px;
        background: #f7f7f7;
        border: none;
        border-radius: 4px;
        box-shadow: inset 0.5px 0.5px 3px #aaaaad;
	font: normal 13px Arial, sans-serif;
        color: #434343;
}

.contact_name input[type="text"]:focus, .contact_email input[type="text"]:focus, .contact_theme input[type="text"]:focus, .contact_textarea textarea:focus, .contact_submit:focus {
        outline: none;
        box-shadow: 0 0 5px #aaaaad;
}

.contact_submit {
	float: right;
	width: 120px;
	padding-top: 7px;
	padding-bottom: 4px;
	margin: 0 0 15px;
	background: #6ea077;
        border: none;
        border-radius: 4px;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	color: #fff;
	transition: background-color ease-in-out .15s;
	cursor: pointer;
}
.contact_submit:hover { background: #7FAC87; }

.contact_message {
        width: 100%;
        height: 22px;
        padding: 70px 0;
        text-align: center;
        font: normal 22px Arial, sans-serif;
        color: #434343;
}

.errors, .errorss {
	position: absolute;
	bottom: 2px;
	left: 10px;
	font: normal 12px Arial, sans-serif;
        color: red;
	z-index: 999;
}