body {
	font-family: "arial", sans-serif;
	line-height: 140%;
	background: #130a0b url(/images/background-beans.jpg) no-repeat 50% 0;
}

#bd {
	color: #201f1e;
	background-color: #efe7e0;
	padding: 20px;
	margin-bottom: 40px;
}

#hd {
}

a {
	color: #663333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*--HEADER--*/

#head-image {
	background: url(/images/seko_ylakuva_suorakaide.jpg) no-repeat 0 0;
	height: 143px;
}

#head-image a {
	padding-left: 15px;
	color: #999999;
}

#navigation {
	background-color: white;
	text-align: center;
	border-top: 5px solid #caed79;
	border-bottom: 5px solid #caed79;
}

#navigation li {
	display: inline;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#navigation li a {
	color: #6c5341;
	text-decoration: none;
	font-size: 93%;
	padding-bottom: 5px;
	font-weight: bold;
}

#navigation li.current a {
	color: #333;
	text-decoration: underline;
}

#navigation li a:hover {
	color: #000;
}

#breadcrumbs {
}

#breadcrumbs li {
	display: inline;
	margin-left: 0em;
	margin-right: 1em;
}

#breadcrumbs li a {
	color: #a1a1a1;
	text-decoration: none;
	font-size: 80%;
	padding-bottom: 5px;
}

#breadcrumbs li.current a {
	color: #a1a1a1;
	font-size: 80%;
}

#breadcrumbs li a:hover {
	color: #aaa;
}

/*--BODY--*/

.page_content h1 {
	font-size: 187%;
	color: #663333;
	margin-bottom: .5em;
	line-height: 125%;
}

.page_content h2 {
	font-size: 123.1%;
	line-height: 125%;
	color: #663333;
	margin-bottom: .5em;
}

.page_content h3 {
	font-weight: bold;
	color: #663333;
	margin-bottom: .5em;
}

.page_content a {
	color: #663333;
	text-decoration: none;	
}

.page_content a:hover {
	text-decoration: underline;
}

.page_content ul, li {
	margin: 0;
	padding: 0;
}

.page_content ul li {
	list-style-type: disc;
	padding-left: 1px;
	margin-left: 1em;
	margin-bottom: 0.75em;
	line-height: 140%;
}

.page_content p {
	line-height: 140%;
	margin-bottom: 1em;
}	

#secondary ul li {
	line-height: 100%;
}

body div.editable_slot {
	border: 1px solid green;
}

#editor_box {
	color: black;
	z-index: 1;
}

/*-News-*/

#home-page-news {
	margin-bottom: 20px;
}

#home-news {
	margin-bottom: 10px;
}

#home-news-title {
	margin-bottom: 0;
}

#news-archive .news-item {
	margin-bottom: 1em;
}

#news-archive .news-item .news-item-date {
}

#news-archive .news-item h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}

#single-news-item h1 {
	margin: 0;
}

#single-news-item .news-item-metadata {
	margin-bottom: 1em;
}

#single-news-item .news-item-date {
}

#single-news-item .news-item-teaser {
	margin-bottom: 1em;
}

#single-news-item .news-item-body {
}

#single-news-item img {
	margin-right: 1em;
	margint-bottom: .5em;
}

/*-Banners-*/

#banners {
	text-align: center;
}

#banners img {
	padding: 0;
	margin-bottom: 20px;
}

/*-Admin-*/

#admin-navigation-bar {
	background: url(/images/admin/sprite.png) repeat-x 0 -1400px;
	padding: 5px;
	color: white;
	font-family: arial, verdana, sans;
}

#admin-navigation-title {
	display: inline;
}

#admin-navigation-bar a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#admin-navigation-bar a:hover {
	text-decoration: underline;
}

#admin-navigation-bar ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#admin-navigation-bar li {
	list-style: none;
	display: inline;
	margin-left: 1em;
	margin-right: 1em;
}

#admin-navigation-logout {
	float: right;
}

#toolbar_minifier {
	margin-top: 22px;
}