﻿body {
    background: #FFFFFF none repeat scroll 0 0;
    border: 0 none;
    font-family: Sans-Serif;
    font-size: 90%;
}
#menu {
    
}
#foot {
    font-size: 75%;
}
a {
    color: #ff0000;
}
a img {
    border: none;
}
ul.horizontal {
}
ul.horizontal li {
}
ul.horizontal li a,
ul.options li a {
    color: #fff;
    background-color: #7f7f7f; 
    font-weight: bold;
    font-size: 120%;
    text-decoration: none;
}
ul.horizontal li a:hover,
ul.options li a:hover {
    background: #ffcc33; 
}
ul.horizontal > li.selected a,
ul.horizontal > li.child-selected a {
    background-color: #cc9933;
}
ul.options li a {
    border-bottom: none;
}
ul.options li ul {
    border-bottom: 1px solid #8ec7eb;
}
ul.vertical li a {
    
}
ul.pager li a {
    border:1px solid #CCCCCC;
    color:#808185;
    text-decoration: none;
}
div.motto {
    font-size: 140%;
    border-bottom: solid 1px #000;
}
div.cols {
    /*background:#efefef none repeat scroll 0 0; F4F4F4*/
}
div.cols div.cols {
    background: transparent none;
}
div.side hr {
    border: none;
    color: #ccc;
    background-color: #ccc;
}
span.footer {
    font-size: 70%;
    font-style: italic;
}
.article .author {
    font-weight: bold;
}
.article .label,
.article .user,
.article .date,
.article .link,
.comment .date {
    font-size: 80%;
    font-style: italic;
    color: #666;
}
.article .label {
    font-weight: bold;
}
.article .content,
.comment .content,
.comment .date {
    line-height:135%;
}
.comment .content,
.comment .date {
    font-size: 90%;
}
.addcomment input {
    border: solid 1px #ddd;
}
.form .h input,
.form textarea {
    background: #FCFCFC none repeat scroll 0 0;
    border: 1px solid #D6D6D6;
    width: 90%;
    color: #616469;
    font-family: Arial,Helvetica,sans-serif;
}
.form .c a {
    background-color: #7f7f7f;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
.form .c a:hover {
    background-color: #ffcc33;
}
.form .g {
    color: Green;
    padding-bottom: 10px;
}
.form .g ul {
    color: Red;
}
h1, h2, h3 {
    /*color: #1f72a6;*/
}
h1 {
    font-size: 150%;
    margin-top: 0;
}
h2 {
    font-size: 120%;
}
h2.title a {
    color: #000;
    text-decoration: none;
}
h2.title a:hover {
    text-decoration: underline;
}
h3 {
    font-size: 100%;
}