/**
 *  tausta: #3d8eb0
 *  musta: #000
 *  teksti: #fff
 *
 *  font: style                 variant           weight      size/line-height       face
 *  font: normal/italic/oblique normal/small-caps normal/bold 1em/1.5em Arial, sans-serif;
 */


/*==================================*/
/*alustus*/

body, p, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, hr, blockquote, cite
{
	margin: 0px; padding: 0px; font: normal normal normal 11px/18px "Lucida Grande", "Trebuchet MS", sans-serif;
	vertical-align: top; border: none;
}

body {
	background: #3d8eb0;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
	background: url(/sakamies/images/site/link.png) bottom left repeat-x;
}
a:hover {
	/* text-decoration: underline; */
	background: url(/sakamies/images/site/link-hover.png) bottom left repeat-x;
}
a:visited {
	
}
h1 a, h2 a, h3 a {
	background: url(/sakamies/images/site/link2px.png) bottom left repeat-x;
}

/* end alustus */


/* basic typography */

body {
	text-shadow: #000 0px 0px 0px;
}

h1 { font-size: 17px; line-height: 18px; margin: 0px 0px 0px 0px; padding: 18px 0px 0px 0px; }

h2 { font-size: 13px; line-height: 18px; margin: 0px 0px 0px 0px; padding: 12px 0px 6px 0px; }

h3 { font-size: 17px; line-height: 18px; margin: 0px 0px -2px 0px; padding: 2px 0px 0px 0px; }

h4 { font-size: 13px; font-weight: bold; line-height: 18px; margin: -6px 0px 0px 0px; padding: 0px 0px 6px 0px; }

p, ul, ol { font-size: 11px; line-height: 18px; margin: 0px 0px 0px 0px; padding: 4px 0px 14px 0px; }

li { font-size: 11px; line-height: 18px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

blockquote { padding-left: 2em }
/* unicode problem &lsquo; ja &rsquo;-> */ /* blockquote:before { content: "“" } blockquote:after { content: "”" } */

p.summary { font-style: italic; margin-bottom: -18px }

#salt_pepper p {
	font-family: Georgia, serif;
	font-size: 12px;
	text-align: left;
}

/* end basic typography */


/* layout */

#wrap {
	width: 909px;
	margin: auto;
}

.section {
	width: 243px;
	padding: 0px 9px 0px 9px;
	float: left;
}

#sweet_sour {
	width: 369px;
}

/* end layout */


/* section specifics */
#head {
	background: url(/sakamies/images/site/ukko-head.png) 253px 0px no-repeat;
	height: 288px;
}
	#head h1 {
		padding-left: 9px;
		padding-right: 9px;
		margin-left:261px;
		position: relative;
		top: 252px;
	}
	#head h1 a { background: none; }

#chili {
	text-align: right;
}
	#chili #dropbox {
		position:relative;
		left: -23px;
		margin-bottom: -30px;
		z-index: 2;
	}
	#dropbox a, #chili h2 a, #dropbox-lite a { background: none; } #chili h2 a:hover { background: url(/sakamies/images/site/link-hover.png) bottom left repeat-x; }

#salt_pepper {
	background: #000;
	padding-bottom: 36px;
	position: relative;
	z-index: 200;
}
	#salt_pepper h2 a {
		background: none;
	}
	#salt_pepper h2 a { background: none; } #salt_pepper h2 a:hover { background: url(/sakamies/images/site/link-hover.png) bottom left repeat-x; }


#sweet_sour {

}
	#sweet_sour h2 a { background: none; } #sweet_sour h2 a:hover { background: url(/sakamies/images/site/link-hover.png) bottom left repeat-x; }
	
/* end section specifics */


