/*  
Theme Name: GlassBooth Blog Theme
Theme URI: http://glassbooth.org/
Description: Glassbooth-ified Themeness
Version: .12
Author: Ivan Kanevski
Author URI: http://ephramzerb.com/

*/

#content-body-blog {
  padding: 18px;
  float:left;
  width: 540px;
  overflow: hidden;
  }

#sidebar {
  float: right;
  padding: 18px 18px 18px 0;
  width: 252px;
  }

.post {
  font-size: 13px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  }

.page {
  font-size: 13px;
  }

.post h2 {
  font-size: 18px;
  margin-bottom: 18px;
  }

.post .entry, {
  margin: 20px 0;
  }



.post .entry p, .page .entry p {
  color: #555;
  line-height: 1.3;
  margin: 0 0 20px 0;
  }

.page .entry p {
  line-height: 1.5;
  }


.entry strong {
  font-weight: bold;
  }

.entry h4 {
  color: #666;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  }

.post .date {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 1px;
  padding-bottom: 2px;
  }

h2.pagetitle {
  font-size: 18px;
  color: #333;
  margin: 0 0 18px 0;
  } 

#content-body-blog h3 {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  margin: 18px 0;
  } 

h3#comments {
  padding-top: 10px;
  border-top: 3px solid #e0e0e0;

  } 


ol.commentlist {
  color: #555;
  font-size: 12px;
  line-height: 1.4;
  }
  
ol.commentlist p {
 margin: 0 0 10px 0;
 }

ol.commentlist li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  }

ol.commentlist .comment-meta {
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
  position: relative;
  left: -10px;
  }

ol.commentlist .permalinkanchor {
  text-decoration: none;
  }

#commentform {
  color: #555;
  font-size: 12px;
  }

#commentform p {
  margin: 15px 0;
  }

#sidebar li.youarehere {
  line-height: 1.4;
  padding: 10px;
  background-color: #ffc;
  }

#sidebar li {
  padding: 0 10px;
  font-size: 12px;
  margin: 10px 0;
  } 

#sidebar li li {
  padding: 0;
  }

#sidebar li h2 {
  padding-top: 18px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  }

