/*  
Theme Name: Banners
Theme URI: http://banners.ru/
Description: Banners.Ru WordPress Theme
Version: 1.0
Author: Modern Studio
Author URI: http://modernstudio.ru/
*/

body {
  font-size: 62.5%;
  font-family: Verdana, Arial, Sans-Serif;
  font-weight: normal;
  color: #535151;
  text-align: center;
  background-color: #f6f6f6;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

small {
  font-size: 0.95em;
}

a, a:visited {
  color: #46686b;
}

a:hover, a:active {
  color: #d54738;
}

#page {
  text-align: left;
  margin: 10px auto;
  padding: 0;
  width: 980px;
}

#header {
  width: 980px; 
}

#header-left {
  background: url(images/header-left.gif) no-repeat;
  width: 13px;
  height: 285px;
  float: left;
}

#header-body {
  background: url(images/header-body.gif) repeat-x;
  width: 954px;
  height: 285px;
  float: left;
}

#header-right {
  background: url(images/header-right.gif) no-repeat;
  width: 13px;
  height: 285px;
  float: left;
}

#header-logo {
  margin-top: 80px;
  margin-left: 60px;
  width: 482px;
  float: left;
  text-align: center;
}

#header-logo h1 {
  color: #299c03;
  font-size: 1.6em;
  padding-top: 20px;
}

#header-ad {
  width: 300px;
  height: 250px;
  float: left;
  margin-left: 105px;
  margin-top: 18px;
}

#content {
  clear: left;
  font-size: 1.2em;
  width: 670px;
  float: left;
  margin-top: 10px;
}

#content h2.pagetitle {
  color: #46686b;
  margin-left: 15px;
}

.post-header {
  background: url(images/content-top.gif) no-repeat;
  width: 645px;
  height: 26px;
  color: #fff;
  padding: 15px 10px 0 15px;
  margin: 0;
  font-size: 1.1em;
}

.post-body {
  background-color: #fff;
  width: 640px;
  padding: 15px 15px 1px 15px;
}

.post-body h2 {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  color: #46686b;
}

.post-footer {
  background: url(images/content-bottom.gif) no-repeat;
  width: 670px;
  height: 8px;  
  margin-bottom: 30px;
}

.post-body h2 a {
  text-decoration: none;
  color: #46686b;
}

.navigation {
  margin-bottom: 15px;
  width: 670px;
}

.alignleft {
  float: left;
  width: 335px;
  text-align: left;
}

.alignright {
  float: right;
  width: 335px;
  text-align: right;
}

#sidebar {
  float: left;
  margin-left: 21px;
  width: 289px;
}

#footer {
  margin: 0px 0 10px 15px;
  padding-top: 10px;
  clear: both;
  text-align: center;
}

#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar h2 {
  background: url(images/sidebar-grey.gif) no-repeat;
  width: 289px;
  height: 26px;
  font-size: 1.2em;
  font-weight: normal;
  color: #fff;
  padding: 15px 10px 0 20px;
  margin: 10px 0 0 0;
}

#sidebar h2.sidebar-red  {
  background: url(images/sidebar-red.gif) no-repeat;
}

#sidebar h2.sidebar-blue  {
  background: url(images/sidebar-blue.gif) no-repeat;
}

#sidebar .sidebar-body {
  padding: 10px 20px 0 20px;
  background-color: #fff;
}

#sidebar .sidebar-bottom  {
  background: url(images/sidebar-bottom.gif) no-repeat;
  width: 289px;
  height: 7px;
  margin-bottom: 20px;
}

#searchsubmit {
  color: #46686b;
}

#searchform #s {
  width: 150px;
  color: #46686b;
}

.sidebar-body li {
  margin-bottom: 5px;
}

#commentform, #respond, #comments {
  width: 640px;
}

#respond, #comments {
  margin-left: 15px;
}

#commentform {
  margin-left: 25px;
}

#commentform input, #commentform textarea {
  color: #46686b;
}

#commentform img {
  vertical-align: middle;
}

#commentform #securitycode {
  width: 100px;
}

p.postmetadata {
  margin-top: 20px;
}