/* otsikot */

div#header h1 {
	float: left;
	text-indent: -9999px;
}

h1 {
	font-size: 1.6em;
	font-weight:bold;
	color: #a12f1c;
	border-bottom: 1px #CDCDCD solid;
	padding: 5px 0 5px 0px;
	margin: 0 0 13px 0px;
}

h2 {
	font-size: 1.3em;
	color: #32383c;
	margin: 0 0 6px 0px;
	padding: 5px 0 5px 0px;
}

h2.nobottom {
	font-size: 1.3em;
	color: #32383c;
	margin: 0;
	padding: 5px 0 0px 0px;
}

h2 a {
	color: #32383c;
}

h3 {
	font-size: 1.0em;
}


h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
}

/* tekstit */

div#content p {
	margin-bottom: 15px;
	color:#455157;
}

div#content-wide p {
	margin-bottom: 15px;
	color:#455157;
}


div#sidebar p {
	margin-bottom: 15px;
	color:#455157;
}


/* linkit */

a {
	text-decoration: none;
	color: #2583ad;
}	

a:hover {
	text-decoration: underline;
}	

div#snapshot a {
	padding-left: 0px;
	padding-right: 5px;
}

div#snapshot a:hover {
	text-decoration: underline;
	padding-left: 0px;
	padding-right: 5px;

}



/* kuvat */

div#content img.border {
	border: #65767f solid 5px;
}

div#sidebar img.border {
	border: #65767f solid 5px;
}



/* lomakkeet */



div#content form label {
	font-weight: bold;
	width: 100px;
	float: left;
	display: block;
	padding-right: 5px;
	text-align:right;
}

div#content form input {
	border: 1px #CDCDCD solid;
	color: #455157;
	padding: 3px;
	margin-bottom:5px;

}

div#content form input.button {
	margin-left: 105px;
}

div#sidebar form {
	padding-bottom:13px;
}

div#sidebar input {
	border: 1px #CDCDCD solid;
	color: #455157;
	padding: 3px;
}

div#sidebar input.inputbtn {
	background: #fff;
	color: #2583ad;
	border: none;
	
}





/* listat */
div#content li {
	color:#455157;
margin-bottom:8px;
}

div#content-wide li {
	color:#455157;
margin-bottom:8px;
}


div#sidebar ul {
	
	list-style: none;
	margin: 8px 6px;
	padding: 0;
	padding-bottom: 12px;
}



div#sidebar ul li {
	background: url(../images/bg_sidebar_li.jpg) no-repeat;
	padding-left:15px;
	margin-bottom: 8px;
	border-bottom: 1px #fff solid; /* fixes ie margin bug */
}

div#sidebar li a {
	display: block;
	/*margin-bottom: 8px;*/
}

/* sekalaista */


#smalldate {
	font-size: 0.8em;
	color:#65767f;
}

#grey {
	color:#65767f;
}

#smalldate-bottom {
	font-size: 0.8em;
	color:#65767f;
	margin-bottom: 8px;
}

.rightalign {
	float:right;

}

div#magazine-item-footer {
	border-top: 1px #CDCDCD solid;
	padding: 5px 0 5px 0px;
	margin: 0 0 30px 0px;

}


