html {
    background: #edede7;    
}
body {
    font: 13px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

h1,h2,h3 {
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', times, serif;
}

h2 {
    font-size: 24px;
    padding: 10px 0;
}

h3 {
    font-size: 18px;
    padding: 5px 0;
}

a, a:visited {
    text-decoration: none;
    color: #0d87ca;
}

a:hover {
    text-decoration: underline;
}

code {
    font: 13px Monaco, 'Courier New', courier, monospace;
}

span.code {
    font: 13px Monaco, 'Courier New', courier, monospace;
    color: #0b0;    
}

blockquote {
    margin: 10px 0 20px 30px;
    border-left: 5px solid #999;
    padding-left: 10px;
    color: #333;
}

pre {
    line-height: 18px;
}

#hd {
    background: #232318;
    border-bottom: 1px solid #111;
    color: #fafafa;
    text-align: center;
    height: 150px;
}

#title {
    font-size: 36px;
    padding: .75em 0;
    position: absolute;
    left: 0px;
    top: 20px;
}

#title .link {
    color: #fafafa;
    text-decoration: none;
}

#logo {
    position: absolute;
    right: 10px;
    top: 75px;
    z-index: 20;
}

#hd-wrap, #bd-wrap {
    width: 780px;
    text-align: left;
    margin: 0 auto;
}

#bd {
    border-top: 1px solid #fff;
}

#content {
    padding: 2em 0em 1em;
}

#content .paragraph {
    margin-bottom: 1.5em;
}

#getstarted h3 {
    color: #c30;
}

#ft {
    text-align: center;
    font-size: 12px;
    border-top: 1px dashed #999;
    padding: 8px 0;
    color: #888;
}

#breadcrumb {
    padding-bottom: 5px;
    border-bottom: 1px dashed #888;
    margin-bottom: 1em;
}

#breadcrumb li {
    display: inline;
    padding-right: 2px;
}

.paragraph p {
    margin: .5em 0;
    text-align: justify;
}

.paragraph ul {
    margin-left: 2em;
}

.paragraph ul li {
    list-style: disc;
    margin-bottom: .5em;
}

.pos-rel {
    position: relative;
}

.center {
    text-align: center !important;
}

