@charset "utf-8";
/* CSS Document */

/* Common styles */

body {
	background: url(../images/gray4.jpg) /* repeat-x -y  #e2e2e2 */ ;
	font-family: arial, Verdana, Helvetica, serif;
	/* color: #630 ; */
}

h1 {
	font-family: arial,  Verdana, Helvetica, serif;
	margin: 0;
}

p {
	font-family: Tahoma, Geneva, serif;
	line-height: 140%;
	font-size: .9em;
	
}

/* Wrapper */

#wrapper {
	background: url(../images/gray4.jpg) /* repeat-x -y  #e2e2e2 */ ; /*#e2e2e2 */
	/*margin: auto; */
	margin-left: /* auto */  200px ;
	margin-top: 2px;
	/* padding: 0; */
	width: auto;
	height: auto;
}

/* Header logon yläpuoli */

#header {
	width: 900px;
	height: /* 50*/ 2px;
	background: url(../images/yla2.jpg) /* no-repeat #fff */ ;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	
	/* Kulmien pyÃ¶ristys */
	/*
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px; */
	
	/* Varjot */
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

/* Featured */

#featured {
	width: 900px;
	height: 200px;
	background-color: #fff;
	margin-bottom: 0px;
	padding: 0;
	
	/* Kulmien pyÃ¶ristys */
	/*
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px; */
	
	/* Varjot */
	/*
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4); */
}

/* Tagline */

#tagLine {
	width: 900px;
	height: 2px;
	background: url(../images/yla2.jpg);
	/* background-color:  lightgray /* #fff   ; */
	margin-bottom: 0px ;
	padding: 0px 0px 0px 0px;
	
	/* Kulmien pyÃ¶ristys */
	/*
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px; */
	
	/* Varjot */
	/*
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4); */
}

.slogan {
	font-family: arial, verdana, helvetica, serif;
	font-size: 1.9em;
	font-style: italic;
	font-variant: small-caps;
	font-weight: 300;
	color: /* #333 */ black  ;
	margin: 0;
	padding:  10px 10px 10px 10px /* ylä, oikea,ala,vasen */  ;
}

.paivays {
	font-family: Verdana, Helvetica, serif;
	font-size: .9em;
	color: /* #333 */ black ;
	font-style: italic;
	text-align: right;
	margin: 0;
	padding: 10px 15px 20px 50px /* ylä, oikea,ala,vasen */ ;
}

/* Navigaatio */

#navigation {
	width: 900px;
	height: 50px;
	background-color:  #e2e2e2 ;
	margin-bottom: 0px;
	padding: 0;
	
	/* Kulmien pyÃ¶ristys */
	/*
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px; */
	
	/* Varjot */
	/*
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4); */
}

#nav {
	margin: 0;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 5px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', 		endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */

	//* border: solid 1px #6d6d6d; */
}

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}

/* main level link */

#nav a {
	font-weight: bold;
	font-family: arial, Verdana, Geneva, serif;
	font-size: 0.9em; /* Muutettu .9 --> .8 */
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding:  10px 30px; /* Muutettu 20 --> 15 */
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

/* main level link hover */

#nav .current a, #nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #000000;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

/* sub levels link hover */

#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

/* level 2 list */

#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 220px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

/* dropdown */

#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}

/* level 3+ list */

#nav ul ul {
	float: none;
	left: 200px;  /* 181px; */
	top: -3px;			/* -3px; */
}



/* rounded corners for first and last child */


/*
	#nav ul li:first-child > a {
			 -webkit-border-top-left-radius: 9px;
			 -moz-border-radius-topleft: 9px;
			 -webkit-border-top-right-radius: 9px;
			 -moz-border-radius-topright: 9px;
			 }
			 #nav ul li:last-child > a {
			 -webkit-border-bottom-left-radius: 9px;
			 -moz-border-radius-bottomleft: 9px;
			 -webkit-border-bottom-right-radius: 9px;
			 -moz-border-radius-bottomright: 9px;
			 }

/* clearfix */

#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav {
	display: inline-block;
}

html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}

/* Content */

#content {
	width: 900px;
	height: 600px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: CHOPS;
	src: url(../font/CHOPS.TTF);
}

/* mainContent */

#mainContent {
	float: left;
	margin-bottom: 0px;
}

#mainContent .mainTop {
	width: 600px;
	height: 50px;
	background: /* gold ; */    url(../images/yla3.jpg) no-repeat #fff; 
	margin: 0;
	padding: 0px 0px 0px 0px /* ylä, oikea,ala,vasen */ ;
	/* padding: 0; */
	
	/* Kulmien pyÃ¶ristys */
	/*
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;*/
}


/* tausta MAIN MIDDLE */
#mainContent .mainMiddle {
	width: 600px;
	height: 500px;
	background: /* blue */   url(../images/yla3.jpg) repeat-y #fff  ;
	margin: 0;
	padding: 0;
}

.mainMiddle h2 {
	font-family: CHOPS, Arial, Helvetica, serif;
	font-size: 2.4em;
	text-decoration: underline;
	line-height: 100%;
	font-weight: 500;
	color: black ;  /*#603*/
	margin: 0;
	padding: 10px 10px 10px 25px;
}

.mainMiddle p {
	font-family: sans-serif, CHOPS,arial, Verdana, Helvetica ;
	font-size: .9em;
	color: #333;
	font-style: italic;
	margin: 0;
	padding: 0 20px 10px 25px      /* 0 20px 10px 25px */    ;
}

.mainMiddle img {
	float: left;
	padding:  0px 0px 0px 25px  /* 0 8px 5px 20px */   ;
	margin: 0;
}

.mainMiddle ul.menu {
	font-family: arial, Verdana, Helvetica, serif;
	font-size: .9em;
	font-style: italic;
	color: #666; /* #666*/
	line-height: 150%;
	list-style: circle;
	margin: 0;
	padding: 0px 0px 0px 0px  /* 15px 25px 15px 55px */  ;
}

#mainContent .mainBottom {
	width: 600px;
	height: 50px;
	background: /* red */  url(../images/yla3.jpg) no-repeat #fff   ;
	margin: 0;
	padding: 0;
	
	/*
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px; */
}

/* sideBar */

#sideBar {
	float: left;
	width: 300px;
	height: 600px;
	background: /* yellow */  url(../images/bl1.png)   repeat-y #fff   ;
	margin-bottom: 0px;
	
	/* Kulmien pyÃ¶ristys */
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	/* Varjot */
	/*
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4); */
}

.uutiset h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-decoration: underline;
	font-weight: 400;
	color: white /* #fff */ ;
	text-align: center;
	letter-spacing: 2px;
	padding: 0;
	text-shadow: 0 1px 0 #333, 0 -1px 0 #000;
}

.uutiset p {
	font-family: arial, Verdana, Helvetica, serif;
	font-size: .9em;
	color: #cecece;
	margin: 0;
	padding: 0 10px 10px 25px;
}

.avoinna h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-decoration: /*  underline */ ;
	font-weight: 400;
	color: white /* #fff */ ;
	text-align: left;
	letter-spacing: 2px;
	padding: 60px 0 0 0;
	text-shadow: 0 1px 0 #333, 0 -1px 0 #000;
}

.avoinna p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .9em;
	color: #cecece;
	margin: 0;
	padding: 0 10px 10px 25px;
}

.jotain h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-decoration: underline;
	font-weight: 400;
	color: white /* #fff */ ;
	text-align: left;
	letter-spacing: 2px;
	padding: 85px 0px 0px 0px  /* 85px 0 0 0 */  ;
	text-shadow: 0 1px 0 #333, 0 -1px 0 #000;
}

.jotain img {
	margin: 0;
	padding: 0 0px 0px 30px  /*  0 0px 0px 30px   *//* ylä, oikea,ala,vasen */ ;
}

/* Clear */

#clear {
	clear: both;
}

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	background:/*  red */  url(../images/foot1.jpg) no-repeat #fff ;
	margin: 0;
	padding: 0;
	
	/* Kulmien pyÃ¶ristys */
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	/* Varjot */
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

#footer p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .7em;
	color: white /* #111   */ ;
	font-variant: small-caps;
	text-align: center;
	margin: 0;
	padding: 10px 0 10px 0;
}
