@import "/text.css";

#header {
    position: relative;
    height:80px;
    padding: 10px 0px;
    margin-left: 100px;
    margin-right: 200px;
    border-bottom: 1px solid #000;

}
#header-img {float:left; margin:0px 15px;}
#header-nav {float:right; padding-top: 10px; padding-right:10px;}
#header-nav ul {list-style-type: none;}
#title {position: absolute; bottom: 5px; margin: 0 15px; font-size: 20px; color: #444477; background: none;}
#title:first-letter {font-size: 35px;}

#leftcolumn {
    position: absolute;
    left: 10px;
    top: 120px;
    width: 90px;
    padding-top: 10px;
}
#leftcolumn ul {list-style-type: none; padding: 0; margin:0;}
#leftcolumn li {padding: 5px 0px;}

#rightcolumn {
    position: absolute;
    right: 10px;
    top: 120px;
    width: 190px;
    font-size: 10pt;
}

#rightcolumn h3 {
    font-size: 12pt;
    margin: 1.3em 0 0.5em 0;
}
#rightcolumn ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}

#rightcolumn li {
    padding-bottom: 5px;
}
.sidebar
{
        color: #21262A;
        margin: 0 6px 4px 0;
}

/* Menu lists */
.sidebardl
{
        padding: 0 0 10px 0;
        margin: 0;
}
.sidebardl dt, .sidebar h3
{
        background: #E5E5E5 url(/images/sidetitlebg.gif);
        color: #3A3523;
        font-size: 16px;
        font-weight: bold;
        padding: 4px 10px;
}
.sidebardl dd
{
        background: #EEEEEE;
        padding: 2px 10px;
        margin: 1px 0 0 0;
}
.sidebardl dd:hover
{
        background: #E7E7E7;
        padding: 2px 10px;
        margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
        background: url(/images/arrow.gif) left center no-repeat;
        padding: 0 0 0 10px;
}

#centercolumn {
    margin-left: 100px;
    margin-right:190px;
    max-width:1000px;
    padding: 30px 20px;
    font-size: 80%;
    position: relative;
}
html>body #centercolumn {
    margin-left: 100px;
    margin-right:190px;
    max-width:1000px;
}

#centercolumn h3 { margin-bottom: 0.5em;}

img.imfloatl {
    float:left;
    padding-right: 10px;
}

img.imfloatr {
    float: right;
    padding-left: 10px;
}
img.scaled {
    width: 100%
}

div.figure {
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p { /* default is caption style (centered) */
    font-size: 0.75em;
    padding: 0.14em 0.14em;
    margin: 0.25em auto 0 auto;
    text-align: center;
}
div.figure p.legend {
  text-align: left;
}

div.rfloat { float:right;}
div.rpfloat { position:absolute; right:5%;}
div.lfloat { float:left;}
div.cfloat {width: 90%; padding: 10px; margin: 0.63em auto;}
#copyright {
        clear: right;
        font-size: 8pt;
        color: #555;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
        clear: both;
        background: url(/images/dot.gif) bottom repeat-x;
        font-size: 18px;
        padding: 20px 0 6px 0;
        margin: 0;
}
.contentbody
{
        font-size:13px;
        text-align: left;
        padding: 0 0 16px 0;
        max-width: 500px;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
        background: url(/images/bgcategory.gif) center left no-repeat;
        font-size: 10px;
        line-height: 12px;
        padding: 0 10px 0 14px;
}
.contentitempostedby
{
        background: url(/images/bgpostedby.gif) center left no-repeat;
        font-size: 10px;
        line-height: 12px;
        padding: 0 10px 0 12px;
}
.contentitemcomments
{
        background: url(/images/bgcomment.gif) center left no-repeat;
        font-size: 10px;
        line-height: 12px;
        padding: 0 10px 0 13px;
}
.contentitemedit
{
        background: url(/images/bgedit.gif) center left no-repeat;
        font-size: 10px;
        line-height: 12px;
        padding: 0 10px 0 11px;
}
.contentitem
{
        padding: 3px 0 0 0;
        margin: 0 0 12px 0;
}
.contentitem1
{
        display: inline;
}
.contentitem2
{
        display: inline;
        background: url(/images/dotv.gif) left repeat-y;
        padding: 0 0 0 10px;
}
.contentitem3
{
        display: inline;
        background: url(/images/dotv.gif) left repeat-y;
        padding: 0 0 0 10px;
}
.contentitem4
{
        display: inline;
        padding: 0 0 0 10px;
        background: url(/images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
        background: url(/images/commentquote01.gif) no-repeat;
        background-position: 6px 9px;
        padding: 6px 42px;
        border: 1px solid white;
        margin: 10px 0 0 0;
}
.itemcomment:hover
{
        background: #F9F9F9 url(/images/commentquote02.gif) no-repeat;
        background-position: 6px 9px;
        border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
        background: #F9F9F9 url(/images/commentquote02.gif) no-repeat;
        background-position: 6px 9px;
        border: 1px solid #B3C492;
}
.id1:hover
{
        background: #F9F9F9 url(/images/commentquote02.gif) no-repeat;
        background-position: 6px 9px;
        border: 1px solid #B3C492;
}
.itemcomment h3
{
        font-size: 12px;
}
