/*
Ilmari CSS
Typografiaa ja sisältöalueen elementtejä määritellään content.css-tiedostossa!
*/


body {
	text-align: center;
	background: #000000 url("/img/kotimaki/bodybg.png") no-repeat top center scroll;
	padding-top: 26px;
}

#wrapper1 {
	margin:0; 
	padding: 0;
}

div#divbody {
	background-color: #fff;
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: left;
}


/* YLÄNAVIGOINTI */
div#navigation {
	height: 41px;
	clear: both;
	background: #2c75ab url('/img/kotimaki/navbg.png') repeat-x top left scroll;
}
	ul#ulTopnavi {
		height: auto;
		list-style-type: none;
	}
	ul#ulTopnavi li {
		float: left;
		list-style-type: none;
		margin: 0; padding: 0;
		border-right: 1px solid #797474;
	}
	ul#ulTopnavi li.last {
		border-right: 0;
	}
	ul#ulTopnavi li a { 
		font-family: Georgia, sans-serif;
		color: #fff;
		/* background-color: #eee;  */
		float: left; display: block; 
		padding: 0 24px;
		height: 41px;
		line-height: 41px;
	}
	ul#ulTopnavi li a:hover { 
		background: #2c75ab url('/img/kotimaki/navhover.png') repeat-x top left scroll;
		/* background-color: #ccc; */
	}
	ul#ulTopnavi li.current a {
		background: #2c75ab url('/img/kotimaki/navhover.png') repeat-x top left scroll;
	}
	ul#ulTopnavi li.current a:hover {}




/***************************************
* SISÄLTÖOSA                           *
***************************************/

div#content {
	clear: both;
	padding:0;
}







/* Vasemman ja oikean reunan marginaalit. */
td#contentcell {
}
td#contentcell-width-subnav  table { 
margin: 10px;
}


#front-page-content-cell {
	padding: 0 10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

div.contentwrapper {
	position: relative;
	display: block;
	padding: 15px;
	
}






div#frontpageboxes {
	margin: 10px 0;
}
	div#frontpageboxes div {
		width: 220px;
		float: left;
		margin: 0 8px 0 0;
		background-color: #f4f4f4;
		padding: 16px;
	}
	div#frontpageboxes h3 {
		color: #4a82af;
		margin: 0;
		padding-bottom: 4px;
		border-bottom: 1px dotted #4a82af;
	}
	div#frontpageboxes h3 a {
		color: #4a82af;
	}





td.spot-cell {
	vertical-align: top; text-align: left;
}
	div.spot h1,	div.spot h2,	div.spot h3,	div.spot h4,
	div.spot h1 a,div.spot h2 a,div.spot h3 a,div.spot h4 a{ 
		color: #fff !important; 
		font-weight: bold;
		font-size: 100%;
	}
	div.spot p,	div.spot p a { 
		color: #fff; 
		font-weight: normal;
		font-size: 100%;
	}




td#leftmenucell,
td#rightspotcell {
	vertical-align: top;
	background: #282928 url("/img/kotimaki/sidebar-topbg.png") repeat-x top left scroll;
}


td#leftmenucell h1, td#leftmenucell h2, 
td#rightspotcell h1, td#rightspotcell h2   {
	color: #fff;
	margin: 5px 0;
	font-size: 12px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ffffff;
}


td#leftmenucell div.inner {
	padding: 0 10px 20px 10px;
	width: 180px;
}

td#rightspotcell div.inner {
	padding: 0 10px 20px 10px;
	width: 180px;
}

div.sidebar-contactinfo {
	margin-top: 20px;
	color: #fff;
}
div.sidebar-contactinfo h3 {
	color: #fff;
	margin: 5px 0;
	font-size: 12px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ffffff;
}
div.sidebar-contactinfo p {
	margin: 5px 0;
	color: #fff;
	font-size: 12px;
}
	
	
/* Sivunavigaatio */
h1.subnavigation-title {
	color: #fff;
	margin: 15px 0 5px 0;
	font-size: 12px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ffffff;
	font-weight: bold;
}
div.subnavigation { margin-left: 10px;}

	div.subnavigation li h3, 
	div.subnavigation li h3 a:link,
	div.subnavigation li h3 a:visited,
	div.subnavigation li h3 a:active {
		font-size: 100%;
		color: #fff;
		font-weight: normal;
	}
	div.subnavigation li h3 a:link,
	div.subnavigation li h3 a:visited,
	div.subnavigation li h3 a:hover,
	div.subnavigation li h3 a:active {
		padding-left: 10px;
		background: url('/img/kotimaki/spotarrow.png') no-repeat center left scroll;
	}
	
	div.subnavigation li.current h3, 
	div.subnavigation li.current h3 a:link,
	div.subnavigation li.current h3 a:visited,
	div.subnavigation li.current h3 a:active {
		font-size: 100%;
		color: #fff;
		font-weight: bold;
	}
	
	.menulevel1 li a { font-weight: normal; }
	.subnavigation li.current li a { font-weight: normal !important; }
	.subnavigation li.current li.current a { font-weight: bold !important; }
	

	/* listan määrityksiä */
	div.subnavigation ul { margin: 0; padding: 0; list-style-type: none; }
	.menulevel0 li { margin: 6px 0; padding: 0; list-style-type: none; }
	.menulevel1 li { margin: 2px 0 0 10px !important; padding: 0; list-style-type: none; }
	.menulevel1 li {
		font-size: 95%;
	}


	
	
div#uutiset {
	margin-top: 15px;
}

	
	
	
div#footer {
	clear: both;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding-bottom: 0 !important;
	background-color: #5d5d5d;
	text-align: center;
	color: #fff;
	width: 950px;
	margin: 0 auto;
}	
	
	
	
	
#gallery div {
	margin: 10px;
	float: left;
	height: 120px;
	width: 150px;
}
	

/***************************************
* KALENTERI                            *
***************************************/

a.calendar,
a.calendar:link {
	color: #ff0000;
	text-decoration: none;
}

a.calendar:visited {
	color:#ff0000;
	text-decoration: none;
}

a.calendar:hover {
	color:#ff0000;
	text-decoration: none;
}

.calendartitle {
	background: #eecc66;
	color: #233c65;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 10pt;
}

.calendardaystitle {
	background: #eecc66;
	color: #233c65;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 8pt;
}

.calendardays {
	background: #f0f0f0;
	color: #000000;
	font-family: arial, helvetica;
	font-size: 8pt;
}

.calendartoday {
	background: #e7e3d5;
	color: #000000;
	font-family: arial, helvetica;
	font-size: 8pt;
}

.calendarevent {
	background: #cccccc;
	font-size: 8pt;
}








/***************************************
* FORUM                                *
***************************************/

.forumtitle {
	background: #eecc66;
	color: #233c65;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 10pt;
}

.forumbg1 {
	background: #e7e3d5;
	color: #000000;
}

.forumbg2 {
	background: #f0f0f0;
	color: #000000;
}

.forumbg {
	background: #ffffff;
}

















/***************************************
* ETUSIVU / TIEDOTELISTAUS             *
***************************************/

/* Uutiset etusivun vasemmassa laidassa */
div#uutiset	{ color: #fff; }
div#uutiset	div.newsitem { }
div#uutiset	div.newsitem h3 a { 
	display: block;
	color: #eee; 
	font-size: 12px; 
	padding-left: 24px;
	background: url('/img/kotimaki/spotarrow2.png') no-repeat 2px 5px scroll;
}









/***************************************
* TUOTEKORTIT JA TUOTELISTAUS          *
***************************************/


a.card:link,
a.card:visited,
a.product:link,
a.product:visited {
  color: #000000;
  font-weight: bold;
}

.card_image {
  padding-right: 10px;
}

img.product {
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
  padding: 1px;
}

div.card_desc {
  color: #707070;
}










/***************************************
* ÄLÄ KOSKE NÄIHIN                     *
***************************************/

a.nounderline:link,
a.nounderline:visited,
a.nounderline:hover {
	text-decoration: none;
}

.littletitle {
	font-weight: bold;
}

.fullwidth {
	width: 100%;
}
