body {
    font-family: sans-serif;
    background: #f6f0dd;
    padding: 0;
    margin: 0;
}

h1 { margin: 0; padding: 0.5em 0; }
h2 { font-size: medium; margin: 0; padding: 1em 0 0 0; }
h2.date { font-size: x-small; color: #aaa; padding: 0; }
.sidebar h2 { background: white; font-size: small; padding: 0.25em; border-top: 1px solid #eee; }
.sidebar h3 { font-size: x-small; padding: 0; }

p { line-height: 150%; }

acronym { cursor: help; border-bottom: dashed 1px; }

input,select {
    background: #f2f2f2;
    border: 1px gray dotted;
}
input:hover { background: white; }

input.button {
    background: #ccc;
    border: 1px gray solid;
}

textarea {
    border: 1px gray dotted;
}

img {
    border: 0;
}


hr { border: 1px gray solid; margin: 1em 12em; }

div#master {
    width: 90%;
    margin: 0 auto;
    border-left: #444 solid thin;
    border-right: #444 solid thin;
    background: #444;
}

#header {
    color: white;
    background: #921609 bottom right no-repeat;
    padding-left: 2em;
}

#menuframe {
    float:left;
    width:100%;
    background: #444;
    border-top: #777 solid thin;
    border-bottom: #777 solid thin;
}

ul#menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul#menu li {
    float: left;
}

ul#menu li a {
    display: block;
    padding: 0.5em 1em;
    font-size: small;
    color: #aaa;
    font-weight: bold;
    text-decoration: none;
}
ul#menu li a:hover { background: #666; color: white; }
ul#menu a.current:link { background: #666; color: white; }
ul#menu a.current:visited { background: #666; color: white; }

a:link { color: #921609; text-decoration: underline; }
a:visited { color: #921609; text-decoration: underline; }
a:link:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }

#content {
    background: white;
    border-top: #eee solid 1em;
    font-size: small;
    color: #444;
    text-align: justify;
    padding: 1em 0;
}
html>body #content {
    border-top: white solid 3.1em;
    /*was: border-top: #eee solid 4.1em;*/
}

div.item {
    margin: 0 15em 0 15em;
    padding: 0 1.5em 0 1em;
    border-bottom: #eee solid 1px;
    /* AdSense and text separator -- disabled for now
    border-right: #eee solid 1px; */
}

div.adsense {
    float: right;
    margin: 0 1px 1em 0; !important
    margin-bottom: 0;
    margin-right: 1em;
    clear: none;
}

div.donations {
    background: #ffffdc;
    border: #c00050 solid 1px;
    margin-left: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0em;
    padding: 0.5em;
}

div.donations div {
    margin-bottom: 0em;
    margin-top: 0.5em;
    padding: 0em;
}

div.sidebar div.donate_link {
    font-weight: bold;
    text-align: right;
    font-size: 110%;
}

div.sidebar {
    border-right: solid thick #ddd;
    background: #eee;
    width: 13em;
    float: left;
    margin: 0 1px 1em 0; !important
    margin-bottom: 0;
    color: #777;
    clear: none;
}

/*div.sidebar a { font-size: x-small; }*/
div.sidebar p { font-size: x-small; margin: 1em; }
div.sidebar h2 { text-align: left; margin: 0; }
div.sidebar img { display: block; margin: auto; }
div.sidebar div {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: x-small;
    margin-right: 0;
    text-align: left;
    margin-bottom: 1em;
}
div.sidebar div.newsdate {
    font-weight: bold;
    margin-top: 1em;
}

ul { padding: 0 0 0 3em; }
ul.links { list-style-type: none; }

div.border {
    border: #eee solid thick;
    border-right: none;
}

#footer {
    background: #444;
    color: #aaa;
    font-size: x-small;
    text-align: right;
}

#bottommenu {
    background: #444;
    font-size: x-small;
    text-align: center;
    color: #aaa
}
#bottommenu a { color: #aaa }


.highlight {
    color: #c00050;
}
    
.attention {
    background: #eee;
    border: #c00050 solid 1px;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.5em;
}

.attention_sidebar {
    background: #ffffdc;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0em;
    padding: 0.4em;
    text-align: center;
    font-weight: bold;
}

.note {
    font-style: italic;
}

img.screenshot {
    padding: 6px;
}

table.donations_table
{
    border: 0;
}

table.donations_table td
{
    padding: 1em;
}

td.donation_button
{
    text-align: center;
}

p.important_note {
    background: #ffffdc;
    border: #c00050 dotted 1px;
    padding: 0.5em;
}

p.sponsors_list {
    padding: 1em;
}

div.donation_box {
    text-align: center;
    background: #dcffdc;
    border: #c00050 dotted 1px;
    padding: 0.5em;
    margin: 1em;
}

/* ------------- Translations statistics ------------------- */

table.translations
{
    width: 100%;
    border: solid;
    border-width: 1px;
    text-align: left;
}

.incomplete
{
    background-color: #E1ECF3;
}

.untrans
{
    color: #d42323;
    text-align: right;
}
.trans
{
    color: #1B6C00;
    text-align: right;
}
.fuzzy
{
    color: #05359B;
    text-align: right;
}

.lastupdate
{
    text-align: center;
}

.graph
{
    text-align: center;
}

.template
{
    font-style: italic;
}

.error
{
    background-color: red;
}
