/*  
Theme Name: Crack Coffee
Theme URI: http://drinkcrackcoffee.com/
Description: Custom theme for Crack Coffee Web Site
Version: 1
Author: Jed Hurt
Author URI: http://reformationstudios.com/

The CSS, XHTML and design is copyright Crack Coffee:

*/


body {
  /*background: transparent url(images/mockup.png) no-repeat top left;*/
  background-color: #E8FFFF;
  color: #999;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding-top: 179px;
}

#header {
  background: transparent url(images/header-background.png) repeat-x top;
  height: 169px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index:2;
}

h1 {
  background: transparent url(images/header-logo.png) no-repeat;
  float: left;
  height: 109px;
  margin: 12px 0 0 60px;
  text-indent: -9999px;
  width: 111px;
}

#contact-info {
  background: transparent url(images/contact-info.png) no-repeat top;
  float: right;
  height: 42px;
  margin: 12px 21px 10px 0;
  padding-top: 68px;
  width: 287px;
}

#contact-info .mailing {
  text-indent: -9999px;
}

#navigation {
  clear: both;
  margin-left: 60px;
}

#navigation ul {
  list-style-type: none;
  overflow: auto;
  width: 100%;
}

#navigation li {
  float: left;
  font-size: 16px;
  letter-spacing: -1px;
  margin: 5px 30px 3px 7px;
  text-transform: uppercase;
}

#navigation li a {
  color: #999;
  text-decoration: none;
  padding-top: 10px;
}

#navigation li a.active {
  background: transparent url(images/pointer-down.png) no-repeat center -476px;
}

#content {
  margin-left: 60px;
  padding-top: 6px;
  width: 530px;
}

#content img {
  height: auto;
  max-height: auto;
  max-width: 530px;
}

h2 {
  background: transparent url(images/slogan.png) no-repeat left;
  font-size: 30px;
  text-indent: -9999px;
  text-transform: uppercase;
}

#tracking img {
  display: block;
  margin-bottom: 2px;
}

#tracking h3 {
  background: transparent url(images/pointer-up.png) no-repeat -1066px top;
  padding-top: 21px;
}

h3 {
  background-color: #666;
  font-size: 30px;
  letter-spacing: -3px;
  margin-bottom: 26px;
  padding: 13px 23px 13px 23px;
  text-transform: uppercase;
}

h3, h3 a {
  color: #E8FFFF;
}

p {
  color: #777;
}

a {
  color: #999;
}

blockquote {
  background: transparent url(images/quote.gif) no-repeat -5px -5px;
}

blockquote, p {
  line-height: 1.8em;
  margin: 0 0 1em 0;
  text-align: justify;
}

blockquote p {
  line-height: 2em;
  margin: 0 0 1em 0;
}

h4 {
  font-size: 18px;
  letter-spacing: -1px;
  margin-bottom: 6px;
}

#footer{
  bottom: 0;
  right: 21px;
  margin-bottom: -143px;
  position: absolute;
}

#footer img {
  display: block;
  margin: 5px auto 0;
}

#footer a img.up-arrow {
  display: none;
  margin-top: -59px;
}

#footer a:hover img.up-arrow {
  display: block;
}

#credit {
  margin-top: 6em;
}
/* ======== */
/* = BLOG = */
/* ======== */

#blog {
  min-height: 700px;
}

#blog h2, #sidebar h2 {
  background: none;
  text-indent: 0;
}

.old-post {
  border-bottom: 2px dashed #999;
  margin-bottom: 1em;
}

.postinfo {
  margin-top: -24px;
}

.postinfo p {
  text-align: right;
}

.wp-caption-text {
  background-color: #666;
  color: #E8FFFF;
  line-height: 1.5em;
  margin-top: -6px;
  padding: 3px 8px 5px 8px;
  width: 514px;
}

#sidebar {
  left: 603px;
  list-style-type: none;
  position: absolute;
  top: 185px;
  width: 310px;
  z-index:1;
}

#sidebar li {
  margin-bottom: 1em;
}

#sidebar li ul {
  padding-left: 20px;
}

#sidebar li ul li, #sidebar p {
  margin-bottom: 0;
}

h3.comments-header {
  margin-bottom: 0;
}

.comment, .comment a {
    color:  #666;
}

.comment {
  margin: 0;
  padding: 10px;
}

.comment cite {
  font-style: normal;
}

.comment .postinfo {
  margin-top: 0;
}

.comment .postinfo p {
  float: right;
}

.comment p {
  margin-bottom: 10px;
}

.comment.odd {
  background-color: #D3E5E4;
}

.comment.even {
  background-color: #BCCCCB;
}

div.comment.author {
  background-color: #555;
}

div.comment.author, div.comment.author a, div.comment.author p {
  color: #E8FFFF;
}

#comment-form {
  margin-top: -17px;
}

#comment-form ol {
  list-style-type: none;
}

#comment-form label {
  display: block;
}

#comment-form textarea {
  width: 530px;
}
