html, body{
margin: 0;
padding: 0;
font-family: verdana, sans-serif;
font-size: 11px;
background: #0d0512;
}

h1, h2, h3, h4, h5, h6{
margin: 0;
}
fieldset{
border-width: 0px;
line-height: 150%;
}
td, th{
text-align: left;
padding-right: 1em;
border-bottom: 1px solid #cccccc;
}
abbr{
border-bottom: 1px dotted #cccccc;
cursor: help;
}

#wrapper{
background: white url(images/wrapper_background.jpg) repeat-y;
background-position: 100% 366px;
width: 750px;
border-right: 1px solid black;
}

#content{
background: transparent url(images/content_background.jpg) no-repeat;
width: 474px;
min-height: 300px;
float: left;
padding: 90px 73px 0 50px;

}
#wrapper > #content{ /* For IE */
width: 351px;
}

#sidebar{
background: transparent url(images/header_background.jpg) no-repeat;
margin-left: 474px;
padding: 366px 10px 0 40px;
color: #e9e9e9;
}

#footer{
background: transparent url(images/footer_background.jpg) no-repeat;
height: 79px;
clear: both;
}


#content h1{
font-size: 14px;
color: #70705f;
text-decoration: none;
margin-bottom: 17px;
font-variant: small-caps;
letter-spacing: 0.1em;
}
#content h2{
font-size: 12px;
color: #70705f;
text-decoration: none;
margin-bottom: 10px;
font-variant: small-caps;
letter-spacing: 0.1em;
font-weight: bold;
}
#content h3{
font-size: 10px;
font-weight: bold;
color: #444444;
}
#content a{
color: #596546;
}
#content p{
color: #444444;
text-align: justify;
line-height: 140%;
}
#content ul{
line-height: 180%;
color: #444444;
padding-left: 1.2em;
margin-left: 0;
list-style-position: inside;
}
#content img{
padding: 5px;
border: 1px solid #596546;
margin-top: 4px;
}
#content .entrydate{
margin-bottom: 15px;
font-style: italic;
}
#content .entry{
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 2px dotted #cccccc;
}
#content sup a, #content a sup{
text-decoration: none;
}
#content sup a:hover, #content a sup:hover{
text-decoration: underline;
}
#content .tehty{
text-decoration: line-through;
}
#content .uusi{
color: #883333;
font-weight: bold;
}
#content .uusi ul{
font-weight: normal;
}

#sidebar h2{
font-size: 12px;
}
#sidebar ul{
margin-left: 0px;
padding-left: 10px;
list-style-type: none;
line-height: 130%;
}
#sidebar a{
color: #cbcbcc;
text-decoration: none;
}
#sidebar a:hover{
color: #bf1826;
}

#search{
margin-bottom: 20px;
}
#search form{
margin-top: 15px;
margin-left: 0px;
width: 100%;
}
#search input#s{
border: 1px solid white;
background-color: #cccccc;
padding: 2px;
}

#meta h2{
margin-top: 20px;
padding-top: 20px;
border-top: 2px dotted #260e36;
}

#ads{
margin-top: 15px;
margin-left: 10px;
}

.alignleft{
float: left;
margin: 0 1em 1em 0;
}
.alignright{
float: right;
margin: 0 0em 1em 1em;
}
.vastaus{
color: #883333;
}
