ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 10px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	}


h2 {
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	}
	
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0px; 
	margin-bottom: 0px; 
	}
	
h1 {font-size: 240%; }
h2 {font-size: 180%; color: #fe9900; font-weight: normal;}
h3 {font-size: 140%; }
h4 {font-size: 100%; }
h5 {font-size: 70%; }
h6 {font-size: 50%; }

.entry h1, .entry h2, .entry h3, .entry h4 {
	clear:both;
	}
	
code, pre {
	font-family: "Courier New", Courier, monospace; 
	}
	
label {
	cursor: pointer; 
	}
	
table {
	font-size: 100%; 
	}
	
td, th {
	vertical-align: top; 
	}
	
body {
	font-size: 100.1%; 
	}
	
/* -----------------------------------------------------------------------------------------------------------
------------------------------------- BASE LAYOUT ------------------------------------------------------------ 
------------------------------------------------------------------------------------------------------------ */

.clear-columns {
	clear: both; 
	}
	
#outer-column-container {
	border-left: solid 13em #fff; 
	border-right: solid 13em #fff; 
	}
	
#inner-column-container {
	width: 100%; 
	}
	
#source-order-container {
	float: left; width: 100%; margin-right: -1px; 
	}
	
#left-column {
	float: left; 
	margin-left: -13em; 
	width: 13em; 
	margin-right: 1px; 
	}
	
#middle-column {
	float: right; 
	width: 100%; 
	margin-left: -1px; 
	}
	
#right-column {
	float: right; 
	margin-right: -13em; 
	width: 13em; 
	margin-left: 1px; 
	}
	
body {
	background-color: #ccc; 
	color: #000; 
	padding: 0px; 
	margin: 14px 0px; 
	}
	
#masthead {
	padding-top: 1px; 
	border-bottom: solid 1px #000; 
	}
	
/**************** change middle column left and right borders *****************/

#inner-column-container {
	border: solid 0px #000; 
	border-width: 0 0px; 
	margin: 0 -0px; 
	}
	
#middle-column div.rMenu-center {
	border-bottom: solid 1px #000; 
	}
	
#footer {
	border-top: solid 1px #000; 
	padding-bottom: 1px;
	}
	
.inside {
	margin: 10px; 
	}

/* -----------------------------------------------------------------------------------------------------------
------------------------------------- HACKS ------------------------------------------------------------------ 
------------------------------------------------------------------------------------------------------------ */

.clear-columns { 
	/* hide from IE/Mac \*/ padding-bottom: 1px; margin-bottom: -1px;	
	}
	
* html #page-container { 
	/* \*/ height: 0.1%; position: relative; 
	}
	
* html #middle-column, * html #left-column, * html #right-column, * html #source-order-container {
	/* hide from IE/Mac \*/ overflow: visible; 
	/* hide from IE/Mac \*/ position: relative; 
	}
	
* html #middle-column {
	margin-right: -4px; margin-right/* */: 0; 
	}
	
* html #middle-column .inside { 
	margin-right: 14px; margin-right/* */: 10px;
	}
	
* html #masthead, * html #footer { 
	/* hide from IE/Mac \*/ height: 0.1%; height/**/: auto;	 
	}
	
* html #masthead .inside, * html #footer .inside {
	margin-top: 0; margin-bottom: 0; margin/* */: 10px; 
	}
	
* html .inside {
	margin: 10px 0.75em; margin/* */: 10px; 
	}

* html #inner-column-container {
	display: block; 
	}
	
* html #source-order-container {
	margin-right: -100%; /* \*/ margin-right: -1px; 
	}
	
#left-column, #right-column {
	position: relative; 
	}
	
/******************************************************************************/

#page-container {
	font-size: 80%; 
	font-family: tahoma, candara, helvetica, verdana, arial, sans-serif; 
	}
	
#page-container, #inner-column-container, #masthead, #footer {
	border-color: #99a;
	}
	
#outer-column-container {
	border-left-color: #f6f6f6; 
	border-right-color: #e6e6e6;	
	}
	
#masthead {
	background-color: #f6f6f6;	
	}
	
#footer {
	background-color: #e6e6e6;
	}
	
#inner-column-container {
	background-color: #fcfcfc; 
	}
	
#left-column h3, #right-column h3 {
	margin-bottom: 0; 
	}
	
#right-column p, #right-column ul {
	margin-top: 0px; 
	}

#left-column .inside ul, #right-column .inside ul {
	list-style-type: none;
	margin: 0px; 
	padding: 0px; 
	}
	
/*#left-column .inside ul li, #right-column .inside ul li {
	margin: 2px 0px 2px 5px;
	}*/

a:link, a:visited, a:active {
	color: #004b9f; 
	text-decoration: none; 
	}
	
a:hover {
	text-decoration: underline; 
	}
	
.inside h1{ 
	font-family: tahoma, verdana, arial, sans-serif; 
	line-height: 1.0em; 
	font-size:2.5em; 
	font-weight: normal;
	margin: 10px 5px 10px 0;
	color: #FE9900;
	}
	
a.header:link, a.header:visited, a.header:active, a.header:hover {
	color: #999; 
	text-decoration: none; 
	font-size: 24px;
	}

/* CSS for forms -------------------------------------- */

form {
	margin: 0; 
	padding: 0; 
	}

.submit input {
	margin-left: 4.5em; 
	}
	
form input {
	color: #000; 
	background: #efd3de; 
	/*border: 1px solid #c2547d;*/ 
	}
	
.submit input {
	color: #000; 
	background: #fff; 
	border: 2px outset #999; 
	height: 18px; 
	padding:0
	}
	
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {min-width: 0; display: inline-block; /* \*/	display: block; }
* html .clearfix {/* \*/  height: 1%;}

body {background: #ffffff; color: #000000; margin: 0 0;}

#modernbricksmenu {
	padding: 0; 
	width: auto; 
	background: transparent; 
	border-bottom: dashed 1px #cccccc; 
	border-left: dashed 1px #cccccc; 
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
#modernbricksmenu ul{
	font: bold 11px Arial; 
	margin:0px; 
	margin-left: 0px; 
	padding: 0px; 
	list-style: none;
	}
	
#modernbricksmenu li {
	display: inline; 
	margin: 0px; 
	padding: 0px; 
	text-transform:uppercase; 
	}
	
#modernbricksmenu li:first-child {
	margin-left: 1px; 
	}
	
#modernbricksmenu a {
	float: left; 
	display: block; 
	color: #666666; 
	margin: 0 0 0 0; /*Margin between each menu item*/ 

	padding: 5px 10px; 
	text-decoration: none; 
	letter-spacing: 1px;
	background-color: #ffffff; 
	border: dashed 1px #cccccc; 
	border-width: 0 1px 0 0
	}
	
#modernbricksmenu a:hover {
	color: #000000; 
	background-color: #eeeeee; 
	}
	
#modernbricksmenu li.current_page_item a {
	color: #000000; 
	background-color: #eeeeee; 
	}
	
#modernbricksmenuline { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #ffffff; 
	border-top: dashed 1px #cccccc; 
	/*border-bottom: solid 2px #cccccc*/ 
	}
	
#modernbricksmenuline2 { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #ffffff; 
	/*border-top: solid 2px #cccccc;*/ 
	border-bottom: dashed 1px #cccccc 
	}

.line1pix { 
	width: 100%; 
	height: 1px; 
	margin: 0px; 
	border-top: 1px dashed #cccccc; 
	padding: 0; 
	margin: 10px 0 10px 0; 
	display: block; 
	font-size: 1px; 
	}
	
.headerleft {
	float: left; 
	/*width: 49%;*/ 
	text-align: left; 
	margin-bottom: 0; 
	margin-top: 0; 
	position: relative; 
	padding-bottom: 0;
	}
	
.headerright {
	float:right; 
	width: 15em; 
	padding: 0; 
	margin: 13px -1px 0 0; 
	background: #ffffff; 
	border: 1px dashed #cccccc; 
	border-width: 1px 1px 0 1px
	}
	
.postmetadata {
	clear:both
	}
	
.post {
	/*border-bottom: dotted 1px #ccc;*/ 
	margin-bottom: 20px; 
	}
	
/*#left-column .inside ul li, #right-column .inside ul li {
	margin: 2px 0px 2px 0px;  
	}*/
	
/*#left-column .inside ul li ul li, #right-column .inside ul li ul li {
	margin: 2px 0px 2px 5px;  
	}*/
	
/*#left-column .inside ul li a, #right-column .inside ul li a {
	text-decoration: none; 
	font-weight: normal; 
	color: #666; 
	padding: 0px 0px 0px 5px; 
	border-left: solid 7px #dddddd; 
	display: block
	}*/
	
* html #left-column .inside ul li a, #right-column .inside ul li a {
	display:inline-block; 	  /*IE6 needs inline-block */
	display:inline;
	}

* + html #left-column .inside ul li a, #right-column .inside ul li a {
	display:inline-block;	/* IE7 needs inline-block */
	display:inline;
	}
	
/*#left-column .inside ul li a:hover, #right-column .inside ul li a:hover {
	text-decoration: none; 
	color: #000; 
	padding: 0px 0px 0px 5px; 
	border-left: solid 7px #000; 
	}*/
	
#footer .inside, #footer .inside a {
	color: #999; 
	font-weight: normal;
	font-size: 12px;
	}
	

/* -----------------------------------------------------------------------------------------------------------
------------------------------------- New WP 2.6 image caption ----------------------------------------------- 
------------------------------------------------------------------------------------------------------------ */
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px 0 0 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 13px;
   padding: 2px 4px 5px;
   margin: 0;
   color: #666;
	}

.li {
	float: right;
}
div#zakbut {padding: 10px 0 0 0;}

/* Социальные сети */
.soc_vk{background:transparent none 0px 0px; width:91px;height:18px;}
.soc_jj{background:transparent none 0px -18px; width:105px;height:18px;}
.soc_tw{background:transparent none 0px -36px; width:105px;height:18px;}
.soc_vk, .soc_jj, .soc_tw {background-image: url(http://s.zlyuk.ru/i/social_sprite.gif); overflow:hidden;}
ul.b-article-actions {float:left;margin:0 0 10px;}
ul.b-article-actions {float:left;list-style:none outside none;}
ul.b-article-actions li {outline:0 none;}
ul.b-article-actions {overflow:hidden;}
ul.b-article-actions li {float:left;margin-left:5px;}
ul.b-article-actions li a {color:#53920D;}
ul.b-article-actions img {border:medium none;}