/*
    Theme Name: WoT
    Theme URI: 
    Description: WordPress тема World of Tanks 
    Author: Administrator
    Author URI: 
    Version: 1.0.1
*/

@import url("bootstrap.min.css");
@import url("wordpress.theme.css");

body {
  background: url(images/back.png) no-repeat center top #121314;
  color: #C8C8C8;
  font-size: 13px;
}
a {
  text-decoration: none;
  color: #888;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #fffacd;
}
p {
  word-break: break-word;
}
input, textarea {
  background-color: #090C0C;
  border: 1px solid #233130;
  color: #767676;
  padding: 2px;
}
input[type="submit"] {
  background: #333333;
  border: 1px outset #333333;
  color: #FFF;
  font-size: 12px;
  padding: 3px 6px;
}


.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}



.edit {
  display: block;
  margin: 20px 0 0 0;
}
.edit a {
  padding: 1px 4px;
  color: #000;
  background: #E3C481;
  font-weight: bold;
}



.container {
  margin: 143px auto 0;
  width: 960px;
}



.sidebar {
  width: 209px;
  display: inline-block;
}
.sidebar-block {

}
.sidebar-block-header {
  background: url(images/sidebar-block-header.png);
  color: #c7d0cc;
  padding-bottom: 6px;
  font-size: 11px;
  height: 84px;
  position: relative;
}
.sidebar-block-title {
  color: #c7d0cc;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  position: absolute;
  top: 13px;
}


.sidebar-block li {
  list-style: url(images/li.gif);
}


.sidebar-block-content {
  background: url(images/sidebar-block-content.png);
  padding: 0 20px 0 20px;
}
.sidebar-block-content ul {
  margin-left: 0;
  padding-left: 20px;
}
.sidebar-block-footer {
  background: url(images/sidebar-block-footer.png);
  margin: -10px 0 10px 0;
  height: 51px;
}



.main {
  display: inline-block;
  width: 522px;
  margin: 0 0 0 10px;
}
.main-header {
  background: url(images/main-header.png);
  padding-bottom: 5px;
  height: 151px;
}
.main-posts {
  vertical-align: top;
  background: url(images/main-posts.png);
  padding: 0 15px 0 15px;
}
.main-footer {
  background: url(images/main-footer.png) no-repeat;
  height: 15px;
}



.post {
  width: 492px;
  padding: 0 0 15px 0;
}
.post-title {
  font-size: 13px;
  font-weight: bold;
  color: #E9D0B3;
  padding: 3px 3px 3px 10px;
  background: #000;
  border: 1px solid #3D3D3D;
}
.post-title a {
  text-decoration: none;
  color: #FFDB83;
}
.post-title a:hover {
  text-decoration: underline;
  color: #FFF;
}
h1.post-title, h2.post-title {
  line-height: 1;
  margin: 0 0 1px 0;
}
.post-entry {
  padding: 0;
  margin: 4px 0 0 0;
}
.post-meta {
  color: #98938B;
  padding-bottom: 5px;
  margin: -5px 0 0 0;
  font-size: 12px;
}



.footer {
  background: url(images/footer.png) no-repeat;
  height: 186px;
  width: 500px;
  padding: 5px;
  margin: 0 auto;
}
.footer-desc {
  padding-top: 5px;
  margin: 0 0 40px 0;
  color: #5D5D5D;
  text-align: center;
}
