html {
    background-color: white;
    color: black;
}
#doc2 {
padding:0 1em;
width:57.69em;
}

p {
    padding-top: 0.5em;
    }

a {
    color: #000
    }

em {
    font-style:oblique;
    }

strong {
    font-weight:bold;
    }

#yui-main ul, #yui-main ol {
    margin-left: 1em;
}

#yui-main ul li {
    list-style-position: inside;
    list-style-type: disc;
}

#yui-main ol li {
    list-style-position: inside;
    list-style-type: decimal;
}
.lefty {
    float: left;
    }

#hd h1, #slogan {
    background-color: white;
    color: #000;
    text-align: center;
    /*line-height:560%;*/
    font-family:sans-serif;
    }

#hd h1 {
    padding-top:50px;
    font-size:231%;
    text-shadow: 0px 0px 6px gray;
    text-transform:uppercase;
    }
#hd h1 a { text-decoration: none; }
div#menu {
    clear: both;
    }
#slogan {
    color: #036;
    font-size: 200%;
    padding-top: 0;
    }
div#menu {
    clear: both;
    }
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
font-size:120%;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited, #navlist a:hover
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
background-color: #369;
color: #fff;
}

#navlist li.current_page_item a {
background-color: gray;
color: white;
    }

#scale {
    position: relative;
    height: 100px;
    }
img.ct { margin-left: -24px; }


.scale_widget {
    position: absolute;
    bottom: 0;
    width: 7em;
    }

.scale_widget div {
    background-color: #003366;
    color: white;
    padding: 0.4em;
    opacity: 0.8;
    }
.scale_widget a{
    color: white;
    }
#progress {
    left: -5px;
    border-left: solid 5px black;
    }

#finish {
    right: 19px;
    border-right: solid 5px black;
    }
.switch_link {
    top: 0px;
    bottom: auto;
    left: 350px;
    width: auto;
    }

#bd {
 padding: 1em 0;
}
#bd h1, h2, h3, h4 {
    padding-bottom:0.4em;
    padding-top:0.7em;
    clear: both;
    }

#bd h1 { font-size: 150%; }
#bd h2 { font-size: 130%; }

div.meta {
    padding-top: 1em;
    color:gray;
    float:right;
    clear:both;
}
.comment {
background-color:#E8E6E1;
padding:0.5em;
border:1px solid gray;
margin-top:0.5em;
}
.authcomment {
background-color: #DCE0F3 !important;
}
.comment cite {
    color:gray;
}

.widget li {
    padding-top: 0.5em
    }
.mat {
    font-size: 2em;
    font-family:Times New Roman;
    }
del {
    text-decoration:line-through;
    }
table {
    margin: 1em 0;
    }
td {
    padding: 5px;
    vertical-align: top;
}
div#tooltip {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    display: none;
    border: 1px solid black;
    padding: 2px;
    color: white;
    background-color: #003366;
    opacity: 0.80
}
/* http://shapeshed.com/journal/quotations_in_css/ */

blockquote {
    padding: 0px 0px 16px 32px;
    font-size: 1.2em;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;
    background: url(../images/lower_qoute.png) bottom left no-repeat #99b2cc;
}

blockquote p    {
    padding: 16px 32px 0px 0px;
    background: url(../images/higher_qoute.png) top right no-repeat;
}

cite    {
    margin: 0 32px;
    font-style: italic;
    float: right;    
}
.hidden-qoutes {
    display: none;
}
