HTML {margin: 0; padding: 0;}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: 200 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	color: #4f412e;
	background:#eeebe1 url(pics/shadow_header.png) top center no-repeat;
}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #0b68a3;}
A:hover {text-decoration: underline;}
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #4f412e;
}
H1 {
	font-weight: 300;
	font-size: 30px;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #4f412e;
}
H2 {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.1em;
	margin: 25px 0 10px;
  	color: #4f412e;
}
H3 {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #4f412e;
}
P {margin: 20px 0 20px; padding: 0;}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 200 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}

/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {
	margin: 30px auto 0;
	width: 960px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	background:transparent;
	padding:0 10px;
}

/* Header
==========*/
#header {
	width:100%;
	overflow:hidden;
}

/* Logo
========*/
#logo {
	padding: 10px 36px;
	float:left;
	margin-bottom: 20px;
}

/* banner
==========*/
.banner {
	float:left;
	clear:both;
}
.banner img {display:block;}
/* Top navigation 
==================*/

#header .dropdownNav {
	background: url("pics/menu_bottom_shadow.png") no-repeat scroll 0 bottom transparent;
	display: inline;
	float: left;
font-family: 'Courgette', cursive;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	height: 40px;
	letter-spacing: 2px;		
	margin: 55px 0 1px 75px;
	overflow: hidden;
	width: 610px;
}
#header .dropdownNav UL {margin: 0; margin-right: 45px; padding: 0; float: right;}

#header .dropdownNav UL LI {
	margin: 0;
	padding: 3px 10px;
	height: 25px;
	list-style-type: none;
	float: left;
	line-height:34px;
}
#header .dropdownNav li UL {float: left; margin: 0;}
#header .dropdownNav UL LI.open {
	background: #473a29 none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#header .dropdownNav UL LI.sub {
	padding-bottom: 10px;
}
	
#header .dropdownNav UL LI A {
	line-height: 25px;
	color: #473a29;
	text-shadow: 0 1px 0 #FFFFFF;
	background-color: transparent;
	font-size: 22px;
	padding: 0;
}
#header .dropdownNav UL LI A:hover{
	color: #67543c;
	text-decoration: none;
}
#header .dropdownNav UL LI A.open {
	color: #ffffff;
	text-shadow: 0 0 0 #000000;
	background-color: transparent;
	font-size: 18px;
}


/* Sub navigation
==================*/

#header .dropdownNav .sub {
    	border-left: 0;
    	border-right: 0;
	margin-top: 7px;
	font: 200 18px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:0;	
	padding: 0;
	overflow: visible;
	width: auto;
}
#header .dropdownNav .sub UL LI {
    border-bottom: 0;
	height: 30px;
float: none;
}

#header .dropdownNav .sub a {
	color: #C6B79B;
    	background: none #473a29;
	text-shadow: 0 0 0 #000000;
	padding-bottom: 0 5px;
}
#header .dropdownNav .sub a:hover {
	color: #C6B79B;
	text-shadow: 0 0 0 #000000;
	background: #725d3e none;
	text-decoration: none;
}
#header .dropdownNav .sub li.open {
	background: #473a29 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#header .dropdownNav .sub UL LI a {
    padding: 5px 10px 8px !important;
font-size: 0.92em;
}
	
/* Content
============*/
#content {
	background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 7px #AAAAAA;
    height: auto;
    margin: 20px 0;
    min-height: 680px;
    overflow: visible;
    padding: 30px;
    position: relative;
}
#main {
	float: left;
	width: 550px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	margin:0 50px 0 0;
	display:inline;

}

.mainText {
		margin-top: 20px;
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 0;
}
.mainText p:first-child {
	margin-top: 0;
	padding-top: 0;
}
.mainText table {
	margin-top: 20px;
}
.mainText ul, .mainText ol {
	margin: 0 0 10px;
	padding-left: 20px;
}
.mainText li {
	line-height:21px;
	padding:0 0 0 12px;
	margin: 0 0 0 10px;

}
#column1, #column2 {
	height: auto;
    min-height: 300px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: -13px;
    width: 280px;
}
#column1 {
		top: 15px
}
.uutiskirjeDiv {
	 position: absolute;
	top: 180px;	
}
.referenssitDiv img {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
		padding: 5px;
		border: 1px solid #cccccc;
		box-shadow: 0 1px 2px #AAAAAA;
}
#column1 .referenssiText {
font-size: 13px;
    margin-left: 130px;
	margin-top: 20px;
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column1 h2 {
	background:transparent url(pics/ribbon_block.png) top center no-repeat;
font-family: 'Courgette', cursive;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 0;
	width: 280px;
}
#column1 h2 span {
	background:transparent url(pics/icon_twitter.png) 20px 18px no-repeat;
	height: 30px;
	padding-left: 70px;
	padding-top: 20px;
	display: block;
}
#column1 h2 span#uutiskirjeSpan {
	background:transparent url(pics/icon_tilaa_uutiskirje.png) 20px 15px no-repeat;
}
#column1 h2 span#referenssitSpan {
	background:transparent url(pics/icon_referenssit.png) 20px 15px no-repeat;
}

#column1 p {
		margin: 0 0 0 10px;
		padding-top: 0;
}
#column1 form, #column1 p, .twitterPosts {
	margin: 0 20px;	
}
#column1 form {
	margin-right: 0;	
}
.twitterPosts {
	margin-right: 30px;	
}
#column1 input[type=text] {
		background:#EEEBE1 none;
		border: 0 none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: inset 0 1px 0 #888;
		-webkit-box-shadow: inset 0 1px 0 #888;
		box-shadow: inner 0 1px 0 #888;
		padding: 5px;
		font-size: 15px;
		color: #4f412e;
		width: 180px;
}
#column1 input[type=submit] {
		background:transparent url(pics/tilaa_uutiskirje_submit.png) -2px center no-repeat;
		border: 0 none;
		height: 30px;
		margin-left: 10px;
		text-indent: -1000px;
}

#column2 {
top: 340px;
}
/* Twitter-nosto*/
.twitterHeading {
	background:transparent url(pics/ribbon_block.png) top center no-repeat;
}
.twitterHeading a {
font-family: 'Courgette', cursive;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 2px;
	background:transparent url(pics/icon_twitter.png) 20px 18px no-repeat;
	display: block;
	color: #ffffff;
	height: 30px;
	padding-left: 70px;
	padding-top: 25px;
}
.twitterHeading a:hover {
	text-decoration: none;
}
.twitterFeedDescription, .twitterFeedLocation, .twitterFeedLogo {
	display: none;
}
.twitterPost {
	margin: 10px 0;
	border-bottom: 1px solid #4f412e;
}
.twitterPost:last-child {
	border-bottom: 0;
}
.twitterImage {
	padding-top: 10px;
}
.twitterImage img {
	float: left;
	margin-left: 5px;
	box-shadow: 0 0 4px #AAAAAA;
}
.twitterPostText {
	margin-top: 0;
	margin-left: 75px;
	padding-top: 0;
	font-size: 13px;
}
.twitterPostTime {
	margin: 10px 0 10px 75px;
	font-size: 12px;
}
.clearDiv {
	clear: both;
}


/* Footer
===========*/
#footer {
	margin: 0;
	width: 100%;
	overflow: hidden;
	color: #4f412e;
	padding: 0;
	position: relative;
	z-index: 10;
}

#footer h3 {
font-family: 'Courgette', cursive;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 2px;
}
#footer a {color:#725d3e;}
#footer table, #footer tr, #footer td {
		vertical-align: top;
}
#footer td {
	padding-right: 40px;
	 width: 250px;
}
#footer td:first-child {
		width: 250px;
}
#footer td:last-child {
	padding-left: 40px;
	padding-right: 0;
	width: 180px;
}
#footer a:first-child img {
		margin-right: 30px;
}
#footerCenter {
	width: 900px;
	margin:0 auto 70px;
}
#footer p {
	margin:0;
	padding:0;
}
#footer p span {padding:0 28px 0 0;}

.bottomRibbon {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 70px;
		background: #ffffff none;
		box-shadow: 0 0 7px #AAAAAA;
}
.bottomRibbonContent {
		margin: 0 auto;
    		padding-top: 10px;
    		width: 940px;
}
#footer .bottomRibbon img {
		margin-right: 50px;
}

#footer .bottomRibbon a:last-child img {
		margin-right: 0;
}



/* Uutiset */
.newsList {
		padding-top: 0;
}
.newsImage {
margin-top: 15px;
}
.newsImage IMG {
	float: right;
margin-left: 20px;
margin-bottom: 20px;
}

.newsTitle {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.4em;
	margin: 0;
	margin-top: 30px;
  	color: #4f412e;
}
.newsTitle a {
	  	color: #4f412e;
}
.newsView .newsTitle {
	margin-top: 0;
}
.newsText {
		margin-top: 0;
		padding: 0;
}
.newsText .newsDate {
		padding-bottom: 5px;
}
.newsMainTitle {
font-weight: 300;
	font-size: 30px;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #4f412e;
margin-top: 0;
    padding-top: 0;
}
.facebookLike {
		margin-top: 30px;
}

/* Blog */

.wordpressContent .navigation, .entry-utility, #comments {
	display: none;
}
.postView h1, h1.page-title {
	margin-top: 0;
	padding-top: 0;
}
h1 .vcard {
	padding-left: 10px;
}
.entry-summary, .entry-content {
	margin-top: 10px;
}

/* Yhteystiedot*/
.polaroidit div {
position: relative;
top: -75px;
left: 20px;
}
.polaroidit div p {
padding: 0;
margin: 0;
font-size: 13px;
line-height: 1.2;
}
.polaroidit .twittermanteli {
position: absolute;
bottom: 0;
left: 140px;
}

/* contactForm */

.contactFormDiv {
	position: fixed;
	top: 170px;
	left: -305px;
	display: block;
	background: transparent url(pics/contactForm.png) top center no-repeat;
	width: 480px;
	color: #725d3e;
	z-index: 1;
	overflow:visible;
}
.contactFormDiv .handle {
	height: 52px;
	width: 100%;
	cursor: pointer;
}
.contactFormDiv form {
	padding: 0 0 0 35px;
    	width: 270px;
	display: none;
}
#footer .contactFormDiv p {
	margin: 10px 0;
}

.contactFormDiv a, .contactFormDiv a:visited{
	margin: 0;
	padding: 0;
	color: #9FC54E;
	text-decoration: none;
	border-bottom: 1px solid #9FC54E;
}

.contactFormDiv a:hover, .contactFormDiv a:visited:hover{
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.contactFormDiv input, .contactFormDiv textarea {
	padding: 5px;
	-moz-box-shadow: inset 0 1px 0 #888;
	-webkit-box-shadow: inset 0 1px 0 #888;
	box-shadow: inner 0 1px 0 #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff none;
	border: 1px solid #cccccc;
	width: 230px;
}
.contactFormDiv input[type=submit] {
	background: #00B6BF none;
	border: 1px solid #00969d;
	-moz-box-shadow: inset 0 1px 0 #00969d;
	-webkit-box-shadow: inset 0 1px 0 #00969d;
	box-shadow: inner 0 1px 0 #00969d;
	width: 130px;
	font-size: 16px;
	color: #ffffff;
	margin-left: 50px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-appearance: none;
}
.contactFormDiv .mainText {
	margin-top: 20px;
	margin-left: 5px;
}
.contactFormDiv .mainText h1 {
	font-size: 24px;
}
#thankYou, #thankYouMailing {
	display: none;
	position: absolute;
	top: 55px;
	left: 35px;
}
.mailingFormDiv {
	position: relative;
}

.mailingFormDiv p {
	position: absolute;
	top: 55px;
	left: 0px;
}
#thankYouMailing {
	display: none;
	position: absolute;
	top: 25px;
	left: 20px;
}
.mainText iframe {
		padding: 10px;
		border: 1px solid #cccccc;
		box-shadow: 0 1px 2px #AAAAAA;
}

/* Dialog*/
.ui-widget-header, .ui-widget-content {
		background: #ffffff none;
		border: 0;
}
.ui-dialog {
		z-index: 1000;
		background: #ffffff none;
		padding: 20px;
		border: 1px solid #4F412E;
		box-shadow: 0 1px 2px #000000;
}
.ui-widget-overlay {
		background: #000000;
		left: 0;
    		position: absolute;
    		top: 0;
		opacity: 0.5;
}
.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #00B6BF none;
	border: 1px solid #00969d;
	-moz-box-shadow: inset 0 1px 0 #00969d;
	-webkit-box-shadow: inset 0 1px 0 #00969d;
	box-shadow: inner 0 1px 0 #00969d;
	padding: 5px 15px;
	font-size: 16px;
	color: #ffffff;
	margin-left: 50px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float: right;
}
.ui-dialog-buttonpane {
		height: 30px;
		margin-top: 20px;
}
.ui-icon, .ui-widget-content .ui-icon {
		display: none;
}
#ui-dialog-title-dialog {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #4f412e;
}
.ui-widget {
		font: 200 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #4f412e;
}
.contactsDiv {
		padding: 10px;
		border: 1px solid #cccccc;
		box-shadow: 0 1px 2px #AAAAAA;
		margin: 30px 0;
		background: #ffffff none;
		width: 610px;
}
table.contacts {
		background: #EEEBE1 none;
		margin: 0;
		padding: 20px;
		width: 610px;
}

table.contacts h2, table.contacts p {
		margin: 0;
}

.referenssitTableDiv {
		padding: 10px;
		border: 1px solid #cccccc;
		box-shadow: 0 1px 2px #AAAAAA;
		margin: 30px 0;
		background: #ffffff none;
		width: 520px;
}
table.referenssitTable {
		background: #EEEBE1 none;
		margin: 0;
		padding: 20px;
		width: 520px;
}
table.referenssitTable td:first-child {
		width: 200px;
}
table.referenssitTable h2 {
		margin-top: 0;
}
.tuotebanner p {
		margin: 0;
}

.rightFloatedImage {
		float: right;
		margin-left: 50px;
}
.bottomPicture {
		position: absolute;
		bottom: 0;
		right: 380px;
}

table.almondimaaniset h2 {
		margin: 0;
		margin-top: 20px;
}

.otaYhteyttaBtn {
	background: #00B6BF none;
	border: 1px solid #00969d;
	-moz-box-shadow: inset 0 1px 0 #00969d;
	-webkit-box-shadow: inset 0 1px 0 #00969d;
	box-shadow: inner 0 1px 0 #00969d;
	font-size: 16px;
	color: #ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px 10px;
	margin: 15px 0;
	-webkit-appearance: none;
}

.breadCrumb {
	position: absolute;
	top: 20px;
	left: 30px;
}

/* Blogi */

.wp_tagcloud, .wp_archive {
	float: right;
}
.wp_default {
	float: left;
}

/*  Etusivun slidet  */


.slideshowWrapper .superslider .slideDesc .slideTitle {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #4f412e;
		font-size: 75px;
		font-weight: 100;		
}
.slideshowWrapper .superslider .slideDesc .slideText  {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #4f412e;
		font-size: 17px;
		font-weight: 200;
		line-height: 23px;
		margin-top: 65px;
		width: 440px;
}

.slideshowWrapper .slideLink {
		margin: 40px 0 0;
}

.slideshowWrapper .superslider .slideDesc .slideLink a {
	background: #00B6BF none;
	border: 1px solid #00969d;
	-moz-box-shadow: inset 0 1px 0 #00969d;
	-webkit-box-shadow: inset 0 1px 0 #00969d;
	box-shadow: inner 0 1px 0 #00969d;
	font-size: 16px;
	color: #ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px 10px;
	text-decoration: none;
}

.slideshowWrapper .superslider .slideDesc {
	left: 67px;
	top: 87px;
}

.slideshowWrapper .superslider .arrow {
	z-index: 9999;
}

.slideshowWrapper .superslider .supersliderContent .next {
	right: -8px;
}




body .newsImage IMG {
    float: left;
    padding: 30px 20px 5px 0;
}
body .newsText IMG.floatedLeft {
    margin-right: 20px;
	margin-bottom: 20px;
}