@charset "UTF-8";
@font-face {
    font-family: "CabinSketch";
    font-weight: bold;
    src: url("fonts/CabinSketch-Bold.ttf") format("opentype");
}
@font-face {
    font-family: "Cabin";
    font-weight: normal;
    src: url("fonts/Cabin-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "GraublauWeb";
    src: url("fonts/GraublauWeb.otf") format("opentype");
}
@font-face {
    font-family: "GraublauWeb";
    font-weight: bold;
    src: url("fonts/GraublauWebBold.otf") format("opentype");
}
html {
    background: none repeat scroll 0 0 #E5E5E5;
    font-family: serif;
}
body {
    margin: 60px 0 0 60px;
}
body {
    color: #444444;
    font-size: 15px;
    line-height: 23px;
}
h1, h2, h3 {
    font-family: "GraublauWeb",sans-serif;
}
h1 {
    font-size: 20px;
    line-height: 25px;
    text-shadow: 0 2px rgba(255, 255, 255, 0.5);
    margin: 0 55px;
}
a {
    color: #888;
    text-decoration: none;
}
a:hover, a:active {
    color: #111;
}
section {
    background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    margin: 25px;
    max-width: 600px;
    padding: 15px 30px;
}
section h2 {
    font-weight: normal;
}
span.zzz {
    color: transparent;
    display: inline-block;
    float: right;
    font-size: 0.001px;
    text-decoration: none;
    width: 0;
}
span.nofb {
    background: red;
    color: #fff;
}
span.fb {
    background: #3B5998;
    color: #fff;
}
span.notw {
    background: red;
    color: #fff;
}
span.tw {
    background: #66CCFF;
    color: #fff;
}
span.fan {
    color: darkgreen;
}
code {
    color: green;
}
p.right {
    text-align: right;
}
p.sans {
    font-family: sans-serif;
}
section#project {
    text-align: center;
}
section#project img {
    box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
    margin: 20px;
}
section#intro dd {
    padding-left: 23px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}
dd.mail {
    background:url("email.png");
}
dd.gnupg {
    background:url("key.png");
}
dd.jabber {
    background:url("user_gray.png");
}
dd.irc {
    background:url("comments.png");
}

