/*
Blueprint negations
*/
p + p {
  text-indent: 0;
  margin-top: 0;
}

p img {
  float: none;
  margin-bottom: 1em;
}

/*
General settings
*/

body {
  background-color: #ffe6a3;
  margin-top: 1em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

img.alignleft {
  margin-top: 0.8em;
  margin-right: 1em;
}

.alignright {
	float: right;
}

.column_width {
  width: 390px;
}

.image_container {
  background-color: #222222;
  color: #fff;
  width: 100%;
}

.image_footer {
  padding: 2px 8px 6px 8px;
  margin-bottom: 0.6em;
}

ul, ol {
  list-style-position: inside;
}

li {
  margin-bottom: 0.6em;
}

/*
Typography
*/
h2, h4 {
  margin-bottom: 0;
}

h3 {
  margin-bottom: 0.2em;
  color: #007402;
  letter-spacing: 1px;
  text-transform: lowercase;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.2em;
}

h4 {
  color: #7b7b78;
  font-size: 1em;
}

body {
  font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a{
  font-family: Arial;
  text-decoration: none;
  color: #007402;
}

a:hover{
  text-decoration: underline;
}


/*
Layout Styles
*/
.container {
  width: 870px;
}


/*
Header
*/
div.header {
  margin: auto;
  width: 870px;
  text-align:center;
}

div.header p {
  font-size: 1.1em;
  text-align: center;
  margin: 2px 0 0;
  letter-spacing: 2px;
}

/*
Links
*/

ul.links {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0.8em;
}

ul.links li a {
  font-weight: bold;
}

ul.navigation li{
  display: inline;
  padding-right: 10px;
}

ul.navigation li img {
  width: 34px;
}

/*
Headline
*/
.headline {
  width: 100%;
  text-align: center;
  margin-bottom: 0.8em;
}

.headline h2 {
  color: red;
  font-size: 1.6em;
}

.headline p {
  font-style: italic;
}

/*
Footer
*/
.footer {
  text-align: center;
}

.footer p a {
  color: red;
}

div.footer-info {
  padding: 20px;
  width: 300px;
  float: left;
}

div.footer-info-wrapper {
  margin: 0 auto;
  width: 680px;
}

/*
Wordpress specific
*/
div.post-container {
  width: 720px;
  margin: 1em auto;
  padding: 1em 0;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
}

.post-container ul {
  margin-bottom: 0;
}

ul > li > h3 {
  display: inline;
}

ul > li > p {
  margin-bottom: 0.8em;
}

h2.storytitle {
  text-align: center;
  padding-bottom: 0.6em;
}

div.storycontent {
  padding-bottom: 0.6em;
}

ol#commentlist {
  list-style: none;
}

li.comment {
  padding: 1em;
  background-color: #FFF6DF;
}

h3.commentauthor {
  display: inline;
  color: black;
}

p.commentdate {
  padding: 0;
  margin: 0;
}