/*
Theme Name: City Down
Theme URI: http://www.altima.com.ua/
Description: City Down Theme
Version: 1.0
Author: altima
Author URI: http://altimawebsystems.com/en/
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu

License:
License URI:

General comments (optional).
*/
/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
form,
input,
textarea,
a,
img,
ul,
ol,
li,
table,
tr,
td{
	border:0;
	margin:0;
	padding:0;
}
body{
	background-color:#491e2f;
}
a{
	text-decoration:underline;
	color:#ffffff;
}
a:hover{
	text-decoration:none;
}
@font-face {
	font-family: 'BebasNeue';
	src: url('fonts/bebasneue.eot');
	src: url('fonts/bebasneue.woff') format('woff'), 
		 url('fonts/bebasneue.ttf') format('truetype'), 
		 url('fonts/bebasneue.svg') format('svg'),
		 url('fonts/bebasneue.svg#BebasNeue') format('svg');
	font-weight: normal;
	font-style: normal;
}
h2,
h3,
h4,
h5 {
	color:#ffffff;
	}
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
#wrapper {
	background:url(images/bg_page.png) repeat-x scroll center 0;
	overflow: hidden;
	display:block;
	padding-top: 54px;
	}
#content {
    margin: 0 auto;
    width: 920px;
}
#header{
	background:url(images/header_bg.png) repeat-x scroll center 0;
	height:208px;
	display:block;
	}
.logo {
	width:920px;
	margin:0 auto;
	}
.logo a {
	position:relative;
	top:26px;
	display:block;
	}
.logo a img{
	display:block;
	}
/*
================================================================================
|                                     MAIN MENU                                |
================================================================================
*/

.menu{
	display: block;
    left: -10px;
    margin: 0 0 80px;
    padding: 0;
    position: relative;
}
.menu ul{
	list-style:none;
	line-height:24px;
}
.menu ul li{
	float:left;
	padding:0 0 0 10px;
}
.menu ul li:first-child{
	
}
.menu ul li:last-child{
	background:none;
}
.menu ul li {
	background:url(images/bg_list.png) no-repeat right 4px;
	padding-right: 18px;
	position: relative;
	padding-bottom: 16px;
}
.menu ul li a{
	font:normal 25px/25px BebasNeue, Arial, Helvetica, sans-serif; 
	text-decoration:underline;
	color:#ffffff;
	text-transform:uppercase;
	padding:7px 7px 3px 7px;
}
.menu ul li a:hover {
	background-color:#1dd2ff;
	text-decoration:none;
	}
.menu .children li{
	background:none;
	padding-left:17px;
	}
.menu ul ul {
    display: none;
    float: left;
    left: 10px;
    position: absolute;
    top: 30px;
    z-index: 99999;
}

.menu ul li:hover > ul {
	display: block;
}
.menu .children {
	background: rgb(28,206,255);
	background: -moz-linear-gradient(top, rgba(30,211,255,1) 0%, rgba(23,195,255,1) 40%, rgba(7,155,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,206,255,1)), color-stop(40%,rgba(23,195,255,1)), color-stop(100%,rgba(7,155,255,1)));
	background: -webkit-linear-gradient(top, rgba(30,211,255,1) 0%,rgba(23,195,255,1) 40%,rgba(7,155,255,1) 100%);
	background: -o-linear-gradient(top, rgba(30,211,255,1) 0%,rgba(23,195,255,1) 40%,rgba(7,155,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(30,211,255,1) 0%,rgba(23,195,255,1) 40%,rgba(7,155,255,1) 100%);
	background: linear-gradient(to bottom, rgba(30,211,255,1) 0%,rgba(23,195,255,1) 40%,rgba(7,155,255,1) 100%);
	}
.menu .children li{
	padding:0;
	float:none;
	width:108px;
	padding-left:10px !important;
	}
.menu .children li:hover{
	background-color:#017fd5;
	text-decoration:none;
	cursor:pointer;
	}
.menu .children li a{
	padding:0;
	width:108px;
	text-decoration:none;
	background:none !important;
	font:normal 20px/30px BebasNeue, Arial, Helvetica, sans-serif;
	}

.menu  li:hover > a, 
.menu ul ul *:hover > a {
    background-color:#1dd2ff;
	text-decoration:none;
}
/*
================================================================================
|                                     CONTENT                                  |
================================================================================
*/
.main{
	float:left;
	width:646px;
	float:left;
}
.sidebar{
	width:200px;
	float:right;
}
.post-box{
	width:631px;
	padding:0 0 0 5px;
	overflow:hidden;
}
.post{
	padding:0 0 90px 0;
	overflow: hidden;
}
h1{
	font:normal 30px BebasNeue, Arial, Helvetica, sans-serif; 
	color:#ffffff;
	padding:0;
}
.post h2{
	padding-bottom:20px;
}
.post h2,
.post h2 a{
	font:normal 45px/52px BebasNeue, Arial, Helvetica, sans-serif; 
	color:#ffffff;
	text-decoration:underline;
	text-transform:uppercase;
}
.post h2:hover,
.post h2 a:hover {
	text-decoration:none;
	}
.r-box{
	float:left;
	padding-top:15px;
}
.post .post-text{
	padding:38px 0 40px 0;
}
.post .post-text p{
	font:normal 14px/20px Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.post .post-text img{
	display:block;
	margin:6px 0 20px 0;
}
.post .post-text p a.more-link,
.read-full-post,
.post .date-autor,
.post .category{
	font:normal 18px/20px BebasNeue, Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.read-full-post {
	background:url(images/arrow.png) no-repeat right center;
	display:block;
	float:left;
	padding: 0 30px 0 0;
	}
.line-middle {
	background:url(images/poloska_02.png) repeat-y scroll 0 0;
	display:block;
	}
.line  {
	width:1px;
	display:block;
	left: 40px;
    position: relative;
	float: left;
	padding-bottom:20px;
	}
.post .category a{
	color:#FF0066;
	text-transform:lowercase;
}
.comments{
	font:normal 18px/20px BebasNeue, Arial, Helvetica, sans-serif;
	color:#ffffff;
	overflow:hidden;
}
.comments a,
.edit a{
	font:normal 18px/20px BebasNeue, Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.comments a {
	text-decoration:none;
    line-height: 54px;
    vertical-align: middle;
	}
.coment-size {
	line-height:54px;
	float: right;
	vertical-align:middle;
	}
.coment-read {
	line-height:54px;
	vertical-align:middle;
	}
.comments a:hover,
.edit a:hover{
	text-decoration:underline;
}
.comments .comments-link{
	background:url(images/comment.png) no-repeat scroll 0 0;
	display:block;
	float: right;
	position:relative;
	width:164px;
	height:55px;
	vertical-align: middle;
	line-height: 54px;
	text-align:center;	
}
#submit {
	background:url(images/comment.png) no-repeat scroll 0 0;
	display:block;
	position:relative;
	width:164px;
	height:55px;
	vertical-align: middle;
	line-height: 54px;
	text-align:center;
	color: #FFFFFF;
    font: 18px/20px BebasNeue,Arial,Helvetica,sans-serif;	
	}
.comments .comments-link:hover{
	text-decoration:none;
}
.search-form{
	padding:0;
	overflow:hidden;
}
.recent-posts,
.categories,
.archiv,
.tags{
	padding:56px 0 0 0px;
}
.recent-posts ul,
.categories ul,
.archiv ul,
.tags ul{
	margin:0;
	padding:24px 0 0 0;
	list-style-type:none;
}
.categories ul li ul,
.archiv ul li ul,
.recent-posts ul li ul
.tags ul li ul{
	margin:0 0 0 0px;
	padding:0;
	list-style-type:none;
}
.recent-posts ul li{
	margin:0;
	padding:0 0 18px 0;
}
.categories ul li,
.archiv ul li{
	margin:0;
	padding:0;
}
.categories ul li ul li{
	margin:0;
	padding:5px 0 18px 0;
}
.recent-posts ul li a,
.categories ul li a,
.archiv ul li a{
	font:normal 14px/18px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:underline;
	display:block;
}
.tags ul a {
	font:normal 14px/18px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:underline;
	padding-bottom:20px;
	}
.recent-posts ul li a:hover,
.categories ul li a:hover,
.categories ul li ul li a:hover,
.archiv ul li a:hover,
.archiv ul li ul li a:hover,
.tags ul a:hover{
	text-decoration:none;
	color:#3db4ff;
}
.categories ul li ul li a{
	font:normal 14px/18px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:underline;
	padding:2px 35px 4px 14px;
	display:block;
	width:152px;
}
.archiv ul li ul li a{
	font:normal 14px/18px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:underline;
	padding:2px 35px 4px 32px;
	display:block;
	width:146px;
}
.links{
	padding:23px 0 0 4px;
}
.links a{
	margin:0 20px 0 0;
	text-indent:-9999px;
}
.links ul {
	text-decoration:none;
	margin:0;
	overflow:hidden;
	}	
.links ul li {
	text-decoration:none;
	float:left;
	display:block;
	margin-right:25px;
	}
.links ul li:last-child {
	margin-right:0;
	}
.links ul li a {
	text-indent:-9999px;
	}	
.links a:hover{
	opacity:0.8;
}
.links a:last-child{
	margin:0;
}
.twitter {
	background:url(images/img_link_2.png) no-repeat 0 0;
	height:21px;
	width:22px;;
	display:block;
	}	
.in{
	background:url(images/img_link_3.png) no-repeat 0 0;
	height:21px;
	width:22px;;
	display:block;
	}	
.rss{
	background:url(images/img_link_4.png) no-repeat 0 0;
	height:21px;
	width:20px;
	display:block;
	}
.facebook{
	background:url(images/img_link_1.png) no-repeat 0 0;
	height:21px;
	width:10px;
	display:block;
	}
.youtube{
	background:url(images/img_link_5.png) no-repeat 0 0;
	height:21px;
	width:19px;
	display:block;
	}	
.cat-links, 
.tag-links {
    font:normal 18px/20px BebasNeue, Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin-bottom:15px;
}
.cat-list {
	overflow:hidden;
	}
.line-del {
	display:block;
	position:relative;
	left:48px;
	float:left;
	}
.navigation {
    color: #FFFFFF;
    font:normal 45px/52px BebasNeue, Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 0 0 70px;
	margin-top:-20px;
}
.nav-all {
    margin: 0 auto;
    width: 950px;
}
.nav-previous, 
.nav-next {
    float: left;
}
.nav-previous a:hover, 
.nav-next a:hover{
   color:#3db4ff;
   text-decoration:none;
}
.nav-previous a {
	background:url(images/left.png) no-repeat scroll 0 center;
	display:block;
	padding-left:48px;
	}
.nav-next a {
	background:url(images/right.png) no-repeat scroll right center;
	display:block;
	padding-right:48px;
	}
.slash {
    float: left;
    font:normal 45px/52px BebasNeue, Arial, Helvetica, sans-serif;
    text-align: center;
    width: 80px;
}
/*
================================================================================
|                                     COMMENTS                                 |
================================================================================
*/
.search-result-title {
	margin:20px 0 20px 0;
	}
.error-text {
	 font:normal 14px/15px Arial, Helvetica, sans-serif;
	 color:#ffffff;
	}
.comments-template{
	padding:36px 0 0 0;
}
ul.commentlist{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.commentlist li ul{
	list-style-type:none;
	margin:0px 0 0 53px;
}
ul.commentlist li{
	padding-bottom:32px;
}
ul.commentlist li ul li{
	padding:38px 0 0 0;
}
.comment-author{
	overflow:hidden;
}
.comment-meta{
	margin-top:-22px;
	padding-left:55px;
}
.comment-meta a{
	color: #FFFFFF;
    font:normal 11px/18px BebasNeue, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
ul.commentlist img{
	width:40px;
	height:40px;
	float:left;
	margin-top:4px;
}
cite.fn{
	color: #FFFFFF;
    font:normal 16px/20px BebasNeue, Arial, Helvetica, sans-serif;
	display:block;
	padding-left:55px;
}
ul.commentlist li ul li cite.fn{
	font-weight:normal;
}
span.says{
	display:none;
}
.reply{
	padding:7px 0 0 55px;
}
.reply a{
	color: #FFFFFF;
    font:normal 14px/18px BebasNeue, Arial, Helvetica, sans-serif;
}
.comment-body p{
	color: #FFFFFF;
    font:normal 14px/19px Arial, Helvetica, sans-serif;
	padding:7px 0 0 55px;
}
#respond h3{
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding-bottom:12px;
}
#respond h3 a{
	font:normal 16px/20px Arial, Helvetica, sans-serif;
	color:#ffffff;
}
#respond h3 small{
	padding-left:10px;
}
#respond h3 small a{
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	color:#ffffff;
	color:#FF0066;
}
.logged-in-as,
.comment-notes{
	font:bold 12px/18px Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding-bottom:17px;
}
.logged-in-as a,
.comment-notes span{
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.comment-form-comment{
	width:489px;
	height:144px;
	overflow:hidden;
	padding:2px;
}
.form-allowed-tags{
	width:493px;
	padding:5px 0 0 0;
}
.form-allowed-tags,
.form-allowed-tags abbr,
.form-allowed-tags code{
	font:normal 14px/18px Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.form-submit input{
	background:url(images/btn_comment.jpg) no-repeat 0 0;
	border:0;
	width:131px;
	height:30px;
	cursor:pointer;
	font-family:Trebuchet MS;
	font-size:14px;
	line-height:18px;
	color:#FFFFFF;
	margin:30px 0 0 0;
}
.comment-form-comment label {
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	color:#ffffff;
    position: absolute;
	}
.comment-form-comment textarea {
    background-color:#ffffff;
    border: 1px solid #ABC2CF;
	margin: 0 0 8px 77px;
    height: 144px;
    max-width: 410px;
    padding: 1px;
    width: 410px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
	padding-bottom:5px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label{
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.comment-form-author span,
.comment-form-email span,
.comment-form-url span{
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	color:#079BFF ;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
	border:1px solid #C2D3DC;
	width:410px;
	padding:3px 2px 3px 2px;
}
.comment-form-author input{
	margin:0 0 0 27px;
}
.comment-form-email input{
	margin:0 0 0 29px;
}
.comment-form-url input{
	margin:0 0 0 22px;
}
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
#footer{
	background-color:#1a171b;
	overflow:hidden;
	height:167px;
}
.footer_cont {
	width:920px;
	margin:0 auto;
	overflow: hidden;
	}
.l-foot{
	float:left;
	width:50%;
}
.r-foot{
	float:right;
	width:50%;
	padding-top:60px;
}
.f-pad-02{
	text-align:right;
	height:167px;
}
.f-text{
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	padding: 0 0 10px;
}
.red-footer {
	background-color:#491e2f;
	height:122px;
	}
/*
================================================================================
|                                     FORMS                                    |
================================================================================
*/
.txb-search{
	width:147px;
	height:38px;
	background:url(images/txb_search.png) no-repeat 0 0;
	display:block;
	float:left;
}
.txb-search input{
	width:115px;
	background:none;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:10px 0 0 8px;
	margin:0 0 0 0;
	border:0;
	outline:none;
}
#searchsubmit{
	width:52px;
	height:38px;
	border:0;
	background:url(images/btn_search.png) no-repeat 0 0;
	cursor:pointer;
	float:left;
}
/*
================================================================================
|                                     OTHER                                    |
================================================================================
*/
.ovh{
	overflow:hidden;
}
.wp-caption{

}
.wp-caption-text{

}
.sticky{

}
.gallery-caption{

}
.bypostauthor{

}
.alignright{

}
.alignleft{

}
.aligncenter{
	
}