body {
    font-family: san-serif, helvetica, arial;
    background-color: #ffffff;
}

div#page {
    color: #000000;
    width: 800px;
    margin: 1em 50px 1em 50px;
}

p {
    font-family: san-serif, helvetica, arial;
}

A:link {
    color: #009900;
    text-decoration: underline;
}

A:visited {
    color: #009900;
    text-decoration: underline;
}

A:active {
    color: #FF9900;
    text-decoration: underline;
}

img
{
    border-style: none
}

div#header {
    color: #000000;
}

div#header h1 {
    margin: 0 0 0 0;
    text-decoration: none;
}

div#header h2 {
    font-size: medium;
    margin: 0 0 0 0;
    text-decoration: none;
    color: #000000;
}

div#header a {
    text-decoration: none;
}

div#header div.description {
    color: #000000;
    text-style: italic;
}


div#sidebar {
    width: 170px;
    float: left;
    vertical-align: top;
    background-color: #ffffff;
    color: #000000;
    border-style: none;
    border-width: thin;
    margin: 0 0 0 0;
    padding: 1em 15px 1em 15px;
}

div#sidebar ul {
    list-style-type: none;
    padding: 0 0 0 0;
}

div.aktt_tweets ul > li {
    font-weight: normal;
    font-style: italic;
    margin-bottom: 1em;
}

div#sidebar ul>li {
    font-size: small;
}

div#sidebar ul>li h2 {
    margin: 1em 0 0 0;
}

div#sidebar ul>li>ul {
    list-style-type: none;
    padding: 0 0 0 0;
}

div#sidebar ul>li>ul>li {
    font-weight: normal;
    font-size: small;
}

div#content {
    float: right;
    width: 569px;
    background-color: #ffffff;
    color: #000000;
    border-color: #009900;
    border-style: none none none dotted;
    border-width: thin;
    padding: 1em 15px 1em 15px;
    vertical-align: top;
}

div#header, div#footer {
    clear: both;
    background-color: #ddffdd;
    color: #000000;
    border-color: #009900;
    border-width: thin;
    border-style: solid;
    padding: 0.2em 1em 0.2em 1em;
    margin: 0 0 0 0;
}

div#footer a {
    text-decoration: none;
}

div#footer p {
    margin: 0 0 0 0;
}

.address {
    font-style: italic;
}

.alert {
    border-width: 0;
    border-style: none;
    border-color: #ff0000;
    background-color: #ffffff;
    color: #ff0000;
}

.alert a {
    color: #ff0000;
}

.blogdescr {
    font-style: italic;
    color: #999999;
}

div.post {
    margin: 0 0 3em 0;
}

div.post h2 {
    font-weight: bold;
    margin: 1em 0 0 0;
}

div.post a {
    color: #009900;
    text-decoration: none;
}

div.post blockquote {
    color: #666666;
    /* font-style: italic; */
}

div.post p.postmetadata {
    color: #999999;
    font-style: italic;
}

div.post div.right:after {
    content: url("http://www.triclinic.org/images/icons/32x32/check-cropped.png");
}

div.post div.right {
    color: #009900;
}

div.post div.wrong:after {
    content: url("http://www.triclinic.org/images/icons/32x32/delete-cropped.png");
}

div.post div.wrong {
    color: #ff0000;
}
