@import url('css/latofonts.css');
@import url('css/fa/font-awesome.css');

* {
    box-sizing: border-box;
}

body, html {
    margin: 0;
    border: 0;
    background: #FFF;
    color: #6B6B6B;
    font-family: Tahoma, Sans-Serif, Sans;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: Tahoma, Sans-Serif, Sans;
    color: #999;
}

h1 {
    font-family: 'LatoWebLight';
    font-size: 120px;
    margin: 40px 0 24px 0;
    line-height: 120px;
    letter-spacing: -10px;
    color: #CCC;
}

h2 {
    font-size: 32px;
    margin: 0 0 24px 0;
    color: #464646;
    color: #869fbe;
}

a, a:link, a:visited {
   color: #4785d1; 
}

a:active, a:hover {
    color: #990000;
}

tt, dt {
    font-family: Consolas, Courier, Monospace;
    font-weight: bold;
    color: #869fbe;
}

p {
    font-size: 14px;
    color: #6B6B6B;
}

span.fa {
    font-family: 'FontAwesome' !important;
    font-weight: normal;
}

span.note {
    font-size: 12px;
}

.imp, ul.dl li, h2 {
    font-family: Impact, Charcoal, sans-serif, sans;
}

.sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 100%;
    background: url('img/lines.png') top left repeat-y;
}

.logo {
    width: 320px;
    height: 91px;
    background: url('img/logo.png') top left no-repeat;
    position: absolute;
    left: 0;
    top: 100px;
}

.column {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 990px;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.pane {
    position: absolute;
    width: 100%;
    padding-left: 370px;
    margin-top: 5vh;
    height: 90vh;
    overflow: auto;
}

.scrollpane {
    
}

.content {
    max-width: 600px;
}

.pad {
    height: 100px;
}

ul.dl {
    list-style-type: square;
    padding: 12px 0 12px 64px;
}

ul.dl li {
    color: #CCC;
    font-size: 20px;
    padding-left: 12px;
    margin-bottom: 6px;
}

ul.dl li a {
    color: #999;
    text-decoration: none;
    transition: color 0.25s;
}

ul.dl li a:hover, ul.dl li a:active {
    color: #4785d1;
    text-decoration: underline;
}

ul.dl li.current, ul.dl li.current a {
    color: #869fbe;
}

ol.tut {
    padding: 12px 40px 12px 56px;
}

ol.tut li {
    margin-bottom: 8px;
    padding-left: 20px;
    line-height: 22px;
}

dl {
    overflow: auto;
}

dl dd, dl dt {
    float: left;
    margin-top: 12px;
}

dl dt {
    width: 100px;
    text-align: right;
    font-weight: bold;
}

dl dd {
    width: 350px;
    margin-left: 12px;
}

.cl {
    cleaar: left;
    border: 1px solid blue;
    width: 100%;
}

li code {
    display: block;
    padding: 12px 32px;
}

ol.tut ol {
    padding: 12px 40px;
}

ol.tut ol li {
    margin-bottom: 6px;
    padding-left: 12px;
}

ol.tut ol li:last-child {
    margin-bottom: 0;
}

ol.tut li em {
    color: #869fbe;
    font-weight: bold;
}

