/* This file is part of Kukkaisvoima. It is meant to be example css
for Kukkaisvoima nothing more. This is config file. Kukkaisvoima's
    license don't affect this file. So you may freely modify this as you
    like */

body { 
    font-family: Bitstream Vera Sans, DejaVu Sans, Sans-serif;
    /*color: #383d44;*/
    color: #A0AAA0;/*#693;*/
    background: lightgray;/*#f3f1e9;*/
}

#header {
    margin:0 auto;
    width:754px;
}

#headercontent {
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 1em;
    /*background: #303030;*/
}

#headercontent h1 a:link, #headercontent h1 a:visited {
    color: #99AA99;
    border-bottom: none;
}

/* #logo {
    border-bottom: none;
    text-decoration: none;
    float: left;
}*/

#content1 { /* content area with sidebar*/
    /* font-size: large; */
    color: #000000;
    margin-left:auto;
    margin-right:auto;
    width:750px;
    border: 2px solid #FF8800;
    background: #FFFFFF;
}

#content2 { /* entries + comments */
    float:left;
    width:500px;
    border-right: 1px solid #c1c1c1;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    padding-right:20px;
    padding-left:20px;
    padding-bottom:20px;
    line-height: 120%;
}

#content2 hr { /* ruler between entries */
    margin-bottom: 3em; /* space after entry */
}

#content3 { /* content of Categories/Search/Archive result pages */
    margin-top: 10px;
    margin-bottom: 10px;
    padding:20px;
    line-height: 120%;
    border:5px solid #88FF00
}

#sidebar { 
    font-size: small;
    float:right;
    width:190px;
    margin-top: 10px;
}

#sidebar li
{ 
    list-style-type: none;
    margin-left: -2em;
}

a:link, a:visited {
    /*color: #326ea1;*/
    color: #007755;
    text-decoration: none;
    border-bottom: 1px dashed #dbd5c5;
}

h1 a:link, h1 a:visited {
    color: #693;
    border-bottom: none;
}

h2 {
    color: #693;
}


h2 a:link, h2 a:visited {
    color: #693;
    line-height: 1em;
}

h3 {
    color: #693;
}

a:hover {
    border-bottom: 1px dotted #7E8C81;
    color: #BFA78D;
}

p {
    text-align: left;
}

li {
    text-align: left;
    margin: .5em;
}

img { 
    border: none; 
}

#contentbottom {
    clear:both;
}

#footer {
    clear: both;
    margin:0 auto;
    width:754px;
}

#footercontent {
    margin-left: 2px;   
    margin-top: 2em;
}

pre {
    padding: 1em; 
    border: 1px solid gray;
}
    
#hit { 
    display: inline;
    text-decoration: none;
    background: #693;
}