/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/1c-b.css');

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
  padding: 5px 0 0 5px;
  text-transform: lowercase;
}

blockquote {
  border-left: 2px solid #444444;
  padding-left: 5px;
  font-style: italic;
  font-family: sans-serif;
  margin-left: 15px;
  color: #cccccc;
}

div#menu a{
  color: #b7ae94;
}

div#menu a:hover {
  color: #f4e8c5;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#container {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
color:#c30;
}

form#commentform,form#commentform p {
  padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:505px;
background-color: #555555;
border: 1px solid #777777;
color: #dddddd;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
  clear:both;
  margin-top: 1em;
  padding: 0 20px 0 0;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
  height:1.25em;
  width: 250px;
}

div.navigation-single {
  height:1.25em;
  width: 505px;
  margin: 0 0 0 7px;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
  font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:none;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:none;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:left;
}

div#footer {
margin-left: 5px;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

div#post {
  width: 250px;
  height: 450px;
  float: left;
  padding: 5px 0px 10px 0px;
  margin:  16px 5px 15px 7px; 
  background-color: #191E22;
  border-top: 5px solid #932A0C;
}

div#post-single {
  width: 515px;
  padding: 5px 0px 5px 0px;
  margin:  16px 5px 15px 7px;
  background-color: #191E22;
  border-top: 5px solid #932A0C;
  border-bottom: 5px solid #932A0C;
  float: left;
}

div#post-single-sidebar {
  width: 505px;
  padding: 5px 0px 20px 0px;
  margin:  16px 5px 15px 7px; 
  background-color: #191E22;
  border-top: 5px solid #777777;
  float: left;
}

div#post-single-contacts {
  float: left;
  padding: 0px 0px 0px 7px;
  vertical-align: middle;
}


h2.entry-title {
  font-size: 110%;
  height: 30px;
  font-weight: bold;
}

body {
  font: 9pt Verdana, Arial, sans-serif;
  color: #eeeeee;
  background-color: #191E22;
  margin: 10px 0 0 20px;
}

div.entry-content {
  height: 190px;
}

div.entry-content-single {
  padding-bottom: 15px;
  line-height: 12pt;
}

div.entry-content-single a {
  color: #f3e2b1;
  text-decoration: underline;
}

div.entry-content-single a:hover {
  color: #932A0C;
  text-decoration: underline;
}

div.entry-meta {
  font-size: 80%;
}

div.entry-meta a{
  text-decoration: none;
}

div.entry-meta a:hover{
  text-decoration: none;
}

div.entry-date {
  font-size: 80%;
}

a {
  color: #f3e2b1;
  text-decoration: none;
}

a:hover {
  color: #932A0C;
  text-decoration: none;
}

a img{
  border: none;
}

div#comments {
  width: 510px;
  padding-top: 20px;
  margin: 10px 0 0 7px;
}

div.sidebar {
  padding: 5px 0px 10px 0px;
  margin:  16px 5px 15px 7px; 
  background-color: #191E22;
  border-top: 5px solid #777777;
  color: #aaaaaa;
}

div.sidebar a{
  color: #dddddd;
}

div.sidebar a:hover {
  color: #777777;
}

div#footer {
  padding-top: 20px;
  text-transform: lowercase;
  font-size: 80%;
  color: #932A0C;
}

span.bigletters {
  font-size: 500%;
  color: #333333;
  font-weight: bolder;
}

span.navpages {
  float: right;
  font-size: 130%;
  font-weight: bolder;
  margin: 20px 0 0 0;
}

span.navpages a{
  color: #777777;
}

span.navpages a:hover{
  color: #999999;
}

.navcontrols {
  float: bottom;
  vertical-align: bottom;
}

.thumbs {
  height: 375px;
}

input {
  border: 1px solid #333333;
  color: #b7ae94;
  background-color: #191E22;
  height: 12px;
  width: 110px;
  line-height: 10pt;
  padding-left: 5px;
  font: 9pt Verdana, Arial, sans-serif;
}

input.button {
  height: 20px;
  width: 100px;
}

h2.page-title {
  padding: 0 0 0 7px;
}

span.download {
  color: #aaaaaa;
}

div.contacts {
  height: 43px;
  width: 50%;
}

div#links {
  font-size: 200%;
  font-weight: bold;
  position: fixed;
  right: 0;
  top: 180px;
  text-align: right;
  background-image: url("http://yesnoblog.ru/images/links-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
}

div#links a{
  background-image: none;
}

div#links a:hover{
  background-image: url("http://yesnoblog.ru/images/links-bg-hover.png");
  background-repeat: no-repeat;
  background-position: center right;
}

div.title-preview {
  font-size:10pt;
  font-weight:bold;
  color:#dddddd;
  width:500px;
  height:14px;
  margin:10px 0 0 0;
}

div.excerpt-preview {
  font-size:7pt;
  color:#666666;
  width:500px;
  height:18px;
  font-family:Verdana;
  margin:0;
  overflow:hidden;
  line-height:7pt;
}
