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

body {
	font: 15px/1.5 Arial, Verdana, Geneva, sans-serif;
	color: #000;
	overflow-x:hidden;
	margin: 0;
	word-wrap: break-word;
	/*   добавлено    */
	background-color:#F5EDC9;
	background-image: url(images/bodi.png);
	background-repeat: repeat-x; 
	text-align: left;
	/*  завершение добавлено   */
}
.c-b {
	width: 0;
	height: 0; 
	clear: both;
}

.wrapper {
	width: 1050px;
	margin:0 auto;
}

/*       HEADER         */
#header {
	width: 100%;
}

/*    внесенные изменения      */
#headerD{
	height:40px;
	background-color:;
	margin-top:20px;
	padding-bottom:15px;
}
.hd{
	color: #000;
	text-align: center;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 35px;
	font-style: oblique;
}
#header0{
	height: auto;
	background-color:;
	margin-bottom:px;
	padding-bottom:px;
}
.h0{
	color: #000;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	font-style: italic;
}

#header1{ 	height:4px;
padding-top: 30px;
padding-left:16%;
padding-right:16%;	
}
/*    конец внесенные изменения      */

#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: px solid #c4c4c4;
}
/* навигация горизонтальная верхняя*/
#header  .wrapper > nav ul {
border:px solid red;
background-color:#FFFFFF;
	text-align:center;	
	  position:relative;
	  height: auto;
	 
			-webkit-box-shadow: 0 5px 5px -4px #777;   /*  тень внизу */
       -moz-box-shadow: 0 5px 5px -4px #777;
            box-shadow: 0 5px 5px -4px #777;
			
	border-radius:6px;            /*   закругления  */
-moz-border-radius:5px; 
-khtml-border-radius:10px; 	
}
#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: 12px 0 7px;
	text-transform: uppercase;
	text-decoration: underline;
	float: left;
	/*добавлено*/
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#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: 22px;
}

input:focus {
	outline: none !important;
}
button:focus {
	outline: none !important;
}
/*   ARTICLE    */
#index_post_list_div {
	float: left;
}
 /*    текст рубрик*/  
#list_of_article > li {
	width: 730px;
	background: #fff;
	-webkit-box-shadow: 0 5px 5px -4px #777;   /*  тень внизу */
       -moz-box-shadow: 0 5px 5px -4px #777;
            box-shadow: 0 5px 5px -4px #777;			
	border-radius:6px;            /*   закругления  */
-moz-border-radius:5px; 
-khtml-border-radius:10px; 	

	margin: 3px 0 30px 0px;
	padding-top: 1px;
	overflow-x: hidden; 
	padding-bottom: 12px;
}

#list_of_article > li em{
	color: #000;
	}

#list_of_article > li strong{
	font-weight:600;
	color: #666;
	}	

#list_of_article > li h2{
	font-size:16px;
	font-weight:100;
	color:#a52a2a;
	text-align:left;
	}

#list_of_article > li:first-child {
	margin-top: 0;
}

/* дата сбоку  рубрики и статей */
/*.include_date {           
    position: absolute;
    float: left;
    color: #fff;
    width: 56px;
    background: #8cba94;
    margin-left: -67px;
    margin-top: 17px;
    text-align: center;
    -webkit-border-radius:2px;
		-moz-border-radius:2px;
		border-radius:2px;
		padding: 5px;
}
.include_date span.the_date{
	font-size: 10px;
	margin: 10px 0 0 0;
}
.include_date > span {
	font-size: 30px;
	display: block;
	margin-bottom: -3px;
}
.marginleftonly {
	margin-left: -82px;
}
.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:#A52A2A !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: #999;
}
.labels > i > a {                        /*название рубрики*/
    color: #666 !important;
    text-decoration: none;
    font-style: normal;
}
.labels > i > a:hover {
	text-decoration: underline;
         color: #cf8c2c !important;
}
.labels > i {
	color: #82acbe;
}
.labels > a {                     /*   кнопка - читать   */  
	display: inline-block;
	float: right;
	width: 100px;
        font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size: 18px;
        font-weight:600;
	text-align: center;
	text-decoration: none;
	background: #FFF ;
	color: #333 !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-right: 15px;
	margin-top: -18px;
	padding-top: 7px;
	padding-bottom: 4px;
	border:1px solid #E7BB50 ;
	-webkit-box-shadow: 0 5px 5px -4px #777;   /*  тень внизу */
       -moz-box-shadow: 0 5px 5px -4px #777;
            box-shadow: 0 5px 5px -4px #777;
}
.labels > a:hover {
	background:#EEDB95  !important;
        text-decoration: underline;
	color: #FFF !important;
}
/*   SIDEBAR   */ /*    вертикальная навигация    */
#side_bar {
	float: right;
	margin-right: 0px;
	width:288px;
}
/*   SEARCH_FORM   *//* поиск в сидебар*/
.searchform {
	width: 284px;
	height: 34px;
	background: #FFF;
	border:px solid #cfcfcf;
}
.searchform > input[type="text"] {/*поле поиска*/
	float: left;
	width: 233px;
	height: 15px;
	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: #FFF;*/
	float: left;border:1px solid #F00;
}
.module_subscribe figcaption {     /*текст новые статьи блога*/
	display: block;
	text-align: center;
	color:#A52829 ;
	font-size: 17px;
	padding-top: 6px;
	margin: 0 0 8px 0;
}
.module_subscribe input:focus {
	outline: none;
}
.module_subscribe input[type="text"] {     /*   введите ваш е-майл   */
    width: 244px;
    height: 20px;
    font-size: 15px;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#333;
	padding: 3px;
    border: 1px solid #EEDB95 ;
    margin-left: 18px;
    margin-bottom: 10px;
}
#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: 169px;
    height: 30px;
	
    /*-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;*/
	-webkit-box-shadow: 0 5px 5px -4px #777;   /*  тень внизу */
       -moz-box-shadow: 0 5px 5px -4px #777;
            box-shadow: 0 5px 5px -4px #777;
	
	border-radius:6px;            /*   закругления  */
-moz-border-radius:5px; 
-khtml-border-radius:10px;
	color: #333;
    font-size: 15px;
	
    background: #F5EDC9;
    border: 1px solid #fefefe;
    outline: 0;
    padding:3px;
    margin-left: 62px;
    margin-bottom: 0px;
    cursor: pointer;border:2px solid #EEDB95;     /*   получать на е-майл   */
}
#side_bar > .top_comm_wid > .module_subscribe > button[type="submit"]:hover {
	background: #EEDB95;       /*   получать на е-майл цвет при наведении  */
}

.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;
}

.tagcloud > a {
    display: inline-block;
    background: #e5e8eb;
    padding: 4px 8px 4px 4px;
    margin-top: 11px;
    margin-left: 21px;
    color: #222;
    text-decoration: none;
}
.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;
    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-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size: 20px;
}
body > #content > .wrapper .navigation > a {
	float: left;
	width: 32px;
	font-weight: 500;
	text-align: center;
	color: #A52A2A;
	text-decoration: none;
	margin-left: 1px;
	padding-top: px;
}
body > #content > .wrapper .navigation > .current {
	float: left;
	font-weight: 500;
	width: 29px;
	text-align: center;
	color: #09F;
	margin-left: 5px;
	padding-top: px;
}
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: px solid #c4c4c4;
	border-left: none;
	border-right: none;
	background:  ;
	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;border:1px solid #F00 ;
}*/
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: ;
	margin-bottom:60px;
	font-size: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	
		-webkit-box-shadow: 0 5px 5px -4px #777;   /*  тень внизу */
       -moz-box-shadow: 0 5px 5px -4px #777;
            box-shadow: 0 5px 5px -4px #777;
			
	border-radius:6px;            /*   закругления  */
-moz-border-radius:5px; 
-khtml-border-radius:10px;
background: ;
}
#footer_menu ul > li {
    display: inline-block;
}
#footer_menu ul > li > a {
	color: #5e5e5e !important;
	margin-left: 52px;
	display: block;
	padding-bottom: 15px;
}
#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: 675px;
	background: #fff;
	
		-webkit-box-shadow: 0 5px 5px -4px #777;   /*  тень внизу */
       -moz-box-shadow: 0 5px 5px -4px #777;
            box-shadow: 0 5px 5px -4px #777;
			
	border-radius:6px;            /*   закругления  */
-moz-border-radius:5px; 
-khtml-border-radius:10px;		
	
	margin: 0px 0 30px 0px;
	font-size: 14px;
	color: #5d5d5d;
	overflow-x: hidden; 
	z-index: 0;
}

#main_content em{
	color: #000;
	}

#main_content strong{
	font-weight:600;
	color: #666;
	}	

#main_content h1 {
	font-size: 20px;
	color:#A52A2A ;
	margin-bottom: 17px;
	font-weight:300;	
}
#main_content h2 {
	font-size:16px;
	color:#A52A2A;
	margin-bottom: 10px;
	font-weight:100;
}
#main_content h3 {
	font-size: 16px;
	font-weight: 200;
	color: #300;
	margin-bottom: 10px;
}
#main_content h4 {
	font-size: 15px;
        font-weight: 400;
	color: #999;
	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: #F5EDC9;
	border: 1px solid #EED088;
	border-left: 2px solid #A52A2A;
	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;border:1px solid #F00;*/
}
#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 5px 5px -4px #777;   /*  тень внизу */
       -moz-box-shadow: 0 5px 5px -4px #777;
            box-shadow: 0 5px 5px -4px #777;
			
	border-radius:6px;            /*   закругления  */
-moz-border-radius:5px; 
-khtml-border-radius:10px;		
	
	margin: 0px 0 30px 0px;
	font-size: 13px;
	color: #5d5d5d;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#main_content_post #main_div {   /*поле текста заметок*/
	width: 700px;
	padding: 2px 0 16px 0;
	overflow-x: hidden; 
}

#main_content_post #main_div em{
	color: #000;
	}
#main_content_post #main_div strong{
	font-weight: 600;
	color: #666;	
		}

#main_content_post #main_div h2 {
	font-size:16px;
	font-weight:100;
	color:#a52a2a;
	}

#main_content_post #main_div h3 {
	font-size:15px;
	font-weight: 200;
	color: #300;
	}
	
#main_content_post #main_div h4 {
	font-size:14px;
	font-weight: 200;
	color: #999;
	}	

#main_div img {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width:100%;
	height:auto;
}
.line_block_about {                   /* выше поле текста заметок*/
	border-bottom:1px solid #F3DEAF;
	padding: 10px 0 8px 20px;
	margin-bottom: 25px;
     border-radius:6px;            /*   закругления  */
-moz-border-radius:5px; 
-khtml-border-radius:10px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:14px;
}
.line_block_about i {                /* имя автора и месяца*/
	text-decoration: none;
	color: #666;
	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: #666;
	font-style: normal;
	margin-left: 1px;
}
.author_line_block_about {             /*Автор*/
	color: #999;
        margin-left:40px;
}
#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: 20px;
	color: #999 !important;
}
.line_block_about .amount_of_comments:hover {
	text-decoration: underline;
        color: #cf8c2c !important; 
}
.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');
}


.post h1 {
	font-size: 1.45em;
	font-weight:500; color: #A52A2A;
}
.post h2 {font-size: 1.30em;
font-weight:500;
}

.post h3 {font-size: 1.15em}
.post h4 {font-size: 1.10em}
.post h5 {font-size: 1.00em}
.post h6 {font-size: 0.95em}
.post p {font-size: 1.15em}
.post h1 {color: #A52A2A;}
.post h2 {color: #000;}
.post h3 {color: #333;}
.post h4 {color: #00a2ff}
.post h5 {color: #ff9600}
.post h6 {color: #333}
.post p {color: #333}





#main_content_post h1 {     /*Поле заголовка заметок*/
	font-size: 22px;
	color: #A52A2A;
	margin-bottom: 9px;
}
#main_content_post h2, #main_content_post .single_box > h1 {
	font-size: 20px;
	color:#A52A2A; ;
	margin-bottom: 9px;
	font-weight:300;
}
#main_content_post h3 {
	font-size: 18px;
	color: #808080;
	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: 15px;
	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: 1px 0 3px 0;
}
#main_content_post ul li {
	font-size: 16px;
	color: #3a3a3a;
	padding-left: 24px;
	margin-bottom: 5px;
}
/*#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: 710px;
    margin-left: 10px;
    margin-top: 3px;
	 background: ;
	
	
	
}
div#respond { 
	/*border: none !important;
	border: 1px solid #c4c4c4; 
	background: #e5e8eb !important;
	margin-top: 25px;
	padding:0 !important;	*/
}
.comment_form_block{
    border: px solid #c4c4c4;
    background: #FFF !important;
    margin-top: 10px;
    padding: 0 10px !important;border:1px solid #FFF;
	
		-webkit-box-shadow: 0 5px 5px -4px #777;   /*  тень внизу */
       -moz-box-shadow: 0 5px 5px -4px #777;
            box-shadow: 0 5px 5px -4px #777;
			
	border-radius:6px;            /*   закругления  */
-moz-border-radius:5px; 
-khtml-border-radius:10px;		
}

.comment_form_block table{     /*блок имени, майла, сайта*/
		width: 100%;
    margin: 20px auto 10px auto;
}

#cancel-comment-reply-link{
    font-weight: bold !important;
    margin: 0 0 0 10px;
}
#respond h3 {
	display: none;
}
#respond span {
	display:block;
	font-size: 20px;
	color: #737374;
	margin-left: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.myposition {
	margin-bottom: 0;
}
#comment {                    /*текст коментария*/
  width: 100%;
	height: 61px;
	padding:5px;
	color: #3C3C3C;
	font-size: 13px;
	background: #fff;
	border:1px solid #E7BB50;
	font-family: Helvetica, Arial, Tahoma;
	border-radius:3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	margin: 10px 0 0 0;
}
.comment-link{
	color: #0a0a0a;
}
.comment-link:hover{
	text-decoration: underline;
}
.form-submit {               /*блок следить за комент и кнопка отправить*/
	padding: 20px 14px 0;
	text-align:right;
}
#respond input:focus {
	outline: 0;
}
#respond input[type="text"] {          /* кнопки имя, майл, сайт */
	width: 92%;
	height: 14px;
	display: inline-block;
	padding: 8px;
	color: #3C3C3C;
	font-size: 13px;
	background: #fff;
	border:1px solid #E7BB50;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#respond input[type="submit"] {       /*кнопка отправить*/
	background: #FFF ;
	width: 192px;
	height: 32px;
	padding:5px;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 0;
	margin-top: 3px;
	margin-bottom: 22px;
	border:0;
	font-size: 16px;
	-webkit-box-shadow: 0 5px 5px -4px #777;   /*  тень внизу */
       -moz-box-shadow: 0 5px 5px -4px #777;
            box-shadow: 0 5px 5px -4px #777;
	cursor: pointer;border:1px solid #E7BB50;
}
#respond input[type="submit"]:hover {
	background: #EEDB95;
}
.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: 5px;
	margin-bottom:10px;
	background: #fefefe;
	padding: 10px 10px 0 10px;
	border: px solid #ccc;border:1px solid  #FFF;
	
		-webkit-box-shadow: 0 5px 5px -4px #777;   /*  тень внизу */
       -moz-box-shadow: 0 5px 5px -4px #777;
            box-shadow: 0 5px 5px -4px #777;
			
	border-radius:6px;            /*   закругления  */
-moz-border-radius:5px; 
-khtml-border-radius:10px;		
	
		
}
#commentators_block ul > li > div {      /*блок текста комментария*/
	background: #fff;
	padding:10px;
	border:1px solid#E7BB50 ;
	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;
}
.card {
	width: 85%;
	float: right;
	overflow-x: hidden; 
}
.card .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;
}
.card .top_listen .comment-edit-link {
	color: #aabdc5;
	font-size: 12px;
	text-decoration: none;
	margin-left: 14px;
}
.card .top_listen .comment-edit-link:hover {
	text-decoration: underline;
}
.card 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: px;
    margin-bottom: 21px;
    float: left;
	border:1px solid #FFF;      /*нужно*/
	
	-webkit-box-shadow: 0 5px 5px -4px #777;
       -moz-box-shadow: 0 5px 5px -4px #777;
            box-shadow: 0 5px 5px -4px #777;
	
	
	border-radius:6px;  
-moz-border-radius:5px; 
-khtml-border-radius:10px;
}
.top_comm_wid > h3 {      /* в сиде бар заголовки  шапка виджетов */
    color: #A52829;
	display: block;
	font-size: 17px;
	
	text-align:center;
	padding-top: 14px;
	padding-bottom: 1px;
	font-weight: normal;
	background:url(images/h.gif) no-repeat left 0px;	
	background:#FFF ;
}
.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: 286px;
	background: #fff;
	padding-top:10px;
	padding-bottom: 1px;
	float: left;	
}
.top_comm_wid > ul li {         /*текст рубрик и последних записей  в сиди бар*/  
	width:80%;
	margin:0 auto;
	margin-bottom: 12px;
	color: #a8acb0;
	font-size: 16px;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display:block;
	padding-left:10px;	
}
ul.top_comm_list {
	text-align:center;
}
.top_comm_wid > ul.top_comm_list li {
	width:65px;
	margin:0 10px 12px;	
	display:inline-block;
	vertical-align:top;
	padding-left:0;
	text-align:left;
}
.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: #0a0a0a;
	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: px 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;
}

#smile-panel {
	width: 174px;
	height: 89px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: 10px;
	overflow-y: scroll;
	overflow-x: hidden;  
	padding: 10px;
	background: #fff;
	border: 2px solid #919ba4;
	display: none;
}

.comment-form-email{
    padding: 0 6%;
}

.smileblock {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 9;
}
.newtextarea {
	position: relative;
}
.button_txt_smile {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 31px;
	height: 20px;
	background: url('images/smile-form.png') no-repeat;
	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; 
}

/*-------------------------------- Contact --------------------------------*/

#contact_form {
        position: relative;
        width: 100%;
	margin-top: 20px;
}

.contact_left {
        float: left;
        width: 131px;
}

.contact_right {
        float: right;
	width: -moz-calc(100% - 155px);
	width: -webkit-calc(100% - 155px);
	width: calc(100% - 155px);
}

.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: 100px;
        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: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
        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:#f7f7f7 ;
        border: none;
        border-radius: 4px;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	color: #666;
	transition: background-color ease-in-out .15s;
	cursor: pointer;border:1px solid #aaaaad ;
}
.contact_submit:hover { background:  #E5E8EB; }

.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;
}

#main_content img {
	max-width:100%;
	height:auto;
}

/*.comment .comment-form-author, .comment .comment-form-email, .comment .comment-form-url {
	width:96%;
	margin:8px auto;
}*/

.comment #respond input[type="text"] {
	width:97% !important;
	margin:0 auto;
	padding-left: 1%;
	padding-right: 1%;
	display:block;
}

.urlspan:hover{
	text-decoration: underline;
}

.clear{
	clear: both;
}

.similar_records{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	
	margin-bottom: auto;
	}


