body {
    border-left: 12px solid rgb(0, 82, 148);
    border-right: 12px solid rgb(0, 82, 148);
    margin: 0px;
    padding: 0px;
    background-image: url(images/bg.gif);
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    background-color: rgb(0, 53, 97);
}

#nav {
    border-bottom: 1px solid white;
    padding: 0px;
    width: 680px;
    height: 25px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    position: fixed;
    top: 0px;
    margin-left: -340px;
    left: 50%;
    margin-top: 0px;
    z-index: 99;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 53, 97);
    _position: absolute;
    _top: expression((dummy = document.documentElement.scrollTop) + "px");
}

#nav li {
    display: block;
    float: left;
    height: 25px;
    width: auto;
    text-align: center;
    line-height: 25px;
}

#nav li a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 25px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

#nav li a:hover {
    background-color: rgb(0, 96, 174);
}

#main {
    border-left: 1px solid rgb(102, 102, 102);
    border-right: 1px solid rgb(102, 102, 102);
    width: 680px;
    margin-left: auto;
    margin-right: auto;
}

#hero {
    border-bottom: 1px solid white;
    margin: 0px;
    width: 680px;
    height: 180px;
    background-image: url(../images/hero.jpg);
}

#header {
    background-image: url(images/header_bg.gif);
    height: 79px;
    padding-top: 1px;
    position: relative;
}

.gear {
    border-style: solid;
    border-width: 1px;
    height: 56px;
    width: 70px;
    margin-top: 11px;
    margin-left: 11px;
    background-image: url(images/logo_small.png);
    /*_background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/images/gear.png');*/
}

#header h1 {
    margin: 0px;
    position: absolute;
    left: 92px;
    top: 8px;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

#header h1.shad {
    left: 94px;
    top: 10px;
    color: black;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#header em {
    font-style: normal;
    text-decoration: underline;
}

#body {
    border-right: 200px solid rgb(238, 238, 238);
    padding-top: 1px;
    background-color: white;
    position: relative;
}

#sidebar {
    padding: 10px;
    width: 180px;
    position: absolute;
    right: -200px;
    _right: 0px;
    top: 0px;
}

#sidebar h3 {
    border-bottom: 1px solid black;
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 16px;
    clear: both;
}

#sidebar ul {
    margin-left: 1em;
    padding-left: 0px;
}

#sidebar p {
    margin-bottom: 8px;
}

#content {
    border-left: 1px solid rgb(176, 176, 176);
    border-right: 1px solid rgb(176, 176, 176);
    padding: 20px;
    color: rgb(51, 51, 51);
}

#content h2 {
    border-bottom: 1px solid black;
    margin: 0px;
    font-size: 18px;
}

#content .date {
    float: right;
}

#content .postedBy {
    float: left;
}

#content .meta {
    height: 1em;
}

#content p {
    text-align: justify;
    text-indent: 3em;
    line-height: 1.3em;
}

.comments {
    border-top: 1px dotted rgb(102, 102, 102);
    border-bottom: 1px dotted rgb(102, 102, 102);
    padding: 4px;
    text-align: right;
    margin-bottom: 2em;
    background-image: url(images/comment_edit.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

a {
    color: rgb(102, 102, 102);
}

.pullout {
    margin: 8px;
    padding: 5px;
    float: right;
    background-color: rgb(238, 238, 238);
}

.flickr-thumbnail, .flickr-pullout {
    margin: 5px 0px 0px 6px;
    padding: 0px;
    background: url('images/flickr_shadow.gif') no-repeat bottom right;
    float: left;
    display: block;
    width: auto;
    _position: relative;
}

.flickr-thumbnail img, .flickr-pullout img {
    border: 1px solid rgb(169, 169, 169);
    margin: -5px 5px 5px -5px;
    padding: 4px;
    background-color: rgb(255, 255, 255);
    display: block;
    position: relative;
}

.flickr-thumbnail img:hover, .flickr-thumbnail:hover img, .flickr-pullout:hover img {
    background-color: rgb(204, 204, 221);
}

.flickr-pullout {
    margin: 13px 3px 3px 14px;
    background-image: url(images/flickr_shadow_white.gif);
}

#footer {
    border: 1px solid rgb(176, 176, 176);
    width: 678px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(238, 238, 238);
    color: rgb(176, 176, 176);
}

.left {
    float: left;
}

.right {
    float: right;
}

.csskeyword {
    color: blue;
}

.cssvalue {
    color: red;
}

p.caption {
    text-align: center;
}

small.super {
    vertical-align: top;
    font-size: 0.75em;
    line-height: 1.3em;
}

.nodisplay {
    display: none;
}
