/* 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 {/* #383d44; */ 
       color: #000000;
       }

#content1 {
            font-family: Verdana, sans-serif;
            font-size: small;
            background: #BAB4B4;
            margin:0 auto;
            width:750px;
}
#content2 { 
            float:left;
            width:500px;
            border-right: 1px solid #F31919;
            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: #000000;
          color: #F31919;
	}

a:link, a:visited {
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px dashed #F31919;
	}
h1 a:link, h1 a:visited {
                          color: #F31919;
                          border-bottom: none;
}

h2 {
     color: #F31919;
}


h2 a:link, h2 a:visited {
     color: #5C0404;
}

h3 {
     color: #F31919;
}

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

p {
    text-align: left;
}

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

img { 
 border: none; 
}

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

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