
.sidebar {
    width: 150;
    font-family: Verdana;
    font-size: 12px;
    border: 1px #C0C0C0 solid;
    margin-left: 0;
    padding-left: 0;    /* move text to the left */
}

.sidebar li {
    list-style: none;   /* removes dots */
    margin: 0;
    padding: 0.2em;    /* leave some space between items */
    padding-left: 5px;
    padding-right: 5px;
}

.sidebar_small {
    font-size: 11px;
}

.sidebar li .sidebar_header {
    border-bottom: 1px solid #C0C0C0;
    font-weight: bold;
}

.sidebar_header {
    border-bottom: 1px solid #C0C0C0;
    font-weight: bold;
    background: yellow;
}

.main {
    position: absolute;
    top: 0px;
    left: 190px;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    /* border-left: 2px #C0C0C0 dashed; */
    padding-left: 20px;
    padding-right: 20px;
    font-family: Trebuchet MS, Arial;
    font-size: 13px; /* or 13 for Trebuchet */
    margin-top: 10px;
}

.main h1 {
    border: 1px solid grey;    
    background: url(images/yellowTargetBG2.gif);
    padding: 10px;
    width: auto;
}

.main ul {
    list-style: url(images/aquadot.jpg) disc outside;
    /*line-height: 1.5; */
    vertical-align: top;
}

.post_header {
    border-top: 1px solid #C0C0C0;
    /*padding: 5px; */
    overflow: auto; /* !! this makes sure the header box fits around the
                       picture! */
    margin-top: 20px;
}

.post_header_picture {
    float: left;
    /*margin: 0 20px 0 0; /* set the right margin */
    margin: 5px 20px 5px 5px;
}

.post_header_text {
    font-weight: bold;
    font-size: 19px;
    margin-top: 5px;
}

.post_header_id {
    font-size: 11px;
    float: right;
    padding: 3px;
    padding-left: 10px;
}

.post_body {
    margin-bottom: 50px;
}

.post_signature {
    color: #A0A0A0;
    width: 550;
    font-size: 11px;
}

blockquote {
    background: #E0E0E0;
    margin-left: 20px;
    border: 1px dotted #FFFF00;
    padding: 10px;
}

.copyright {
    width: 550;
}

pre {
    background: #FFFFE0;
    margin-left: 20px;
    border: 1px dotted #C0C0C0;
    padding: 10px;
}

a {
    /* color: #606060; */ 
    color: #909000;
    text-decoration: none;
    border: 0;
    border-bottom: 2px dotted #FFFF00;
}

a:hover {
    background: #FFFFE0;
}

.linkimage {
    border: 0;
    text-decoration: none;
}

.firedrop_archive_date {
}

.indent {
    margin-left: 20px;
}

table {
    font-family: Trebuchet MS, Arial;
    font-size: 13px; /* or 13 for Trebuchet */
    border: 1px dotted #000000;
}

tr {
    margin: 0;
    padding: 0;
}

td {
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    padding: 3px;
}

.yellowback {
    background: yellow;
}
