/**** Global ****/
/* Global Reset */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family:Georgia, 'DejaVu Serif', 'Times', 'Times New Roman', serif;
  font-size: 110%;
  line-height: 1.8em;
  text-align: center;
  color: #333;
  background-color: #333840;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #333840;
}

h1 {
  margin-bottom: 0.1em;
  font-size: 2em;
}

h1 span {
    color: #6f6f6f;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

p {
  margin: 1em 0;
}

a {
  color: #00a;
  color: #333840;
  text-decoration: none;
}

a:hover {
  color: black;
}

a:visited {
  color: #a0a;
  color: #333840;
}

table {
  font-size: inherit;
  font: 100%;
}

/***** Layout *****/
#wrapper {
  text-align: justify;
  margin: 2em auto;
  width: 56em;
  background: #d8d8d8;
  border: 0;
}

#header {
  border-bottom: 1px solid #bbb;
  background: #d8d8d8;
  color: #666;
  text-align: right;
  margin-top: 1em;
  padding: 1em 1em 0;
}

#header a {
  color: #555;
  text-decoration: none;
  font-size: 3em;
  padding: 0;
}

#header a:hover {
  color: black;
}

#header span {
  color: green;
  font-size: 1em;
  position: relative;
  bottom: 0.2em;
}

#header p {
  font-size: 0.7em;
  color: green;
  position: relative;
  bottom: 1.7em;
}

#content {
  background: #fff;
  padding: 2em;
  width: 52em;
}

#content #bio {
  float: right;
  padding: 10px;
  margin-left: 2em;
  background: #d8d8d8;
}

#content #bio img {
  width: 150px;
  height: 150px;
}

#content #bio span {
  color: #666;
}

#footer {
  background: #d8d8d8;
  border-top: 1px solid #ccc;
  color: #666;
  padding: 1em;
  height: 5em;
  overflow: hidden;
}

#footer .contact {
  font-family:Georgia,Times,Serif;
  font-style:italic;
  float: left;
  margin-left: 18em;
  font-size: 0.7em;
  line-height: 1.5em;
}

#footer .contact a {
  color: #444547;
}

#footer .contact a:visited {
  color: #8f8c88;
}

#footer .contact a:hover {
  color: #6b6a67;
}

#footer .first {
  margin-left: 3em;
}

#footer .rss {
  margin-top: 0.3em;
  float: right;
  position: relative;
}

#footer .rss img {
  border: 0;
  margin-right: 1.5em;
}

/***** Posts *****/
#post {
    color: #6f6f6f;
}

#post .meta {
  color: #aaa;
}

#post p {
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

/* standard */
#post pre {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .4em;
}

#post code {
  border: 1px solid #ddd;
  background-color: #eef;
  font-size: 95%;
  padding: 0 .2em;
}

#post pre code {
  border: none;
}
  
/* terminal */
#post pre.terminal {
  border: 1px solid black;
  background-color: #333;
  color: white;
}

#post pre.terminal code {
  background-color: #333;
}

#post ul {
  margin-left: 1.5em;
  padding-left: 1.5em;
}

#post a {
/*  color: #333840;*/
  color: green;
  text-decoration: none;
}

#post a:visited {
/*  color: #333840;*/
  color: green;
}

#post a:hover {
  color: #000;
}

#post a.more {
  color: green;
  font-size: 80%;
}

#post a.more:hover {
  color: black;
}


/***** Homepage #more ****/
#more {
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 2em;
}

#more span a {
  color: green;
}

#more span a:visited {
/*    color: #333840;*/
}

#more span a:hover {
  color: black;
}

/***** Comments *****/
#comments {
  margin-top: 2em;
  padding-top: 2em;
  border: 0;
  border-top: 1px solid #eee;
}

#comments h1 {
  margin-bottom: 0.5em;
}

/**** Bottom Pitches & Twitter Stream ****/
#pitches {
  margin-top: 3em;
}

#pitches h1 {
  margin-bottom: 0.5em;
}

/**** Related Posts ****/
#articles {
  float: left;
}

#articles h1 {
  margin-bottom: 0.5em;
}

/**** Post Archive ****/
#archive {
  list-style-type: none;
  margin-bottom: 2em;
  font-size: 90%;
}

#archive li {
  line-height: 1.5em;
}

#archive span {
  color: #aaa;
  font-family: Monaco, "Courier New", monospace;
}

#archive li a {
 font-style: italic;
 color: #444547;
}

#archive li a:visited {
  color: #8f8c88;
}

#archive li a:hover {
  color: #6b6a67;
}

/**** Latest Tweets ****/
#tweets {
  width: 40%;
  float: right;
}

#tweets h1 {
  margin-bottom: 0.5em;
}

#twitter_update_list {
  list-style-type: none;
  margin-bottom: 2em;
  font-size: 80%;
}

#twitter_update_list li {
  line-height: 1.5em;
  border-bottom: 1px dotted black;
}

#twitter_update_list span {
  color: #aaa;
  font-style: italic;
}

#twitter_update_list li a {
  color: #444547;
}

#twitter_update_list li a:visited {
  color: #8f8c88;
}

#twitter_update_list li a:hover {
  color: #6b6a67;
}

#twitter-link {
  color: #444547;
  font-style: italic;
  font-size: 80%;
}

/***** Quote Slide *****/
.quoteSlide                             { padding: 30px; }
.quoteSlide blockquote                  { font: italic 1.4em/1.5 Georgia, Serif; text-align: justify; color: #444; margin: 0 0 10px 0; }
.quoteSlide blockquote span             { font: italic 1em/1.5 Georgia, Serif; text-align: center; color: green; margin: 0 0 10px 0; }
.quoteSlide p                           { font-style: italic; text-align: right; color: green; }
.quoteSlide p a                         { font-style: italic; text-align: right; color: green; }