a {
  text-decoration: none;
  color: #ff5113; }

a:hover {
  text-decoration: underline; }

body {
  background-color: #EBEBEB;
  background-image: url(/images/bg.png);
  font-family: helvetica,arial, sans-serif;
  font-size: 12px;
  color: #333333; }

p {
  padding-bottom: 1em; }

.header {
  height: 100px;
  padding-left: 57px;
  background-color: #333333;
  min-width: 1030px; }
  .header .sub_heading {
    position: relative;
    float: left;
    width: 170px;
    height: 100%; }
    .header .sub_heading .rss {
      position: absolute;
      right: 0;
      bottom: 29px; }

h1 {
  width: 500px;
  float: left;
  font-size: 68px;
  letter-spacing: -5px; }
  h1 a {
    color: #fff; }
  h1 a:hover {
    text-decoration: none; }

#tagline {
  float: right;
  color: #343; }

#container {
  min-width: 1030px; }

#articles {
  float: left;
  width: 700px;
  margin-left: 30px; }

.article {
  clear: both;
  background-color: #fff;
  -webkit-box-shadow: #CCC 0px 0px 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  .article h3 {
    font-family: Helvetica, Arial;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -2px;
    color: #ff5113;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 50px; }
  .article .title-footer {
    color: #666;
    line-height: 2.5em;
    float: right; }
  .article .content {
    clear: both; }
    .article .content p:first-child {
      font-size: 140%; }
    .article .content p {
      font-size: 120%; }
    .article .content em {
      font-style: italic; }
    .article .content strong {
      font-weight: bold;
      color: #000; }
    .article .content pre code {
      display: block;
      padding-top: 1em;
      padding-bottom: 1em;
      margin-left: -30px;
      margin-right: -30px;
      margin-bottom: 1em;
      padding-left: 30px;
      background-color: #ddddff;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      font-family: Monaco, consolas, monospace;
      font-size: 120%; }
    .article .content blockquote {
      margin: 1em 2em;
      padding: 3px;
      color: #575757;
      font-style: italic; }
    .article .content .small {
      font-size: 130%; }

#me {
  background-color: #fff;
  -webkit-box-shadow: #CCC 0px 0px 10px;
  float: left;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  width: 200px; }
  #me h2 {
    color: #333;
    font-family: Helvetica, Arial;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px; }
    #me h2 a {
      color: #333; }
  #me .entry {
    padding-top: 20px; }
    #me .entry ul.tweets li {
      padding-top: 10px; }
    #me .entry a.hash_tag {
      color: #999; }

#footer {
  background-color: #333333;
  clear: both;
  color: #fff;
  height: 100px;
  padding-left: 57px;
  padding-top: 10px; }
