/* This file is part of Kukkaisvoima. It is meant to be example css
for Kukkaisvoima nothing more. */

body { 
       color: #383d44;
       }

#content1 {
            font-family: Verdana, sans-serif;
            font-size: small;
            background: #f3f1e9;
            margin:0 auto;
            width:750px;
}
#content2 { 
            float:left;
            width:500px;
            border-right: 1px solid #c1c1c1;
            margin-top: 10px;
            margin-bottom: 10px;
            padding:20px;
            line-height: 120%
            }
#content3 { 
            margin-top: 10px;
            margin-bottom: 10px;
            padding:20px;
            line-height: 120%
            }
#sidebar { 
           float:right;
           width:200px;
           margin-top: 40px;
}

#sidebar li
{ 
  list-style-type: square;
  margin-left: -1em;
  }

#header {
          padding: 2em;
          background: #31363e;
          color: #693;
	}

a:link, a:visited {
	color: #326ea1;
	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;
}

h3 {
     color: #7ABCFF;
}

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

p {
    text-align: left;
}

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

img { 
 border: none; 
}

#footer { 
          padding: 2em;
          background: #31363e;
          color: #693;
          clear:both;
          }
pre {
      padding: 1em; 
      border: 1px solid gray;}

#hit { 
       display: inline;
       text-decoration: none;
       background: #693;
 }
