html {
  background-color: #D1DBBD;
}

body {
  color: #333;
}

div#inner-wrapper {
  background-color: #D1DBBD;
}

h1#title {
  text-align: center;
}

h1 a, h1 a:visited, h1 a:hover {
  text-decoration: none;
}

div.info-wrapper {
  text-align: center;
  border: 1px solid #aaa;
  padding: 10px;
  background-color: #ccc;
}

div#developer-info {
  float: left;
  min-height: 150px;
  margin-bottom: 10px;
}

div#gamer-info {
  min-height: 230px;
  clear: right;
}

p#tweet {
  font-size: 80%;
}

p#tweet-time {
  padding-top: 1px;
  text-align: right;
  font-size: 60%;
  text-transform: none;
}

a {
  text-decoration: underline;
}

a, a:visited, a:hover {
  color: inherit;
}

ul.indented li {
  margin-left: 20px;
}

.hide {
  display: none;
}

#content h2 {
  text-align: right;
  padding-top: 40px;
}

#content h2.opposite-float {
  text-align: left;
}

p.date, p.comment-count, p.categories{
  font-size: 70%;
  text-align: right;
}

p.categories {
  font-weight: bold;
}

#content p, #content h2 {
  margin: 10px;
}

p.date, p.comment-count, h2.rant-title {
  margin: 40px auto;
}

ul#navigation {
  padding-bottom: 40px;
  list-style-position: inside;
}

ul#navigation li {
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 22px;
  margin-left: 22px;
}


ul#navigation li#nav-rant {
  background-image: url(/images/bubble.png);
}

ul#navigation li#nav-mail {
  background-image: url(/images/mail.png);
}


#footer {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 80%;
}

#content ul {
  list-style-type: disc;
  list-style-position: inside;
}

.no-bullets {
  list-style-type: none;
}

#about p {
  text-align: center;
}

#flash {
  border: 2px solid;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
}

#flash.notice {
  background-color:#E6EFC2;
  color:#264409;
  border-color:#C6D880;
}

#flash.alert {
  background-color:#FBE3E4;
  color:#8a1f11;
  border-color:#FBC2C4;
}

div.highlight pre code{
  padding-left: 22px;
}

img#acon-5-image {
  border: 1px solid #111;
  float: left;
  margin-right: 20px;
}

img#omar-portrait {
  border: 1px solid #111;
  float: right;
  margin-left: 20px;
}