html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

body {
  line-height: 1em;
  color: black;
  background: #fff; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

img a {
  border: none; }

body {
  font-family: "brevia-1","brevia-2",sans-serif;
  font-weigth: light;
  font-size: 14px;
  color: #111; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

p {
  line-height: 1.5em; }

a {
  color: #a00;
  text-decoration: none; }
  a:hover {
    border-bottom: solid 2px #a00; }

#root {
  text-align: center; }
  #root #topborder {
    top: 0;
    height: 14px;
    width: 100%;
    overflow: hidden; }
    #root #topborder div {
      height: 4px;
      background: #111;
      box-shadow: 0px 0px 2px #111111;
      -webkit-box-shadow: 0px 0px 2px #111111;
      -moz-box-shadow: 0px 0px 2px #111111; }
  #root #header {
    width: 100%;
    position: relative;
    top: -10px; }
  #root #content {
    text-align: left;
    margin: 80px auto;
    width: 500px;
    z-order: 10; }

label {
  font-size: 14px;
  color: #ccc;
  margin-right: 10px; }

#about {
  font-size: 21px; }
  #about p {
    margin-bottom: 20px; }
  #about img#profile {
    padding: 10px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    margin-left: -10px;
    box-shadow: 0px 1px 4px #666666;
    -webkit-box-shadow: 0px 1px 4px #666666;
    -moz-box-shadow: 0px 1px 4px #666666;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #fff;
    width: 500px;
    height: 335px; }
  #about a#make {
    display: block;
    float: right;
    margin-top: -50px;
    margin-left: 530px;
    position: absolute;
    border: 0; }
    #about a#make:hover {
      filter: alpha(opacity=80);
      opacity: 0.8;
      -moz-opacity: 0.8; }
  #about #links {
    margin: 100px 0; }
    #about #links a {
      margin-right: 10px;
      border: solid 1px;
      position: relative;
      font-size: 13px;
      border-radius: 25px;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      box-shadow: 0px 1px 4px #666666;
      -webkit-box-shadow: 0px 1px 4px #666666;
      -moz-box-shadow: 0px 1px 4px #666666;
      text-shadow: 0 0 2px #666;
      background: url("/images/button-fade.png") center -65px no-repeat;
      padding: 10px 0px;
      border: solid 1px; }
      #about #links a:active {
        top: 1px; }
      #about #links a span {
        padding-left: 35px;
        padding-right: 11px; }
      #about #links a.twitter {
        color: white;
        border-color: #55befc;
        background-color: #77cbfc; }
        #about #links a.twitter span {
          background: transparent url("http://twitter.com/favicon.ico") 14px no-repeat; }
        #about #links a.twitter:hover {
          border-color: #77cbfc;
          background-color: #87d1fc; }
      #about #links a.github {
        color: white;
        border-color: #444444;
        background-color: #696969; }
        #about #links a.github span {
          background: transparent url("http://github.com/favicon.ico") 14px no-repeat; }
        #about #links a.github:hover {
          border-color: #696969;
          background-color: #7b7b7b; }
      #about #links a.blog {
        color: white;
        border-color: #aa0000;
        background-color: #bb3333; }
        #about #links a.blog span {
          background: transparent url("/images/blog.png") 14px no-repeat; }
        #about #links a.blog:hover {
          border-color: #bb3333;
          background-color: #c24c4c; }
      #about #links a.email {
        color: white;
        border-color: #00aa00;
        background-color: #33bb33; }
        #about #links a.email span {
          background: transparent url("/images/mail.png") 14px no-repeat; }
        #about #links a.email:hover {
          border-color: #33bb33;
          background-color: #4cc24c; }

#service {
  padding-top: 40px; }
  #service #bubble {
    margin: 0 auto; }
  #service #tweet {
    font-size: 10px;
    margin: 0 auto;
    text-align: right;
    width: 200px;
    margin-bottom: 1px; }
  #service h1 {
    margin: 0 auto;
    width: 200px;
    height: 167px;
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 80px;
    border: solid 6px #111;
    letter-spacing: -.1em;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #E7F7FF; }
    #service h1 div.box {
      width: 200px;
      height: 167px;
      position: absolute; }
    #service h1 span {
      padding: 0;
      margin: 0;
      position: absolute; }
    #service h1 .hey {
      font-size: 38px;
      left: 72px;
      top: 10px; }
    #service h1 .marc {
      font-size: 43px;
      top: 48px; }
      #service h1 .marc a.name {
        font-size: 80px;
        border: 0; }
    #service h1 .make {
      font-size: 39px;
      top: 96px;
      left: 4px; }
    #service h1 .server {
      font-size: 66px;
      top: 127px; }
    #service h1 .tail {
      float: right;
      position: relative;
      top: 167px;
      right: 15px;
      font-size: 0px;
      line-height: 0%;
      width: 0px;
      border-top: 20px solid #111;
      border-left: 20px solid transparent; }
  #service #pitch p {
    margin-bottom: 20px; }
  #service #pitch p.actions {
    text-align: center;
    margin: 50px 0; }
  #service a#contact {
    margin-right: 10px;
    border: solid 1px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 12px;
    background: url("/images/button-fade.png") center -65px no-repeat;
    border: solid 1px;
    color: white;
    border-color: #444444;
    background-color: #696969;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: 0px 1px 4px #666666;
    -webkit-box-shadow: 0px 1px 4px #666666;
    -moz-box-shadow: 0px 1px 4px #666666; }
    #service a#contact:hover {
      border-color: #696969;
      background-color: #7b7b7b; }
    #service a#contact:active {
      top: 1px; }
  #service #testimonials {
    text-align: center; }
    #service #testimonials blockquote {
      margin: 40px auto;
      width: 400px; }
      #service #testimonials blockquote b {
        float: left;
        position: absolute;
        font-size: 160px;
        margin-top: 57px;
        margin-left: -100px;
        color: #ccc; }
      #service #testimonials blockquote p {
        font-size: 13px; }
      #service #testimonials blockquote em {
        text-align: right;
        margin: 6px 0;
        display: block;
        font-size: 12px; }
      #service #testimonials blockquote img {
        float: right;
        margin-right: -95px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0px 1px 4px #666666;
        -webkit-box-shadow: 0px 1px 4px #666666;
        -moz-box-shadow: 0px 1px 4px #666666; }
  #service #faq {
    color: #333; }
    #service #faq .left, #service #faq .right {
      float: left;
      width: 290px; }
    #service #faq .right {
      margin-left: 20px; }
    #service #faq h2 {
      font-family: georgia, 'bitstream vera sans serif', 'lucida grande', helvetica, verdana, sans-serif;
      margin-top: 26px; }
    #service #faq p {
      font-size: 14px;
      padding: 10px 0; }

#blog #menu {
  float: left;
  padding: 6px;
  padding-top: 2px;
  background: #111;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  box-shadow: 0px 0px 2px #111111;
  -webkit-box-shadow: 0px 0px 2px #111111;
  -moz-box-shadow: 0px 0px 2px #111111; }
  #blog #menu a {
    font-size: 16px;
    color: #555; }
    #blog #menu a:hover {
      color: #a00; }
    #blog #menu a.home {
      filter: alpha(opacity=60);
      opacity: 0.6;
      -moz-opacity: 0.6; }
      #blog #menu a.home img {
        width: 20px;
        height: 18px; }
      #blog #menu a.home:hover {
        border: 0;
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1; }
#blog #ads {
  float: right;
  width: 133px;
  text-align: right;
  padding: 10px; }
  #blog #ads .ad {
    margin-bottom: 10px; }
    #blog #ads .ad.rss img {
      float: right;
      height: 25px;
      width: 25px;
      margin-left: 6px; }
    #blog #ads .ad.rss .subscribe {
      font-size: 12px; }
    #blog #ads .ad.rss .readers {
      font-size: 9px;
      color: #999; }
  #blog #ads a {
    display: block;
    border: 0; }
    #blog #ads a:hover {
      filter: alpha(opacity=80);
      opacity: 0.8;
      -moz-opacity: 0.8; }
    #blog #ads a img {
      width: 133px; }
#blog .article {
  margin-bottom: 80px; }
  #blog .article .date {
    float: left;
    position: relative;
    font-size: 16px;
    margin-left: -90px;
    top: 2px;
    padding: 6px;
    width: 65px;
    color: #eecccc;
    text-align: center; }
  #blog .article h1, #blog .article h2, #blog .article h3, #blog .article h4, #blog .article h5 {
    line-height: 1.1em; }
  #blog .article h1 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px; }
  #blog .article h2, #blog .article h3, #blog .article h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: normal; }
  #blog .article h2 {
    font-size: 26px; }
  #blog .article h3 {
    font-size: 24px; }
  #blog .article h4 {
    font-size: 20px; }
  #blog .article p {
    margin: 20px 0; }
  #blog .article pre, #blog .article code {
    font-family: 'Andale Mono', 'Lucida Console', monospace; }
  #blog .article pre {
    background-color: #111;
    color: #fff;
    margin: 20px 0;
    padding: 10px;
    overflow-x: auto;
    overflow-y: none;
    line-height: 1.4em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 4px #666666;
    -webkit-box-shadow: 0px 1px 4px #666666;
    -moz-box-shadow: 0px 1px 4px #666666;
    font-size: 14px; }
  #blog .article li {
    padding: 6px 0;
    line-height: 1.2em; }
  #blog .article ul {
    list-style: square outside;
    margin: 10px 0;
    margin-left: 20px; }
  #blog .article ol {
    list-style: decimal outside;
    margin: 10px 0;
    margin-left: 44px; }
  #blog .article img {
    max-width: 600px;
    float: left;
    margin: 10px 0; }
  #blog .article blockquote {
    font-size: 16px;
    padding: 10px 40px;
    border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
    background-color: #E7F7FF; }

#latest label {
  float: left;
  position: relative;
  top: 5px; }
#latest .content {
  margin-left: 60px; }
#latest h1 {
  line-height: 1.2em;
  font-size: 22px; }
  #latest h1 .date {
    font-size: 16px;
    color: #ccc; }

#footer {
  text-align: right;
  font-size: 12px;
  color: #ccc;
  margin: 10px; }
  #footer a {
    color: #999;
    border-color: #999; }

.qtip {
  font-size: 12px;
  line-height: 1.4em;
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9; }
  .qtip p {
    margin: 6px 0; }

.clear {
  clear: both; }

.amp {
  font-family: "corner-store-1","corner-store-2",sans-serif;
  font-weight: normal; }
