
html, body {
  font-family: Georgia, Times New Roman , serif;
  background: #fff; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

span.orn {
  padding: 0 1em; }


a {
  color: #0971B2;
  text-decoration: none; }
  a:hover {
    color: #f00; }


#container {
  width: 700px;
  margin: auto;
  background: #fff;
  padding: 1em; }


#hd {
  margin-bottom: 3em;
  position: relative;
  text-transform: uppercase;
  font-family: Geneva, Myriad Pro , Trebuchet MS , Lucida Grande , Tahoma, Verdana, Helvetica, Arial, sans-serif; }
  #hd h1 a {
    font-family: Geneva, Myriad Pro , Trebuchet MS , Lucida Grande , Tahoma, Verdana, Helvetica, Arial, sans-serif;
    font-size: 28px;
    margin-bottom: 2em;
    background: #f00;
    color: #fff;
    padding: .25em .5em; }
    #hd h1 a:hover {
      background: #0971B2;
      border-bottom: none; }
  #hd #nav {
    position: absolute;
    top: 0;
    right: 0;
    color: #999; }
    #hd #nav ul {
      float: right; }
      #hd #nav ul li {
        float: left;
        margin-left: 1em; }
    #hd #nav p {
      clear: both;
      text-align: right;
      float: right; }


#bd {
  margin-bottom: 1em; }
  #bd h1 {
    font-size: 32px;
    margin-bottom: .5em; }
  #bd h2 {
    font-size: 22px;
    margin-bottom: .25em; }

body.tweets #bd h1 {
  font-family: Geneva, Myriad Pro , Trebuchet MS , Lucida Grande , Tahoma, Verdana, Helvetica, Arial, sans-serif;
  border-bottom: 1px dotted #000;
  font-size: 18px; }
body.tweets #bd h1 span {
  text-transform: lowercase;
  color: #999;
  font-size: 14px; }
body.tweets #bd p.show-list {
  font-family: Geneva, Myriad Pro , Trebuchet MS , Lucida Grande , Tahoma, Verdana, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #999; }
  body.tweets #bd p.show-list a {
    color: #333; }
    body.tweets #bd p.show-list a:hover {
      border-bottom: 1px solid #333; }

body.about #bd p, body.about #bd ol {
  font-size: 16px;
  margin-bottom: 1em; }
body.about #bd ol {
  padding-left: 1.5em; }
  body.about #bd ol li {
    list-style-type: decimal;
    margin-bottom: .25em; }



.featured-tweet, .tweet {
  padding: 10px;
  margin-top: 1em;
  background: #dddddd; }
  .featured-tweet .meta,   .tweet .meta {
    text-align: right;
    font-family: Geneva, Myriad Pro , Trebuchet MS , Lucida Grande , Tahoma, Verdana, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    background: #bbbbbb;
    margin: -10px -10px 10px 10px;
    padding: 4px 6px;
    float: right;
    clear: both; }
    .featured-tweet .meta a,     .tweet .meta a {
      color: #333; }
      .featured-tweet .meta a:hover,       .tweet .meta a:hover {
        border-bottom: 1px solid #333; }
  .featured-tweet .show,   .tweet .show {
    margin: 0 -10px 0 10px; }
  .featured-tweet .profile_image,   .tweet .profile_image {
    float: left;
    margin-right: 1em; }


.featured-tweet {
  background: #fffc19; }
  .featured-tweet .text {
    font-size: 32px; }
  .featured-tweet .meta {
    background: #ddda00; }
  .featured-tweet .show {
    background: #bbb800; }


.tweet {
  overflow: auto; }
  .tweet .text {
    font-size: 18px; }
  .tweet .show {
    background: #999999; }


.more_link {
  font-family: Geneva, Myriad Pro , Trebuchet MS , Lucida Grande , Tahoma, Verdana, Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 2em 0;
  text-transform: uppercase; }
  .more_link a {
    background: #f00;
    color: #fff;
    padding: .5em; }
    .more_link a:hover {
      background: #0971B2;
      border-bottom: none; }


#ft {
  color: #999;
  border-top: 1px solid #ccc;
  padding-top: .5em;
  font-size: 11px;
  text-align: center;
  font-family: Geneva, Myriad Pro , Trebuchet MS , Lucida Grande , Tahoma, Verdana, Helvetica, Arial, sans-serif; }
  #ft a {
    color: #666; }
    #ft a:hover {
      border-bottom: 1px solid #666; }
