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

body { 
       color:black;
       
       }

#content1 {
            font-family: "Andale Mono", "Bitstream Vera Sans Mono", "Lucida Console";
            font-size: 10px;
            background-image: url(http://isjtar.org/img/maiblackwhitehz.jpg);
            background-repeat: no-repeat;
            margin:0 auto;
            width:750px;
            border: 1px solid black;
}
#content2 { 
            float:left;
            width:500px;
            border-right: 1px solid #c1c1c1;
            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;
          color: red;
          opacity: 1;
	}

a:link, a:visited {
	color: red;
        opacity: 1.;
	text-decoration: none;
	}
h1 a:link, h1 a:visited {
                          color: black;
                          border-bottom: none;
}

h2 {
     color: black;
     background-color: white;
     font-family: arial, helvetica;
     text-decoration: none;
     font-size: 12px;
     border: 1px solid grey;
     border-right: 0px;
     padding: 2px;
     margin-right:2px;
}

h2 a:link, h2 a:visited {
     color: grey;
}

h3 {
     color: black;
}

a:hover {
  border-bottom: 1px dotted #7E8C81;
  color: #BFA78D;
}
.post {
	background-color: white;
	opacity: 1;
}

p {
    text-align: left;
}

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

img { 
 border: none; 
}

#footer { 
          padding: 2em;
          background: #31363e;
          color: #693;
          clear:both;
	  visibility: hidden;
          }