body {
    font: 14px/22px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    background: #eae6d1;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
    color: #393939;
}

h3, h4, h5, h6 {
    color: #666666;
}

h3 {
    font-size: 18px;
}


th {
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #e5e5e5;
    color: #444;
}

td {
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #ffcc00;
}

td:first-child {
    border-left: 1px solid #ffcc00;
}



header {
    padding: 25px 20px 40px 20px;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background: #4276b6;
    box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.75);
    z-index: 99;
    -webkit-font-smoothing: antialiased;
    min-height: 76px;
}

header h1 {
    font: 40px/48px 'Copse', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f3f3f3;
    text-shadow: 0px 2px 0px #235796;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

header p {
    color: #d8d8d8;
    text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
    font-size: 18px;
    margin: 0px;
}


#banner {
    z-index: 100;
    left: 0;
    right: 50%;
    height: 50px;
    margin-right: -382px;
    position: fixed;
    top: 115px;
    background: #ffcc00;
    border: 1px solid #f0b500;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 0px 2px 2px 0px;
    padding-right: 10px;
}

#banner .button {
    border: 1px solid #dba500;
    background: #ffe788;
    border-radius: 2px;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.4), 0px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #FFE788;
    margin-left: 5px;
    padding: 10px 12px;
    margin-top: 6px;
    line-height: 14px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

#banner .button:hover {
    background: #ffe788;
    background-color: #ffeca0;
}

#banner .fork {
    position: fixed;
    left: 50%;
    margin-left: -325px;
    padding: 10px 12px;
    margin-top: 6px;
    line-height: 14px;
    font-size: 14px;
    background-color: #FFE788;
}


#banner #logo {
    position: absolute;
    height: 36px;
    width: 36px;
    right: 7px;
    top: 7px;
    display: block;
    background: url(../images/octocat-logo.png);
}

a {
    color: #3399cc;
    font-weight: 400;
    text-decoration: none;
}


.wrapper {
    width: 650px;
    margin: 0 auto;
    position: relative;
}


section {
    width: 590px;
    padding: 30px 30px 50px 30px;
    margin: 20px 0;
    margin-top: 190px;
    position: relative;
    background: #fbfbfb;
    border-radius: 3px;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09), inset 0px 0px 2px 2px rgba(255, 255, 255, 0.5), inset 0 0 5px 5px rgba(255, 255, 255, 0.4);
}

nav {
    width: 230px;
    position: fixed;
    top: 220px;
    left: 50%;
    margin-left: -580px;
    text-align: right;
}

nav ul {
    list-style: none;
    list-style-image: none;
    font-size: 14px;
    line-height: 24px;
}

nav ul li {
    padding: 5px 0px;
    line-height: 16px;
}

nav ul li.tag-h1 {
    font-size: 1.2em;
}

nav ul li.tag-h1 a {
    font-weight: bold;
    color: #333;
}

nav ul li.tag-h2 + .tag-h1 {
    margin-top: 10px;
}

nav ul a {
    color: #666;
}

nav ul a:hover {
    color: #999;
}

footer {
    width: 180px;
    position: fixed;
    left: 50%;
    margin-left: -530px;
    bottom: 20px;
    text-align: right;
    line-height: 16px;
}

img[alt=diagram1] {
    width: 50%;
}

.anchor
{
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}

.subsection
{
    border: 0;
    outline: none;
    background: transparent url("../images/hr.gif") bottom center repeat-x;
    padding-bottom: 20px;
}

.subsection:last-of-type
{
    border: 0;
    outline: none;
    padding-bottom: 20px;
    background: transparent;
}