


































/* HTML Elements */

* {
margin:0;
padding:0;
}

body { background-color:#DDD;color:#444444;font-size:75%; font-family:"Arial","Verdana","Tahoma","Georgia";
/*background-image:url(http://fmd.kh.ua/wp-content/themes/antisnews/images/background.jpg);
*/background-repeat:no-repeat top left;background-attachment:Choose One;}
p { margin:17px 0 0;}
a:link { color:#5897A5; text-decoration:none; }
a:visited { color:#5897A5; text-decoration:none; }
a:hover, a:active { color:#820D06; }
hr { display: block; height:1px; border:0; margin:10px 0px 10px 0px; }
small { font-size: 0.95em; padding:3px 6px;}
img, a:link img, a:visited img {border:0}
.clear { clear:both;overflow:hidden;}

h1,h2,h3,h4,h5,h6,span{margin:0px;padding:3px 0px 3px 0px;}


strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted#dddddd;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#dddddd;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
pre { overflow:auto;}
dl {margin:0 0 1.5em 0;}
dl dt {font-style:italic; padding:3px 0px 3px 0px;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold; text-align:left; }
th, td {padding:4px 10px 4px 5px;}
tr.even td { text-align:left; }
tfoot {font-style:italic;}

th {background:#dddddd; color:#172025; border-right:1px solid #dddddd;}
tr.even td {background:#f2f2f2; color:#172025; border-right:1px solid #dddddd;}
caption {background:#414141; color: #dddddd;}

div#preload { display: none; }

.button { background:#dddddd; color:#172025 ;}
.button:hover { background:#414141;color:#dddddd; }

label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #dddddd;}

.alignleft { float:left; margin-right:10px; }
.alignright { float:right; margin-left:10px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-top:10px;  }

img.alignleft { float:left; margin-right:10px; background: #f2f2f2; padding:5px; max-width: 250px; }
img.alignright { float:right; margin-left:10px; background: #f2f2f2; padding:5px; max-width: 250px; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; background: #f2f2f2; padding:5px; max-width: 475px;  margin-top:10px; }

html>body .alignleft { width: auto; height: auto; max-width:250px; }
html>body .alignright { width: auto; height: auto; max-width:250px; }
html>body .aligncenter { width: auto; height: auto; max-width:475px;  margin-top:10px; }

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

.pagination a:hover{
color:#fff;
background: #3279BB;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}

.wp-pagenavi {text-align: center;}
.wp-pagenavi a, .wp-pagenavi a:link,.wp-pagenavi a:visited,.wp-pagenavi a:hover,.wp-pagenavi a:active,.wp-pagenavi span.pages,.wp-pagenavi span.current,.wp-pagenavi span.extend,.wp-pagenavi span.extend {	background-color: #dddddd; }
.wp-pagenavi a, .wp-pagenavi a:link,.wp-pagenavi a:visited,.wp-pagenavi a:active {color: #172025; font-weight:bold; }
.wp-pagenavi a:hover { color: #820D06; }
.wp-pagenavi span.pages,.wp-pagenavi span.current,.wp-pagenavi span.extend { color: #172025; }

.imgstyle { background: #f2f2f2;}

#wrapper { width:1040px; margin:0 auto; padding:0; }

#maincontainer { width:1010px; margin:0 auto; }

#background-holder {width: 100%; overflow: hidden; border-color:#ffffff;-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;-khtml-border-radius: 5px;-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;border-radius-topleft: 5px;border-radius-topright: 5px; background:#ffffff; }

#column-left {float: left; width: 225px; margin: 10px auto 0px auto;text-align: center;font-size: 12px;font-family: "Verdana","Arial","Tahoma","Georgia";}

#wp-calendar{font-size: 12px;}

#partners img {max-width: 220px;padding-bottom: 10px;}

#contentcontainer {padding:10px; margin:10px auto 0px auto; width:765px; float:right; }

* html .wp-caption.aligncenter img { 
   width: expression( document.body.clientWidth > 475 ? "475px" : "auto" ); /* sets max-width for IE */
}

* html .wp-caption.alignleft img { 
   width: expression( document.body.clientWidth > 250 ? "250px" : "auto" ); /* sets max-width for IE */
}
* html .wp-caption.alignright img { 
   width: expression( document.body.clientWidth > 250 ? "250px" : "auto" ); /* sets max-width for IE */
}

.wp-caption {
border: 1px solid #f2f2f2;
text-align: center;
background-color:#f2f2f2;
padding: 4px;
margin: 10px;
-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.aligncenter img {  max-width: 475px; height:auto;  }
.wp-caption.alignleft img {  max-width: 250px; height:auto;  }
.wp-caption.alignright img {  max-width: 250px; height:auto;  }

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}


#maincontainer .datesearch { margin:0 auto;width:1010px;background:none;color:#ffffff;font-size:13px;px;font-weight:bold;px;background-image:url(http://fmd.kh.ua/wp-content/themes/antisnews/images/datesearch.png);background-repeat:no-repeat;height:40px;}
#maincontainer .datesearch .date { margin-top:5px;padding:5px 0px 5px 50px;float:left;color:#ffffff;font-size:13px;px;font-weight:bold;px;text-transform:uppercase;}
#maincontainer .datesearch .search { float:right; padding:5px;}
#maincontainer .datesearch .search #mys{float:left;border:0;width:254px;background:none;margin:4px 0 0 4px;}
#maincontainer .datesearch .search #mygo{float:right;width:25px;height:26px;background-color:transparent;border:0px;cursor:pointer;}

#mysearchform{float:left;width:291px;height:26px;}
#mysearchform {background:url(http://fmd.kh.ua/wp-content/themes/antisnews/images/searchbg.png) no-repeat;}

#searchform{}

#leaderboardspace { height:90px; padding:10px; margin:0px; }
#leaderboardspace {background-color:none;color:#172025;text-align:Select Option:;}
#leaderboardspace a { color:#172025;}


#sitetitle { background:none; clear:both; margin:10px auto; width:1010px; height:80px;}
#sitetitle .logo { float:left; }
#sitetitle .logo img {height: 80px; width: 80px;}
#sitetitle .logo h1 { padding-top:20px; color:#ffffff; font-size:3.1em; text-transform:uppercase; }
#sitetitle .logo h1 a { color:#ffffff; font-size:3.1empx; text-transform:uppercase; }
#sitetitle .logo h1 a:hover { color:#4DBAB1; }
#sitetitle .logo h1,#sitetitle .logo h1 a { text-shadow:#dddddd 1px 1px 1px; }
#sitetitle .tagline { float:left; margin-right:15px;color: #8C8C8C;text-transform:capitalize;font-family: "PT Serif Caption"; font-size: 30px;font-style:normal;font-weight:normal;padding: 10px 0px 0px 10px; }
#sitetitle .tagline .tagline-bottom {float: left; margin-top: -5px; font-size: 18px; text-transform: none;}
#sitetitle .tagline .tagline-location {float: left; margin-left: 10px; margin-top: -5px; font-size: 18px; text-transform: none;}

#sitetitle blockquote {overflow: hidden; font-size: 11px; background-color: #F2F2F2;border-radius: 7px 7px 7px 7px; float: right; height: 70px; margin: 0 5px 0 0; padding: 5px; width: 40%;}
#sitetitle blockquote div {display: table-cell; vertical-align: middle; height: 70px;}
#sitetitle blockquote cite {display: block; text-aling: right; margin-top: 5px; font-weight: bold; margin-top: 5px; float: right;} 

#antisnav-navbar{background-color:#f2f2f2;text-transform:uppercase;font-size:10px;font-weight:normal;}
#antisnav-navbar{border-bottom:4px double #dddddd;}
/* Style drop down list */
#antisnav, #antisnav ul {line-height:35px;}
#antisnav li.current_page_item {background-color:#8c8c8c;}
#antisnav li.current_page_item a {color:#ffffff !important;}
#antisnav-navbar a {color:#444444;}
#antisnav li.current_page_item li a {color:#444444 !important;}
#antisnav li ul li a { color:#444444; }
#antisnav li ul li { border-color: #dddddd; background: #f2f2f2; }
#antisnav-navbar { margin:0 auto; width:1010px;}
#antisnav-navbar { clear:both; }
#antisnav-navbar-inner {width: 960px;margin: 0 auto;}
#antisnav-navbar a:hover {text-decoration: underline;}
#antisnav-navbar ul {}

#antisnav li.current-cat {background-color:#8c8c8c;}
#antisnav li.current-cat a {color:#ffffff;}
#antisnav li.current-cat li a {color: black;}
#antisnav li.current-cat li.current-car a {color: white;}
#antisnav li.current-cat-parent {background-color:#8c8c8c;}
#antisnav li.current-cat-parent a {color:#ffffff;}
#antisnav li.current-cat-parent li a {color:#444444;}
/* Page Nav */
#antisnav, #antisnav ul {padding: 0;margin: 0;list-style: none;z-index: 100;}
#antisnav ul#right-align {padding: 0;margin: 0 0 0 -120px;list-style: none;z-index: 100;}
#antisnav a {display: block;text-decoration:none;padding: 0 15px;z-index: 100;display: block;}
#antisnav {float: left;}
#antisnav li {float: left;}
#antisnav li.page_item {}
#antisnav li span {text-decoration: none; padding: 0 15px; z-index: 100; display: block;}
/* Style drop down list */
#antisnav li ul { position: absolute; width: 160px; left: -999em;}
#antisnav li ul li {border-style: solid; border-width:0 1px 1px 1px; padding: 3px 0px; }
#antisnav li ul li a { line-height:25px; width: 150px; text-shadow:none; text-decoration:none;}
#antisnav li ul ul {margin: -28px 0 0 180px; }
#antisnav li ul ul li a { line-height: 25px; }
#antisnav li ul li ul li a {border-width:0 1px 1px 0px; }
#antisnav li:hover ul, #antisnav li.sfhover ul { left: auto; }
#antisnav li:hover ul ul, #antisnav li.sfhover ul ul { left: -999em; }
#antisnav li:hover ul, #antisnav li li:hover ul, #antisnav li.sfhover ul, #antisnav li li.sfhover ul { left: auto; }
#antisnav li:hover, #antisnav li.hover { position: static; } /* IE7 Fix */

#breakingnews { background-color:none;}
#breakingnews { background-image:url(http://fmd.kh.ua/wp-content/themes/antisnews/images/breaking.png); background-repeat:no-repeat;}#breakingnews {height:55px;}
#breakingnews { width:1010px; margin:0px ; padding:0; }
#breakingnews .bnewsheadline { margin:0px 0px 0px 260px; padding:5px 0;}
#breakingnews .bnewsheadline h2, #breakingnews h2 a { padding-top:10px;  color:#ffffff; font-weight:bold; font-size:1.2em; line-height:0.9em;  }
#breakingnews span.clearbhlink { float:right; margin-right:10px;}
#breakingnews span.clearbhlink a { color:#ffffff;}


.filler {padding:10px;}
.filler ul { margin-left:20px;}

ul#widget-collapscat-2-top {
padding-left: 10px;
}

ul#widget-collapscat-3-top {
padding-left: 10px;
}

.widget {
border:1px solid #dddddd;color:#333333;margin-bottom:10px;
}

.widget a { color:#5897A5;}





.widget {-moz-border-radius: 4px;-khtml-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}

.widget ul { margin:0; padding:0;}

.widget ul li {
padding:5px 0px;
margin:0;
list-style:none;
border-bottom:1px solid #dddddd;
}

.widget ul li a { color:#131217;}

.widget ul li ul li {
list-style:circle;
border-bottom:none;
margin-left:15px;
}

.widget li.widget_tag_cloud {
padding:0;
margin:0;
list-style:none;
text-align:left;
}

.widget ul.widget_tag_cloud {
margin:0;
}

.widgetinside { padding:10px; margin:0  auto; }

li.widget_tag_cloud a {}
h2.widget li { list-style:none; }

.widget h2 {
background:#dadada;
color:#353534;
padding:5px 0px 5px 10px;margin-bottom:10px;font-size:18px;
font-weight:normal;
}

.widget h2 {-moz-border-radius: 7px;-khtml-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;}

.widget h2 a {color:#353534;}

.widget h3,.widget h3 a {
color:#131217;
font-size:12px;
font-weight:bold;
}



.widget select { width:100%;}

.widget .excerpt { margin-bottom:10px;}

.widget .excerpt p { margin-top:5px;}

.widget .excerpt .imgstyle { 
float:left;
margin-right:10px;
padding:5px;
margin-bottom:10px;
}

.textwidget {  }

/* featured post */

#featured {
	float: left;
	width: 460px;
	margin: 0;
	position: relative;
}
#featured-content {
	margin: 0;
}
#featured-content .previous {
        position: absolute;
        left: 1px;
        top: 89px;
        background: url(http://fmd.kh.ua/wp-content/themes/antisnews/images/btns.gif) no-repeat;
        width: 41px;
        height: 42px;
        text-indent: -9999px;
        z-index: 10;
        overflow: hidden;
}
#featured-content .next {
        position: absolute;
        left: auto;
        top: 89px;
        background: url(http://fmd.kh.ua/wp-content/themes/antisnews/images/btns.gif) no-repeat;
        width: 41px;
        height: 42px;
        text-indent: -9999px;
        z-index: 10;
        overflow: hidden;
        right: 21px;
        background-position: 100% 0;
}
.featured-slides-bottom-border {
	width: 618px;
	height: 12px;
}
.featured-slides {
}
.featured-image {
	width: 418px;
	height: 250px;
	border:1px solid #d3d3d3;	padding: 10px 10px;
	position: relative;
}

.featured-badge {
        margin: 0;
        padding: 0;
	width: 168px;
	height: 75px;
	position: absolute;
	display: block;
	background: url(http://fmd.kh.ua/wp-content/themes/antisnews/images/hot-news.png) no-repeat;
	top: -6px;
	left:-6px;
	z-index: 2;
}

.overlay {
	width: /*420px*/0;
	background: #ffffff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	position: absolute;
	left: 10px;
	top: 140px;
	height: 110px;
}
.featured-title-content {
	/*position: absolute;*/
	left: 20px;	
	top: 130px;
	width: 400px;
}
.featured-title-content p {
	padding-bottom: 5px;	
        float: left;
}

.featured-post-date {
	color: #353534;
	font-size:11px;
	margin: 0;
	line-height: 18px;
}

.featured-post-class {
    display: block;
    float: right;
    margin-top: 15px;
    font-size: 14px;
}

.featured-post-class a {
    font-family: "PT Serif Caption";
    color: #0D503D;
}

.featured-post-class a:hover, .featured-post-class a:active {
    color: #820D06;
}

.featured-post-class a:visited {
    color: #818181;
}

.featured-title h2, .featured-title h2 a {
	font-weight:bold;
	font-size: 18px;
	color: #353534;
        clear: both;
}

.featured-title h2 a:hover { color:#cc0000; }

.container, #loopedSlider, div.slides, ul.slides {
	width:440px;
}
.container {
	height:280px;
	overflow:hidden;
	position:relative;
}
div.slides {
	position:absolute;
	top:0;
	left:0;
}
#loopedSlider {
	margin:0;
	position:relative;
	clear:both;
}

#loopedSlider a.next {
	position:absolute;
	top:200px;
	right:30px;
	opacity:0.8;
}
#loopedSlider a.previous {
	position:absolute;
	top:200px;
	left:30px;
	opacity:0.8;
}
#loopedSlider a.next:hover, #loopedSlider a.previous:hover {
	opacity:1;
}

/* tier 1 */

#tier1 {
width:1010px;
margin:0 auto 10px auto;
padding:0px;
}

#tier1 .tier1main {
width:460px;
margin:0;
float:left;
}

#tier1 .tier1main p {
padding-right:10px;
}

#tier1 .tier1side {float:left;width:290px;margin-top: -14px;}

#tier1 .tier1side h2 {
background:#dadada;
color:#353534;
padding:5px 0px 5px 10px;margin-bottom:10px;font-size:18px;
font-weight:normal;
}

#tier1 .tier1side h2 {-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#tier1 .tier1side h2 a {color:#353534;}

#tier1 .tier1side .featured2 {
margin-bottom:10px;
}

#tier1 .tier1side .featured2 h3 {
margin-top:0px;
padding-top:0px;
font-size: 10pt;
}

#tier1 .tier1side .featured2 h3, #tier1 .tier1side .featured2 h3 a {color:#414141;}

#tier1 .tier1side .featured2 p {
margin-top:0px;
text-align: justify;
}

#tier1 .tier1side .featured2 .imgstyle {
float:left;
margin-right:10px;
padding:5px;
margin-bottom:10px;
}

#tier1 .tier1side .stickyout .sticky p {
margin-top:0px;
}

#tier1 .tier1side .stickyout .sticky .imgstyle {
float:left;
margin-right:10px;
padding:5px;
margin-bottom:10px;
}

#tier1 .tier1side .stickyout h2 {
background:#dadada;
color:#353534;
padding:5px 0px 5px 10px;margin-bottom:10px;font-size:18px;
font-weight:normal}

#tier1 .tier1side .stickyout h2 {-moz-border-radius: 7px;-khtml-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;}

#tier1 .tier1side .stickyout h2 a {color:#353534;}

#tier1 .tier1side .stickyout .sticky h3, #tier1 .tier1side .stickyout .sticky h3 a {color:#414141;}

/* tier 2 */

#tier2 {
width:1010px;
margin:0px auto 0px auto;
}

/* tier 2 a */
#tier2 .tier2a {
float:left;
width:225px;
padding:0;
margin:0 10px 0px auto;
}

#tier2 .tier2a .top {
margin-top: -3px;
}

#tier2 .tier2a .top h2 {
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#tier2 .tier2a .top h2 {
background: #DADADA;
color: #353534;
padding: 5px 0px 5px 10px;
margin-bottom: 10px;
font-size: 18px;
font-weight: normal;
}

#tier2 .tier2a .top h2 a {
color: #353534;
}

#tier2 .tier2a .top .featured3 {
margin-bottom: 10px;
}

#tier2 .tier2a .top .featured3 .imgstyle {
float: left;
margin-right: 10px;
padding: 5px;
margin-bottom: 10px;
}

#tier2 .tier2a .top .featured3 .imgstyle img {
width: 215px;
}

#tier2 .tier2a .top .featured3 h3, #tier2 .tier2a .top .featured3 h3 a {
color: #414141;
}

#tier2 .tier2a .top .featured3 p {
margin-top: 0px;
}

/* tier 2 b */
#tier2 .tier2b {
float:left;
width:140px;
margin:0 10px 0px 5px;
}


/* tier 2 c */

#tier2 .tier2c {
float:left;
width:440px;
margin:0 15px 0px 5px;
}

#tier2 .tier2c .widget { padding:0px 10px 10px 10px; }

#tier2 .tier2c .top h2 {
background:#dadada;
color:#353534;
padding:5px 0px 5px 10px;margin-bottom:10px;font-size:18px;
font-weight:normal;
}

#tier2 .tier2c .top h2 {-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#tier2 .tier2c .top h2 a {color:#353534;}

#tier2 .tier2c .top .featured3 .imgstyle {
width:96%;
display:block;
float:none;
margin:0 auto;
text-align:center;
padding:2%;
}

#tier2 .tier2c .top .featured3 h3 {
margin:5px 0px;
font-size: 10pt;
}

#tier2 .tier2c .top .featured3 h3, #tier2 .tier2c .top .featured3 h3 a {color:#414141;}

#tier2 .tier2c .top .featured3 p {
margin-bottom:10px;
margin-top:0px;
}

#tier2 .tier2c .bottom { margin-top:-3px; }

#tier2 .tier2c .bottom h2 {
background:#dadada;
color:#353534;
padding:5px 0px 5px 10px;margin-bottom:10px;font-size:18px;
font-weight:normal;
}

#tier2 .tier2c .bottom h2 {-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#tier2 .tier2c .bottom h2 a {color:#353534;}


#tier2 .tier2c .bottom .featured4 {
margin-bottom:10px;
}

#tier2 .tier2c .bottom .featured4 h3 {
margin-top:0px;
padding-top:0px;
font-size: 10pt;
}

#tier2 .tier2c .bottom .featured4 h3, #tier2 .tier2c .bottom .featured4 h3 a {color:#414141;}

#tier2 .tier2c .bottom .featured4 p {
margin-top: 0px;
margin-left: 120px;
text-align: justify;
}

#tier2 .tier2c .bottom .featured4 .imgstyle {
float:left;
margin-right:10px;
padding:5px;
margin-bottom:5px;
}

/* tier 2 d */

#tier2 .tier2d {
float:left;
width:290px;
margin:-3px auto;
}


#tier2 .tier2d .top { margin-top:-3px; }

#tier2 .tier2d .top h2 {
background:#dadada;
color:#353534;
padding:5px 0px 5px 10px;margin-bottom:10px;font-size:18px;
font-weight:normal;
}

#tier2 .tier2d .top h2 {-moz-border-radius: 6px;-khtml-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;}

#tier2 .tier2d .top h2 a {color:#353534;}


#tier2 .tier2d .top .featured6 {
margin-bottom:10px;
}

#tier2 .tier2d .top .featured6 .post_timing {
float: left;
}

#tier2 .tier2d .top .featured6 .post_timing .post_date {
color: #777575;
}

#tier2 .tier2d .top .featured6 h3 {
margin-top:0px;
margin-left: 65px;
padding-top:0px;
font-size: 12px;
font-weight: normal;
}

#tier2 .tier2d .top .featured6 hr {
border: groove 1px;
height: 0;
}

#tier2 .tier2d .top .featured6 h3, #tier2 .tier2d .top .featured6 h3 a {color:#414141;}

#tier2 .tier2d .top .featured6 p {
margin-top:0px;
}

#tier2 .tier2d .top .featured6 .imgstyle {
float:left;
margin-right:10px;
padding:5px;
margin-bottom:10px;
}

#tier2 .tier2d .bottom h2 {
background:#dadada;
color:#353534;
padding:5px 0px 5px 10px;margin-bottom:10px;font-size:18px;
font-weight:normal;
}

#tier2 .tier2d .bottom h2 {-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#tier2 .tier2d .bottom h2 a {color:#353534;}

#tier2 .tier2d .bottom .featured3 {
margin-bottom: 10px;
clear: both;
overflow: hidden;
}

#tier2 .tier2d .bottom .featured3 .imgstyle {
width:40%;
display:block;
float:left;
margin:0 10px 0 0;
text-align:center;
padding:2%;
}

#tier2 .tier2d .bottom .featured3 h3 {
margin: 0px;
font-size: 10pt;
padding-left: 10px;
}

#tier2 .tier2d .bottom .featured3 h3, #tier2 .tier2d .bottom .featured3 h3 a {color:#414141;}

#tier2 .tier2d .bottom .featured3 p {
margin-top: 0px;
margin-bottom:10px;
padding-left: 10px;
text-align: justify;
}

/* tier 3 */

#tier3 {
width:1010px;
margin:20px auto 0px auto;
padding:5px;
}

#tier3 .tier3main {
width:635px;
magin:0;
float:left;
padding:0;
}


#tier3 .tier3main h2 {
background:#dadada;
color:#353534;
padding:5px 0px 5px 10px;margin-bottom:10px;font-size:18px;
font-weight:normal;
}

#tier3 .tier3main h2 {-moz-border-radius: 7px;-khtml-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;}

#tier3 .tier3main h2 a {color:#353534;}


#tier3 .tier3main .tier3mainleft {
width:260px;
float:left;
margin-right:10px;
}

#tier3 .tier3main .tier3mainleft .featured7 {
margin-bottom:20px;
}

#tier3 .tier3main .tier3mainleft .featured7 h3 {
margin-top:5px;
padding-top:0px;
}

#tier3 .tier3main .tier3mainleft .featured7 h3,#tier3 .tier3main .tier3mainleft .featured7 h3 a, #tier3 .tier3main .tier3mainright .featured7 h3,#tier3 .tier3main .tier3mainright .featured7 h3 a {color:#414141;}

#tier3 .tier3main .tier3mainleft .featured7 p {
margin-top:0px;
margin-right:10px;
}

#tier3 .tier3main .tier3mainleft .featured7 .imgstyle {
margin:0 auto;
padding:5px;
}


#tier3 .tier3main .tier3mainright {
width:340px;
float:left;
padding:0px 0px 10px 0px;
}

#tier3 .tier3main .tier3mainright .featured7 {
margin-bottom:20px;
}

#tier3 .tier3main .tier3mainright .featured7 h3 {
margin-top:0px;
padding-top:0px;
}

#tier3 .tier3main .tier3mainright .featured7 p {
margin-top:0px;
margin-right:10px;
}

#tier3 .tier3main .tier3mainright .featured7 .imgstyle {
float:left;
margin-right:10px;
padding:5px;
}

#tier3 .tier3side {
float:left;
width:340px;
margin:0px 0px 0px 10px;
}

#tier3 .tier3side h2 {
background:#dadada;
color: #353534;
border-radius: 7px 7px 7px 7px;
padding:5px 0px 5px 10px;margin-bottom:10px;font-size:18px;
font-weight:normal;
}


/* tier 4 */

#tier4 {
width:1010px;
margin:5px auto 0px auto;
padding:5px;

}

#tier4 .tier4a {
float:left;
width:335px;
margin:0 5px 0px 0px;
}


#tier4 .tier4b {
float:left;
width:640px;
margin:0 0px 0px 5px;
}

#tier4 .tier4b .tier4btop {
width:640px;
margin:0 auto;
}

#tier4 .tier4b .tier4btop .tier4btopleft {
float:left;
width:315px;
margin:0 auto;
padding:0px;
}

#tier4 .tier4b .tier4btop .tier4btopright {
float:right;
width:315px;
margin:0 auto;
}


#tier4 .tier4b .tier4bbottom {
clear:both;
width:640px;
margin:0 auto;
}



#tier4 .tier4c {
float:left;
width:300px;
margin:0 auto;
}

/* Content */


#content { width:785px; margin:0 auto; }
.postarea { width:480px; margin:0 auto; padding:10px; float:left; }

.postareameta { margin: 30px 0;}

.postarea h1,.postarea h1 a {/*color:#414141;*/ color: #B3B3B3;}

.postarea h2 {
font-size: 16px;
font-weight:bold;
/*width:450px;*/
line-height:1em;
background:none;
/*color:#131217;*/
color: #B3B3B3;
text-align: center;
}

.excerpt h2 {
text-align: left;
}

.postarea h2 {-moz-border-radius: 7px;-khtml-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;}

.postarea h2 a {color:#131217;}

.postarea h3,.postarea h3 a {color:#414141;}

.postarea blockquote,.entry blockquote { clear:both; padding:10px;}
.postarea blockquote,.entry blockquote { background:#f2f2f2;color:#172025;}

.postarea ul li { list-style:square; }
.postarea .byline { display:block; padding:4px 4px 4px 0px; font-size:x-small; }
.postarea .byline a { text-decoration:none; }
.postarea .byline a:hover { text-decoration:underline; }
/*.postarea .excerpt { margin:20px 0px 20px 0px; }*/
.postarea .excerpt {margin:0;}
.postarea .excerpt p { margin:0px; text-align: justify;}
/*.postarea .excerpt .byline { margin-bottom:10px; }*/
.postarea .excerpt .imgstyle { 
float:left;
margin-right:10px;
padding:5px;
}
.postarea .entry {
    margin-bottom: 20px;
    text-align: justify;
    width: 475px;
}

.postarea h1 {
font-size: 20px;
font-weight:bold;
text-align: center;
/*width:510px;*/
}

#postsidebar {
float:left;
width:265px;
}

#postsidebar h2 {
/*margin-top: -15px;*/
}

#share {
width:220px;
margin:0 auto;
}

#share ul {
width:220px;
}

#share ul li {
float:left;
width:75px;
list-style:none;
text-align:center;
margin-top:15px;
}

#postmeta .byline {padding:10px;}

.bnavigation {
padding:10px auto 10px auto;
/*width:720px;*/
margin:20px auto 20px auto;
}
.bnavigation a {
font-size: 1em;
}

.bnavleft {
width:200px;
float:left;
}

.bnavright {
width:200px;
float:right;
}

.paginav {
width:510px;
margin-bottom:15px;
float:left;
padding:10px;
}
.paginav a {
font-size: 1em;
font-weight: bold;
}

.npfsearchmsg {padding-right:20px;}
.npfsearchmsg h2 {margin:0px 0px 10px 0px;}

.postareameta {margin:10px 0px 10px 30px;}

.entry { width:510px; margin-bottom:20px; text-align: justify;}

.entry p {text-align: justify;}

.entry .tags {padding:5px;}

.entry ul, .entry ol {margin:10px 0px 10px 30px;clear:both;}

.entry ul li {list-style:square; padding:3px 0px 3px 0px;}

.entry ol li {  list-style-type: decimal; padding:3px 0px 3px 0px; }
.entry ol ol li {  list-style-type: lower-roman; padding:3px 0px 3px 0px; }

.entry img { margin-bottom:10px;  }

.entry textarea {
width:100%;
height:auto !important;
min-height:100px;
border:1px solid#dddddd;
}

.entry input[type=text] {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

.entry input.text {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

.entry input[type=password] {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

.entry input.password {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

ul.list404, ol.list404 { margin-left:30px;}
ul.list404 li, ol.list404 li { padding:6px 0px 6px 0px; }
ul.list404 li a, ol.list404 li a { color:#423B35; }

.postmetadata { margin:10px 0px 10px 0px;}


/************************************************
* Sidebar                                        * 
************************************************/

#sidebarone { width: 210px; float:left; margin:0px 0px 0px 10px; }

#calendar caption, #wp-calendar caption { margin:0; padding:2px 0 2px 10px; text-align:center; }
#calendar table, #wp-calendar table { width: 100%; padding: 0; text-align: center; }
#calendar thead th, #wp-calendar thead th { padding:3px; text-align:center; }
#calendar tbody td, #wp-calendar tbody td { padding: 5px 0;   text-align:center;  }
#calendar tfoot td, #wp-calendar tfoot td { }
#calendar #prev, #wp-calendar #prev { text-align: left; }
#calendar #next, #wp-calendar #next { text-align: right; }
#calendar a, #wp-calendar a { font-weight: normal; }


/* Form Elements */

.button { padding: 1px; border:none; }
.button:hover { text-decoration:none }

#respond { }

#commentform input { width: 170px; margin: 5px 5px 1px 0; padding:5px;  }
#commentform textarea { width:480px; margin-top:5px;height:auto !important; min-height:100px; border:1px solid#dddddd;
 }

/* Comments*/

.commentarea { clear:both; margin-top:25px; width:480px; padding:20px 0px; }
.commentareain h2,.commentareain h3 {margin-bottom:10px;}
.commentlist {  }

.commentlist li { margin:0; padding: 18px 15px 10px 15px; }
#commentform small { font-weight:normal; padding:0; }
.commentmetadata { display: block; }
.commentlist small { font-size:x-small; }

.commentlist cite { font-size:12px; font-weight:bold; }

.cancel-comment-reply { font-size:12px; font-weight:bold; }

.commentlist ul li, .comments ol li { list-style:none;}

.commentlist p { margin:15px 0px 15px 0px; }

.commentlist li.even {  margin-right:10px; }

.commentlist li.alt {   margin-right:10px; }
.commentlist li.odd { padding-top:10px; }

.commentlist li img { float:left; margin-right:5px;border:none;}

.commentlist li.even { padding:5px;background:#f2f2f2;color:#666666; }
.commentlist li.alt { padding:5px;background:#f9f9f9;color:#666666; }
.commentlist li.odd { padding:5px;background:#f9f9f9;color:#666666; }


/* Footer*/

#footer { margin:5px 0; width:990px; padding:10px; clear:both; }
#footer .tools { float:right; margin-right:30px; }
#footer .tools ul { list-style: none; margin-right:30px; margin-top:0px; }
#footer .tools ul li { float: left; display: block; padding-left:20px; }
#footer .tools ul li a { float: left; display: block; }
#footer .tools ul li a: hover { text-decoration:underline;}

#footer {
background-color:none;
background-image:url(http://fmd.kh.ua/wp-content/themes/antisnews/images/footer.png);background-repeat:No Repeat;height:20px;color:#dddddd;
font-size:10px;
font-weight:normal;
}

#footer a {color:#dddddd;}

#contacts {
text-align: center;
font-size: 10pt;
overflow: hidden;
background-color: white;
margin-bottom: 10px;
padding: 10px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
}

#contacts ul {
width: 100%;
overflow: hidden;
position: relative;
left: 50%;
margin-left: -35%;
}

#contacts ul li {
float: left;
list-style-type: none;
padding: 0 10px;
}

#contacts ul li a {
display: block;
text-decoration: none;
}

.addthis_toolbox, .addthis_default_style {
padding-top: 10px;
position: relative;
left: 12%;
}

.clear {clear: both;}
.ratingblock,.ratingmulti { clear:both; }

#column-left .filler h2 {font-size: 120%;}

#breadcrumbs {
	width: 100%; 
	clear: both; 
	margin-left: 5px; 
	color: lightgrey;
}

#breadcrumbs a{
	color: grey;
}


#tier1 .tier1side .featured2 {
margin-bottom:10px;
}

#tier1 .tier1side .featured2 .post_timing {
float: left;
}

#tier1 .tier1side .featured2 .post_timing .post_date {
color: #777575;
}

#tier1 .tier1side .featured2 h3 {
margin-top:0px;
margin-left: 65px;
padding-top:0px;
font-size: 12px;
font-weight: normal;
}
