/*style.css*/

/* ------ RESET ------ */
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: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ------ WRAPPER ------ */
body {
    min-width: 960px;
}
.wrapper {
    margin: auto;
    width: 960px;
}
.wrapper h2 {
    padding-left: 80px;
}
.wrapper h3 {
    padding-left: 80px;
}
.wrapper article > p {
    padding-left: 80px;
}
.wrapper article ul {
    padding-left: 160px;
    list-style: circle outside none;
}
.wrapper article h3 {
    padding-left: 80px;
}
.wrapper article article h3 {
    padding-left: 160px;
}
.wrapper article article p {
    padding-left: 160px;
}
.wrapper article a {
    color: #45639F;
    text-decoration: none;
    font-weight: bold;
}
.wrapper article a:hover {
    text-decoration: underline;
}
.wrapper article pre {
	margin-left: 80px;
}
.wrapper article article pre {
	margin-left: 160px;
}

/* ------ STYLE ------*/
html, body {
    height: 100%;
}
h1 {
    color: #B2C0DD;
}
h2, h3, h4, h5 {
    color: #B2C0DD;
    font-family: Lucida Grande,Verdana,Geneva,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
}
h2 {
    color: #B2C0DD;
    font-size: 26px;
    font-weight: 700;
    padding: 20px 0 0;
}
h3 {
    color: #B2C0DD;
    font-family: Lucida Grande,Verdana,Geneva,Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0;
}
p, code {
    color: #2D3134;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
body {
    background-color: #FFFFFF;
    font-family: Lucida Grande,Verdana,Geneva,Arial,sans-serif;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
nav {
    background-color: #b2c0dd;
    border-bottom: 1px solid #CCCCCC;
    font-family: Lucida Grande,Verdana,Geneva,Arial,sans-serif;
    margin: 0;
    position: relative;
}
nav > .wrapper {
    position: relative;
}
nav > ul, #nav > ul {
    overflow: hidden;
    position: relative;
}
nav > ul > li, #nav > ul > li {
    color: #2D3134;
    float: left;
    font-size: 14px;
    padding: 20px 10px 10px;
}
nav > ul > li > a.navButton, #nav > ul > li > a.navButton {
    -moz-transition: border-color 0.2s linear 0s, margin 0.2s linear 0s, color 0.2s linear 0s;
    border-left: 1px solid #98A0AA;
    color: #E1E5E9;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-weight: 200;
    line-height: 18px;
    padding: 2px 10px;
    position: relative;
    text-decoration: none;
}
nav > ul > li > a.navButton span, #nav > ul > li > a.navButton span {
    -moz-transition: color 0.2s linear 0s;
    color: #2D3134;
    font-size: 14px;
}
nav > ul > li a.navButton:hover, #nav > ul > li a.navButton:hover {
    border-left: 1px solid #4F5A65;
    color: #FFFFFF;
}
nav > ul > li a.navButton:hover span, #nav > ul > li a.navButton:hover span {
    color: #FFFFFF;
}
nav > ul > li.first, #nav > ul > li.first {
    margin-left: 80px;
}
#fixedNav {
    position: fixed;
    width: 100%;
    z-index: 10;
}
a.button {
    -moz-transition: background-color 0.2s linear 0s, -moz-box-shadow 0.2s linear 0s, text-shadow 0.2s linear 0s;
    background-color: #45639f;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 0%), url("../images/button_texture.png");
    border: 1px solid #42629D;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin: 6px 5px 10px 0;
    padding: 0 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000000;
}
a.button:hover {
    background-color: #557FC9;
    box-shadow: 0 1px 0 #B3CBF6, 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
a.button:active {
    background-color: #3C4147;
    border-color: #0E0F10;
    box-shadow: 0 1px 0 #E1E5E9, 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
section {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #E1E5E9;
    min-height: 100%;
    padding: 80px 0 25px;
    position: relative;
}
section pre {
    background-color: #8B949F;
    border: 1px solid #5B636B;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 0 #FFFFFF, 0 3px 0 rgba(0, 0, 0, 0.05) inset;
    margin: 0;
    padding: 5px;
    width: 75%;
}
section code {
    background-color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #5B636B;
}
section h2 {
    padding: 0 0 30px;
}
section article.first {
    border-right: 1px dashed #FFFFFF;
}
section article > p {
    padding: 10px 20px;
}

section .divider {
    padding: 20px 0;
}
.textAlignCenter {
    text-align: center;
}

section table {
	margin: 15px auto;
    text-align: center;
    width: 55%;
}

section table th, section table td {
    border: 1px solid #798088;
    padding: 10px;
}
section table thead tr th, section table tfoot tr td {
    background-color: #B2C0DD;
    box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
}
section table tbody tr td {
    background-color: #F5F5F5;
    border-color: #9AA2AC;
    box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #2D3134;
    font-size: 12px;
    font-weight: 400;
}
section table tbody tr.odd td {
    background-color: #FFFFFF;
}

#diskLabels {
	width: 200px;
}
