/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
	width: 1255px;
	margin: 0 auto;
}

*/
#colophon {
	clear: both;
	display: block;
	width: 100%;
}
.clr{
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* Grid system http://webdesignerwall.com/tutorials/the-simpler-css-grid
margin-left: 30px;
.container {width: 978px;margin: 0 auto;}
-------------------------------------------------------------- */
.grid1, .grid1p, .grid2, .grid2p, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
	float: left;
}
.grid1 {
	width: 397px;
}
.grid1p {
/*397-250=147 зменшуєм ліву, зате збільшуєм центральну на всіх сторінках крім головної*/
	width: 250px;
}

.grid2 { width: 600px;margin-left: 15px;}
.grid2p {width: 747px;margin-left: 15px;}

.grid4 {width: 843px;margin-left: 15px;}
.grid3 {width: 234px;margin-left: 9px;}
.first {margin-left: 0;clear: left;}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft, .alignright{
	display: inline;
	border: 1px solid #E4E4E4;
	background-color: #EFEFEF;
	padding: 4px;
	position: relative;
	margin-top: 5px;

}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
		border: 1px solid #E4E4E4;
	background-color: #EFEFEF;
	padding: 4px;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	/*font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-weight: 100;
	line-height: 1.625;
	*/
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
body {
	padding: 10px 0;
}

/* Headings */
h1,h2,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements margin-bottom: 1.625em; */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {list-style-type: decimal;
}
ol ol {list-style: upper-alpha;
}
ol ol ol {list-style: lower-roman;
}
ol ol ol ol {list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {margin-bottom: 0;
}
dl {margin: 0 1.625em;
}
dt {font-weight: bold;
}
dd {margin-bottom: 1.625em;
}
strong {font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite, cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}


blockquote {
background:#f9f9f9;
border-left:10px solid #ccc;
margin:1.5em 10px;
padding:.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
}
blockquote:before {
color:#ccc;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}
blockquote p:first-child{
	display:inline;
}
blockquote p {
	/*display:inline;*/
	margin-bottom: 5px;
}



pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: #FFF url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links 
color: #1982d1;
color: #006085;
*/
a {

	color: #006085;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
-------------------------------------------------------------- */

#branding{
	/* background-color: #12529D; */
	background: url(images/headBg.jpg) repeat-x top left;
	position: relative;
}

#site-title {
	display: block;
	width: 770px;
	height: 98px;
	overflow: hidden;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}
#site-title a{
	display: block;
	line-height: 98px;
	height: 98px;
	background: transparent url(images/logoText.png) no-repeat top left;
	color: #FFF;
	padding-left: 195px;
	font-size: 50px;
	font-family: "Myriad Pro";
	text-indent: -4000px;
	
}
#site-title a:hover{
	color: #FDD316;
	text-decoration: none;
	background-image: url(images/logoTextH.png);
}

#headRightBl{
	display: block;
	position: absolute;
	width: 460px;
	right: 0;
	top: 0;
	z-index: 1;
	padding: 10px 15px 0 0;
}
#loginAndSocial{
	text-align: right;
	line-height: 28px;
}
.login{
	vertical-align: top;
	padding: 0 30px 0 0;
}
.login,.login a{ color: #FFF;}
.socialBl img{
	padding: 0 0 0 5px;
}

div#main{
	margin-top: 10px;
	clear: both;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    display: table;
    /*table-layout: fixed;*/
    width: 100%;
    background: #FFBF00 url(images/topMenuBg.jpg) repeat-x top left;
    height: 32px;
}

#access ul {
    display: table-row;
    margin: 0;
    padding: 0;
    list-style: none;
}

#access ul li {
    list-style: none;
    display: table-cell;
    text-align: center;
    background: url(images/topMenuItemBg.jpg) no-repeat top left;
    height: 32px;
    padding: 0px 0px 0 4px;
    
}

#access ul li a {
	display: block;
    white-space: nowrap;
}


/*
#access {
	clear: both;
	background: #FFBF00 url(images/topMenuBg.jpg) repeat-x top left;
	display: block;
	margin: 0 auto 1em;
	width: 100%;
	height: 32px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	background: url(images/topMenuItemBg.jpg) no-repeat top left;
	padding: 0 6px 0 6px;
	height: 32px;
}
*/
#access li.menu-item-home{
	width: 35px;
	background: url(images/homeIcon.jpg) no-repeat top center;
	
}

#access a {
	display: block;
	/*
		padding: 0px 6px 0 6px;
	*/
	padding: 0;
	text-align: center;
	color: #000;
	text-decoration: none;
	line-height: 26px;
	font-size: 16px;
	
	margin: 3px 0 0 0;
}


#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
#access ul li.current-post-ancestor > a
{
	background-color: #004D85;
	color: #FFF;
}
#access ul li > a:hover{
	background-color: #dedede;
}
#access ul li.current-menu-item > a:hover,
#access ul li.current-menu-parent > a:hover{
	background-color: #004D85;
}
#access ul li#menu-item-134{
	float: right;
}

#access ul li.menu-item-home > a,
#access ul li.menu-item-home > a:hover{
	background-color: transparent;
	text-indent: -3000px;
	padding: 0;
	width: 40px;
}
/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}

/* http://www.hongkiat.com/blog/20-best-wordpress-typography-plugins-to-enhance-readability/ 
#content img, #content li img {
    border: 1px solid #FFFFFF;
    padding: 1px;
}

*/
.single h1.entry-title{
    color: #252525;
    font-size: 26px;
	font-weight: 300;
    line-height: 36px;
    color: #333;
padding: 0 0 10px;
border-bottom: 1px solid #DDDAD3;
margin-bottom: 4px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    
}
.entry-content h1, .entry-content h2 {
    color: #292826;
	font-size: 26px;
	line-height: 35px;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.15em;
    margin: 10px 0 5px;
}
.entry-content h1 a, .entry-content h2 a {
    color: #006085;
    text-decoration: none;
}
.entry-content h1 a:hover, .entry-content h2 a:hover {
    text-decoration: underline;
}
.entry-content h1.entry-title{
	font-size: 26px;
	line-height: 35px;
	color: #252525;
}
.entry-content h3 {
    border-bottom: 1px solid #181818;
    color: #181818;
    font-size: 35px;
    font-weight: normal;
    line-height: 1.25em;
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 2px 0 0;
}
.entry-content h4 {
    color: #88672B;
    font-size: 23px;
    margin: 30px 0 0;
}

.entry-content table {
    border-left: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    margin: 0;
}
.entry-content table td {
    background-color: white;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    padding: 5px;
}
.entry-content table.noBorder{
	border: none;
}
.entry-content table.noBorder td{
	border: none;
	padding-right: 10px;
}
.entry-content a.button, .entry-content a.button-big {
    background-color: #27407D;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 4px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #19284E;

}

.entry-content a.button:hover, .entry-content a.button-big:hover {
    background-color: #353527;
    text-decoration: underline;
}
.entry-content a.button-big {
    font-size: 16px;
    padding: 8px 5px;
}
.entry-content .page h2 {
    color: #3875D7;
    font-size: 3em;
    font-style: italic;
    font-weight: 500;
    
}
.entry-content .page h3 {
    border-bottom: 1px solid #181818;
    color: #181818;
}
.entry-content .page h4 {
    color: #181818;
}


#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}


.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}


/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}

input[type=text] {
	margin: 0 1em 0 0;
	width: 60%;
}
#searchform input#s {
	width: 295px;
	margin: 0 0 0 0;
	float: right;
}

textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
Видалив так як використовую discuss
-------------------------------------------------------------- */



/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
	
}


/* =Footer
body.category div.entry-meta,
-------------------------------------------------------------- */

#colophon {
	clear: both;
	margin: 10px 0 0 0;
	padding: 18px 0 0 0;
	background: #DEDEDE url(images/botLogo.jpg) no-repeat 40px 50%;
}


body.archive div.entry-meta,
body.archive h1.entry-title,
h3.post-head
{
	clear: none;
}
/*
добавляю відступ щоб якщо багато тексту він не появлявся під фоткою
але фігня виходить якщо фотки немає
#content div.entry-content{
	margin-left: 230px;
}
*/

#dpe_fp_widget-3, #dpe_fp_widget-4, #dpe_fp_widget-5, #dpe_fp_widget-6, #dpe_fp_widget-10, #dpe_fp_widget-11{
	width: 50%;
	float: left;
	overflow: hidden;
}
#dpe_fp_widget-4, #dpe_fp_widget-6, #dpe_fp_widget-11{
	background: transparent url(images/dot.gif) repeat-y top left;

}
#dpe_fp_widget-4 div.widget-body, #dpe_fp_widget-6 div.widget-body, #dpe_fp_widget-11 div.widget-body{
	padding-left: 13px;
}
#dpe_fp_widget-5 div.widget-body, #dpe_fp_widget-6 div.widget-body, #dpe_fp_widget-10 div.widget-body, #dpe_fp_widget-11 div.widget-body{
	background: transparent url(images/dot.gif) repeat-x top left;
	padding-top: 10px;
}

#dpe_fp_widget-5, #dpe_fp_widget-10{
	margin-left: 0;
	clear: left;
}



.thumb-area{
	width: 240px;
	float: left;
/*	
width: 215px;
text-align: center;
margin: 0 15px 2px 0px;
*/
margin:  0 0 2px 0;
text-align: left;
}
.thumb-area img{
border: 1px solid #E4E4E4;
background-color: #EFEFEF;
display: block;
padding: 4px;
position: relative;}


.thumb1{
	width: 118px;
	float: left;
	text-align: left;
	margin: 0 0px 2px 0px;
}
.thumb1 img{ 
border: 1px solid #E4E4E4;
background-color: #EFEFEF;
display: block;
padding: 4px;
position: relative;

}
.thumb1 img, .thumb2 img{
	max-width: 100%;
}
.thumb2{
	width: 80px;
	float: left;
	text-align: center;
	margin: 0 15px 2px 0px;
}


h1.page-title, h1.widget-title, h1.mainHead, .type-page .entry-header h1{
	font-size: 22px;
	line-height: 35px;
	padding: 0 0 0 48px;
	background-repeat: no-repeat;
	background-position: 13px 0;
	margin-bottom: 15px;
}
h1.page-title, h1.mainHead, h1.mainHead a,
#dpe_fp_widget-2 h1, #dpe_fp_widget-2 h1 a,
#dpe_fp_widget-7 h1, #dpe_fp_widget-7 h1 a,
#categoryposts-8 h1, #categoryposts-8 h1 a,
#dpe_fp_widget-9 h1, #dpe_fp_widget-9 h1 a,
#dpe_fp_widget-8 h1, #dpe_fp_widget-8 h1 a,
#dpe_fp_widget-12 h1, #dpe_fp_widget-12 h1 a,
#RegionsBl h1, #RegionsBl h1 a,
.type-page .entry-header h1
{
	background-color: #004D85;
	color: #FFF;
}
#blogsBl h1.mainHead, body.category-1 h1.page-title{background-image: url(images/bg/blog.png);}

#dpe_fp_widget-3 h1, #dpe_fp_widget-3 h1 a,
#dpe_fp_widget-4 h1, #dpe_fp_widget-4 h1 a,
#dpe_fp_widget-5 h1, #dpe_fp_widget-5 h1 a,
#dpe_fp_widget-6 h1, #dpe_fp_widget-6 h1 a{
	color: #006085;
	/*color: #D13319; - червоний */
}
#dpe_fp_widget-3 h1{ background-image: url(images/bg/analytic.png);}
#dpe_fp_widget-4 h1{ background-image: url(images/bg/life.png);}
#dpe_fp_widget-5 h1{ background-image: url(images/bg/v-sviti.png);}
#dpe_fp_widget-6 h1{ background-image: url(images/bg/historical.png);}
#dpe_fp_widget-10 h1{ background-image: url(images/bg/ekonomics.png);}
#dpe_fp_widget-11 h1{ background-image: url(images/bg/culture.png);}

#RegionsBl h1{ background-image: url(images/bg/region.png);}



body.category-3 h1.page-title{ background-image: url(images/bg/analytic-b.png);}
body.category-4 h1.page-title{ background-image: url(images/bg/life-b.png);}
body.category-5 h1.page-title{ background-image: url(images/bg/v-sviti-b.png);}
body.category-6 h1.page-title{ background-image: url(images/bg/historical-b.png);}
body.category-8 h1.page-title{ background-image: url(images/bg/media.png);}



body.category-12 h1.page-title, 
#dpe_fp_widget-2 h1, #dpe_fp_widget-8 h1{ background-image: url(images/bg/news.png);}

#dpe_fp_widget-7 h1, 
#categoryposts-8 h1{ background-image: url(images/bg/main.png);}
#dpe_fp_widget-9 h1, body.category-7 h1.page-title{ background-image: url(images/bg/comments.png);}



body.archive article p{
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 15px;
}

body.archive h1.entry-title{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 4px;
}

body.archive article{
	clear: both;
	overflow: auto;

	/* http://www.quirksmode.org/css/clearing.html
	http://webdesignerwall.com/demo/clear-float/
	можливо треба було написати Overflow:auto;
	Без overflow: hidden; будуть проблеми з відступами якщо мало тексту 
margin: 13px 0 0px 0;
padding: 13px 0 0px 0;
border-top: 1px solid #F0F0F0;
-------------------------------------------------------------- */
margin: 0px 0 15px 0;
padding: 0px 0 10px 0;
border-bottom: 1px solid #F0F0F0;

}
.entry-meta time{
	font-size: 12px;
	line-height: 16px;
	background-color: #E4E4E4;
	color: #666;
	padding: 0 3px;
}

.dateBreak{
	font-size: 11px;
	line-height: 13px;
	color: #666;
padding-left: 43px
}
.dateBreak span{
	background-color: #E4E4E4;
	padding: 2px 4px;
	line-height: 16px;
	
}

/*
.dateBreak{
	font-size: 12px;
	line-height: 18px;
	color: #191919;
	text-align: right;
}
.dateBreak span{
	background-color: #D1D3D4;
	padding: 2px 4px;
	height: 18px;
}
/*
.dateBreak{
	font-size: 12px;
	line-height: 12px;
	color: #191919;
}

.dateBreak span{
	display: block;
	padding-left: 50px;
}
*/
ul.wstyle2, ul.wstyle3, ul.wstyle4, ul.wstyle5{
	list-style: none;
}
ul.wstyle2, ul.wstyle2 li,
ul.wstyle3, ul.wstyle3 li,
ul.wstyle4, ul.wstyle4 li,
ul.wstyle5, ul.wstyle5 li
{
	margin: 0;
}

ul.wstyle2, ul.wstyle4, ul.wstyle5,
.hSliderStyle
{
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px; /* future proofing */

	border: 1px solid #D1D3D4;
	border-top: none;
	margin: -15px 0 15px 0;
	padding: 15px 0 5px 0;
	}
	
ul.wstyle4{
	background: transparent url("images/comBg.gif") no-repeat 10px 16px; 
	padding-left: 25px;
}
.lastItem{
	background: transparent url("images/comBgr.gif") no-repeat 95% 75%; 
}
.MediaBl{
	border: 1px solid #D1D3D4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 1px 15px 0 15px;
	background: url("images/dot.gif") repeat-y 50% 0 transparent;
}
ul.wstyle2 li{
	margin: 0px 0 10px 0;
}
ul.wstyle2 li{
	overflow: hidden;
}
ul.wstyle2 li.readMoreBl{
	margin: -5px 0 0 0;
	font-size: 12px;
}
ul.wstyle2 .time{
	float: left;
	/*background-color: #D1D3D4;*/
	background-color: #E4E4E4;
	color: #666;
	padding: 0 7px;
/*	margin-top: 4px;*/
	font-size: 11px;
	line-height: 16px;
}
ul.wstyle2 .post-detail{
/*
якщо просто дісплай-блоск то йде обтікання дати
якщо добавить флоат лефт то тоді обєкт не поміщається і ставиться під дату
якщо добавить ширину так щоб блок помістився то тоді все ок, але тут проблема в тому що не хочу робити статичну ширину
display: block;
float: left;
-------------
ще один варіант
http://webdesignerwall.com/tutorials/css-clearing-floats-with-overflow
задати просто 
overflow: auto; - спасає
тому вихід 
line-height: 18px;
*/
margin-left: 50px;
font-size: 12px;
line-height: 16px;
}
ul.wstyle2 .comment-num,
ul.wstyle3 .comment-num,
ul.wstyle4 .comment-num
{
	max-width: 35px;
	min-width: 15px;
	overflow: hidden;
	border-right: 1px solid #D1D1D1;
	font-size: 10px;
	line-height: 15px;
	height: 15px;
	padding-left: 3px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	background: transparent url(images/com.png) top left no-repeat;
}

ul.wstyle3 li{
	margin: 0 0 7px 0;
	padding: 0 0 0 13px;
	overflow: hidden;
	background: transparent url(images/dot1.gif) no-repeat 0px 3px;
}
ul.wstyle3 li:hover{
	background-position: 0 -141px;
}
ul.wstyle3 h3{
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3px;
}
ul.wstyle3 p{
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}

ul.wstyle4 li{
	margin: 0 0 7px 0;
	padding: 0 0 0 13px;
	overflow: hidden;
	clear: both;
}
ul.wstyle4 h3{
	line-height: 18px;
	margin-bottom: 3px;
}
ul.wstyle4 .post-detail{
	padding-right: 10px;
}

ul.wstyle5 .post-head img{
	display: block;
	margin: 0 auto 3px auto;
}
ul.wstyle5 li{
	padding: 0 14px 0 15px;
}
ul.wstyle5 h3{
	font-size: 18px;
	line-height: 21px;
}
ul.wstyle5 p{
	font-size: 12px;
	line-height: 16px;
}
ul.wstyle5 {
	background-color: #F4F4F4;
}
.wstyle5 li.cat-post-item{
	display: none;
}
.wstyle5 li.active{
	display: block;
}

.moNews{
	display: block;
	clear: both;
	text-align: right;
	padding-right: 15px;
}
.moNews3 {
	margin: -5px 0 0 0;
	font-size: 12px;
}
#dpe_fp_widget-9{
	position: relative;
}
.moNews4 {
	margin: -35px 0 0 0;
	position: absolute;

	font-size: 12px;
	line-height: 12px;
	height: 65px;
	width: 100%;
	background: transparent url(images/comBg2.gif) no-repeat 20px 18px;
	padding-right: 0;
}
.moNews4 a{
	display: block;
	margin-right: 15px;
}

.moNews a{
	text-decoration: underline;
}
/* Слайдер Головних новин
*****************/
.hSliderStyle{
	padding-left: 15px;
	padding-right: 15px;
}
.hSliderBody{
	float: left;
	width: 44%;
	height: 250px;
	overflow: hidden;
}
.hSliderRColl{
	float: right;
	width: 55%;
}
.hSliderBody h3, .hSliderBody h3 a{
	font-size: 18px;
}
.hSliderBody h3 a img{
	display: block;
	margin: 0 auto 0 0;
}
.hSliderBody p{
	line-height: 16px;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 5px;
}
ul.slTabNav{
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	background: transparent url(images/tr1.gif) no-repeat 17px top;
}
ul.slTabNav li{
	display: table;
	width: 100%;
	height: 35px;
	/*border-bottom: 1px dashed #909090;*/
	background: transparent url(images/tr1.gif) no-repeat 17px bottom;
	
	padding: 2px 0 3px 0;
}
ul.slTabNav li a{
	display: table-cell;
	vertical-align: middle;
	padding-left: 23px;
	padding: 7px 0 7px 23px;
	line-height: 16px;
}
ul.slTabNav li.active a{
	background: #FFC100 url(images/slbg.gif) no-repeat 0px 50%;
	/*color: #D13319;
	font-weight: bold;
	*/
	text-decoration: none;
}
ul.slTabNav li.active a:hover{
	text-decoration: none;
}
.slTab-item, .fotoslTab-item{
	display: none;
}
div.active{
	display: block;
}

.comment-num-single, .printico{
	font-size: 12px;
}
.comment-num-single{
	padding: 0 0 0 33px;
	background: transparent url(images/icon/comments.png) no-repeat 20px 50%;
	
}
.printico{
	padding: 0 0 0 28px;
	background: transparent url(images/icon/print.gif) no-repeat 10px 50%;
	text-indent: -3000px;
}
ul.social_bottom{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.social_bottom li{
	float: left;
}
.cattag{
	clear: left;
}

/* Банери
*****************/
#adrotate_widgets-3, #adrotate_widgets-4, .alignC{
	text-align: center;
	clear: both;
}
.grid3 br{
	display: none;
}

/* Make sure embeds fit their containers */
	embed,
	object, iframe {
		max-width: 100%;
	}
.clearBoth{
	clear: both;
}
#regionsImg{
	margin: 3px 0 15px 0;
	max-width: 100%;
}
.botVideoBl{
	width: 48%;
	float: right;
}
.botFotoBl{
	width: 48%;
	float: left;
}
.botFotoBl .h1{
	float: left;
	width: 45%;
	color: #004D85;
	/*
	color: #D13319;*/
	font-size: 22px;
	line-height: 33px;
}
.botVideoBl .h2, .botFotoBl .h2{
	float: right;
	width: 150px;
	color: #006185;
	font-size: 18px;
	line-height: 33px;
	padding-right: 35px;
	text-align: right;
}
.botVideoBl .h2{
	background: transparent url(images/bg/video.png) no-repeat center right;
}
.botFotoBl .h2{
	background: transparent url(images/bg/foto.png) no-repeat center right;
}
/* Відео в footer */
ul.wstyleVideo{
	list-style: none;
	clear: both;
	margin: 0px 0 0 0;
	padding: 3px 0 0 0;
}
ul.wstyleVideo li{
	float: left;
	width: 49%;
	margin-bottom: 10px;
}
ul.wstyleVideo li.odd{
	clear: both;
	width: 51%;
}
ul.wstyleVideo li img{
	max-width: 100%;
}
ul.wstyleVideo li.even img{
	float: right;
}
ul.wstyleVideo li a, ul.wstyleVideo li a span{
	font-size: 12px;
	line-height: 16px;
}
ul.wstyleVideo li a:hover{
	color: #D13319;
}
ul.wstyleVideo li a span{
	display: block;
	clear: both;
	margin-top: -5px;
}
ul.wstyleVideo li.even a span{
	padding-left: 7px;
}

/* Elastislide Style 
background: #101010;
*/
.botFotoBody{
	clear: both;
}
.es-carousel-wrapper{
	background-color: #666;
	padding:10px 37px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
	background-color: #666;
}
.es-carousel ul{
	display:none;
	/* в  оригіналі тут none */ 
	display: block;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#222;
}
.es-carousel ul li.active a{
	border-color: #FFF;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:12px;
	background:transparent url(images/nav.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:12px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}
.fotoslTab-item a{
	display: block;
}
.fotoslTab-item .imgContainer{
	display: block;
	clear: both;
	height: 248px;
	overflow: hidden;
	background:transparent url(images/botFotoBg.jpg) no-repeat top left;
}
.fotoslTab-item .imgContainer img{
	margin: 20px auto 0 20px;
}
.fotoslTab-item a{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}
.fotoslTab-item a span{
	display: block;
	clear: both;
	height: 32px;
	overflow: hidden;
}
/*Блоги*/
#authorsList h2{
	display: block;
	clear: both;
	background: url("images/tr1.gif") repeat-x 0px 20px transparent;
}
#authorsList h2 span, #authorsList h2{
	line-height: 30px;
}
#authorsList h2 span{
	display: inline-block;
	background-color: #FFF;
	padding-right: 3px;

}
ul.contributors{
	list-style: none;
}
ul.contributors, ul.contributors li{
	margin: 0;
	padding: 0;
	clear: both;
}
ul.contributors li{
	padding: 5px 0 0 0;
}

.contributors li img.photo{
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 8px;
}
.contributors li a{

}
.contributors li a span{
	font-size: 11px;
	color: #666;
}


.entry-meta .author img{
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
}
.entry-meta .author{
	line-height: 35px;
}
.entry-meta .author a{
	color: #666;
	text-decoration: underline;
}
.author-info {
	height: 90px;
}
.author-info .author img{
	float: left;
	margin-right: 10px;

}
.author-info .name{
	font-size: 20px;
	line-height: 30px;
}
.author-info .shot-info{
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
ul.wstyleBlogs{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.wstyleBlogs li{
	margin: 0 0 0 1%;
	padding: 0;
	width: 24%;
	float: left;
}
ul.wstyleBlogs li.firstBlogIt{
	margin: 0;
}
ul.wstyleBlogs li img{
	float: left;
	margin-right: 10px;
}
ul.wstyleBlogs h4{
	clear: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
ul.wstyleBlogs a{
	color: #252525;
}
ul.wstyleBlogs a{
	max-height: 83px;
	overflow-y: hidden;
}
ul.wstyleBlogs span.AuthorName{
	/* color: #D13319;*/
	color: #004D85;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 4px;
}
.moBlogs{
	clear: both;
	font-size: 12px;
	text-align: right;
	margin: 0px 0 13px 0;
	line-height: 14px;
}
.moBlogs a{
	text-decoration: underline;
}
#footerNav{
	float: left;
	margin-left: 250px;
	margin-bottom: 5px;
}
ul#menu-golovne-menyu-1{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#menu-golovne-menyu-1 li{
	float: left;
	display: block;
	width: 185px;
	line-height: 16px;
	font-size: 14px;
	margin-bottom: 16px;
}
ul#menu-golovne-menyu-1 li.menu-item-6,
ul#menu-golovne-menyu-1 li.menu-item-7,
ul#menu-golovne-menyu-1 li.menu-item-9{
	clear: left;
}
ul#menu-golovne-menyu-1 .menu-item-134,
ul#menu-golovne-menyu-1 .menu-item-home{
	display: none;
}
ul#menu-golovne-menyu-1 li.current-menu-item a,
ul#menu-golovne-menyu-1 li.current-post-ancestor a{
	text-decoration: underline;
}
.footerRight{
	float: right;
	margin-right: 18px;
}
.footerRight .socialBl{
	text-align: right;
}
.contactBl{
	clear: both;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}
#dsq-reply h3{
	font-size: 22px;
	font-weight: 300;
	border-bottom: 1px solid #E9E9E9;
}
.flLeft{
	float: left;
}
.flRight{
	float: right;
}
.fb-like-box{
	border-top: 3px solid #004D85;
	clear: both;
	margin: 10px 0 15px 0;
}

.BotLeftBan .google-ads-wrap{
	clear: both;
	padding-top: 20px;
}