/*
 Theme Name: Autoban
 Description: Все о автомобилях
 Author: 2Loop&2Loop
 */
/* General */
body {
   margin: 0;
   background: #7a7d82;
}

h1, h2, h3, h4 {
   margin: 0;
}

h4 {
   color: #FFFFFF;
}

img {
   border: 0;
}

.clear {
   clear: both;
   height: 0;
   overflow: hidden;
}
/* Page */
#page {
   margin: 0 auto;
   width: 1005px;
   background: url("../images/page.jpg") no-repeat;
}
/* Header */
#header {
   width: 1005px;
   height: 347px;
   position: relative;
}
/* Header - Info */
#header #header-info {
   position: absolute;
   top: 220px;
   left: 185px;
}

#header #header-info h1 {
   color: #ffffff;
   font: normal 30px "Trebuchet MS", Verdana;
}

#header #header-info h1 a {
   color: #ffffff;
   text-decoration: none;
}

#header #header-info .description {
   color: #ffffff;
   font: normal 15px "Trebuchet MS", Verdana;
}
/* Header - Menu */
#header #header-menu {
   position: absolute;
   bottom: 9px;
   left: 1px;
   height: 35px;
}

#header #header-menu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   height: 35px;
}

#header #header-menu ul li {
   float: left;
   height: 35px;
   font: normal 10px "Trebuchet MS", Verdana;
   color: #ffffff;
   background: url("../images/header_menu.png") no-repeat;
   width: 99px;
   text-align: center;
}

#header #header-menu ul li a {
   color: #ffffff;
   text-decoration: none;
}

#header #header-menu ul li a:hover {
   text-decoration: underline;
}
/* Main */
#main {
   width: 1003px;
   padding-left: 2px;
}
/* Main - Sidebar */
#sidebar {
   float: left;
   width: 347px;
   font: normal 12px "Trebuchet MS", Verdana;
   color: #94120d;
}

#sidebar a {
   color: #ffffff;
   text-decoration: none;
}

#sidebar a:hover {
   text-decoration: underline;
}

#sidebar #sidebar-left {
   float: left;
   width: 169px;
}

#sidebar #sidebar-right {
   float: right;
   width: 169px;
}

#sidebar .sidebar-box {
   width: 161px;
   margin: 0 4px;
   margin-bottom: 20px;
   overflow: hidden;
   white-space: nowrap;
}
/* Sidebar - Titles */
#sidebar h3 {
   padding-left: 20px;
   width: 149px;
   height: 35px;
   font: bold 12px "Trebuchet MS", Verdana;
   color: #ffffff;
   background: url("../images/sidebar_title.png") no-repeat;
   background-position: top;
   margin-left: -4px;
   padding-top: 8px;
}
/* Sidebar - Menus */
#sidebar ul {
   background: #96999c;
   margin: 0px;
   padding: 5px;
   margin-top: -8px;
}

#sidebar ul li {
   color: #94120d;
   font: normal 12px "Trebuchet MS", Verdana;
}

#sidebar ul li a {
   color: #ffffff;
   text-decoration: none;
}

#sidebar ul li a:hover {
   text-decoration: underline;
}
/* Sidebar - Tables */
#sidebar #calendar_wrap {
   background: #96999c;
   padding: 5px 0;
}

#sidebar #calendar_wrap table {
   margin: 0 auto;
   width: 130px;
}

#sidebar #calendar_wrap caption {
   margin: 0 auto;
   width: 130px;
}
/* Sidebar - Forms */
#sidebar #searchform {
   background: #96999c;
   padding: 10px 0;
   text-align: center;
   margin: 0;
}

#sidebar #searchform #s {
   width: 140px;
}
/* Sidebar - Texts */
#sidebar .textwidget {
   background: #96999c;
   padding: 5px 10px;
}
/* Main - Content */
#content {
   float: left;
   width: 645px;
   padding-left: 7px;
}
/* Main - Content - Post */
#content .post {
   color: #ffffff;
   float: left;
   margin-bottom: 50px;
   width: 629px;
   padding: 8px;
   min-height: 120px;
   background: #96999c url("../images/post.gif") no-repeat right bottom;
}
/* Post - Title */
#content .post .post-title {
   width: 629px;
   font: normal 12px "Trebuchet MS", Verdana;
   color: #941a16;
   height: 44px;
}

#content .post .post-title a {
   color: #941a16;
   text-decoration: none;
}

#content .post .post-title a:hover {
   text-decoration: underline;
}

#content .post .post-title .post-date {
   float: left;
   color: #941a16;
   text-align: center;
   text-transform: lowercase;
   height: 44px;
   width: 78px;
   font: bold 12px "Trebuchet MS", Verdana;
   background: url("../images/post_date.png") no-repeat;
   margin-right: 5px;
}

#content .post .post-title .post-date span {
   font: bold 15px "Trebuchet MS", Verdana;
   margin-top: 2px;
   display: block;
}

#content .post .post-title h2 {
   padding-top: 3px;
   color: #941a16;
   font: bold 15px "Trebuchet MS", Verdana;
}

#content .post .post-title h2.not-found-title {
   padding-top: 0;
   line-height: 44px;
   padding-left: 10px;
}

#content .post .post-title h2 a {
   color: #941a16;
   text-decoration: none;
}

#content .post .post-title h2 a:hover {
   text-decoration: underline;
}
/* Post - Entry */
#content .post .post-entry {
   font: normal 12px "Trebuchet MS", Verdana;
   color: #ffffff;
   padding: 0 10px;
}

#content .post .post-entry a {
   color: #941a16;
   text-decoration: none;
}

#content .post .post-entry a:hover {
   text-decoration: underline;
}

#content .post .post-entry .picture {
   margin: 0 5px 5px 0;
   float: left;
}

#content .post .post-entry .more-link {
   font: bold 12px "Trebuchet MS", Verdana;
   color: #941a16;
   float: right;
   padding-bottom: 5px;
}

#content .post .post-entry .more-link a {
   color: #941a16;
   text-decoration: none;
}

#content .post .post-entry .more-link a:hover {
   text-decoration: underline;
}
/* Post - Info */
#content .post .post-info {
   clear: both;
   padding: 0 15px;
   font: bold 12px "Trebuchet MS", Verdana;
   color: #941a16;
}

#content .post .post-info a {
   color: #941a16;
   text-decoration: none;
}

#content .post .post-info a:hover {
   text-decoration: underline;
}
/* Post - Comments */
#content .post h3 {
   height: 36px;
   color: #941a16;
   font: bold 14px "Trebuchet MS", Verdana;
   margin-top: 15px;
   padding: 0 10px;
}

#content .post .comments {
   padding: 0 10px;
   font: normal 12px "Trebuchet MS", Verdana;
   color: #ffffff;
}

#content .post .comments ol {
   margin: 10px 0 10px 0;
   padding-left: 25px;
}

#content .post .comments ol li {
   padding: 5px;
}

#content .post .comments ol li.alt {
   background: #5f6265;
}

#content .post .comments ol li cite {
   color: #941a16;
   font-style: normal;
   font-weight: bold;
}

#content .post .comments ol li cite a {
   color: #941a16;
   text-decoration: none;
}

#content .post .comments ol li cite a:hover {
   text-decoration: underline;
}

#content .post .comments ol li .commentmetadata a {
   color: #941a16;
   text-decoration: none;
}

#content .post .comments ol li .commentmetadata a:hover {
   text-decoration: underline;
}

#content .post #commentform {
   margin: 0;
   font: normal 12px "Trebuchet MS", Verdana;
   color: #ffffff;
   padding: 0 10px;
}
/* Footer */
#footer {
   width: 1005px;
   height: 60px;
   color: #ffffff;
   font: bold 12px "Trebuchet MS", Verdana;
   text-align: center;
}

#footer a {
   color: #94120d;
   text-decoration: none;
}

#footer a:hover {
   text-decoration: underline;
}

.clear {
   clear: both;
}

.w50 {
   width: 50px !important;
}

.w100 {
   width: 100px !important;
}

.w150 {
   width: 150px !important;
}

.w200 {
   width: 200px !important;
}

.w250 {
   width: 250px !important;
}

.w300 {
   width: 300px !important;
}

p.summary {
   padding-top: 5px;
}

div.results {
   margin-top: 20px;
}

div.result {
   padding-bottom: 20px;
}

div.result div.title a, div.result div.title a:link, div.result div.title a:visited {
   font-weight: bold;
}

div.result div.url {
   color: green;
}

div.pagination {
   margin-top: 20px;
}

#xtree {
   white-space: nowrap;
   overflow: hidden;
   display: inline;
}

#xtree li {
   list-style-type: none;
}

#xtree li ul {
   padding-left: 20px !important;
   margin-top: 0px;
}

#xtree li img {
   padding-right: 3px;
}

