/*
 * Stylesheet for http://dknowles.org
 *
 * Author: dknowles2@gmail.com (David Knowles)
 *
 */

body {
  background: #28313A;
  font-family: helvetica, arial, sans-serif;
  font-size: 80%;
  margin: 1em;
}

a {
  color: #0096E3;
}

#about {
  float: left;
  padding: 1.5em 0 0 2em;
}

#container {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1em 1em 4em 1em;
}

#footer {
  clear: both;
  color: #fff;
  text-align: center;
}

#header-bg {
  background-color: #3776BD;
  position: absolute;
  height: 150px;
  left: 1em;
  right: 1em;
  top: 3.5em;
  z-index: 0;
}

#header {
  color: #fff;
  float: left;
  position: relative;
  z-index: 3;
}

#header h1 {
  text-shadow: #28313A 1px 1px;
}

#header h2,
#header h3 {
  color: #e0e0e0;
  font-weight: normal;
}

#main {
  margin: 2em;
  padding-left: 200px;
  padding-right: 310px;
}

#me {
  float: left;
  height: 200px;
  position: relative;
  width: 200px;
  z-index: 3;
}

#recommended {
  width: 300px;
  margin-left: 20px;
  margin-right: -340px;
}

#relme {
  width: 200px;
  margin-left: -220px;
}

#twitter {
  width: 320px;
}

.clear {
  clear: both;
}

.content {
  padding: 0 1em;
}

.reader-publisher-module .i {
  font-weight: bold;
}

.reader-publisher-module .s {
  color: #a0a0a0;
  font-style: italic;
  font-size: 0.9em;
}

.section {
  float: left;
  position: relative;
}

.section h2 {
  border-bottom: 1px solid #ccc;
  letter-spacing: -1px;
}

.section h2 a {
  text-decoration: none;
}

.small {
  font-size: 0.9em;
}

.smaller {
  font-size: 0.8em;
}
