/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

.custom div#navigation ul.navigation li ul { 
width: 115px; 
}


/* post info */
#postinfo { width: 630px; border: 2px solid #24201d; 
  background:transparent url(../lib/images/dot-ddd.gif) repeat-y scroll 42% 0; }
#postinfo h3 { color: #24201d; margin: .5em 0; font-size: 1.1em; font-weight: bold; }
#postinfo p { line-height: 1.3em; font-size: 1.1em; }
#postinfo-top { width: 100%; border-bottom: 2px solid #24201d; background-color: #e4e0dd; height: 35px; }
#postinfo-left { width: 20%; float: left; }
#postinfo-left h3 { margin-bottom: .5em; font-style: italic; text-align: center; }
#postinfo-left p { margin-bottom: .7em;  font-size: .95em; text-align: center; }
#postinfo-right { width: 80%; float: right; }
#postinfo-right li { font-size: .95em; list-style-type: disc; line-height: 1.2em; margin-bottom: .5em; }
.info_content { padding: .5em; }
#postinfo .postinfo-share { float: left; display: block; margin-right: 15px; color: #24201d; font-size: 1.1em; font-weight: bold; }
#postinfo .stumble {
  vertical-align: bottom;
  float: left;
}

#postinfo .tweet {
  margin-left: 10px;
  vertical-align: bottom;
  float: left;
  margin-top: 2px;
  margin-right: -5px;
}
#postinfo .facebook {
  margin-left: 0;
  vertical-align: bottom;
  float: left;
  margin-top: -2px;
}
#postinfo .delicious {
  font-size: 12px;
  margin-left: 15px;
  vertical-align: bottom;
  float: left;
  margin-top: -1px;
}
#postinfo .delicious img { vertical-align: middle; }
#postinfo .rss {
  font-size: 12px;
  margin-left: 15px;
  vertical-align: bottom;
  float: left;
  margin-top: -1px;
}
#postinfo .rss img { vertical-align: middle; margin-right: 3px; }
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }

.author