/*  
Theme Name: It's Just a Bunch of Stuff That Happens
Theme URI: http://stuffthathappens.com/blog/
Description: The StuffThatHappens.com theme.
Version: 1.0
Author: Eric M. Burke
Author URI: http://stuffthathappens.com/
*/

body {
  margin: 0;
  padding: 0;
  background: white;
  /* note: 16px seems to be the default for IE and Firefox */
  font-size: 18px;
  text-align: center; /* for IE */
  font-family: Helvetica,Calibri,Arial,sans-serif;
}


hr {
  display: none;
}

blockquote {
  background: transparent url('images/quote-left.gif') left top no-repeat;
  padding: 1px 44px;
  font-style: italic;
  font-size: 105%;
  font-family: Cambria,"Times New Roman",Times,serif;
  color: #666666;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Cambria,"Times New Roman",Times,serif;
  font-weight: normal;
  color: #333333;
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}


h1 {
  font-size: 200%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 a, h1 a:hover {
  text-decoration: none;
  color: #333;
}

h1 a:hover {
  color: #000099;
}

.post_title {
  margin: 0;
  border-bottom: 2px solid #ecdead; /* dino's tooth  color */
}

.post_published_date {
  font-size: 120%;
  color: #666666;
  font-family: Cambria,"Times New Roman",Times,serif;
  /* border-top: 4px solid #ecdead;  */ /* dino's tooth  color */
  margin-bottom: 1.5ex;
}

h2 {
  font-size: 175%;
}

h3 {
  font-size: 145%;
  font-style: italic;
}

h4 {
  font-size: 125%;
  font-weight: bold;
}

h5 {
  font-size: 115%;
}


#page {
  position: relative;
  background: no-repeat url('images/page-header.jpg');
  width: 830px;
  margin: 0 auto; /* center the content for good browsers */
  text-align: left; /* counter the body center, fuck you IE */
}

#header {
  position: relative; /* content within header are relative to it */
  width: 830px;
  height: 190px;
}

#nav_area {
  float: right;
}
#nav_area #searchform {
  display: inline;
}
#nav_area #searchform div {
  display: inline;
}

.right {
  float: right;
  position: relative;
  margin-left: 1ex;
}

.sidebar {
  width: 250px;
  margin: 2px 4px 2px 0;
  padding: 0;
  border: 2px solid #660033; /* header text background */
}

.sidebar p {
  margin: 0.5ex 0.5ex 1em 0.5ex;
  font-size: 90%;
}

.sidebar .title {
  font-size: 110%;
  font-family: Cambria,"Times New Roman",Times,serif;
  margin: 0;
  padding: 0 2 2 2;
  /* background: #b4926d; */ /* same as caveman's hair */
  background: #ecdead; /* same as dino's tooth */
}

.small_feed_link {
  background: transparent url('images/feed-icon-16x16.gif') left no-repeat;
  padding-left: 18px;
}

.image {
}

.image .caption {
  text-align: center;
  font-size: 85%;
  font-family: Cambria,"Times New Roman",Times,serif;
}

pre {
  background: #f6f6f6;
  font-size: 0.9em;
  font-family: Consolas,monospace;
}


#footer {
  clear: both;
  border-top: 1px solid #cccccc;
  margin-top: 30px; /* gap above line */
  padding-top: 30px;  /* gap between text and line */
  margin-bottom: 30px;
}

#footer p {
  margin: 0px;
  padding: 0px;
  font-size: 0.9em;
  background: #eeeeee;
}

.google_search_field {
  border: 1px solid #cccccc;
  background: transparent url('images/search_google.gif') right no-repeat;
}

.google_search_field:focus {
  border: 1px solid #cccccc;
  background: transparent;
}

.post {
  clear: both;
  margin-top: 0em;
  margin-bottom: 0em;
}

/* make sure this comes after .post in this css! */
.home_page_post {
  margin-bottom: 3em;
}

.postmetadata {
  clear: both;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}


.left {
  float: left;
  position: relative;

  /* a fairly wide margin ensures bullets are not obscured 
     when an unordered list is to the right of this area */
  margin-right: 2.2ex;
}


ul {
/*
  list-style-image: url('images/arrowhead-bullet.png');
*/
  margin-left: 30px;
  padding-left: 0px;
  margin-top: 0px;
}

li {
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 0px;
  text-indent: 0px;
}

a img {
  border: none;
}

.navigation {
  display: block;
  text-align: center;
  margin-top:0.2em;
  margin-bottom: 0.2em;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.datebox {
  width: 50px;  /* same width as the background image */
  float: left;
  margin-right: 1ex;
  margin-bottom: 1em;
}

.datebox .month {
  font-family: Cambria,"Times New Roman",Times,serif;
  font-size: 0.9em;
  padding-top: 0.3em;
  padding-bottom: 0.1em;
  text-align: center;
  background: #660033 url('images/calendar-top.png') left top no-repeat;
  color: #dddddd;
}

.datebox .day {
  font-family: Cambria,"Times New Roman",Times,serif;
  font-size: 1.4em;
  text-align: center;
  padding-bottom: 0.1em;
  margin: 0;
  color: #333333;
  border-right: 1px solid #660033;
  border-bottom: 1px solid #660033;
  border-left: 1px solid #660033;
  background: #faf8d2 url('images/page-fold-small.png') right bottom no-repeat;
}


.commentlist {
  width: 830px;
}

.comment {
}

.c_sidebar {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.c_author {
  padding-bottom: 23px;
  background: url("images/bubble-top.png") no-repeat bottom;
}

.c_main {
  margin-left: 100px;
}

.c_content * {
  margin: 0;
}

.c_content p, .c_content pre {
  /* margin-bottom: 1ex; */
  margin: 0;
  padding: 0.5em;
}

.c_content {
  padding: 1ex;
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  background: #eeeeee;
}

.c_meta {
  font-size: 70%;
  float: right;
}

.c_clear {
  clear: both;
  margin-bottom: 1em;
}

.big_square_ad {
  text-align: center;
}

.single_line_link_unit {
  clear: both;
  padding-bottom: 1ex;
}


