/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

* { outline: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html, button, input, select, textarea { font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; color: #000000; font-size: 12px; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #3a70d2; color: #fff; text-shadow: 0 1px #002957; }
::selection { background: #3a70d2; color: #fff; text-shadow: 0 1px #002957; }

a {
	color:#000000;
	outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration:none;
}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

p { margin: 0 0 1em; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


*:-moz-placeholder:focus {
    color: transparent !important;
}
*[autofocus]:-moz-placeholder:focus {
    color: graytext !important;
}

*::-webkit-input-placeholder:focus {
    color: transparent !important;
}
*[autofocus]::-webkit-input-placeholder {
    color: graytext !important;
}

textarea, input {
    resize: none;
    outline: none;
}



/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

html {
    background: url("../img/bg.png") repeat-y center #fbfaf6;
}

body {
    margin:0;
    padding:0;
    background:url("../img/bg_top.png") repeat-x;
}

.clr {
    clear: both;
}

#wrap {
    width:1000px;
    margin:0 auto;
}

#header {

    height:190px;
    position: relative;
}

#logo {
    position: absolute;
    top:20px;
    left:0;
}

#header > nav {
    position: absolute;
    top:450px;
    color:#3b3b3b;
    left:0;
    right: 0;
    text-align: center;
}

#header > nav li {
    display: inline;
}

#header > nav li a {
    display: inline-block;
    color:#3b3b3b;
    font-size:17px;
    line-height: 44px;
    padding:0 13px;
}

#header > nav li a:hover, #header > nav li.active a {
    background: #efefef;
    text-decoration: none;
}

#search {
    background: #efefef;
    height:50px;
    border-bottom:1px solid #dadada;
    padding-left:16px;
    line-height: 50px;
    position: relative;
}

#search input[type="text"] {
    width:780px;
    border:none;
    border-top:1px solid #858585;
    border-radius: 3px;
    padding:0 10px;
    height:28px;
}

#search input[type="submit"] {
    height:29px;
    border:none;
    background: #333333;
    color:#FFF;
    border-radius: 5px;
}

#login {
    position: absolute;
    top:0;
    right:22px;
    background:url("../img/login.png") no-repeat left;
    padding-left:18px;
}

#login a {
    color:#2d2d2d;
    text-decoration: none;
    border-bottom:1px dotted;
}

#main {
    background: #FFF;
    padding:24px 14px 0 14px;
    border-left:1px solid #dadada;
    border-right:1px solid #dadada;
}

#top_cars {
    margin-bottom:40px;
}

#top_cars ul {
    margin:0;
    padding:0 0 0 88px;
    list-style: none;
    overflow: hidden;
}

#top_cars ul li {
    float: left;
    position: relative;
    margin-right:16px;
}

#top_cars ul li a, .category_img_article a  {
    display: block;
    position: absolute;
    bottom:0;
    right:0;
    left:0;
    background: rgba(0, 0, 0, 0.5);
    color:#c4c3c3;
    font-size:14px;
    font-weight: bold;
    padding:10px;
}

.category {
    border:1px solid #e9e6e6;
    padding:15px;
    margin-bottom:26px;
}

.category_img_article {
    float: left;
    width:374px;
    position: relative;
}

.category_img_article a {
    text-align: center;
}

.category_posts {
    margin-left: 398px;
}

.category_title {
    border-bottom:1px solid #e5e2e2;
    color:#ababab;
    margin-bottom:16px;
    font-size:18px;
}

.category_posts ul {
    margin:0;
    padding:0;
    list-style: none;
}

.category_posts ul li {
    border-bottom:1px dotted #bdbdbd;
    padding-bottom:8px;
    margin-bottom:8px;
}

.category_posts ul li:last-child {
    border:none;
    padding:0;
    margin:0;
}

.category_posts ul li a {
    display: inline-block;
    font-size:14px;
}

.category_bottom {
    overflow: hidden;
    margin:0 -20px 0 0;
}

.cb_item {
    border:1px solid #e9e6e6;
    width:200px;
    padding:10px 12px 2px 12px;
    float: left;
    margin:0 20px 0 0;
}

.cb_item span {
    display: block;
    text-align: center;
    color:#353535;
    font-size:16px;
    border-bottom:1px solid #e9e6e6;
    margin-bottom:16px;
}

.cb_item ul {
    margin:0;
    padding:0;
    list-style: none;
}

.cb_item ul li {
    margin-bottom:15px;
    overflow: hidden;
}

.cb_item ul li img {
    float: left;
    margin:0 10px 0 0;
}

#footer {
    background:url("../img/footer.png") no-repeat;
    width:1019px;
    height:103px;
    padding:25px 0 0 46px;
    margin:25px 0 0 -46px;
    color:#4a4a4a;
    position: relative;
}

#footer nav {
    margin-bottom:10px;
}

#footer nav ul {
    overflow: hidden;
}

#footer nav li {
    float: left;
    margin-right:25px;
}

#footer nav li a {
    color:#4a4a4a;
    font-size:14px;
}

#footer a {
    color:#4a4a4a;
}

#counter {
    position: absolute;
    top:30px;
    right:63px;
}

#conteiner {
    border:1px solid #eae7e7;
    padding:16px 14px;
}

#content {
    float: right;
    width:686px;
}

.short {
font-size:13px;
    overflow: hidden;
    padding:0 0 18px 0;
    position: relative;
    margin-bottom:18px;
    border-bottom:1px dotted #bebebe;
}

.short img {
width:180px;
    float: left;
    margin:0 12px 0 0;
    border:5px solid #efefef;
}


.short h1 {
    margin:0 0 10px ;
    font-size:20px;
    font-weight: normal;
}

.short h3  {
    margin:0;
    font-size:16px;
    font-weight: normal;
}

.soc {
    position: absolute;
    bottom:5px;
    right:0;
}

.soc img {
    width:16;
    height:16;
    margin:0;
    border:none;
}

#conteiner > aside {
    float: left;
}

#conteiner > aside .cb_item {
    float: none;
    margin:0 0 15px 0;
}

.pages {
    margin:35px 0 0 0;
    text-align: center;
}

.pages a, .pages span {
    line-height: 27px;
    border:1px solid #858585;
    padding:0 12px;
    display: inline-block;
    background: #efefef;
    text-decoration: none;
}

.pages a:hover, .pages span {
    background: #3f3f3f;
    color:#FFF;
}

#speedbar {
    margin:-24px 0 0 0;
    line-height: 24px;
    color:#a6a6a6;
    font-size:11px;
    margin-left:270px;
}

#speedbar a {
    color:#a6a6a6;
}

.post_info {
    overflow: hidden;
    position: relative;
    padding:10px 100px 0 0;
    color:#b3b1b1;
    font-size:11px;
}

.post_info a {
    color:#b3b1b1;
}

.cat_link {
    float: left;
}

.date {
    float: right;
}

.post_info .soc {
    bottom:2px;
}

.comment {
    background: #f4f4f4;
    border-radius: 10px;
    padding:10px;
    margin-bottom:10px;
    border:1px solid #d7d7d7;
}

.short1 {
font-size:14px;
    overflow: hidden;
    padding:0 0 18px 0;
    position: relative;
    margin-bottom:18px;
    border-bottom:1px dotted #bebebe;
}

.short1 img {
width:240px;
    height:170px;
    margin:0 12px 0 0;
    border:5px solid #efefef;
}


.short1 h1 {
    margin:0 0 10px ;
    font-size:20px;
    font-weight: normal;
}

.short1 h2  {
font-weight: bold;   
font-size:16px;
}

.short1 h3  {
font-weight: bold;
font-size:14px;
}

.short_story img {
   width:150px;
  height:120px;
    float: left;
    border: 1px solid #f4f4f4;
    padding:2px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin:0 10px 0 0;
    }


#top_cars111 {
    margin-bottom:1px;
}


#top_cars1111111 {
    float: right;
    border: 3px solid #f4f4f4;
    padding:2px;
}

.short_story_info {
    padding:26px 0 0 0;
    clear:both;
    color:#b8b8b8;
    font:11px Arial;
    overflow: hidden;
}

.short_story_info a {
    color:#b8b8b8;
}


#commrntar {  
    font-size:16px;
    padding:10px 14px 5px 14px;
}

#commrntar1 {  
    padding:38px 14px 5px 14px;
}


.shadow {
	padding: 10px;
	border: 1px solid #cdcdcd;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.box {
    background: #FFF;
    width:1000px;
    margin: 0 auto;
    box-shadow:0 0 50px #ebc2af;
    -webkit-box-shadow: 0 0 50px #a58c6d;
    -moz-box-shadow: 0 0 50px #a58c6d;
}



.shadow1 {
	padding: 10x;
	border: 1px solid #cdcdcd;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.dow {
    font-size:17px;
	text-decoration: underline;
    padding:5px 0 16px 0;
	
}





.shadow {
	padding: 10px;
	border: 1px solid #cdcdcd;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.box {
    background: #FFF;
    width:1000px;
    margin: 0 auto;
    box-shadow:0 0 50px #ebc2af;
    -webkit-box-shadow: 0 0 50px #a58c6d;
    -moz-box-shadow: 0 0 50px #a58c6d;
}



.shadow1 {
	padding: 10x;
	border: 1px solid #cdcdcd;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
