body  {
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}

div#content {
    margin: 30px 375px 0px 40px;
    z-index: 10;
    position: relative;

    min-height: 1100px;
    height: auto !important;
    height: 1100px;

    min-width: 500px;
    width: auto !important;
    width: 500px;
}

img {
    border: 1px solid #000000;
}
a img {
    border: 1px solid #0000ff;
}

img.crest {
    margin-right: 12px;
    margin-bottom: 10px;
    margin-left: -10px;
    float: left;
    border: none;
}

h1 {
    font: bold 34px, Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
h1 span {
    display: block;
    font-size: 18px;
    color: #999999;
    padding-left: 120px;
    margin-top: -5px;
}

h2 {
    font: bold 20px, Verdana, Arial, Helvetica, sans-serif;
    color: #0000cc;
    margin-left: -10px;
    border-bottom: 1px solid #999999;
}
h2 a {
    color: #0000cc;
    text-decoration: none;
}
h2 a:hover {
    text-decoration: underline;
}

h3 {
    font: bold 17px, Verdana, Arial, Helvetica, sans-serif;
    color: #cc0000;
    margin-left: -5px;
    clear: both;
}

h5.date {
    font: bold 10px, Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    margin: -30px 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    text-align: right;
    float: right;
}

div#content form input#comment-author {
    background-color: #eeeeee;
    border: 1px solid #666666;
    font: normal 12px, Arial, Helvetica, sans-serif;
    width: 405px;
    padding: 2px;
}
div#content form textarea {
    background-color: #eeeeee;
    border: 1px solid #666666;
    font: normal 12px, Arial, Helvetica, sans-serif;
    width: 450px;
    padding: 2px;
}

div#content p.blog-post-footer {
    border: 1px solid;
    border-color: #cccccc;
    background: #eeeeee;
    padding: 0px 5px 2px 5px;
    margin-bottom: 15px;
}
div#content p.blog-post-footer a {
    text-decoration: none;
}
div#content p.blog-post-footer a:hover {
    text-decoration: underline;
}
div#content pre {
    display: block;
    border: 1px solid;
    border-color: #cccccc;
    background: #eeeeee;
    padding: 5px;
}
div#content blockquote {
    font: 11pt "Times New Roman";
    font-style: italic;
}
div#content form#comments_form {
    padding-bottom: 10px;
}
div#content p#comments-open-text textarea {
    display: block;
}

div#sidebar {
    position: absolute;
    top: 325px;
    right: 135px;
    width: 175px;
    z-index: 10;
    border: 1px solid #000000;
    background-image: url(graphics/site/check_background.gif);
    padding: 5px;
    font-size: 12px;
    color: #cccccc;
    margin: 0px;
    padding: 10px 5px 5px 10px;
}
div#sidebar h4 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-size: 17px;
}
div#sidebar ul {
    margin: 5px 0px 12px 0px;
    padding-left: 22px;
}
div#sidebar a {
    color: #cccc33;
    text-decoration: none;
}
div#sidebar a:hover {
    color: #000000;
    background-color: #cccc33;
}

div#footer {
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 40px 30px;
    z-index: 10;
    position: relative;
    font-size: 11px;

    border-style: double;
    border-width: 3px 0px 0px 0px;
    border-color: #0000cc;
    background-color: #cccccc;

    height: 20px;
}
div#footer img {
    margin: 0px 7px 10px 0px;
    border: none;
    float: left;
}

div#cliff {
    background-image: url(graphics/site/cliff.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 569px;
    height: 1200px;
    margin: 0px;
    z-index: 0;
}

div#edge_top {
    background-image: url(graphics/site/edge/top.gif);
    background-repeat: repeat-x;
    position: fixed;
    top: 0px;
    left: 100%;
    width: 100%;
    height: 20px;
    margin-left: -100%;
    z-index: 100;
}
div#edge_left {
    background-image: url(graphics/site/edge/left.gif);
    background-repeat: repeat-y;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 100%;
    margin: 0px;
    z-index: 101;
}
div#edge_right {
    background-image: url(graphics/site/edge/right.gif);
    background-repeat: repeat-y;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 100%;
    margin: 0px;
    z-index: 102;
}
div#edge_bottom {
    background-image: url(graphics/site/edge/bottom.gif);
    background-repeat: repeat-x;
    position: fixed;
    bottom : 0px;
    left: 100%;
    width: 100%;
    height: 20px;
    margin-left: -100%;
    z-index: 103;
}

div#sites {
    position: absolute;
    z-index: 90;
    top: 20px;
    right: 18px;
}
div#sites a {
    font: bold 12px, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 10px;
    color: #9999cc;
}
div#sites a:hover {
    color: #000000;
    background-color: #ccccee;
}

