/*
Theme Name: IHS
Theme URI: http://www.ihatestairs.org/
Description: The custom "I hate stairs" theme
Version: 1.0
Author: Blake Watson 
Author URI: http://www.ihatestairs.org/
Tags: grid, 940, blueprint, starkers
*/


@import "css/screen.css";

.wp-caption {
  padding: 0;
}

.wp-caption.alignright {
  width: 620px!important; 
}

.wp-caption p {
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  color: #666;
  line-height: 21px;
  padding: 0;
  width: 100%; 
}

#branding {
  position: relative;
  padding-bottom: 294px;
  background: url(images/stairsatlee.jpg) bottom center no-repeat;
}

.container {
  margin-top: 42px;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 63px;
  height: 63px;
  background: #fff url(images/logo.jpg) bottom left no-repeat;
  width: 300px;
}

    h1 a:link, h1 a:visited {
      color: #000;
      text-decoration: none;
      padding-left: 80px;
      background-color: transparent;
    }
    
    h1 a:hover {
      color: #c0d9ee;
      background-color: transparent;
    }
    
    h1 a:active {
      color: #fea164;
    }
    
#branding p {
  font-size: 24px;
  line-height: 42px;
  width: 460px;
  color: #89abc7;
  position: absolute;
  top: 10.5px;
  right: 80px;
}

#navigation-main {
  background: #000 url(images/nav-bg.jpg) top left repeat-x;
}

#navigation-main ul {
  padding-left: 0;
  margin-left: 0;
}

#navigation-main ul li {
  list-style: none;
  float: left;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #c0d9ee;
  line-height: 42px;
  font-size: 12px;
}

#navigation-main ul li a:link, #navigation-main ul li a:visited {
  color: #c0d9ee;
  text-decoration: none;
  background-color: transparent;
}

#navigation-main ul li a:hover {
  color: #fff;
  background-color: transparent;
}


/* -- Main Content ------------------------------------------- */

#content-main {
  margin-top: 42px;
  position: relative;
}

.post {
  position: relative;
  margin-bottom: 63px;
}

    body.single .post,
    body.search #content-main .page {
      position: relative;
      margin-bottom: 42px;
    }

.post h2 {
  border-top: 3px solid #c0d9ee;
  padding-top: 12px;
  line-height: 31.5px;
  margin-bottom: 15.5px;
  font-family: "Helvetica Neue", Helvetica, Arial, san-serif;
  font-weight: bold;
  font-size: 24px;
}

h2 a:link {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

h2 a:visited {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

h2 a:hover {
  color: #c0d9ee;
  background-color: transparent;
}

h2 a:active {
  color: #fea164;
  background-color: transparent;
}

h3 a:link {
  padding-left: 0;
  padding-right: 0;
}

h3 a:visited {
  padding-left: 0;
  padding-right: 0;
}

/*
.post .stamp {
  position: absolute;
  left: -160px;
  top: 31.5px;
  width: 140px;
  font-size: 12px;
  line-height: 21px;
  padding-left: 10px;
  font-weight: bold;
}

.post .stamp span {
  display: block;
  color: #fff;
  background-color: #000;
  width: 130px;
  position: absolute;
  top: -21px;
  left: 0;
  padding-left: 10px;
}
*/

.stamp {
  position: absolute;
  left: -160px;
  top: 0;
  width: 140px;
  font-size: 12px;
  line-height: 21px;
  padding-left: 0;
  font-weight: bold;
  border-top: 3px solid #fea164;
  padding-top: 7.5px;
}

.stamp span {
  display: block;
}

.meta {
  font-size: 12px;
  line-height: 21px;
  font-style: italic;
  border-top: 1px solid #c0d9ee;
  padding-top: 20px;
}

body.archive .stamp, body.search .stamp {
  border-top-width: 2px; 
}

.respond {
  font-size: 12px;
  line-height: 21px;
  font-style: italic;
  border-top: 1px solid #c0d9ee;
  padding-top: 20px;
  margin-bottom: 21px; 
}

.meta .comment-link {
  display: block;
  margin-top: 21px;
  font-size: 18px;
  line-height: 21px;
  font-style: normal;
  text-align: right;
  padding-right: 35px;
  background: url(images/bubble.jpg) bottom right no-repeat;
}

.sociable a:hover {
  background-color: transparent;
}

.sociable {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pagination a {
  font-size: 18px;
  line-height: 21px;
}

.pagination .next-page {
  float: left;
}

.pagination .prev-page {
  float: right;
}

.post-nav {
  text-align: left;
  font-size: 12px;
  margin-bottom: 42px;
  line-height: 21px;
}

.post-nav span.next-post {
  text-align: right;
  display: block;
}

/* Page */

/*
body.page #content-main {
  padding-left: 0;
}
*/

/* Archive */

body.archive #content-main h2 {
  border-top: 3px solid #c0d9ee;
  padding-top: 12px;
  line-height: 31.5px;
  margin-bottom: 37.5px;
}

body.archive #content-main h3 {
  border-top: 2px solid #ccc;
  padding-top: 19px;
}

/* Search */

body.search #content-main h2 {
  border-top: 3px solid #c0d9ee;
  padding-top: 12px;
  line-height: 31.5px;
  margin-bottom: 37.5px;
}

body.search #content-main h3 {
  border-top: 2px solid #ccc;
  padding-top: 19px;
}

/* 404 */

body.error404 #content-main h2 {
  border-top: 3px solid #c0d9ee;
  padding-top: 12px;
  line-height: 31.5px;
  margin-bottom: 16.5px;
}


/* -- Sidebar ------------------------------------------------ */

#content-sub {
  margin-top: 42px;
  font-size: 12px;
}

#content-sub h3 {
  margin-bottom: 0;
}

#content-sub h3 a:link, #content-sub h3 a:visited {
  background-color: transparent;
  color: #000;
  line-height: 21px; 
}

#content-sub h3 a:hover {
  text-decoration: underline; 
}

#content-sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 3px solid #486a87;
  padding-top: 18px;
}

#content-sub ul li.widget ul {
  border: none;
  padding: 0;
}

#content-sub ul li.widget {
  list-style: none;
  margin: 0;
  margin-bottom: 21px;
}

#content-sub li.widget_twitter h3 {
  margin-bottom: 21px; 
}

#content-sub .widget_twitter li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px; 
  padding-bottom: 10px;
  font-style: italic;
}

#content-sub .widget_twitter li .twitter-timestamp {
  display: block;
}

#content-sub ul li.widget_search {
  height: 41px;
  margin-bottom: 0;
}

#content-sub .widget_search #searchform {
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px;
}

#content-sub .widget_search .screen-reader-text {
  visibility: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
}

#content-sub .widget_search #s {
  width: 190px;
  height: 21px;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 8px;
  font-size: 14px;
}

#content-sub .widget_search #searchsubmit {
  width: 20px;
  height: 21px;
  background: #000 url(images/search.jpg) top left no-repeat;
  border: none;
  margin: 0;
  padding: 0;
  color: transparent;
}


/* -- Comment Section ---------------------------------------- */

h3#comments {
  clear: both;
  margin-bottom: 42px;
}

ol.commentlist {
  margin: 0;
  padding: 0; 
  margin-top: -2px; 
}

body.page ol.commentlist {
  width: 700px;
  overflow: visible;
}

ol.commentlist li {
  border-top: 2px solid #aaa; 
  position: relative; 
  list-style-position: outside;
  margin-bottom: 40px; 
}

textarea#comment {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.comment-body {
}

  ol.commentlist li.comment-author-admin {
    border-top-color: #fea164;
  }

  ol.commentlist li.bypostauthor {
    border-top-color: #fea164;
  }

.comment-body p {
}

.comment-author {
  display: inline;
  font-size: 12px; 
  line-height: 21px;
  font-weight: bold; 
}

.comment-author .avatar {
	left: -101px;
	position: absolute;
}

.comment-author cite {
}

.comment-author span.says {
  display: none; 
}

.comment-meta {
  display: inline;
  margin-left: 20px;
  font-size: 12px; 
  line-height: 21px; 
}

#commentform #submit {
  clear: both;
  display: block; 
}

/* -- Site Information --------------------------------------- */

#site-information {
  margin-top: 42px;
  font-size: 12px;
  line-height: 21px;
}

#site-information p {
  border-top: 3px solid #000;
  padding-top: 7.5px;
}

#validation {
  margin-top: 42px;
}

#validation ul {
  border-top: 3px solid #000;
  list-style-type: none;
  font-size: 12px;
}

#validation ul li {
  float: left;
  margin-right: 20px;
  line-height: 21px;
  padding-top: 6px;
}


/* -- Miscellaneous ------------------------------------------ */

.hidden {
  visibility: hidden;
  position: absolute;
}

