/*
	Theme Name: Weekly (chelny-week.ru edition)
	Theme URI: http://undrwd.ru/
	Description: A magazine theme
	Author: Druzhinin Ivan (http://undrwd.ru)
	Version: 0.01
	Tags: advertise-ready, widget-ready, advanced-theme-options
	
	License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
*/

/*---------------------------------------------------------------------------------*/
/* RESET */
/*---------------------------------------------------------------------------------*/
html { color:#19150a; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
ul,ol { list-style: none; }
fieldset,img,abbr,acronym { border: 0; }
q:before,q:after { content:''; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: none; }
.clear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clear { display:inline-block; }
* html .clear { height:1%; }
.clear { display:block; }
.left { float:left; }
.right { float:right; }

/*---------------------------------------------------------------------------------*/
/* GENERAL */
/*---------------------------------------------------------------------------------*/
a { text-decoration: none; color: #333; border-bottom: 1px dotted #999; }
a:hover { color: #FF530D; text-decoration: none; border-bottom: 1px solid #999; }
:focus { outline:0; }
img a:hover { border: 0; }
h1 { font-size:22px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:13px; }
h5,h6 { font-size:12px; }
h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, Sans-serif; font-weight: bold; }
pre,code,kbd,samp,tt { font:13px/1.385 "Courier New",Monospace,serif; }
body,input,button,select,textarea,option { font: 12px Arial, Tahoma, Verdana, sans-serif; }
body { line-height:1.4; background: #fff url(images/bg.png); }
.cat-feedlink a,
.pc-feedlink a { float:right; width:12px; height:12px; display:inline-block; background:#FAFAFA url(images/rss.png) no-repeat 0 0; margin:14px 15px 0 0; text-indent:-5555em; overflow:hidden; }
.pc-feedlink a { margin:20px 15px 0 0; }
.blacklink { color: #000; }

/*---------------------------------------------------------------------------------*/
/* LAYOUT */
/*---------------------------------------------------------------------------------*/

#wrapper { width: 961px; margin: 0 auto; position: relative; background: #fff; padding: 0 10px; border-left: 4px solid #F3E8C6; border-right: 4px solid #F3E8C6; }
#header {
	height: 100px;
	text-align: left;
	width: 961px;
	clear: both;
}

#subscribe {margin: 0 0 0 10px;}
.subscribe { z-index: 99; margin: 0 50px 0 0; padding: 0px; list-style: none; line-height: 1; }
.subscribe a { position:relative; color:#333; display:block; z-index:100; text-decoration:none; }
.subscribe li { float:left; width:auto; }
.subscribe li a { padding: 4px 6px; font-size:11px; line-height:16px; text-decoration:none; border: 0; }
.subscribe li a:hover, .topnav li a:active { color: #fc5109; text-shadow: rgba(256, 256, 256, 0.5) 0 0 5px; text-decoration:underline; border-bottom: 0; border: 0; }
.subscribe li a:visited {  }
.subscribe li.first a { background:none; }
.subscribe li.last a { padding-right:0px !important; }

#last_number { overflow: visible; position: absolute; top: 24px; z-index: 2; left: 320px; box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3); }
#last_number:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
#last_number a {border: 0;}

#main { margin: 0; padding-top: 20px; }
#container { float:left; margin:0 -331px 0 0; width:100%; }
#content { margin:0 320px 0 0; overflow:hidden; }
#sidebar { float:right;
	overflow: hidden;
	width: 300px;
	clear:right;
	padding:10px;
	margin-bottom:-1px;
	font: 12px Helvetica, Arial, sans-serif;
	color: #333;
}

#sidebar a:link { border: 0; text-decoration: underline; }
#sidebar a:hover { border: 0; text-decoration: none; }

}

#top_banner {max-height: 80px;}
#main-navigation-block {
	position: relative;
}

/*---------------------------------------------------------------------------------*/
/* HEADER */
/*---------------------------------------------------------------------------------*/
.logo { float:left; }
.logo { margin:20px 0px 0px 0px; font-family:Georgia,serif; font-size:36px; font-weight:bold; line-height:30px; text-transform:uppercase; letter-spacing:0px; }
.logo a { color:#333; display:block; }
.logo a:hover { color:#333; }
.logo .desc { display:block; font-family:Arial,serif; font-size:11px; font-weight:normal; color:#aaa; letter-spacing:0px; text-transform:none; }
.logo a:hover .desc { color:#aaa; }
#text-logo a { padding:0 15px; }
#image-logo { margin: 15px 0px 0px 0px; }
#image-logo a { width: 250px; height:80px; text-indent:-5555em; overflow:hidden; border: 0; }

/*---------------------------------------------------------------------------------*/
/* TOP */
/*---------------------------------------------------------------------------------*/
#top {
	float: left;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	color: #f0f0f0;
	font-size: 11px;
	background: #e5e6e1;
	line-height: 30px;
}

/* top navigation */
.topnav { z-index: 99; margin: 0 0 0 90px; padding: 0px; list-style: none; line-height: 1; font: 12px Helvetica, Arial, sans-serif; }
.topnav a { position:relative; color:#333; display:block; z-index:100; text-decoration:none; }
.topnav li { float:left; width:auto; }
.topnav li a { padding: 4px 6px; line-height:16px; text-decoration:none; border: 0; }
.topnav li a:hover, .topnav li a:active {
	color: #fff;
	background: #FF6275;
	text-decoration:underline;
	border-bottom: 0;
	border: 0;
}
.topnav li a:visited {  }
.topnav li.first a { background:none; }
.topnav li.last a { padding-right:0px !important; }
.topnav li a.sf-with-ul {  }
.topnav li ul { background: rgba(0, 0, 0, 0.5); position:absolute; left:-999em; width:140px; margin:0px; z-index:999; border-left: 2px solid #ea6901; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }
.topnav li ul li { border-bottom:1px solid #666; }
.topnav li ul li a, .topnav li ul li a:visited { background: rgba(0, 0, 0, 0.7); width:129px; padding:6px 0 6px 11px; color:#f0f0f0; font-size:11px; font-weight:normal; }
.topnav li ul li a.sf-with-ul { padding: 6px 0 6px 11px; }
.topnav li ul li a:hover { background: rgba(0, 0, 0, 0.3); color:#fff; font-weight: bold; }
.topnav li ul ul { margin:-28px 0px 0px 140px; max-height: 300px; overflow-y: auto; overflow-x: hidden; border-left: 2px solid #ea6901; }
.topnav li ul ul li a {  }
.topnav li ul li ul li a {  }
.topnav li:hover, .topnav li.hover { position:static; }
.topnav li:hover ul ul, .topnav li.sfhover ul ul,
.topnav li:hover ul ul ul, .topnav li.sfhover ul ul ul,
.topnav li:hover ul ul ul ul, .topnav li.sfhover ul ul ul ul { left:-999em; }
.topnav li:hover ul, .topnav li.sfhover ul,
.topnav li li:hover ul, .topnav li li.sfhover ul,
.topnav li li li:hover ul, .topnav li li li.sfhover ul,
.topnav li li li li:hover ul, .topnav li li li li.sfhover ul { left:auto; }

/* topnav indicator */
.topnav .sf-sub-indicator { display:none; }
.topnav li ul .sf-sub-indicator { background:url(images/icon-arrow-right.png) no-repeat; position:absolute; display:block; right:0.4em; top:0.9em; width:10px; height:10px; text-indent:-999em; overflow:hidden; }

/* search form */
#search { display:inline; float:right; height:14px; margin: 0 10px 0 0; }
#search input { float:left; background:#f0f0f0; width:180px; padding: 3px 5px 3px 5px; font-family:Georgia,serif; font-size:12px; font-style:italic; color:#333; line-height:12px; border-radius: 3px; border: 1px solid #fff; }
#search input:focus { background:#f0f0f0; border:1px solid #000; color: #000; }
#search input.btn { background:none; border:none; margin:4px 0px 0px -23px; padding:0px; width:auto; }

/*---------------------------------------------------------------------------------*/
/* CATEGORY MENU */
/*---------------------------------------------------------------------------------*/
#cat-menu {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	width: 961px;
	height: 40px;
	border-top: 5px solid #b24d00;
	background: #ea6901 url(images/cat-menu.png);
}

/* category navigation */
.nav { position: absolute; bottom: 0; left: 0; z-index:99; margin:0px; padding:0px; list-style:none; line-height:1; }
.nav a {
	position: relative;
	color: #FBF5D3;
	display: block;
	z-index: 100;
	text-decoration: none;
	padding: 9px 9px;
}

.nav li { float:left; width:auto; }
.nav li a { font: 13px Cuprum, 'Arial Narrow', Arial, serif; margin: 0; text-decoration: none; text-transform: uppercase; text-shadow: #e66d2a 0 -1px 0; }
.nav li a:hover, .nav li a:active, .nav li.current-cat, .nav li.current-cat-parent {
	display: block;
	color: #fff;
	border: 0;
	padding: 9px 9px 8px 9px;
	background: rgba(256, 256, 256, 0.5); /* Show a solid color for older browsers */
	background: -moz-linear-gradient(rgba(256, 256, 256, 0.0), rgba(256, 256, 256, 0.5));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(256, 256, 256, 0.0)), to(rgba(256, 256, 256, 0.5))); /* older webkit syntax */
	background: -webkit-linear-gradient(rgba(256, 256, 256, 0.0), rgba(256, 256, 256, 0.5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(256, 256, 256, 0.0)', endColorstr='rgba(256, 256, 256, 0.5)'); /* для IE6-9 */
}

.nav li a.sf-with-ul {  }
.nav li ul { position:absolute; left:-999em; width:172px; margin:0px 0px 0px -2px; border-left: 1px dashed #000; z-index:999; }
.nav li ul li { }
.nav li ul li a { background:#fff; width:147px; color:#333; font-size:13px; font-weight:normal; border-top: 1px solid #000; border-bottom: 1px solid #000; box-shadow: 0 4px 0 -2px #000; -moz-box-shadow: 0 4px 0 -2px #000; -webkit-box-shadow: 0 4px 0 -2px #000; }
.nav li ul li a.sf-with-ul { padding:7px 12px; }
.nav li ul li a:hover { background:#fff; color:#E73525; text-decoration: none; }
.nav li ul ul { margin:-31px 0px 0px 171px; }
.nav li ul ul li a {  }
.nav li ul li ul li a {  }
.nav li:hover,.nav li.hover { position:static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left: -999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul { left: auto; }

/* category navigation indicator */
.nav .sf-sub-indicator { display: none; }
.nav li ul .sf-sub-indicator {
	background: url(images/icon-arrow-right.png) no-repeat;
	position: absolute;
	display: block;
	right: 0.4em;
	top: 0.9em;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
}

/*---------------------------------------------------------------------------------*/
/* BREADCRUMB */
/*---------------------------------------------------------------------------------*/
#breadcrumb {
	background: #e5e6e1;
	border-bottom-right-radius: 70px 15px;
	border-top-right-radius: 70px 15px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	padding: 0 0 0 15px;
	height: 30px;
	line-height: 30px;
	color: #888;
	font-family: Helvetica, Verdana, sans-serif;
	text-shadow: #fff 1px 1px 0;
	text-transform: uppercase;
	font-size: 10px;
	font-style: italic;
	margin: 13px 25px 0 0;
}

#breadcrumb a,#breadcrumb span { padding:0 3px 0 10px; background:url(images/icon-arrow-right.png) no-repeat 0 3px; border: 0;}
#breadcrumb .tip { font-weight:bold; background:none; padding:0; }
#breadcrumb .home { background:none; }
#breadcrumb .current-time { float:right; height:30px; line-height:30px; display:block; padding:0 15px; color:#888; background:none; }

/*---------------------------------------------------------------------------------*/
/* FEATURED CONTENT SLIDER */
/*---------------------------------------------------------------------------------*/
#loopedSlider {
	float: left;
	background: #fff;
	margin: 15px 15px 15px 0;
	padding: 10px 10px 15px 10px;
	width: 280px;
	position: relative;
	clear: both;
	border: 1px solid #CCC;
}

#loopedSlider .featured-thumb { margin:0 0 10px 0; }
#loopedSlider .container { width:280px; height:395px; overflow:hidden; position:relative; }
#loopedSlider .slides { position:absolute; top:0; left:0; }
#loopedSlider .slides div { position:absolute; top:0; width:280px; display:none; }
ul.pagination { list-style-type:none; margin:10px auto 0px auto; padding:0; }
ul.pagination li { float:left; margin:0 7px; display:inline; }
ul.pagination a { display:block; width:12px; border: 0px; padding-top:12px; height:0; overflow:hidden; background-image:url(images/slidernav.png); background-position:0 0; background-repeat:no-repeat; }
ul.pagination a:hover { background-position:0 -12px; }
ul.pagination li.active a { background-position:0 -23px; }

/*---------------------------------------------------------------------------------*/
/* LATEST NEWS */
/*---------------------------------------------------------------------------------*/
#latest { width: 310px; float:left; margin:10px 0 10px; line-height: 1.3em; }
#latest h3 { margin-top: 5px; border-bottom: 5px solid #ea6901; padding-bottom:8px; text-transform:uppercase; color:#333; font: bold 16px Cuprum, 'Arial-Narrow', serif; }
#latest ul li { padding:6px 0 6px 34px; }
#latest .postdate { font: italic 11px Arial,serif; float:left; clear:left; line-height:100%; color:#666; margin-left:-34px; padding-top:.4em; }
.more { font-size:11px; text-align:right; margin:6px; text-transform:uppercase; }
.more a { color:#666; }
.more a:hover { color:#FF530D; border-bottom:1px dotted #666; }

/*---------------------------------------------------------------------------------*/
/* CAROUSEL POSTS */
/*---------------------------------------------------------------------------------*/
#carousel {
	background:#999;
	background-image: url(images/photobg.png);
	padding:0 0 15px 0;
	border-bottom:1px solid #FFF;
	border-top:2px solid #ff6633;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.8) inset;
	overflow: hidden;
	}
.carousel-posts { z-index:3 !important; }
#carousel h3 { margin:0 0 10px 0; padding: 0 10px; background: rgba(0, 0, 0, 0.5); color:#fff; font: bold 24px Cuprum, Arial, sans-serif; }
#carousel h3 span { display:block; padding:0px 0px 4px 0px; text-shadow: rgba(0, 0, 0, 1) 0 2px 14px; }
#carousel .item { width:136px; background: rgba(256, 256, 256, 0.6); overflow:hidden; float:left; margin:12px 8px; display:inline; box-shadow: 0 1px 12px rgba(0, 0, 0, 0.8); }
#carousel .item img { padding:4px; background: #fff; box-shadow: 0 2px 6px -3px rgba(0, 0, 0, 0.8); display:block; }
#carousel .item .title { padding:5px 8px 8px 8px; height:60px; display:block; font: bold italic 12px Georgia, 'Times New Roman', sans-serif; color: #cc3300; border: 0;}
#carousel .item .title span { height:60px; display:block; overflow:hidden; }
#carousel .item .title:hover { text-decoration: none; }
.pc-next,.pc-prev,.pc-next:hover,.pc-prev:hover { float:right; cursor:pointer; background:url(images/arrow_carousel.png) no-repeat left top; width:16px; height:14px; display:inline-block; text-indent:-5555em; border:0 !important; margin:4px 4px 0; overflow:hidden; }
.pc-next { background-position:right 0; }
.pc-prev { background-position:0 0; }
.pc-next:hover { background-position:right -19px; }
.pc-prev:hover { background-position:0 -19px; }
.catbox-title { border-bottom: 5px solid #ea6901; margin: 0; padding: 6px 15px 5px 0; text-transform:uppercase; line-height:1.25; font: bold 14px Cuprum, Arial, sans-serif; }
.catbox-title a {
	border-radius: 0 5px 0 0;
	padding: 6px 15px 5px 15px;
	color: #fff;
	background: #ea6901 url(images/catbox-bg.png) no-repeat;
	border: 0;
}

.catbox-title a:hover { color:#FEE415; text-decoration: none; border: 0; }
.cat-feedlink a { margin-top:10px; border: 0; }

/*---------------------------------------------------------------------------------*/
/* TWO COLUMN BOXES */
/*---------------------------------------------------------------------------------*/
.twocol .catbox-row { }
.twocol .catbox { width:310px; float:left; padding:0 0 10px 0; margin-right: 2px; }
.twocol .catbox li { border-top:1px solid #e9e9e9; padding:9px 0 9px 11px; margin:0 10px 0 0; font-size:12px; background:url(images/icon-bullet.gif) no-repeat 0 12px; }
.twocol .catbox li.first {
	display:block;
	padding:15px 0 10px 0;
	border-top:0;
	background:none;
}
.twocol .catbox .entry-thumb { margin-right:10px; }
.twocol .catbox .entry-title { font-size:16px; }
.twocol .catbox .entry-excerpt { display:block; }
.catlist {margin:5px 0 8px 3px; font-weight: bold;}

/*---------------------------------------------------------------------------------*/
/* CONTENT */
/*---------------------------------------------------------------------------------*/
.headline { padding:20px 15px; color:#999; margin:0 0 15px 0; font-size:22px; height:32px; border-bottom:1px solid #ECEDE8; }
* html .home .headline { padding:18px 15px; }
.headline h1 { height:32px; line-height:32px; font-size:18px; overflow:hidden; text-transform:uppercase; color:#333; }
.headline span { color:#999; }
.single-cat-feedlink a { display:inline-block; float:none; margin:0 5px; line-height:12px; }
.display { float:right; width:49px; height:20px; background:url(images/display.gif) no-repeat 0 -20px; text-indent:-5555em; overflow:hidden; margin:10px 5px 0 0; cursor:pointer; }
.display-grid { background:url(images/display.gif) no-repeat 0 0; }
.hentry {
	padding: 15px 15px 3px 15px;
	background: #fff; /* Show a solid color for older browsers */
	margin: 0;
	display: inline-block;
	width: 620px;
}

.entry-thumb { float:left; display:block; position:relative; padding: 4px; border: 1px solid #ccc; border-radius: 3px; background: #fff; margin:0 15px 8px 0; }

.entry-thumb:before,
.entry-thumb:after {
    content:"";
    position:absolute;
    z-index:-2;
}
 
.entry-thumb:before {
    top:0px;
    bottom:0px;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.8);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.8);
            box-shadow:0 0 15px rgba(0,0,0,0.8);
    -moz-border-radius:100px / 10px;
         border-radius:100px / 10px;
}

.entry-thumb:hover { background: #fee415; }
 
.entry-thumb a {display:block; border: 0px; }
.entry-thumb a img { display: block; }
.entry-title { margin:0 0 10px 0; text-transform: uppercase; font: bold 18px Cuprum, 'Arial Narrow', Verdana, sans-serif; }
.entry-title a { color:#000; line-height: 1.1; border: 0; }
.entry-title a:hover { color: #FF530D; border: 0; }
h1.entry-title { font-size: 26px; margin: 10px 0 26px 0; }
.entry-excerpt { display:table; }
.entry-meta { font-family: Helvetica, Arial, sans-serif; color:#666; margin:5px 10px 5px 0; padding: 5px 0; font-size:11px; }
.entry-meta a { color:#666; }
.entry-meta a:hover { color: #FF530D; border-bottom:1px dotted #666; }
.meta-sep { color:#999; margin:0 3px; }
.meta-more { display:inline; font-family:Georgia,serif; font-size:11px; font-style:italic; color:#666; }
.meta-more:hover { color:#FF530D; border-bottom:1px dotted #666; }
.grid-post { width:280px; float:left; display:inline; }
.grid-post .entry-thumb { margin-right:10px; }
.grid-post .entry-excerpt { display:block; }
.grid-post .entry-meta { display:none; }
.not-found { width:580px; }
.single .hentry,
.page .hentry { margin: 15px 25px 15px 0; }
#entry-tags { margin:15px 0; }
#entry-tags span { font-weight:bold; }
#entry-author { background:#F7F7F7; border:1px solid #ECEDE8; padding:10px; margin:15px 0 0 0; }
#author-avatar { float:left; margin:0 10px 10px 0; border:1px solid #ECEDE8; }
#author-avatar img { display:block; padding:4px; background:#FFF; }

/*---------------------------------------------------------------------------------*/
/* entry */
/*---------------------------------------------------------------------------------*/
.entry p,.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry ul, .entry ol { margin:20px 10px 20px 0; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { color:#0A0A0A; }
.entry ul,.entry ol { margin:20px 0 20px 30px; }
.entry ol { list-style-type:decimal; }
.entry ul { list-style-type:square; }
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul { margin:0 0 0 20px; }
.entry hr { border-top:1px solid #FFF; border-top:1px solid #C7D7DB; background:none; height:0; margin:0 0 20px 0; padding:0; clear:both; }
.entry hr.none { border:0 none; height:0; background:none; margin:0; padding:0; clear:both; }
.entry a:hover, .entry a:active { text-decoration: none; }
.entry blockquote {
	border-top: 2px solid #FF530D;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	width: 250px;
	float: left;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	margin: 8px 20px 8px 0;
	padding:0 1px 0 20px;
	overflow:hidden;
	box-shadow: 0 0 1px #FFF inset;
}
.entry a img { max-width: 300px; height: auto;  }

/* full width */
.onecolumn { margin:0 !important; background:#FFF; }
.onecolumn #content { margin:0 !important; }

/* post images */
img.centered { display:block; margin-left:auto; margin-right:auto; margin-bottom:10px; padding:0px; }
img.alignnone { padding:0px; margin:0px 0px 10px 0px; display:inline; }
img.alignright { padding:0px; margin:0px 0px 10px 10px; display:inline; }
img.alignleft { padding:0px; margin:0px 10px 10px 0px; display:inline; }
.aligncenter { display:block; margin-left:auto; margin-right:auto; margin-bottom:10px; }
.alignright { float:right; margin:0px 0px 10px 10px; }
.alignleft { float:left; margin:0px 10px 10px 0px; }
.wp-caption { text-align:center; padding:4px 0 6px 0; border-bottom: 3px double #999; box-shadow: 0 5px 0 -3px #999; -moz-box-shadow: 0 5px 0 -3px #999; -webkit-box-shadow: 0 5px 0 -3px #999; }
.wp-caption img { margin:0px 0px 5px 0px; padding:0px; border:0px; }
.wp-caption p.wp-caption-text { margin:0px; padding:0px; font-size:11px; font-weight:normal; line-height:12px; }

/* pagenavi */
.pagenavi { border-top:1px solid #ECEDE8; border-bottom:1px solid #ECEDE8; height:30px; background:#F7F7F7; color:#777; margin:0px 0px 0px 0px; width:100%; }
.pagenavi a,.pagenavi span { border-right:1px solid #ECEDE8; padding:0 10px; height:30px; line-height:30px; display:block; float:left; }
.pagenavi a.current { background:#fff; color:#b8240d; font-weight:bold; margin:0px 0 0 0; padding-bottom:0px; }

/*---------------------------------------------------------------------------------*/
/* SIDEBAR */
/*---------------------------------------------------------------------------------*/

/* general widgets*/
.widget-area { }
.widget { padding: 0 10px 10px 10px;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin-bottom: 25px;
}
.widget-title {
	width: 30%;
	background: white;
	margin: -9px 20px 0 20px;
	line-height: 1em;
	padding: 0 15px 10px 15px;
	text-transform: uppercase;
	color: #b24d00;
	font-family: Helvetica, Arial, serif;
	font-size: 16px;
}

.widget-title h3::after { content: url(images/dot.png); }
.widget ul li { padding: 3px 6px; }
.widget ul li:hover { }
.widget > div { padding:10px 0; }
.widget_tag_cloud div,
.textwidget { padding: 0; font-size: 80%; }
#middle-sidebar { }
#middle-left { width:184px; float:left; padding-bottom:20px; }
#middle-right { width:130px; padding-bottom:20px; float:right; }

/* sidebar tabber */
.tab-widget-menu { font-size:11px; font-weight:bold; }
.tab-widget-menu li { float:left; display:block; padding:1px 8px; background:#CCC; border-right:1px solid #ECEDE8; height:29px; line-height:30px; cursor:pointer; text-transform:uppercase; color:#555; text-align:center; position:relative; bottom:-2px; }
.tab-widget-menu li.selected { background:#FFF; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #CCC; position:relative; line-height:29px; bottom:-2px; }
#tab-sidebar .widget { padding:0;}
#tab-sidebar .widget > div { border-top:0; }
#tab-sidebar .widget_tag_cloud div,
#tab-sidebar .textwidget { border-top:0; }
#tab-sidebar .widget ul li { padding:10px 10px 5px; }
#tab-sidebar .widget ul li img { padding:4px; border:1px solid #ECEDE8; float:left; margin:0 10px 5px 0; }
#tab-sidebar .info { display:table; }
#tab-sidebar a.comments-link,#tab-sidebar .meta { display:block; font-family:Arial,serif; font-size:11px; color:#999; text-transform:uppercase; }
#tab-sidebar #recent-comments a { color:#999; }
#tab-sidebar #recent-comments a span.comment-author { color:#004276; }
#tab-sidebar #recent-comments a:hover span.comment-author { color:#B8240D; }
.widget_tag_cloud a { padding:0 3px; white-space:nowrap; }

/* calendar */
#wp-calendar { width:100%; }
#wp-calendar, #wp-calendar th, #wp-calendar caption { text-align:center; }
#wp-calendar th { background:#f5f5f5; padding:3px; border:1px solid #f0f0f0; }
#wp-calendar td { padding:5px 2px; border:1px solid #f0f0f0; }
#wp-calendar caption { background:transparent; font-weight:bold; padding:3px 0px 7px 0px; color:#333; }
#wp-calendar #today { background:#f5f5f5; font-weight:bold; }

/* flickr widget */
.widget h3 span { color:#0061D8; }
.widget h3 span span { color:#FF1183; }
.widget .flickr_badge_image { float:left; margin:0px; }
.widget .flickr_badge_image .wrap { position:relative; margin-bottom:20px; padding:0; }
.widget .flickr_badge_image a img { display:inline; float:left; background:#fff; margin:0px 8px 8px 0px; border:#e9e9e9 1px solid; padding:4px; }
.widget .flickr_badge_image a:hover img { background:#f0f0f0; }

/*---------------------------------------------------------------------------------*/
/* FOOTER */
/*---------------------------------------------------------------------------------*/
#footer { clear:both; background:#FFF; }
#footer .footer-cat { background:#f9f9f9; margin-top: 20px; padding:0px 5px; border-top:1px solid #ddd;  border-bottom:1px solid #ddd; }
#footer .footer-cat ul { padding:0px 0px; }
#footer .footer-cat ul li { float:left; padding:5px 0px 4px 0px; font: 12px Cuprum, 'Arial Narrow', Arial, sans-serif; text-transform:uppercase; }
#footer .footer-cat li ul { display:none; }
#footer .footer-cat a { color:#555; padding:0px 10px; border-right:1px solid #ddd; border-bottom: 0; }
#footer .footer-cat a:hover { color:#333; }
#footer .bottom { background:#fff; text-align:center; padding:15px; font-size:11px; color:#555; }
.backtotop { background:url(images/go-up.png) no-repeat; width:48px; height:48px; }

/*---------------------------------------------------------------------------------*/
/* COMMENTS */
/*---------------------------------------------------------------------------------*/
#comments-title,#reply-title { color:#333; font-weight:bold; font-size:13px; padding:12px 15px; text-transform:uppercase; }
#comments-title { border-top:1px solid #ECEDE8; }
#reply-title { border-top: 3px solid #FF530D; padding:12px 0; margin:0 15px 0 0; }
.commentlist { border-bottom:1px solid #ECEDE8; }
.comment { padding:15px 0 0 75px; border-top:1px solid #ECEDE8; min-height:60px; height:auto !important; height:60px; display:block; }
.commentlist li.even { background:#FAFAFA; }
.commentlist li.odd { background:#FFF; }
.comment-avatar { float:left; margin:0 0 0 -60px; }
* html .comment-avatar { margin:0 0 0 -32px; }
.comment-avatar img { border:1px solid #f0f0f0; padding:4px; background:#fff; }
.comment-meta { margin:0 15px 10px 0; font-size:11px; }
.comment-meta a { color:#666; }
.comment-meta a:hover { border-bottom:1px dotted #666; }
.comment-meta .fn { font-size:12px; font-style:normal; font-weight:bold; }
.comment-meta .fn a { color:#004276; }
.comment-meta .fn a:hover { color:#B8240D; border-bottom:none; }
.comment-body { margin:10px 20px 10px 0; }
.reply { margin:10px 20px 0 0; text-align:right; text-transform:uppercase; font-size:10px; position:relative; height:25px; overflow:hidden; position:relative; right:-20px; }
.comment-reply-link { height:24px; line-height:24px; display:inline-block; width:80px; text-align:center; border-top:1px solid #ECEDE8; border-left:1px solid #ECEDE8; overflow:hidden; }
#cancel-comment-reply-link { font-size:11px; color:#B8240D; margin:0 0 0 20px; }
#cancel-comment-reply-link:hover { text-decoration:underline; }
.comment #respond { border-top:1px solid #ECEDE8; }
#commentform { padding:0 15px 30px; }
#commentform p { margin:10px 0; }
#commentform label { float:left; width:100px; font-weight:bold; }
#commentform .required { color:#B8240D; font-weight:bold; margin:0 0 0 10px; }
#commentform input,#commentform textarea { width:70%; margin:0 0 10px 0; border:1px solid #dfdfdf; padding:5px; }
#commentform input:hover,#commentform textarea:hover { border:1px solid #D2D1CD; }
#commentform textarea { overflow:auto; }
#commentform input#submit {
	display:block;
	width:200px;
	margin:0px 0px 0px 100px;
	padding:5px;
	cursor:pointer;
	background: #f0f0f0; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f0f0f0, #ccc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#ccc)); /* older webkit syntax */
	background: -webkit-linear-gradient(#f0f0f0, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ccc'); /* для IE6-9 */
	border-radius: 3px;
	-moz-border-radius: 3px;
	border-top: 1px solid #fff;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 2px rgba(256, 256, 256, 0.9) inset;
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 2px rgba(256, 256, 256, 0.9) inset;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 2px rgba(256, 256, 256, 0.9) inset;
	color: #333;
	font: bold 12px Verdana, Arial;
	text-shadow: rgba(256, 256, 256, 0.5) 0 1px 0;
}

#commentform input#submit:hover {
	background: #f0f0f0; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f0f0f0, #c2c2c2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#c2c2c2)); /* older webkit syntax */
	background: -webkit-linear-gradient(#f0f0f0, #c2c2c2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#c2c2c2'); /* для IE6-9 */
	border-bottom: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), 0 2px 3px rgba(256, 256, 256, 0.9) inset;
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), 0 2px 3px rgba(256, 256, 256, 0.9) inset;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), 0 2px 3px rgba(256, 256, 256, 0.9) inset;
	color: #333;
	font: bold 12px Verdana, Arial;
	text-shadow: rgba(256, 256, 256, 0.7) 0 1px 0;
}

#commentform input#submit:active {
	background: #f0f0f0; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#ccc, #f0f0f0);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#f0f0f0)); /* older webkit syntax */
	background: -webkit-linear-gradient(#ccc, #f0f0f0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#f0f0f0'); /* для IE6-9 */
	border-bottom: 1px solid #fff;
	border-top: 1px solid #a0a0a0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
	color: #333;
	font: bold 12px Verdana, Arial;
	text-shadow: rgba(256, 256, 256, 0.5) 0 -1px 0;
}

/*---------------------------------------------------------------------------------*/
/* VK */
/*---------------------------------------------------------------------------------*/

#submit {
	margin: 3px 10px;
	padding: 5px 8px;
	background: #f0f0f0; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f0f0f0, #ccc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#ccc)); /* older webkit syntax */
	background: -webkit-linear-gradient(#f0f0f0, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ccc'); /* для IE6-9 */
	border-radius: 3px;
	-moz-border-radius: 3px;
	border-top: 1px solid #fff;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #a0a0a0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 3px rgba(256, 256, 256, 0.5) inset;
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 3px rgba(256, 256, 256, 0.5) inset;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 3px rgba(256, 256, 256, 0.5) inset;
	color: #333;
	font: bold 12px Verdana, Arial;
	text-shadow: rgba(256, 256, 256, 0.5) 0 1px 0;
}

#submit:hover {
	background: #f0f0f0; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f0f0f0, #ccc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#ccc)); /* older webkit syntax */
	background: -webkit-linear-gradient(#f0f0f0, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ccc'); /* для IE6-9 */
	border-bottom: 1px solid #a0a0a0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
	color: #333;
	font: bold 12px Verdana, Arial;
	text-shadow: rgba(256, 256, 256, 0.7) 0 1px 0;
}

#submit:active {
	background: #f0f0f0; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#ccc, #f0f0f0);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#f0f0f0)); /* older webkit syntax */
	background: -webkit-linear-gradient(#ccc, #f0f0f0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#f0f0f0'); /* для IE6-9 */
	border-bottom: 1px solid #fff;
	border-top: 1px solid #a0a0a0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
	color: #333;
	font: bold 12px Verdana, Arial;
	text-shadow: rgba(256, 256, 256, 0.5) 0 -1px 0;
}

/*---------------------------------------------------------------------------------*/
/* ADVERTISEMENT */
/*---------------------------------------------------------------------------------*/
.header-ad { float:right; display:inline; margin:15px 0px 15px 0px; }
.header-ad a { border:none !important; }
.home-ad-area { padding:15px; border-top:1px solid #ECEDE8; text-align:center; }
#sidebar-ad1,#sidebar-ad3 { padding:0 0 10px 0; }
.adtips { margin:0 0 6px 0; display:block; color:#CCC; text-transform:uppercase; text-align:center; font-size:10px; }
.ad120x600 { padding:10px 12px 10px 12px; }



/* -------------------------------------------------------------------------------*/
/* For images zoom in last_number */
/* -------------------------------------------------------------------------------*/


img.expando {
	border: none;
	vertical-align: bottom;
	width: 80px;
	height: 112px;
	border: 2px solid #b24d00;
	box-shadow: 0 -1px 2px (0, 0, 0, 0.6) inset;
}

#pollborder {padding: 20px; border: 2px solid #CCC; box-shadow: 0 0 5px (0, 0, 0, 0.3); -moz-box-shadow: 0 0 5px (0, 0, 0, 0.3); -webkit-box-shadow: 0 0 5px (0, 0, 0, 0.3)}
#pollborder:hover {padding: 20px; border: 2px solid #CCC; box-shadow: 0 0 5px (0, 0, 0, 0.8); -moz-box-shadow: 0 0 5px (0, 0, 0, 0.8); -webkit-box-shadow: 0 0 5px (0, 0, 0, 0.8)}
.widget-poll-question {font: bold 160% Cuprum, Arial, sans-serif; margin: 20px 0 0 0; padding: 10px; background: #CCC;}


/* Объявления */

.clearboth {clear: both; margin: 10px 0; padding: 10px 0; width: 100%;}
.adsform {padding: 3px; font-size: 120%;}

.wp-polls p {text-align: left;}
.wp-polls p strong {
	display: block;
	font: 160% Cuprum, Arial, sans-serif;
	border-top: 1px solid #666;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 5px 0;
	margin: 10px 0;
	box-shadow: 0 -8px 0 -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 -8px 0 -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 -8px 0 -3px rgba(0, 0, 0, 0.2);
	}

.wp-polls-ans p strong {
	display: block;
	font: 120% Cuprum, Arial, sans-serif;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #666;
	padding: 15px 0 5px 0;
	margin: 10px;
	box-shadow: 0 8px 0 -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 8px 0 -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 8px 0 -3px rgba(0, 0, 0, 0.2);
	}
	
.wp-polls .pollbar {
	margin: 5px 0;
	font-size: 12px;
	line-height: 14px;
	height: 14px;
	}

.wp-polls-ul li {margin: 10px; 0;}
ul li.shortmenu {overflow-y: auto; overflow-x: hidden;}