/*****
 *
 * Triview master styles for screen media
 * Copyright 2006 Triview
 *
 *****/

@import url( "./typography.css" );

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 10px 20px 20px 20px;
    background: #0d297a url( "../images/body_background.gif" ) repeat-y 50% 0 fixed;
    text-align: center; /* for IE*/
    color: #050d24;
}

img {
    border: none;
}

/*** Positioning Elements ***/

#wrap {
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 855px;
    border: 1px solid #000;
    background: #fff;
}

#title {
    clear: left;
    padding: 10px 150px 10px 25px;
    background: #ffcc00; /* background: #000 url(../img/h-bg-def.gif) no-repeat bottom right; */
}

#main-body {
    float: left;
    width: 521px;
    background-color: #aaffaa;
    margin: 0;
    padding: 0;
}

#main-body.article {
    width: 800px;
}

#content {
    margin: 0;
    padding: 0 25px;
    background-color: #fff;
    min-height: 500px;
}

#sidebar {
    width: 219px;
    float: right;
    margin: 0;
    padding: 0;
    color: #444;
    background-color: #ccccea;
}

#footer {
    position: relative;
    clear: both;
    padding: 5px 0;
    margin: 0;
    color: #eee; /* background: #000 url(../img/footer-bg.gif) no-repeat top right; */
    background-color: #031545;
}

/* ---[ links ]------------------------------- */
a:link {
    color: #40659B;
}

a:visited {
    color: #8EA4C2;
}

a:hover {
    color: #036;
}

/* ---[ common elements ]--------------------- */
p {
    margin: 1em 0 1em;
    padding: 0;
}

h3 {
    color: #7B9905;
    border-bottom: 1px solid #eee;
}

h3 a:link, h3 a:visited {
    text-decoration: none;
    color: #40659B;
}

h3 a:hover {
    color: #036;
}

code {
    white-space: pre;
    text-align: left;
}

div.listing {
    background-color: lightgray;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    margin: 10px 0 10px 0;
    padding: 5px;
}

code strong {
    color: #4E6200;
}

abbr, acronym, .popup {
    font-style: normal;
    border-bottom: 1px dotted;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

strike, del {
    text-decoration: line-through;
}

ins {
    text-decoration: none;
    font-style: italic;
}

address {
    font-style: normal;
}

/* ---[ top ]------------------------------- */

#logo {
    /*
    background: #105cb6;
    background-repeat: no-repeat;
    height: 107px;
    padding: 0;
    margin: 0;
    */

    background: transparent url( "../images/header_background.gif" ) repeat-x 10px 0;
    height: 101px;
    width: 100%;

}

#logo a {
    border-style: none;
}

#logo img {
    margin: 10px;
}

#logo h3 {
    position: absolute;
    top: 25px;
    right: 5px;
    margin: 0px;
    padding: 0px;
    color: white;
    border: none;
    font-family: Century Gothic, Verdana, Tahoma, Arial, sans-serif;
    font-size: 16pt;
    font-weight: bold;
}

#logo span {
    position: absolute;
    top: 32px;
    left: 25px;
    width: 119px;
    height: 29px; /* background: url(../img/sb-spring2.gif) no-repeat; */
}

html>body #logo span {
    top: 32px;
}

/* tab style navigation */
#tabnav {
    height: 20px;
    margin: 5px 0px 5px 0px;
    padding-left: 10px;
    background: url( ../images/tab_bottom.gif ) repeat-x bottom;
}

#tabnav li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#tabnav a:link, #tabnav a:visited {
    float: left;
    background: #f3f3f3;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

#tabnav a:hover {
    background: #ffff66;
}

#tabnav li#t-home a {
    margin-left: 25px;
}

/* switcher */
#theme {
    position: absolute;
    top: 101px;
    right: 5px;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

#theme a img {
    background: #ffffff;
    margin: 5px 5px 0 0;
}

#theme a:hover img {
    background: #ffcc00;
}

#theme a img#theme-fixed {
    background: #fff;
}

/* ---[ main column ]----------------------------- */

/* lists */
#content ul {
    list-style: none;
    margin: 1em 0 1em 0;
    padding-left: 24px;
}

#content ul li {
    padding: 0 0 4px 13px;
    line-height: 1.3em; /* background: url(../img/arrows.gif) no-repeat 0 5px; */
}

#content ul.categorization {
    list-style: disc;
}


#content ul.categorization li {
    padding-bottom: 2em;
}

#content ul.itemization {
    list-style: disc;
}


#content ul.itemization li {

}

div.aside {
    margin: 25px 100px 25px 100px;
    padding: 10px 20px 5px 20px;
    border-color: black;
    border-width: 1px;
    background-color: wheat;
}

div.aside h4 {
    font-weight: bold;
}

table#download {
    width: 100%;   
    background-color: lightgray;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    margin: 15px 0 15px 0;
    padding: 5px;
}

table#download caption {
    font-size: 125%;
    text-align: left;
}

table#download thead {
    background-color: lightgray;
}

table#download tbody {
    background-color: lightgray;
}

table#download th {
    text-align: left;
}

table#download td {
    text-align: left;
}

dl dd {
    margin: 0;
    padding-bottom: 1em;
}

/* ---[ Sidebox ]---------------------------- */

.sidebox {
    margin: 0 auto; /* center for now */
    width: 25em; /* ems so it will grow */
    background: url( ../images/sbbody-r.gif ) no-repeat bottom right;
    font-size: 100%;
}

.fluidbox {
    margin: 0 5%; /* NO WIDTH! Opens up a world of possibilities! */
    max-width: 600px;
    background: url( ../images/sbbody-r.gif ) no-repeat bottom right;
    font-size: 100%;
}

.boxhead {
    background: url( ../images/sbhead-r.gif ) no-repeat top right;
    margin: 0;
    padding: 0;
    text-align: center;
}

.boxhead h2 {
    background: url( ../images/sbhead-l.gif ) no-repeat top left;
    margin: 0;
    padding: 20px 30px 5px 30px;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
    text-shadow: rgba( 0, 0, 0, .4 ) 0px 2px 5px; /* Safari-only, but cool */
}

.boxbody {
    background: url( ../images/sbbody-l.gif ) no-repeat bottom left;
    margin: 0;
    padding: 5px 30px 30px 30px;
}

/* ---[ right column ]----------------------------- */

#sidebar h3 {
    margin: 0px 0 12px 0;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 120%;
    border: none; /* background: #f90 url(../img/sidebar-h.gif) repeat-x top left; */
    background: #ff9900;
}

#sidebar h3#quick {
    margin-top: 24px;
}

#sidebar h3.sub {
/* background: #538620 url(../img/sub-h-bg.gif) repeat-x top left; */
    background: #538620;
}

#sidebar h4 {
    font-size: 92%;
    font-weight: normal;
    margin: 0;
}

#sidebar p, #sidebar ul, #sidebar dl {
    margin: 4px 10px 4px 10px;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin: 0 0 .5em 0;
    padding: 0 0 0 13px;
    line-height: 1.4em; /* background: url(../img/arrows.gif) no-repeat 0 5px; */
}

#sidebar #quickbits li {
    padding-left: 16px; /* background-image: url(../img/star.gif); */
    background-position: 0 3px;
}

#sidebar img {
    vertical-align: middle;
}

/* ---[ footer ]----------------------------------- */

#footer p {
    margin: 0;
    padding: 0 15px 20px 15px;
}

#footer a {
    color: #999;
}

#footer a:hover {
    color: #ccc;
}

#footer #content1 {
    float: left;
    margin: 0 0 5px 10px;
}

#footer #content2 {
    float: right;
    margin: 0 10px 5px 0;
}

/* ---[ misc. ]---------------------------------------- */
hr {
    border-top: 1px dashed #ccc;
    color: #fff;
    background-color: #fff;
    height: 1px;
}

.center {
    text-align: center;
}

.hide {
    display: none;
}
