@import "css/merriweather.css";

#coolybs ul {list-style: decimal !important; padding-left: 4em !important; }
#coolybs ul li { display: list-item !important; margin-bottom: 1em; }
ol {list-style: decimal; padding-left: 2em;}
ol li { display: list-item !important; margin-bottom: 0.2em; font-size: large;}

img {
	border: 0 !important;
}

body {
	text-align: center !important;
	color: #000;
	background: #fff;
	font-size: 0.8em;
	font-family: Verdana;
}
a {
	text-decoration: underline;
	color: #0078C8;
}

a:visited {
	color: #9AC0CD;
}
div#header {
	width: 100%;
}
div.inner {
	width: 100%;
	max-width: 950px;
	margin: auto;
	text-align: left;
	padding: 50px 0 50px;
}
div#header h2 {
	font-size: 1.4em;
	padding: 0.2em 0;
	float: left;
	width: 40%;
}
div#header h2 a {
	color: #333;
}
ul#navigation {
	float: right;
	width: 50%;
	position: relative;
	top: 7px;
	text-align: right;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	color: #BFDCFE;
	font-size: 1.2em;
	margin: 10px;
	text-shadow: 1px 0px #2B4462;
}
ul#navigation li.active a {
}
ul#navigation li a:hover {
	color: #fff;
}
ul#sidebar input#s {
	width: 100px;
}
a#rss-link, a#technorati-link, a#ya-link, a#mail-link {
	display: block;
	float: left;
	color: #999;
	font-size: 13px;
	position: relative;
	top: 4px;
	margin: 0 20px 0 0;
}
a#rss-link {
	background: url('images/rss.gif') no-repeat left center;
	padding: 0 0 1px 17px;
}
a#technorati-link {
	background: url('images/userinfo.gif') no-repeat left center;
	padding: 0 0 1px 19px;
}
a#ya-link {
	background: url('images/favicon.ico') no-repeat left center;
	padding: 0 0 1px 19px;
}
a#mail-link {
	background: url('images/mail.gif') no-repeat left center;
	padding: 0 0 1px 19px;
}
a#rss-link, a#technorati-link, a#ya-link, a#mail-link {
	color: #999!important;
}
a#rss-link:hover, a#technorati-link:hover, a#ya-link:hover, a#mail-link:hover {
	color: #fff!important;
}
div#wrapper {
	width: 100%;
	text-align: left;
	max-width: 1000px;
	margin: auto;
}
div#content {
	width: 100%;
	max-width: 730px;
	float: left;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}
ul#sidebar {
	display: block;
	width: 240px;
	float: right;
	padding: 20px 0 0;
	font-size: 1.2em;
}
ul#sidebar h2 {
	font-size: 1.4em;
}
ul#sidebar li {
	/* margin: 0 0 7px; */
	padding: 0 0 10px;
	/*	border-bottom: 1px dotted #ccc; */
}
ul#sidebar li ul li {
	font-size: 0.9em !important;
	margin: 0;
	border: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	margin: 7px 0;
	border-bottom: 1px dotted #ccc;
}
ul#sidebar ul.block-list li a:hover {
}
h2, h3, h4, h5, h6 {
	color: #000;
}
h2, h1 {
	font-size: 2.2em;
	margin: 0 0 15px!important;
	letter-spacing: 0;
	line-height: 1.6em;
	font-family: 'Merriweather';
	font-weight: 300;
}
h2 a { color: #369; text-decoration: none; }
h2 a:hover {
	color: #369;
}
h3 {
	font-size: 1.4em;
	margin: 40px 0 30px;
}

h4 {
	font-size: 1.3em;
}
div.post-title {
	margin: 0 0 10px;
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #999;
	font-size: 1.1em;
}
div.post-title h3 a {
}
div.post-title h3 a:hover {
}
p {
	margin: 0 0 10px;
	font-size: large;
	line-height: 1.8em;
}
span{
    font-size: large;
}
p img {
	background: #fff;
	padding: 5px;
/*	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc; */
}
p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
}
div.post-content ol {
	list-style: decimal;
}

blockquote {
	font-size: 1.1em !important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 1.5em !important;
	display: block;
}
blockquote p {
	font-size: 1.1em !important;
	line-height: 1.5em !important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
}
cite a:hover {
	color: #999;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	padding: 10px 0;
	/*margin: 0 0 25px;*/
	
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 0.9em;
	background: #eaf3f9 url('images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
}
div.post-meta a:hover {

}
ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	width: 100px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
}
cite.comment-author a:hover {
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 350px;
	float: left;
	padding: 0 0 0 10px;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 1.1em;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 1em;
	text-align: center;
}
table#wp-calendar th {
	font-size: 1.1em;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
div#footer {
	clear: both;
	padding: 15px 0;
	display: block;
	width: 100%;
	text-align: left;
}
div#footer p {
	margin: 50px auto;
	color: #333;
	width: 950px;
	font-size: 0.9em;
}
div#footer a {
	color: #999;
}
div#footer a:hover {
	color: #000;
}
div#footer p#blog-name {
	font-size: 1.2em;
	color: #aaa;
	width: 100%;
	max-width: 900px;
}
/* added for me */
.comm { padding:0px; font-size: 1.4em; }
.comm a{ color:#808080;}

a.google-buzz-button .buzz-counter{margin:-3px 10px}
#searchsubmit{cursor:pointer}
/* Some additional options from Vadim Gots :) */
div.bookmarkz {text-align: center; margin: 10px 0;}

div.textwidget { line-height: 1.6em; }
h2.widgettitle { padding-top: 30px; }
h2.widget-interval { margin-top: 40px; }
h2
div.imgdisplay{ border-bottom: none; border-top: none; display: block; background: none; padding: 0; margin-bottom: 30px; }
.tweettext { line-height: 1.6em; }
div.post-navigation { padding-bottom: 50px; font-size: 18px; }
.post-navigation div { width: 40%; float: left; }
a.kbrsswidget { margin-bottom: 15px; display: block; line-height: 1.6em; }
.kakh2, .kakh1 {
font-size: 2.2em;
margin: 0 0 28px!important;
letter-spacing: 0;
line-height: 1.6em;
font-family: 'Merriweather';
font-weight: 300;
}
h1.mh2
{
	margin: -40px 0px 0px 0px !important;
	text-align: left;
	font-style: italic;
}
h1.mh2:first-letter {
    text-transform: uppercase;
}


.mobileCloud{
	position: absolute;
	display: none;
	left: 0 !important;
    top: 200px !important;
    background: #fff;
    padding: 10px !important;
    box-sizing: border-box;
    word-wrap: break-word;
    border-radius: 25px;
    margin: 0 10px !important;
    z-index: 1500;
}

.mobileCloud a {
	color: #000 !important;
	display: inline-block;
	padding: 0 10px;
	min-height: auto;
	line-height: initial;
}
.mobileCloud .currentTag  {
	color: #0078C8 !important;
	font-size: 35px !important; 
	font-style: italic;
}

.modal-close {
	position: inherit;
	left: 95%;
	cursor: default;
}
.tagcloud a#metka{
	color: #DB4439;
}
.kakh2 a {
color: #369;
text-decoration: none;
}
.kakh2.widgettitle{
font-size: 1.4em;
padding-top: 30px;
color: #000;
}
.kakh3 {
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-size: 1.4em;
margin: 10px 0 10px;
display: block;
font-size: 1.17em;
}
div.post-title .kakh3 {
color: #999;
font-size: 1.1em;
}

#search { margin-bottom: 10px; margin-top: 10px; }
#searchform input,
#search input {
	font: 14px Verdana, Arial, Sans-Serif;
}
#s, .search { width: 220px; padding: 10px; border: 1px dotted #ccc; }
#searchsubmit, .go {
	background: none;
	/*background: url(http://alexpro.name/blogun/find.png) no-repeat;*/
	border: 0;
	color: #fff;
	font-weight: bold;
	overflow: visible;
	cursor: pointer;
height: 20px;
width: 20px;
}
.screen-reader-text {display:none;}
.nav-links a,.nav-links span.page-numbers{
	text-decoration: none;
    color: #0078C8;
    font-size: 16px;
    padding: 2px 10px;
}
.nav-links span.current{
	color: #fff;
    background-color: #B3B3B3;
    border-radius: 8px;
}
.page-navig{
	padding:30px 0px;
}


.ig-wrapper{
	width: 640px;
	background-color: #F9F4EE;
	overflow: hidden;
	padding: 0px 10px;
	display:none;
}
.collapse2{
	display:none;
	display: block;
    font-size: 17px;
    font-family: arial;
    cursor: pointer;
    color: #0078C8;
    padding: 8px;
    text-decoration: underline;
}
.ig-left, .ig-right, .ig-top, .ig-bottom, .ig-wrapper, .ig-cifra{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ig-left, .ig-right{
	width: 305px;
	float: left;
}
.ig-left{
	border-left: 7px solid #6799A4;
	padding-bottom: 20px;
	box-shadow: inset 7px 0px 0px #70BDCD;
}
.ig-right{
	margin-left: 10px;
	border-right: 7px solid #BD6E35;
	padding-bottom: 20px;
	box-shadow: inset -7px 0px 0px #EC6B1A;
}
.ig-top-wrapper{
	overflow: hidden;
}
.ig-top{
	width: 70%;
	height: 50px;
	float: left;
	color: white;
    font-family: arial;
    font-size: 21px;
    line-height: 42px;
	padding-left: 8px;
}
.twins{
	line-height: 28px;	
}
.twins .from{
	line-height: 8px;
    font-size: 12px;
}
.ig-cifra{
	width: 30%;
	height: 50px;
	float: left;
	font-size: 60px;
    font-family: arial;
    line-height: 60px;
    padding-left: 7px;
}
.ig-left .ig-cifra{
	color: #72BECE;
}
.ig-right .ig-cifra{
	color: #EE752E;	
}
.ig-bottom{
	width: 100%;
	height: 112px;
	font-family: arial;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 8px;
    text-shadow: 1px 1px 1px #fff;
}
.ig-15{
	line-height: 15px;
}
.ig-80{
	height: 80px;
}
.ig-95{
	height: 95px;
}
.ig-65{
	height: 65px;
}
.ig-left .ig-bottom{
	border: 7px solid #70BDCD;
	background-color: #DCE8E8;
}
.ig-left .ig-top{
	background-color: #6799A4;
	border: 7px solid #70BDCD;
	border-bottom-width:0px;
}
.ig-right .ig-bottom{
	border: 7px solid #EC6B1A;
	background-color: #F7D8C3;
}
.ig-right .ig-top{
	background-color: #BD6E35;
	border: 7px solid #EC6B1A;
	border-bottom-width:0px;
}
.header-top-left, .header-top-right{
	float: left;
	overflow: hidden;
}
.header-top-right{
	margin-left: 10px;
	width: 460px;
}
.header-top-left{
	width: 150px;
    text-align: center;
    font-size: 18px;
    font-family: arial;
    color: #fff;
    background-color: #6799A4;
    font-weight: 200;
    height: 159px;
    line-height: 20px;
    text-transform: uppercase;
}
.header-top-left div{
	line-height: 18px;
}
.header{
	overflow: hidden;
	padding-top: 10px;
}
.header-top{
	overflow: hidden;
	margin-bottom: 10px;
}
.left{
	float: left;
}
.header-top-right .left:nth-child(1){
	width: 150px;
	background: #70BDCD;
}
.header-top-right .left:nth-child(2){
	width: 280px;
	background: #BD6E35;
	padding-left: 30px;
}
.top-right-top{
	margin-bottom: 10px;
	overflow: hidden;
}
.top-right-top div{
	height: 25px;
}
.top-right-bottom{
	overflow: hidden;
}
.top-right-bottom div{
	height: 124px;	
}
.top-right-bottom .left:nth-child(1){
	color:#fff;
	font: 124px/124px Arial;
	text-align: center;
}
.font-38{
	background: #EF752C !important; 
	font: 38px/38px Arial;
	color:#fff;
}
.header-middle{
	overflow: hidden;
}
.header-middle .left{
	height: 25px;
}
.header-middle .left:nth-child(1){
	width: 150px;
	background: #6799A4;
	margin-right: 10px;
}
.header-middle .left:nth-child(2){
	width: 150px;
    background: #70BDCD;
}
.header-middle .left:nth-child(3){
	width: 310px;
	background: #BD6E35;
}
.header-bottom{
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.header-bottom .left:nth-child(1){
	padding-left: 5px;
	background: #6799A4;
	height: 143px;
}
.header-bottom .left:nth-child(1) img{
	width: 145px;
}
.header-bottom .left:nth-child(2){
	width: 440px;
    margin-left: 10px;
    font: 13px/16px arial;
    padding: 10px;
    height: 104px;
    text-shadow: 1px 1px 1px #fff;
    box-shadow: inset -7px 0px 0px #BD6E35, inset -14px 0px 0px #EE752C;
}
.top-padding{
	padding-top: 6px;
}
.orange{
	color:#70BDCD;
	font-weight: bold;	 	
}
.green{
	color:#BD6E35;
	font-weight: bold;	
}
.abs-left, .abs-right{
	width: 350px;
	position: absolute;
}
.sub-header{
	position: relative;
    height: 141px;
    background-image: url(/img/bg.jpg);
    background-position: 0px 0px;
    margin-top: -25px;
    z-index: 0;
}
.abs-right{
	right: 0px;
	height: 90px;
	top: -14px;
	padding-top: 40px;
}
.abs-right div{
	padding-left: 130px;
	font-family: arial;
}
.sub-header-right-middle, .sub-header-left-middle{
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.sub-header-right-top, .sub-header-left-top{
	font-size: 14px;
}
.sub-header-right-top span{
	font-size: 16px;
	font-weight: bold;
	color:#EE752E;
}
.sub-header-left-top span{
	font-size: 16px;
	font-weight: bold;
	color:#72BECE;
}
.sub-header-right-bottom, .sub-header-left-bottom{
	font-size: 12px;
}
.abs-left{
	top:40px;
}
.abs-left div{
	padding-left: 5px;
	font-family: arial;
	width: 90%;
}
.sup-header{
	box-shadow: inset -7px 0px 0px #BD6E35, inset -14px 0px 0px #EC6B1A;
    height: 45px;
    margin-top: -24px;
    position: relative;
}
.left-sup-header{
	position: absolute;
    left: -14px;
    top: 18px;
    box-shadow: 7px 0px 0px #6799A4, 14px 0px 0px #70BDCD;
    height: 30px;
    width: 14px;
}
.ig-310{
	height: 320px;
}
.ig-165{
	height: 165px;
	margin-bottom: 10px;
}
.ig-95{
	height: 95px;
}
.ig-top.frees{
	padding-top: 6px;
	font-size: 13px;
	line-height: 16px;
}
.ig-200{
	height: 200px;
}
.ig-115{
	height: 115px;
	margin-bottom: 10px;
}
.ig-120{
	height: 120px;
}
.ig-footer{
    font: 14px/14px Arial;
    margin: 0px 0px 10px -14px;
    box-shadow: inset -7px -7px 0px #BD6E35, inset -14px -14px 0px #EC6B1A;
    height: 40px;
    text-align: center;
}
.clearfix{
	clear: both;
}
.ig-usor{
	height: 141px;
    box-shadow: inset 7px 0px 0px #6799A4, inset 14px 0px 0px #70BDCD;
    position: absolute;
    width: 100%;
    margin-left: -7px;
}
.ig-left.usor{
	position: relative;
}
.ig-wrapper p, .ig-wrapper hc{
	display:none;
}

.currentTag {
	font-style: italic;
	color: #1bc1e8 !important;
	font-size: 35px !important;
}

.layout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
	z-index: 1000;
}

@media (max-width: 870px) {
	ul#sidebar{
	float: none;
	margin: 0 auto;
	}
	a {
	min-width: 48px;
	min-height: 48px;
	}
	div.post-content img{
	max-width: 100%;
	max-height: 200px;
	}
	.element-form-container ul.element-menu li{}
	div#header {padding-top: 70px;
	}
	div#wrapper {

	}
}

}


//подключаем jquery 

if (!is_admin ()) { 

wp_deregister_script ('jquery'); 

wp_register_script ('jquery', («http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js»), false); 

wp_enqueue_script ('jquery'); 

}


.new_content p{
	line-height: 1.4em;
	margin-bottom:10px;
    font-family: 'glober';
}
.new_content a{
    font-family: 'glober';
}
.new_content li{
	font-size:1em;
	line-height: 135%;
    font-family: 'glober';
}
.new_content h2{
	font-size: 1.5em;
	line-height: 135%;
    font-family: 'glober';
    font-weight: 600;
}
.new_content a:visited{
	color:#0078C8;
	text-decoration:none;
}
#text-7 p, #text-5 p, #text-6 p{
    line-height: 135%;
    margin-bottom: 0;
}
.viavi_twitter_feeds.widget .imgdisplay{
    font-size: 14px;
}
.img_center{
    text-align: center;
    margin-bottom: 15px;
}
.viavi_twitter_feeds{
        padding: 20px 0 0 !important;
}
.js-link .js-link_dotted{
    font-size: 1em !important;
}