/******************************************/
/******************************************/

html {
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #f0f0f0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 11pt;
}

div#everything {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/******************************************/
/******************************************/

div#logo {
    padding: 5px 15px;
    float: left;
    color: white;
    font-family: 'Ubuntu Mono', monospace;
    background-color: #ff7200;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    
}

div#logo a {
    color: white;
    font-size: 30pt;
    font-weight: 700;
    text-decoration: none;
}

div#logo span {
    font-size: 12pt;
    font-weight: 700;
}

/******************************************/
/******************************************/

div.menu {
    margin-top: 5px;
    line-height: 30px;
    float: right;
    clear:right;
    text-align: center;
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    font-size: 11pt;
}

div.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.menu ul li {
    padding-right: 3px;
    display: inline;
    border-right: 1px solid #CCCCCC;
}

div.menu ul li a {
    text-decoration: none;
    color: black;
    padding: 0 .4em;
}

div.menu ul li a:hover {
    text-decoration: underline;
}

div.menu a.current:link, div#menu a.current:visited, div#menu a.current:active, div#menu a.current:hover {
    font-weight: 700;
    text-decoration: none;
}

/******************************************/
/******************************************/

div#welcome {
    margin: 10px 0 0 0;
    padding: 0;
    width: 800px;
    height: 600px;
    clear: both;
    background-image: url(../img/povray_screenshot.png);
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    box-shadow: 0px 0px 10px #777777;
    -moz-box-shadow: 0px 0px 10px #777777;
    -webkit-box-shadow: 0px 0px 10px #777777;
}

div#welcome a {
    display: block;
    width: 800px;
    height: 600px;
}

/******************************************/
/******************************************/

div.section {
    margin: 10px 0px 0px 0px;
    padding: 1px 20px 15px 20px;
    clear: both;
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
}

div.section h2 {
    margin: 15px 0px 5px 0px;
    padding: 0px;
    font-size: 18pt;
    font-weight: 700;
}

div.section h3 {
    margin: 10px 0px 5px 0px;
    padding: 0px;
    font-size: 14pt;
    font-weight: 700;
}

div.section h4 {
    margin: 5px 0px 5px 0px;
    padding: 0px;
    font-size: 12pt;
    font-weight: 700;
}

div.section p {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    line-height: 150%;
}

div.section a {
    color: #0099ff;
    font-weight: 700;
    text-decoration: none;
}

div.section a:hover {
    text-decoration: underline;
}

div.section ul {
    margin: 0;
    padding-left: 1.25em;
}

div.section ul li {
    padding: 4px 0px;
}

div.section dl {
    margin: 0;
}

div.section dt {
    font-weight: 700;
}

div.section dd {
    margin-left: 20px;
    margin-bottom: 20px;
}

div.section table tr, div.section table td, div.section table p {
    padding: 0;
    margin: 0;
}

div.section table td.halign-right {
    text-align: right;
    padding-right: .5em;
}

div.section table td.halign-left {
    text-align: left;
    padding-left: .5em;
}

div.section table td.halign-center {
    text-align: center;
}

div.section table td.valign-top {
    vertical-align: top;
}

div.section table td.valign-bottom {
    vertical-align: bottom;
}

div.section table td.valign-middle {
    vertical-align: middle;
}

/******************************************/
/******************************************/

div.movie {
    display:block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

div.movie img {
    border: 0;
    margin-top: 150px;
}

/****************************************/
/****************************************/

div.index {
    margin-top: 15px;
}

div.index ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.index ul.level1 {
    padding-left: 0px;
}

div.index ul.level1 > li {
    padding: 5px 0px;
}

div.index ul.levelN {
    padding-left: 20px;
}

div.index ul.levelN > li {
    padding: 1px 0px;
}

/****************************************/
/****************************************/

div.section pre, div.section code, div.section tt, div.section span.monospaced {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 12pt;
    font-weight: 700;
}

div.section h3 code {
    font-size: 17pt;
}

div.section pre {
    background-color: #DDDDDD;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    padding: 10px;
    margin: 0;
    white-space: pre-wrap;
}

/****************************************/
/****************************************/

div.section table#users {
    font-size: 10pt;
}

div.section table#core_linux td {
    padding-bottom: 1em;
}

div.section pre#hr_profile_output {
    height: 20em;
    overflow-y: scroll;
}
