body {
    font-size:0.85em;
    font-family:Times New Roman, Times, serif;
    margin:0px;
    background:#fff url('../img/bgf.jpg');
}

a {
    color:#36c;
}

a:hover {
    color:#039;
}

a.arr_red {
    font-size:1.2em;
    font-family:arial,sans serif;
    text-decoration:none;
    color:#990000;
    padding:1px;
    background-color:#f9f9f9;
}
a.arr_green {
    font-size:1.2em;
    font-family:arial,sans serif;
    text-decoration:none;
    color:#009900;
    padding:1px;
    background-color:#f9f9f9;
}
#top_menu a {
    color:#36c;
    padding:1px 3px 1px 3px;
    text-decoration:none;
    border:1px solid transparent;
}
#top_menu a:hover {
    color:#039;
    border:1px solid #ccc;
}
#top_menu a.sel {
    color:#fff;
    border:1px solid #999;
    background-color:#999;
}
.type {
    color:#999;
    font-size:1.4em;
    text-decoration:none;
}
a.type:hover {
    color:#039;
}

.a_title {
    color:#444;
    font-size:1.4em;
    text-decoration:none;
}
.a_further {
    color:#6688ee;
    text-decoration:none;
    font-style:italic;
}
a.a_title:hover {
    color:#039;
}
#comments a {
    font-size:1.2em;
}
#top_menu {
    padding:3px;
}
div#box {
    background-color:#f8f8ff;
    padding:10px;
    width:82%;
    margin:30px auto;
/*    border-top:5px solid #333;
    border-bottom:5px solid #333;
*/
    -moz-box-shadow: 0 0 24px 3px #000;
    -webkit-box-shadow: 0 0 24px 3px #000;
    box-shadow: 0 0 24px 3px #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

div.left {
    float:left;
    width:72%;
}

div.right {
    float:right;
    width:22%;
}
div.article {
    padding:5px;
}
.art_header {
    float:left;
    width:70%;
}
.art_date {
    color:#999;
    float:right;
    width:20%;
    text-align:right;
    font-style:italic;
}
div.bottom {
    text-align:center;
    clear:both;
    font-size:0.9em;
    color:#666;
    border-top:3px dashed #ccc;
    padding:20px;
}
div#comments {
    background-color:#f0f0f0;
    border-top:3px solid #eaeaea;
    width:600px;
    margin:5px;
}
div.comment {
    background-color:#f5f5f5;
    padding:5px;
    border-bottom:1px dotted #ccc;
}
p.comment {
    clear:both;
    color:#333;
}
#comments span.type {
    color:#999;
    font-size:1.2em;
}
#comments span.tiny{
    color:#999;
    font-size:0.9em;
}
#comm_form {
    margin:20px 5px 5px 5px;
    padding:5px;
    width:600px;
    border-top:3px dashed #ccc;
}
#comm_form input,textarea {
    border:1px solid #ccc;
    padding:3px;
}
#comm_form textarea {
    width:100%;
}
#comm_form .button {
    border-top:2px solid #ccc;
    border-right:2px solid #999;
    border-bottom:2px solid #999;
    border-left:2px solid #ccc;
    padding:3px;
    background-color:#eaeaea;
}
#comm_form .button:hover {
    background-color:#f5f5f5;
}
span.sm {
    font-size:0.9em;
    color:#C60;
}

span.hl {
    color:#ffc;
}

span.bd {
    background-color:#f7f7f7;
}

span.it {
    font-weight:700;
}

span.logo {
    font-size:2.0em;
    font-weight:700;
    color:#333;
}

span.its {
    color:#333;
}

.tiny {
    color:#666;
    font-style:italic;
}
#blogline img {
    border:none;
    vertical-align:top;
    padding:5px;
    float:left;
}

h2 {
    color:#333;
    text-decoration:underline;
}

hr {
    border:none;
    border-top:1px dotted #999;
}

hr.boo {
    border:none;
    border-top:3px dashed #ccc;
}

sup {
    color:#666;
    font-size:0.5em;
    text-decoration:underline;
    font-style:italic;
}

p.small {
    font-size:0.80em;
    color:#999;
    font-family:verdana,arial,serif;
    margin:3px;
    clear:both;
}
.wave {
    font-size:1.6em;
    color:#ccc;
    text-align:center;
    margin:0px;
}
p.titled {
    padding:0px;
    margin:3px;
}
.preview {
    margin:5px 3px;
    clear:both;
}
.search_tag {
    clear:both;
    border-top:1px solid #eaeaea;
}
.open {
    border-bottom:1px solid #eaeaea;
    padding:7px;
    margin-bottom:3px;
}
#pages {
    padding:10px;
    background-color:#eaeaea;
}
#blocks img {
    border:none;
}
.hit,.hit2,.hit3,.hit4 {
    color:white;
    font-weight:bold;
    font-size:1.4em;
    padding:1px;
}
span.hit {
    background-color:#666633;
}
span.hit2 {
    background-color:#cc6633;
}
span.hit3 {
    background-color:#ff9999;
}
span.hit4 {
    background-color:#556b2f;
}
#blocks img {
    border:none;
    vertical-align:middle;
    padding:2px;
}
#formed img {
    padding:3px;
    vertical-align:top;
    margin-right:30px;
    float:left;
}
#formed p {
    display:table;
    width:100%;
}
img {
    border:1px solid #ddd;
    padding:3px;
}
p.faked {
    border:1px dashed #666;
    background-color:#cccccc;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
p.note {
    border:1px dashed #666;
    background-color:#eee8aa;
    padding:5px;
}
code {
    background-color:#ffff99;
    color:#222;
    font-family:arial,verdana;
    font-size:0.85em;
}
