/*************************************
 * Yleiset
 *
 */

body {
	font: normal 80% "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	background-color: #f7f7f7;
	color: black;
	margin: 0;
	padding: 0;
}

.active {
	color: #949238;
}

.centered {
	text-align: center;
}

/*****************************************
 * 
 * Peruselementit
 * 
 */

p { 
	margin: 0 0 1.2em 0;	 
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

ol li {
}

img {
	margin: 0;
	padding: 0;
	border: 0;
} 

address {
	font: bold 1em/1.2em Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	padding: 1em;
	background-color: #c0d72a;
}

a {
	border: 0;
}

a:link, a:visited {	color: #949238;	text-decoration: none; }
a:hover, a:active {	color: #949238;	text-decoration: underline; }

h1, h2, h3 {
	padding: 0 1em 0 0;
	margin: 0 0 1.4em 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;	
}

h1 {
	font-size: 1.2em;
}


h2 { 
	font-size: 1.1em;	
}

h3 {
	font-size: 1em;
	margin-bottom: 0;
	line-height: 1.2em;
}

#content img {
	margin: 3px 0 6px 0;
}

/********************************************
 * Layout-palaset
 *
 */

div#page {
	width: 865px;
	margin: 0;
	text-align: left;
	background-color: transparent;
	position: relative;
	clear: both;
	background-image: url(../images/page-background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 1024px;
	height: auto !important;
	height: 1024px;
}

div#logo {
	position: absolute;
	top: 29px;
	left: 31px;
	padding: 0;
	z-index: 1;
}

div#wrapper {
	padding: 129px 0 0 0;
	margin-left: 33px;
}

div#navigation {
	background-color: transparent;
	position: relative;
	float: left;
	width: 164px;
}

div#imagestrip {
	background-color: #eee;
	width: 145px;
	z-index: 200;
	position: absolute;
	right: 0px;
	top: 138px;
	height: 455px;
	overflow: hidden;
}

div#imagestrip img {
	width: 145px;
	height: 455px;
}
div#breadcrumbs {
	font-size: 90%;
	padding: 32px 0 0.4em 0;
}

div#breadcrumbs .current {
	color: #949238;
}

div#breadcrumbs a {
	color: black;
}

div#content {
	padding: 0 170px 12px 36px;
	position: relative;
	min-height: 452px;
	height: auto !important;
	height: 452px;
	margin: 0 0 0 171px;
	background-color: #fcfcfc;
	background-image: url(../images/content-background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


div#footer {
	clear: both;
	padding-top: 12px;
	margin: 0 0 0 171px;
}

div#footer p {
	text-align: center;
	line-height: 1em;
	font-size: 0.9em;
}

/***************************************
 * Linkkilistat
 *
 */


#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li ul {
	padding-top: 0.2em;
}

#navigation ul li,
#navigation li ul li
 {
	margin: 0;
	display: block;
	padding-left: 0.5em;
}

#navigation ul li {
	padding: 0 6px 1.4em 0;
}

#navigation ul li ul li {
	padding-bottom: 0.2em;
}

#navigation ul li a {
	color: black;
	font: bold 1em "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	font-size: 1.1em;
}

#navigation ul li ul li a {
	font-size: 0.9em;
}

#navigation ul li ul li ul li a {
	font-size: 0.8em;
	font-weight: normal;
}

#navigation ul li a:hover,
#navigation ul li a.active {
	text-decoration: none;
	color: #949238;
}

#navigation li ul li a:hover,
#navigation li ul li a.active {
	text-decoration: none;
	color: #949238;
}

/*****************************************
 * 
 * Tiedotelistaukset, Ruokalistalistaukset
 * 
 */
.items_container {
}

.item {
	margin: 1em 0 1em 10px;
	position: relative;
	clear: right;
}

.item_heading {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-right: 80px;
}

.item_date {
	float: right;
	font-size: 75%;
	width: 70px;
	height: 20px;
	overflow: hidden;
	text-align: right;
}

.item_image {
	float: left;
	padding-right: 12px;
}

.item_image img {
	width: 100px;
}

.item_summary {
	margin-bottom: 0.5em;
}

.item_link {

}

.item_navi {
	text-align: center;
	margin: 1.6em 0 2em 0;
}

.inactive {
	color: #ccc;
}

/*****************************************
 * 
 * Tiedote
 * 
 */

.info_date {
	font-weight: bold;
	margin-bottom: 1em;
}

.info_summary {
}

.info_image {
	margin-bottom: 1em;
}

.info_content {
	margin-bottom: 2em;
}

.info_extra {
	margin-bottom: 1em;
}

.info_author {
	margin: 1em 0;
}

.info_link {
}

 
 /*****************************************
 * 
 * Ruokalista
 * 
 */

.food_item {
	margin: 1em;
}

.food_date {
	font-weight: bold;
	margin-bottom: 1em;
}

.food_summary {
}

.food_image {
	margin-bottom: 1em;
}

.food_content {
	margin-bottom: 2em;
}

.food_extra {
	margin-bottom: 1em;
}

.food_author {
	margin: 1em 0;
}

.food_link {
}

/*****************************************
 * 
 * Lomakkeet
 * 
 */
input, textarea {
	border: 1px solid #999;
}

div.form_row {
	padding: 0.3em;
}

#cse-search-results iframe {
	width: 560px;
}

/*****************************************
 * 
 * Spessut
 * 
 */

#imagemapflash, #imagemapjs, #imagemap {
	margin: 0 0 2.4em 0;
}



.todo {
	display: block;
	color: #c00000;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	padding: 15px 1em 15px 52px;
	background-image: url(../images/to-do.gif);
	background-position: 7px 5px;
	background-repeat: no-repeat;
	min-height: 1.8em;
	height: auto !important;
	height: 1.8em; 
	margin: 1em 0;
}


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.hidden {
	display: none;
}
