html, body {
	width: 100%;
	padding:0px;
	margin:0px;
	font-family: Arial, sans-serif;;
	font-size: .95em;
}

h1, h2, h3 {
font-family: Helvetica, Arial, sans-serif;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
color:#25064C;
}

#top h1 {
	margin-top:0px;
}

h2 {
	font-size:30px;
	margin-bottom: 10px;
}

#bottom h2 {
	margin-top:0px;
}

h2.middle {
	padding-top:40px;
	border-top:1px dashed #CCCCCC;
}

h3 {
	border-top:1px dashed #CCCCCC;
	padding-top:10px;
}

.entry p {
	line-height:20px;	
}

a:link, a:visited{
	text-decoration: none;
	color: #633A98;
}


a:hover{
	text-decoration: underline;
	color: #990066;
}

.small {
	font-size:11px;
	font-weight:bold;
}

#main, #mainBlog {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	
}

#mainBlog {
	position:relative;
}

#top, #redmid, #bottom {
	
	min-width: 30em;
	margin-left: auto;
	margin-right: auto;
	padding:20px;

}

#footer {
	border-top: 5px solid #EEE; position:relative;
}
#top span {
	background-image:url(kuvat/ajvlogo.jpg); 
	width: 150px; 
	height: 74px; 
	display:block;
	position: absolute;
	top: 25px;
}
#top p {
	margin-top:50px;
	margin-bottom:0px;
}
#footer {
	text-align: center;
	height: 100px;
	width:860px;
	margin:0 auto;
	padding:20px;
	color: #999;
	font-size:12px;
}

#footer>img {
	vertical-align:middle;
}

#footerBlog {
	clear:both;
	width: 100%;
	text-align:center;
	font-size:90%;
	padding:30px;
	margin-top:40px;
	border-top:1px solid #CCC;
}

.navigation {
	margin: 20px 0;
}

#container {
	width: 640px;
	float:left;
	padding:0 20px;
}

.sidebar {
	position:absolute;
	top:300px;
	right:0;
	width:200px;
}

.sidebar  ul {
	list-style:none;
}

.sidebar h2 {
	font-size:100%;
}

.ite {
	background-image: url(kuvat/ite.jpg);
	background-position: right;
	background-repeat:no-repeat;
}

#redmid {

	background-color: #782673;
	color:#F1F1F1;
}

#content {
	background-color: #FFFFFF;
	padding:1.5em;
	border: 1px solid #CCCCCC;
}

#oikea {
	padding: 1px;
	width:40%;
	float:right;
	display:block;
}

#vasen {
	padding: 1px;
	width:40%;
	float:none;
	display: block;
}

.title {
	font-size: 2em;
	color: #990000;
}
.smalltitle {
	font-size: 1.5em;
	color: #990000;
}
.bolder, h3, h3 a {
	color: #000000;
	font-weight:bold;
}

.bolder a, a {
	color: #660000;
}

#redmid .smalltitle {

	color: #CCC;

}

ul{
	margin: -10px 0 0 12px;
	padding:0px;
	list-style-type:disc;
}

