/* Yahoo's CSS reset version: 2.5.0 */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html {
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #2B2923;
}

body {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  font: 75%/1.5 Helvetica, Arial, sans-serif;
}

.contact img.vcard-image {
  margin-left: 5px;
  display: inline;
  vertical-align: middle;
}

#header, #header a {
  text-transform: lowercase;
  text-align: center;
  margin-bottom: 15px;
}

#header .title a {
  font-size: 4em;
  font-weight: bold;
  color: #FF444D;
  text-decoration: none;
}

#header .title {
  margin-bottom: -15px;
}

#header .byline {
  font-size: 2em;
  color: #55544F;
}

#header .contact {
  color: #898881;
  font-size: 1.2em;
}

#header .contact a {
  color: #898881;
}

.vcard .adr { display: none; }

.clearer {
    display: inline-block;
}

.clearer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearer {height: 1%;}
.clearer {display: block;}
/* End hide from IE-mac */
