/*
Theme Name: Keating
Theme URI: http://blog.keatingcapital.com/
Description: Wordpress theme for Keating Capital
Version: 1.0
Author: The Working Group Inc.
Author URI: http://twg.ca/
*/

@import url(stylesheets/reset.css);
@import url(stylesheets/typography.css);
@import url(stylesheets/layout.css);

.post {
  margin-bottom: 30px; }
  
  h3 {
    font-size:16px;
    font-weight:bold;
    padding-bottom:10px;
    padding-top:20px;
    color: #4A6459;
  }
.post ul
    {
    padding: 20px 10px;
    }
.post ul li
      {
        background-image:url(images/bullet_small.gif);
        background-position:left 10px;
        background-repeat:no-repeat;
        display:list-item;
        padding:5px 0 0 18px;
      }
  .post .header {
    overflow: hidden;
    border-bottom: 2px solid #4a6459;
    margin-bottom: 10px; }
    .post .header h2 {
      float: left;
      width: 480px;
      margin-bottom: 2px;
      text-decoration: none; }
      .post .header h2 a {
        color: #4A6459;
        font-size: 22px;
        text-decoration: none; }
    .post .time {
      float: right;
      width: 100px;
      margin-bottom: 0px;
      text-align: right;}
    .post .entry {
      margin-bottom: 10px; }
    .post {
      margin-bottom: 50px;
    }
    
    .time {
      padding-top: 2px;
    }
    
.comments_content {
  padding: 10px 0px; }
  .comments_content h3 {
    font-size: 20px;
    padding-top: 30px;
    margin-bottom: 10px; }
  .comments_content ol li {
    border-bottom: 1px solid #DCD1CF;
    padding: 10px 0;}
    .comment-body {
      overflow: hidden; }
      .comment-body .comment-author {
        float: left;
        margin-bottom: 10px; }
        .comment-author img {
          vertical-align: middle;
          margin-right: 10px;}
      .comment-body .commentmetadata {
        float: right; }
      .comment-body p {
        clear: both; }

#respond {
  padding: 10px 0; }
  #respond textarea {
    width: 300px;
    height: 100px;
  }

p.search_results {
  margin-bottom: 20px; }
  
h3.archive {
  padding-top: 0;
}
