body {
    color: #5B5B5B;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    padding: 0pt 0pt 10px;
    background: url('/media/images/2.png');
}

.vimtip {
    background: #f0f0f0; padding: 2px;
    border: 1px solid #cccccc;
}

.archive_header {
    background: #718191;
    color: white;
}

li { margin-bottom: .5em; margin-top: .5em;}

ul { margin-left: -12px; }
ol { margin-left: -12px; }

.archive_header_cell {
    padding: 2px;
}

.archive_cell {
    padding: 2px;
}

#header_inside {
    border: 3px solid #718191;
    color: #718191; 
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    background: url('/media/images/top.png') repeat-x;
    font-size: 30px;
    height: 60px;
    width: 800px;
    font-weight: bold;
    text-align: center;
}

#content {
    border-left: 3px solid #718191;
    border-right: 3px solid #718191;
    border-bottom: 3px solid #718191;
    background-color: white;
    background: white url('/media/images/content_back.png') repeat-y scroll center top;
    overflow: hidden;
    position: relative;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

#footer {
    width: 800px;
    color: white;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
}

.form_error {
    font-weight: bold;
    color: maroon;
}

.forms ul {
    list-style-type: square;
    list-style: none;
    margin: 10px;
    padding: 0;
    list-style-position: inside;
}

.forms p {
    font-weight: bold;
}

input {
    color: #718191;
    border: 1px solid #718191;
    font-size: 11px;
}

select {
    color: #718191;
    border: 1px solid #718191;
    font-size: 11px;
}

textarea {
    color: #718191;
    border: 1px solid #718191;
    font-size: 11px;
}

.form_button {
    color: #718191;
    border: 1px solid #718191;
    background: white;
    font-size: 11px;
}

#left_nav {
    float: left;
    width: 130px;
    padding-left: 5px;
    padding-top: 10px;
    height: 100%;
    padding-right: 10px;
}

#bluebg {
    background: #718191;
    width: 3px;
}

#main {
    width: 635px;
    min-height: 480px;
    padding-top: 10px;
    padding-bottom: 40px;
    float: left;
    padding-left: 12px;
    overflow: visible;
    margin-right: 2px;
}

#spacer {
    float: left;
    height: 480px;
}


.left_nav_header {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.left_nav_content {
    padding-top: 6px;
    padding-bottom: 10px;
    text-align: right;
}

code {
    width: 100%;
    border: 1px solid #cccccc;
    background: #f0f0f0;
}

a:link, a:visited {
    color: #282f33;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.article a:link, .article a:visited {
    color: #282f33;
    border-bottom:1px dashed #aaa;
}

.article {
    width: 100%;
    margin-bottom: 10px;
    clear: both;
}

.article_title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-right: 130px;
}

.article_title a:link, .article_title a:visited {
    color: #5B5B5B;
    text-decoration: none;
    border-bottom: none;
}

.article_date {
    height: 18px;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    float: right;
    margin-top: -18px;
    width: 130px;
}

.clear {
    clear: both;
} 

.article_article {
    padding-top: 10px;
    font-size: 11px;
}

.code_block {
    overflow: auto;
    border: 1px solid #cccccc;
    padding: 3px;
}

.comments {
    padding-top: 10px;
}

.comments a:link, .comments a:visited {
    border-bottom:1px dashed #718191;
    color: #282f33;
    text-decoration: none;
}

.archive_links {
    white-space; nowrap;
    margin-top: 5px;
    margin-bottom: 5px;
    float: right;
}

.archive_links a:link, .archive_links a:visited {
    border-bottom:1px dashed #718191;
    color: #282f33;
    text-decoration: none;
}

.article_author {
    font-size: 11px;
    font-weight: normal;
    padding-top: 7px;
    clear: both;
    border-top: 1px solid #eee;
}

code {
    background: #f0f0f0;
    border: 1px solid #cccccc;
    padding: 1px;
}

.a_title {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 30px;
    margin-bottom: -30px;
}

.main_title {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    height: 30px;
}
