body {
  margin: 0;
  padding: 0;
  background-color: #111111;
  background-image: url(/gfx/background.png);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: bottom left;
  color: #fff;
  font-family: "Trebuchet MS", Arial, Helvetica;
  font-size: 10pt; }

a:link {
  color: #ff3b77;
  text-decoration: none; }

a:visited {
  color: #ff3b77;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  text-decoration: underline;
  color: white; }

#container {
  margin-left: auto;
  margin-right: auto;
  width: 600px; }

#error_container {
  margin-left: auto;
  margin-right: auto;
  width: 420px;
  margin-top: 200px;
  color: #aaa;
  text-align: center; }

#content {
  line-height: 150%;
  color: #aaa;
  text-align: justify;
  margin-top: 10pt; }

#header {
  position: relative;
  width: 600px;
  padding: 0;
  margin: 0;
  margin-top: 10pt;
  height: 60pt; }

#sticker {
  width: 600px;
  text-align: right;
  font-size: 9pt;
  position: absolute;
  color: #fff;
  bottom: 3pt; }

#footer {
  margin-top: 20pt;
  margin-bottom: 10pt;
  padding-top: 3pt;
  padding-left: 3pt;
  padding-right: 3pt;
  font-family: Georgia;
  border-top: 1px dashed #555;
  font-weight: normal;
  font-size: 11px;
  color: #666;
  clear: both; }

#footer .left {
  float: left; }

#footer .right {
  float: right; }

#navigation {
  text-align: right; }

#error_container h1 {
  font-size: 150pt;
  font-family: Georgia;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0; }

#header h1 {
  font-family: Georgia;
  font-weight: normal;
  font-size: 60pt;
  margin: 0;
  padding: 0; }
  #header h1 a:link {
    color: white;
    text-decoration: none; }
  #header h1 a:visited {
    color: white;
    text-decoration: none; }
  #header h1 a:hover {
    color: white;
    text-decoration: none; }
  #header h1 a:active {
    color: white;
    text-decoration: none; }

#content h2 {
  color: #dddddd; }

#content h3 {
  font-size: 18pt;
  color: #fff;
  font-family: Georgia;
  font-weight: normal;
  font-style: italic;
  margin-top: 20pt;
  margin-bottom: 0pt; }

#content h4 {
  font-size: 10pt;
  color: #555;
  font-family: Georgia;
  font-weight: normal;
  font-style: italic;
  margin-top: 0pt; }

.archives_entry h5 {
  margin: 0;
  font-family: Georgia;
  font-weight: normal;
  font-style: italic; }

.archives_entry .date {
  float: right;
  top: 0;
  margin: 0; }

ul {
  overflow: auto;
  padding-left: 15pt; }

li {
  list-style-position: inside;
  margin-bottom: 5pt;
  list-style-type: square; }

img {
  border: 0; }

em {
  color: #dddddd; }

strong {
  color: #dddddd; }

pre {
  font-family: Monaco, "DejaVu Sans Mono", "Courier New", Courier;
  font-size: 8pt;
  padding: 5pt;
  border: 1px solid #777;
  background-color: #000; }

code {
  font-family: Monaco, "DejaVu Sans Mono", "Courier New", Courier; }

.archives_entry {
  clear: both;
  font-family: Georgia;
  font-weight: normal;
  font-style: italic;
  font-size: 14pt; }

#bar {
  height: 16px;
  background-image: url(/gfx/bar.png);
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0; }

#feed_icon {
  border: 0;
  vertical-align: text-top; }

#mdk_face {
  border: 1px solid #fff;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }

.clearer {
  clear: both; }

#social {
  float: left; }

ul.social_list {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none; }

ul.social_list li {
  list-style-type: none;
  padding-left: 20px;
  list-style-type: none; }

li.delicious {
  background: url("/gfx/fav-delicious.png") no-repeat left center; }

li.flickr {
  background: url("/gfx/fav-flickr.png") no-repeat left center; }

li.linkedin {
  background: url("/gfx/fav-linkedin.png") no-repeat left center; }

li.lastfm {
  background: url("/gfx/fav-lastfm.png") no-repeat left center; }

li.skype {
  background: url("/gfx/fav-skype.png") no-repeat left center; }

li.gtalk {
  background: url("/gfx/fav-gtalk.png") no-repeat left center; }

li.dopplr {
  background: url("/gfx/fav-dopplr.png") no-repeat left center; }

li.facebook {
  background: url("/gfx/fav-facebook.png") no-repeat left center; }

li.git {
  background: url("/gfx/fav-git.png") no-repeat left center; }

li.twitter {
  background: url("/gfx/fav-twitter.png") no-repeat left center; }
