@import url("pygment.css");
* { margin: 0; padding: 0; }
ul, ol, p, section, h1, h2, h3, h4 { margin-top: 8px; margin-bottom: 16px; }
ul, ol { padding-left: 20px; }
ul { list-style: square; }
body {	background-color: #e5e5e5; font:normal 16px arial, helvetica, sans-serif; }
a { color: #597aff; }
a img { border: none; }
h1 { font:bold 20px "trebuchet ms", verdana, arial; }
h2 { font:bold 18px verdana, arial; }
h3 { font:bold 15px verdana, arial; }
h4 { font:bold 14px verdana, arial; }
h5 { margin-top: 5px; font:bold 13px verdana, arial; }
.readfull { font-size: 150%; text-transform: lowercase; font-variant: small-caps;}

#container {
    position: relative;
    padding-top: 1px;
    width: 900px;
    margin: auto;
    margin-top: 4px;
}

#header {
    position:absolute;
    top:0;
    left:0;
    background-color: white;
    width: 900px;
    background-image: url('/theme/images/box-lr.gif');
    background-repeat: repeat-y;
    border-bottom: 1px solid #999;
}

#heading {
    padding: 10px 25px 5px;
    background-image: url('/theme/images/box-t.gif');
    background-repeat: no-repeat;
}

#nav {
    position: absolute;
    top:81px;
    left:0;
    width: 100%;
    margin: 0;
}

#nav ul {
    list-style: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#nav li {
    float:left;
    width: 80px;
    margin: 0 2px;
}

#nav li a {
    display: block;
    color: #333333;
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    background: white;
    border: 1px solid #cccccc;
    border-left: 4px solid #cccccc;
    padding: 0 0 0 4px;
}
#nav li a:hover {
    background: #eeeeff;
    border-left: 4px solid #aaaaff;
}

#content {
    position:normal;
    left:0;
    overflow: normal;
    margin-top: 105px;
    padding: 15px 25px;
    background-color: white;
    background-image: url('/theme/images/box-lr.gif');
    background-repeat: repeat-y;
    border-top: 1px solid #999;
}

#content-bottom {
    position:normal;
    left:0;
    overflow: normal;
    padding: 15px 25px;
    background-image: url('/theme/images/box-b.gif');
    background-repeat: no-repeat;
}

#sidebar {
    float: right;
    width: 200px;
    border: 1px solid #999999;
    padding: 2px;
}

#newsheading {
    font: bold 14px verdana arial;
}

#news{
    border-top: 1px dashed black;
    padding: 2px;
}

.headline {
    display: block;
    margin-top: 8px;
}

.headline span {
    border-bottom: 1px dotted black;
    font: bold 12px arial;
}

.headline span a {
    color: #193abf;
}

#footer {
    color: #848484;
}

#footer iframe {
    vertical-align: top;
    float: right;
}
