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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.about {
    background: rgba(250, 250, 250, 0.8) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)) repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 6px rgba(0, 0, 0, 0.2);
    color: #666;
    font: 10px/18px "Lucida Grande",Arial,sans-serif;
    margin: 70px auto 40px;
    padding: 8px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    width: 260px;
}
.about a {
    border-radius: 2px;
    color: #333;
    text-decoration: none;
    transition: background 0.1s ease 0s;
}
.about a:hover {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    text-decoration: none;
}
.about-links {
    height: 30px;
}
.about-links > a {
    float: left;
    font-size: 12px;
    line-height: 30px;
    width: 50%;
}
.about-author {
    margin-top: 5px;
}
.about-author > a {
    margin: 0 -1px;
    padding: 1px 3px;
}
body {
    background: #404040 none repeat scroll 0 0;
    color: #404040;
    font: 13px/18px "Lucida Grande",Tahoma,Verdana,sans-serif;
    padding-top: 37px;
}
.container {
    margin: 0 auto;
    width: 540px;
}
header {
    background: #243942 linear-gradient(to bottom, #243942, #22373f 50%, #1d2e35 50%, #1b2b32) repeat scroll 0 0;
    border-bottom: 1px solid #191919;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 3px rgba(0, 0, 0, 0.8);
    color: #ddd;
    height: 37px;
    left: 0;
    line-height: 37px;
    position: fixed;
    right: 0;
    text-shadow: 0 -1px black;
    top: 0;
    z-index: 2;
}
header a {
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: background, color;
    transition-timing-function: ease-out;
}
header h1 {
    float: left;
}
header h1 a {
    color: #eee;
    display: block;
    font-size: 16px;
    padding: 0 15px;
    text-decoration: none;
}
header h1 a:hover {
    color: white;
}
header nav {
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid #111;
    float: right;
}
header nav li {
    float: left;
}
header nav a {
    border-left: 1px solid #191919;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    color: #d0d9de;
    cursor: pointer;
    display: block;
    padding: 0 15px;
    text-decoration: none;
}
header nav a:hover {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
header nav a.icon {
    background-position: 12px 11px;
    background-repeat: no-repeat;
    padding-left: 40px;
}
header nav a.core {
    background-image: url("../img/core.png");
}
header nav a.memory {
    background-image: url("../img/memory.png");
}
header nav a.settings {
    background-image: url("../img/settings.png");
}
header nav li.active a, header nav a:active {
    background-color: #1b2b32;
    border-right: 0 none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    padding-right: 16px;
}
header nav span {
    background: #e93631 linear-gradient(to bottom, #f65d5f, #e93631) repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 1px rgba(0, 0, 0, 0.2);
    color: white;
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    margin-left: 10px;
    padding: 0 5px;
    text-shadow: 0 1px #902a27;
    vertical-align: text-top;
}
