/* reset */

* { 
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
}


/* styling */
body { 
  font-size: 1.4em;
  /*font-family: baskerville, garamond, serif; */
  font-family: Georgia,"DejaVu Serif",Times,"Times New Roman",serif
}

h1, h2, h3, h4 {
  font-family: arial, sans-serif;
}

blockquote, pre {
  background-color: #FAF5FA;
}

a {
  text-decoration: none;
  padding: 3px;
}

a {
  color: #3779A6;
}

a:hover {
  background-color: #3779A6;
  color: white;
}

a:visited {
  color: #BF3952;
}

a:visited:hover {
  background-color: #BF3952;
  color: white;
}

/* planet title */
h1 {
  text-align: center;
  font-size: 3.5em;
}

/* date */
h2.date {
  font-size: 1.8em;
}

/* person's name, post title */
h3.author a, h4.title a, h3.author a:visited, h4.title a:visited {
  color: #545254;
}

h3.author a:hover, h4.title a:hover {
  color: white;
}

h4.title {
  font-size: 0.7em;
  text-transform: uppercase;
  padding-bottom: 0.25em;
  border-bottom: 1px dotted #ccc;
}

/* post headers */
/*div#post h1, div#post h2, div#post h3, div#post h4 { */
div#post > h1, h2, h3 {
  text-align: left;
  border-bottom: none;
  padding-bottom: 0px;
  text-transform: none;
}

div.post {
  margin-bottom: 2em;
}

a.post.date {
  font-size: 0.8em;
}

div#header {
  text-align: center;
  color: #333;
}

div#header h1, img.logo {
  display: inline;
}

img.logo {
  margin-bottom: -0.4em;
  margin-right: 0.3em;
}

/* layout */

h1 {
  margin: 0;
}

h2, h3, h4 {
  margin: 0.4em 0;
}

p {
  margin: 0.7em 0;
  line-height: 1.3em;
}

div#header {
  clear: both;
  padding: 1em 0;
/*  width: 800px;
  height: 180px;
  margin: auto;
  padding: 3.5em 0 0;
  background-image: url(../header.png); */
}

div#content {
  margin: auto;
  width: 900px;
}

blockquote, pre {
  margin: 1em;
  padding: 0.7em;
}

blockquote pre, pre blockquote {
  padding: 0em;
}

pre {
  font-size: 0.8em;
  overflow: auto;
}

ol, ul {
  margin: 1em;
}

li {
  margin: 0.5em 0;
}

img.hackergotchi {
  float: right;
}

div#sidebar div#about, div#sidebar div#subscribe {
  width: 400px;
  float: right;
  margin: 0 1em;
}

div#sidebar div#people li {
  display: inline;
  margin-right: 0.5em;
}

div#menu {
  float: right;
}

div#menu ul {
  margin: 0.3em;
}
  
div#menu li {
  display: inline;
}

/* disabled */

ul br {
  display: none;
}



