html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

html {
  background: #ecded1;
  border-top: solid 24px #650800;
  margin: 0;
  padding: 0;
  line-height: 24px;
  font-size: 20px;
  font-family: "Lucida Grande"; }

body {
  margin: 0;
  padding: 0; }

#header_c {
  width: 100%;
  background-color: white;
  height: 288px; }

#header {
  width: 912px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px; }

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

#buttons a, #links a {
  display: block;
  height: 34px;
  width: 144px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  padding-top: 14px;
  padding-left: 48px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }
  #buttons a:hover, #links a:hover {
    color: black; }

#links {
  list-style: none;
  padding: 0;
  float: right;
  margin: 0 24px 0 0; }
  #links a {
    background-color: #ecded1;
    margin-bottom: 24px; }

#a_contact {
  background-position: 8px 8px; }
  #a_contact:hover {
    background-position: -176px 8px; }

#a_twitter {
  background-position: 8px -32px; }
  #a_twitter:hover {
    background-position: -176px -32px; }

#a_blog {
  background-position: 8px -72px; }
  #a_blog:hover {
    background-position: -176px -72px; }

#links a#a_recent {
  background-position: -176px -112px;
  color: black;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  cursor: default; }

#info {
  margin-left: 24px;
  width: 648px;
  color: #555555; }

h1 {
  margin: 0 0 24px 24px;
  line-height: 48px;
  font-size: 49px;
  height: 48px; }

p {
  padding-bottom: 24px; }

#recent {
  width: 912px;
  margin: 0 auto 48px auto;
  list-style: none;
  padding: 0;
  clear: both; }
  #recent li a {
    display: block;
    float: left;
    margin: 24px 24px 0 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 288px;
    height: 288px;
    position: relative;
    color: black; }
    #recent li a .shadow {
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      background: url("/images/shadow.png");
      width: 288px;
      height: 204px; }
    #recent li a.last {
      margin-right: 0; }
    #recent li a img {
      display: none; }
    #recent li a .info {
      display: block;
      background-color: white;
      background-image: url("/images/shadow.png");
      background-position: left bottom;
      background-color: rgba(255, 255, 255, 0.9);
      position: absolute;
      bottom: 0;
      width: 264px;
      height: 48px;
      -moz-border-radius: 0 0 6px 6px;
      -webkit-border-bottom-left-radius: 6px 6px;
      -webkit-border-bottom-right-radius: 6px 6px;
      padding: 12px 0 24px 24px; }
      #recent li a .info strong {
        color: #650800; }
      #recent li a .info strong {
        display: block; }

span.byline cufon {
  left: -6px; }

#footer {
  width: 912px;
  margin: 0 auto;
  padding: 24px 0;
  clear: both;
  font-size: 10px;
  opacity: 0.6; }

.home #content {
  width: 912px;
  height: 480px;
  color: #dddddd; }
  .home #content #image {
    background-image: none !important;
    float: left;
    margin-right: 48px; }
  .home #content #description {
    padding: 48px; }
  .home #content #footer, .home #content #buttons {
    display: none; }

.hide {
  display: none; }

