/* HTML5 Boilerplate  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none }
[hidden] { display: none }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-family: sans-serif; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
a { color: #00e }
a:visited { color: #551a8b }
a:hover { color: #06e }
a:focus { outline: thin dotted }
a:hover, a:active { outline: 0 }
abbr[title] { border-bottom: 1px dotted }
b, strong { font-weight: bold }
blockquote { margin: 1em 40px }
dfn { font-style: italic }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none }
q:before, q:after { content: ""; content: none; }
small { font-size: 85% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em }
sub { bottom: -0.25em }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden }
figure { margin: 0 }
form { margin: 0 }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid { }
input:invalid, textarea:invalid { background-color: #f0dddd }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


body {
	font: 14px Arial,Geneva,Helvetica,sans-serif;
	background:#F6F6F6;
	margin: 0;
	padding: 0;
	color: #333;
	min-width:960px;
	min-height:600px;
	line-height:20px;
}
p{line-height: 20px;}
/*p:first-letter{font-size:20px; font-weight:bold; letter-spacing: 1px;}*/
.bg{
	width:100%;
	height:100%;
	background:#F6F6F6 no-repeat center top;
	margin:0 auto;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding: 5px 5px 0px 5px;
	margin-bottom:5px;
	font-family:'Myriad',Helvetica, Arial,sans-serif;
	color:#72c200;
	font-weight: normal;
	padding-bottom:10px;
	margin-bottom:10px;
}
h1 {
	font-weight: 700;
	font-size:36px;
	line-height: 40px;
}
h2 {
	font-weight: 600;
	font-size:20px;
	border-bottom:1px solid #EEE;
	
}
h3 {
	font-weight: 600;
	font-size:16px;
	border-bottom:1px solid #EEE;

}
p {
	margin-top: 0;
	padding: 3px 5px 5px 5px;
	margin-bottom:5px;
	font-size:14px;
}
a img {
	border: none;
}
a:link {
	color: #339933;
	text-decoration: underline;
	-webkit-transition: all 0.15s ease-out;
		-moz-transition: all 0.15s ease-out;
        -ms-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
		transition: all 0.15s ease-out;
}
a:visited {
	color: #339933;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color:#333;
}
.container {
	height:100%;
	max-width: 1200px; min-height: 750px; min-width: 960px; 
	overflow:hidden;
	margin: 20px;
	padding:0;
	min-width:700px;
	min-height:600px;
	background:#FFF;
	padding: 30px;
	border-radius:3px;
	-webkit-box-shadow:  0px 2px 6px 1px rgba(0, 0, 0, 0.25);
    box-shadow:  0px 2px 6px 1px rgba(0, 0, 0, 0.25);
    border:1px solid #EEE;
    position:relative;
}

/* Columns for responsive*/
.column1 {width:100%;}
.column2, .column4-2, .column6-3 { float: left; width: 50%; }
.column3, .column6-2 { float: left; width: 33.33%; }
.column2Left{ float: left; width:49%; margin-right: 1%;}
.column2Right{ float: left; width:49%; margin-left: 1%;}
.column3Left{ float: left; width:32.33%; margin-right: 1%;}
.column3Right{ float: left; width:32.33%; margin-left: 1%;}
.column3-2Left{ float: left; width:65.33%; margin-right: 1%;}
.column3-2Right{ float: left; width:65.33%; margin-left: 1%;}
.column3-2, .column6-4 { float: left; width: 66.66%; }
.column4 { float: left; width: 25%; }
.column4-3 { float: left; width: 75%; }
.column5{float:left; width:20%;}
.column5Left{float:left; width:19%; margin-right:1%;}
.column5-2{float:left; width:40%;}
.column5-2Left{float:left; width:39%; margin-right:1%;}
.column5-2Right{float:left; width:39%; margin-left:1%;}
.column5-3{float:left; width:60%;}
.column5-3Left{float:left; width:59%; margin-right:1%;}
.column5-3right{float:left; width:59%; margin-left:1%;}
.column5-4{float:left; width:80%;}
.column6{float:left; width:16.66%;}
.column6-5{float:left; width:83.33%;}
.prepend6 {margin-left:16.66%;}
.prepend5 {margin-left:20%;}
.prepend4 {margin-left:25%;}
.prepend3 {margin-left:33.33%;}
.prepend2 {margin-left:50%;}
/* Margin styles for em based*/
.mr{margin-right:1em !important;}
.ml{margin-left:1em !important;}
.mt{margin-top:1em !important;}
.mb{margin-bottom:1em!important;}
/* Margin styles for specific*/
.mr10{margin-right:10px !important;}
.ml10{margin-left:10px !important;}
.mt10{margin-top:10px !important;}
.mb10{margin-bottom:10px !important;}
/* Margin styles for none*/
.mr0{margin-right:0px !important;}
.ml0{margin-left:0px !important;}
.mt0{margin-top:0px !important;}
.mb0{margin-bottom:0px !important;}

div.header {
	padding: 0px;
	position: relative;
}
div.header img {
	margin-top:-10px;
	margin-bottom:10px;
}

.cornerFill {
background: #72c200;
background: -moz-linear-gradient(45deg, #72c200 50%, #68b001 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(50%,#72c200), color-stop(100%,#68b001));
background: -webkit-linear-gradient(45deg, #72c200 50%,#68b001 100%);
background: -o-linear-gradient(45deg, #72c200 50%,#68b001 100%);
background: -ms-linear-gradient(45deg, #72c200 50%,#68b001 100%);
background: linear-gradient(45deg, #72c200 50%,#68b001 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72c200', endColorstr='#68b001',GradientType=1 );
	height:	155px;
	width: 200px;
	position:absolute; 
	right:0px;
	top:0px;
}
.corner {
	border-color: transparent transparent #FFF transparent;
	border-style: solid;
	border-width: 0px 200px 155px 0px;
	height: 0px;
	width: 0px;
	position:absolute; 
	right:0px;
	top:0px;
}


/* The main menu div. */
div.menu {
	font-size: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family:'Myriad',Helvetica,sans-serif;
	border-bottom:1px solid #68b001;
	border-top:1px solid #72C200;
}
div.menu ul {
	list-style:none;
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}
div.menu li {
	margin: 0px 0px 0px 0px;
	float: left;
}
div.menu a {
	display: block;
	padding: 10px 20px 10px 20px;
	color: #72c200;
	text-decoration: none;
	font-weight:400;
	-webkit-transition:background 0.25s ease-out;
	-moz-transition:background 0.25s ease-out;
	-o-transition:background 0.25s ease-out;
	transition:background 0.25s ease-out;
	text-transform:uppercase;
}

div.menu li a:hover, div.menu li a.active {
	background: #72c200;
	color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 0px;
	text-decoration: none;
	-webkit-transition:background 0.25s ease-out;
	-moz-transition:background 0.25s ease-out;
	-o-transition:background 0.25s ease-out;
	transition:background 0.25s ease-out;
}
.content {
	padding: 10px 0px 20px 0px;
	overflow:auto;
	font-size:14px;
	overflow:hidden;
}
.lift {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	max-height:350px;
	overflow:hidden;
	border: 1px solid #68b001;
	position:relative;
}
.lift img{
	width:100%;
	margin:0 auto;
}

.noLimit{max-height:none;}
.writer {
	height:317px;
	background: url(../img/satupata_writer.jpg) no-repeat;
}
.contact {
	height:317px;
	background: url(../img/yhteystiedot.jpg) no-repeat;
}

.message {
	width:49%;
	color:#FFF;
	background: #72c200;
	background: -moz-linear-gradient(45deg, #72c200 50%, #68b001 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(50%,#72c200), color-stop(100%,#68b001));
	background: -webkit-linear-gradient(45deg, #72c200 50%,#68b001 100%);
	background: -o-linear-gradient(45deg, #72c200 50%,#68b001 100%);
	background: -ms-linear-gradient(45deg, #72c200 50%,#68b001 100%);
	background: linear-gradient(45deg, #72c200 50%,#68b001 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72c200', endColorstr='#68b001',GradientType=1 );
	margin: 0px 0px 0px 0px;
	position:absolute; 
	z-index:100;
	bottom: 20%;
	right:0px;
}
.message h1{color:#FFF; padding:0; margin: 20px;}
.message p {
	font-style:italic;
	font-size:18px;
	font-family: Georgia,Helvetica, Arial,sans-serif;

}
.maincontent {
	/*-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
	padding:0px 25px 0px 25px;*/
	
}

.columnContent{
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
	
}

.contentBox{
	margin:20px 0px;
}
.orderForm{
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	padding: 30px 30px 0px 30px;
}

.orderForm form
{
	border:1px solid #EEE;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
}
dt{
	float:left;
	clear:both;
	width:150px;
	padding:5px;
}
dd{
	float:left;
	padding:5px;
}

select{
	width:350px;
}
textarea, input, select{
	border:1px solid #CCC;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#FCFCFC;
	font-size:14px;
}
input{
	width:350px;
}
textarea:focus, input:focus, select:focus, input:hover, textarea:hover, select:hover{
	border:1px solid #CCC;
	padding:5px;
	background:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type="submit"]{
	padding:10px 30px 10px 30px;
	background:#f6fef3;
	font-size:14px;
	width:150px;

}
input[type="submit"]:hover, input[type="reset"]:hover{
	background:#FBFBFB;
	cursor:pointer;
}
input[type="reset"]{
	padding:10px 30px 10px 30px;
	font-size:14px;
	width:150px;
}
input[type="checkbox"]{
	padding:5px 15px 5px 10px;
	width:20px;
	height:20px;
}
.checkBoxLabel{
	padding:0 0 0 10px;
}
.orderForm ul {
	list-style-type:none;
}
.orderForm .li{
	
}
.stories{
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	padding: 30px 30px 0px 30px;
}
#accordion{
	border:none;
	margin-bottom:30px;
}
#accordion a{
	text-decoration:none;
	display:block;
	outline:none;
}
#accordion h3{padding:12px 10px 10px 10px;}
.ui-accordion-content {border-bottom: 1px solid #EEe;}
.ui-state-active{
	background:#F6F6F6;
	border-bottom:1px solid #EEE;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.ui-state-active .storyHeaderImage{
	display:none;
}
.ui-state-hover{
	background:#F6F6F6;
	border-bottom:1px solid #EEE;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#accordion h2{
	clear:both;
	cursor:pointer;
	outline:none;
}
.storyHeaderText{
	padding:25px 0 0 10px;
	display:block;
	float:left;
	height:55px;
}
.storyDescription
{	border:1px solid #EEE;
	
	padding:5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

}
.stories div
{

}
.storyFirst{
	font-style: italic;
}
.storyHeaderImage{
	float:right;
	margin:0px 50px 0px 0px;
}
.storyImage{
	float:right;
	padding:8px;
	border:1px solid #EEE;
	margin:5px;
}
.stories ul{
	list-style-type: none;
	margin: 10px 10px 15px 5px;
}

.frontContent{
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	padding: 0px 25px 0px 25px;
}

.current{
	float:left;
	width:50%;
}
.current h2{
	padding-bottom:5px;
	margin-bottom:0px;

}
.current h3{
	border-top: 1px solid #A40000;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom:1px solid #EEE;
	color:#A40000;
	background:#FFF;
	padding:5px 5px 5px 5px;
	margin-bottom:0px;
	margin-top:5px;
	outline:none;
	display:block;
	cursor:pointer;
}
.current h3:hover, .current h3.ui-state-active{
	background:#F6F6F6;
}
.current div{
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding:5px;
	margin-bottom:0px;
}
.current #accordion{
	border:none;
	margin-bottom:30px;
}
.current #accordion a{
	color: #A40000;
	text-decoration:none;
}
.current .ui-accordion-content-active{
}

.newStory{
	float:right;
	width:48%;
}
.newStory img {
	padding:10px;
	border:1px solid #EEE;
	float:right;
	
}
/* ~~ The footer ~~ */
.footer {
	border-top: 1px solid #EEE;
	padding:20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#929292;
	font-size:12px;
	font-family:'Trebuchet MS',Helvetica,sans-serif;
	text-align:center;
}
.footer p {
	padding:0;
	margin:0;
	font-size:12px;
}
/* ~~ miscellaneous float/clear classes ~~ */
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
 j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
	zoom: 1;
}

.emphasis{font-weight:bold;}

.icon {
	display: inline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	width: 60px;
	height: 60px;
	overflow: hidden;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: middle;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
	text-indent: -999px;
}
#error {
	border: 1px #FF0000 solid;
	background-color: #ffd5d5;
	display:none;
	margin:5px;
	padding:10px;
	font-weight:bold;
}
#success {
	border: 1px #c7cd1d solid;
	background-color: #e7ffd5;
	color:#333;
	display:none;
	margin:5px;
	padding:10px;
	font-weight:bold;
}