/**
 * cc.css
 * Main stylesheet for http://caldwellcollins.com/
 * Author: Bill Israel [http://cubicle17.com/]
 * 
 * Please don't use any images or CSS within this file without consent.
 */

html {
  font-size: 87.5%;
}

body {
  background: #fff url('../img/bg.gif') repeat;
  color: #444;
  font: normal 1em/1.5 Georgia, serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

a, a:active, a:visited {
  color: #2a8a2a;
  text-decoration: none;
}

a:hover {
  background: #2a8a2a;
  color: #eee;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0 0 1.5em;
}

blockquote {
  border-left: 1px solid #2a8a2a;
  font-style: italic;
  margin: 0 1em 1.5em;
  padding: 0 1em;
}

/* LAYOUT */
#container {
  background: #fff;
  border: 1px solid #999;
  border-width: 0 1px 0 1px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
  width: 770px;
}

#sidebar {
  float: left;
  padding: 0 10px;
  width: 210px;
}

#content {
  margin-left: 250px;
}

#footer {
  clear: both;
}


/* HEADER */
#header {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 3em;
}

  #header h1 {
    text-indent: -9000px;
  }
  
    #header h1 a {
      background: transparent url('../img/title.gif') top center no-repeat;
      border: 0;
      display: block;
	    height: 200px;
    }
  
  #header h2 {
    display: none;
  }
  
  
/* SIDEBAR */
#sidebar {
  background: #fff;
  border-right: 1px dotted #cfcfcf;
  font-size: 0.9166em;
}

  #sidebar div, #sidebar #subscribe {
    margin-bottom: 3em;
  }
  
  #sidebar #tweet a {
    border: 0;
    display: block;
    font-size: 0.8333em;
    text-align: right;
    text-decoration: underline;
  }


/* CONTENT */
#content {
  background: #fff;
  padding: 0;
}

  #content h3 {
    color: #202020;
    font: normal 1.5em/1 "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 1em;
  }
  
  #content .separator {
		background: transparent url('../img/separator.gif') center center no-repeat;
    border: 0;
    height: 35px;
	}

	#content .separator hr {
    display: none;
  }
  
  
/* POST TYPES */
.text, .quote, .photo, .link {
  margin: 0 0 3em;
  padding-top: 3em;
}

  .quote .words {
    border: 0;
    font-size: 1.2em;
    margin: 0 0 1.5em;
    padding: 0;
  }
  
  .photo img {
    background: #dfdfdf;
    border: 1px solid #a0a0a0;
    padding: 2px;
  }
  

/* POST-FOOTER */
.post-footer {
  color: #999;
  font: normal 0.8333em/1.5 "Helvetica Neue", Helvetica, sans-serif;
  list-style: none;
  padding: 0;
}

  .post-footer li {
    display: inline;
    margin-right: 1em;
  }


/* PAGINATION */
#pagination {
  margin: 3em 0;
  padding: 0.75em 0;
  text-align: center;
}

  #pagination a {
    margin: 0 2em;
  }


/* FOOTER */
#footer {
	border-top: 1px solid #ccc;
  color: #999;
  height: 50px;
  margin-top: 3em;
  text-align: center;
}

  #footer a {
    border: 0;
    display: block;
    float: left;
  }
    

/* IMAGE REPLACEMENTS */
#about h4 {
  background: transparent url('../img/about.gif') center center no-repeat;
  height: 30px;
  margin-bottom: 0.75em;
  text-indent: -9999px;
}

#twitter h4 a {
  background: transparent url('../img/tweet.gif') center center no-repeat;
  border: 0;
  display: block;
  height: 35px;
  margin-bottom: 0.75em;
  text-indent: -9999px;
}

#subscribe {
  background: transparent url('../img/subscribe.gif') center center no-repeat;
  border: 0;
  display: block;
  height: 40px;
  text-indent: -9999px;
}

#poweredby {
  background: transparent url('../img/poweredby.gif') center center no-repeat;
  height: 50px;
  text-indent: -9999px;
  width: 360px;
}

#designedby {
  background: transparent url('../img/designedby.gif') center center no-repeat;
  height: 50px;
  text-indent: -9999px;
  width: 360px;
}
