@charset "UTF-8";
/*
Theme Name: Majatalo
Theme URI: http://www.kutina.fi/
Description: Designed to be used as a CMS rather than a blog
Author: Titiu Nylund
Author URI: http://www.kutina.fi
version: 1.0
Tags: 
*/

/*******************************************/
/**************** BASICS *******************/
/*******************************************/

table, form { margin: 0; padding: 0; }
p { margin: 0; padding: 0; }
td { padding: 0; vertical-align: top; }
th { padding: 0; text-align: left; }
img { border: 0; padding:0; margin:0; }
a img { border: 0; }


body {
	margin: 0;
	padding: 0;
	font-family: "Arial", Verdana;
	font-size: 0.8em;
	color:#262626;
	background-image: url(images/bg_repeat.jpg);
	background-repeat: repeat;
	background-color: #d7c7b2;
	line-height: 1.5em;
	}
	
#wrapper {
	margin: 0px auto 0px;
	position: relative;
	background-image:url(images/bg_quicklinks_repeat.jpg);
	background-position:top;
	background-repeat: repeat-x;
	}
	
a { color: #9a2904; text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: #660000; }

	
h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #333;
	padding: 0;
	margin: 0;
	}
	
h3 { 	
	font-size: 1.3em; 
	padding: 10px 0 0 0;
	margin: 0;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: normal;
	}

h4 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: normal;
	}
	
h4 a {
	text-decoration: none;
	}

blockquote {
	border-left: 1px solid #A5ABAB;
	margin: 15px;
	padding: 0 12px 0 12px;
	}

img.left { float: left; border: none; padding: 0 6px 0 0; }
img.right { float: right; border: none; padding: 0 0 0 6px; }

code { font-family:"Courier New", Courier, monospace; }
	
.raquo { font-weight: bold; }

hr { 
border: 1px dotted #CCC;
color: #FFF;
background-color: #FFF;
height: 4px;
width: 100%;
margin-top:15px;
}


/******************************************/
/***********LANGUAGE FLAGS*****************/
/******************************************/

#topflags { margin-left: 700px; padding-top: 4px; text-align: left;}

#topflags td { padding-left:10px;}

#topflags a img { margin-right: 3px; }

#topflags img.current { border: solid 1px #FFF;}

#topflags a img, #footerflags a img { border: #AA7138 solid 1px;} 

#topflags a {
	font-size: 11px;
	color: #d3bba2;
	text-decoration:none;
	}
	
#topflags a:hover { color: #eedecd; }

#footerflags { padding: 10px 0 0 300px; }

/*******************************************/
/**************** HEADER *******************/
/*******************************************/

#header {
	background-image: url(images/ystavyydenmajatalo_header.jpg);
	background-repeat: no-repeat;
	width: 1010px;
	height: 278px;
	margin: 0px auto 0px;
	display: block;
	}

#header_en {
	background-image: url(images/ystavyydenmajatalo_header_en.jpg);
	background-repeat: no-repeat;
	width: 1010px;
	height: 278px;
	margin: 0px auto 0px;
	display: block;
	}
	
#header_se {
	background-image: url(images/ystavyydenmajatalo_header_se.jpg);
	background-repeat: no-repeat;
	width: 1010px;
	height: 278px;
	margin: 0px auto 0px;
	display: block;
	}

#logo { 
    float: left; 
    margin: 50px 0 0 245px;
	position: absolute;
	} 
 
#logo a { 
	width: 480px;
	height: 145px;
    display: block; 
	} 
 
#logo a span { display: none }

/*******************************************/
/**************MAIN MENU*******************/
/*******************************************/

#menu {
	margin-top: 185px;
	text-align: center;
	font: normal 17px georgia, times;
	}

#menu ul { margin: 0; padding: 0; }

#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 5px;
	background-image: url(images/seperator.gif);
	background-position: right;
	background-repeat: no-repeat;
	}

#menu a { text-decoration: none; color: #503f2c; }
	
#menu a:hover { color: #b05d00; }

#menu li.menulast { background-image: none; }

#menu #menu_current a {
	color:  #b05d00;
	border-bottom: 4px solid #b05d00;
	padding-bottom: 1px;
	text-decoration: none;
	}
	

.home_icon img{ margin-bottom: -4px;}



/******************************************/
/******************BREADCRUMB**************/
/******************************************/

#breadcrumb {
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	color:#999;
	font-size: 11px;
	margin-top: 12px;
	}

#breadcrumbs { padding-left: 185px; width: 550px; line-height: 16px;}

#breadcrumbs a { color: #781000; text-decoration: none;}
#breadcrumbs a:hover { text-decoration: underline;}
	
#breadcrumbs strong { font-weight: normal; }
	
/******************************************/
/**************CONTENT*********************/
/******************************************/

#content_holder { padding: 0 60px 30px 55px; }

#content {
	background-image:url(images/bg_content_repeat.jpg);
	background-repeat: repeat-y;
	width: 1010px;
	margin: 0px auto;
	padding-bottom: 10px;
	position: relative;
	}
	
#content img { border: solid 1px #CCC; padding: 4px; }
	
#content a img {  /*Affects to Nextgen Gallery thumbnails*/
	border: solid 1px #CCC;
	padding: 4px;
	margin: 3px;
	}
	
#content a:hover img { border: solid 2px #FF9900; padding: 3px; } /*Affects to Nextgen Gallery thumbnails*/


/*******************************************/
/*************** POSTS *********************/
/*******************************************/

.post {	line-height: 14pt; padding-bottom: 10px; position: relative;}

.post h2 a { color: #900; text-decoration: none; }
	
.post h2 a:hover { color: #600; text-decoration:underline; }
	
.post h2 a:visited { color: #600; }

.entry p { margin: 12px 0; }

.postheader {
	padding-left: 13px;
	padding-top: 6px;
	padding-bottom: 7px;
	width: 560px;
	height: 43px;
	background-image:url(images/topic_kiekura.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}
	
.postmetadata { font-size: 0.8em; padding-top: 2px; }
.postmetadata a { text-decoration: none; }

.postmetadatasingle { background-color: #efefef; font-size: 0.8em; padding: 5px;}
.postmetadatasingle a { text-decoration: none; }

.navigation { /*Previous post and Next Postst-navigation*/
	font-size: 1em;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 5px;
	overflow: hidden;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}
	
.navigation a { 
	text-decoration: none;
	}
	
	
.alignleft a { text-align: left; margin: 25px 0; }
.alignright a { text-align: right; margin: 25px 0; }

/*******************************************/
/**************** FORMS *******************/
/*******************************************/

.wpmlwidget .wpml.widefat {
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 3px;
	border: 1px solid #999999;
	color: #666666;
	width: 260px;
	}
	


#searchform {
	padding: 0 0 10px 0;
	margin: 5px 0;
	vertical-align: top;
	border-bottom: solid #CCC 1px;
	}
	
#searchform_frontpage {
	padding: 0px 0 15px 0px;
	vertical-align: top;
	}

#searchform_frontpage input#s, #searchform input#s, #searchform_404 input#s{
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: .25em;
	font: 12px/100% Arial, Helvetica, sans-serif;
	
}

#searchform_frontpage input#s{ width: 240px; }	

#searchform_404 {
	padding: 13px 0 10px 30px;
	margin: 5px 0;
	vertical-align: top;
	border-bottom: solid #CCC 1px;
	border-top: solid #CCC 1px;
	}

#searchform_404 input#s{ 
	width: 300px;
	}	
	
.searchpost h2 {
	font: normal 15pt georgia, times;
	padding: 25px 0 0 0;
	margin: 0;
	}
		
.search-excerpt { background-color: #FF9; font-weight: normal; }/* makes search results highlighted */
	
input {
	padding: 3px;
	margin: 0px 0 3px 0;
	border: 1px solid #999999;
	color: #666666;
	}
	
input:focus {
	background-color: #eaeaea ;
	}
	
.submit, .wpmlbutton .button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .20em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.submit:hover {
	text-decoration: none;
}
.submit:active {
	position: relative;
	top: 1px;
}

.submit, .wpmlbutton .button {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #854e14;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.submit:hover, .wpmlbutton .button:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.submit:active, .wpmlbutton .button:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}


.mandatory { color: #C00; font-weight: bold; }

.checkbox { margin: 4px; border: none;}

.zip { margin-left: 13px; }

h2.contact_header {padding: 10px 0 10px 0;}

#formholder {
	width: 100%;
	padding: 5px 0 5px 100px;
	margin-top: 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #f2ebe5;
	}
	
#formholder td{
	padding-bottom:9px;
	}
	
#formholder_small {
	width: 100%;
	padding: 5px 0 5px 0px;
	margin-top: 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #f2ebe5;
	}
	
#formholder_small td{
	padding: 0px 6px 9px 0px;
	}


.formerror  {
	border: 2px #C00 solid; 
	padding: 10px 10px;
	margin: 10px 0 0 0;
	background-color: #fcdddd;
	font-weight: bold;
	width: 96%;
	}

.inputerror { border: 2px #C00 solid;  padding: 2px; }

.inputcontenterror { color:#C00; font-weight: bold; display: inline; }

.inputok {}

#name_error { width: 100px; }
#phone_error { width: 200px;  }
#mail_error { width: 180px;  }

/*******************************************/
/**************SIDEBAR**********************/
/*******************************************/

#sidebarfix { float: right; width: 660px; } /*Helps to keep sidebar at bay on a page*/
	
#sidebar {
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 0.8em;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 18px 0 0 ;
	border-right: 1px solid #ddd;
	}
	
#sidebar li {
	margin: 0;
	padding: 2px 0 3px 0;
	list-style-type: none;
	}	
	
#sidebar ul {
	margin:0;
	padding:0 0 5px 0;
	border-bottom: solid #CCC 1px;
	}

#sidebar h2{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1.55em;
	font-weight: normal;
	padding: 8px 0 4px 0;
	}
	
#sidebar h2 a{ font-size: 1em; }

#sidebar a { font-size: 1.3em; font-family: "Georgia", Times New Roman, Times, serif; line-height: 1.1em; text-decoration: none;}
	
#sidebar a:hover { text-decoration: underline; color: #666666; }
	
#sidebar li.current-cat a { text-decoration: none;  color: #666666; }

#sidebar img { border: none; padding: 4px; }
	
#sidebar_page {
	font-family: Arial, Geneva, sans-serif;
	font-size: 0.9em;
	float: left;
	width:200px;
	margin:0;
	padding: 0 18px 0 0 ;
	border-right: 1px solid #ddd;
	line-height: 20px;
	}

#sidebar_page p {margin: 0; padding: 0;}

#sidebar_page ul { margin: 0; padding: 0; line-height: 2em; }

#sidebar_page ul ul { margin: 0; padding: 0;}

#sidebar_page ul li { margin: 0; padding: 0 0 0 0; list-style-type: none; }

#sidebar_page li li { padding-left: 0.5em; font-size: 12px; border-left: 2px solid #CCC;}

#sidebar_page li li a { font-size: 1em; font-family: Arial, Helvetica, sans-serif;}

#sidebar_page a { font-size: 1.3em; font-family: "Georgia", Times New Roman, Times, serif; text-decoration:none;}
	
#sidebar_page a:hover { text-decoration: underline; color: #666666; }

#sidebar_page li.current_page_item a { text-decoration: none; color: #666666; }

#sidebar_page li.current_page_item li.page_item a { text-decoration: none; color: #660000; }

#sidebar_page a img, #sidebar_page a:hover img {
	border: none;
	padding: 0;
	margin: 0;
	}
	
.textwidget { border-bottom: solid #CCC 1px; font-size: 12px; line-height: 17px;}

.textwidget p { padding-bottom: 17px; }

#sidebar .textwidget h2 { padding-bottom: 10px; font-size: 1.4em;}
#sidebar .textwidget a { font-size: 1.1em; line-height: 1.5em;}

#sidebar .textwidget img { border: none; margin: 3px 5px 0 0; padding: 0; }

fieldset {
	border:0 none;
	padding: 0;
	margin: 0;
	}
	
fieldset img{
	border:none;
	float: right;
	}
	
form#optinform4 {
	border-bottom: solid #CCC 1px;
	padding-bottom: 10px;
	}

/*******************************************/
/**************MISC**********************/
/*******************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright { float: right; }

.alignleft { float: left }
	
.clear { clear: both; }

.salaisuuspieru { display: none; }

.wp-caption-text {
	font-style: italic;
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: #7e7e7e;
	}

/*******************************************/
/*****************FOOTER********************/
/*******************************************/

#footer {
	position: relative;
	background-image: url(images/bg_footer_repeat.jpg);
	background-repeat: repeat-x;
	height: 164px;
	}

#footer_navigation #footer_current a { color: #d3bba2; border-bottom: 3px solid #d3bba2;}
	
#footer_navigation {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#footer_navigation a {
	text-decoration: none;
	text-transform:uppercase;
	margin: 0px 13px 0px 13px;
	color: #fe9424;
	}
	
#footer_navigation a:hover { color: #d3bba2; }

#footer_navigation ul { margin: 0 0 0 0; padding: 0 0 0 0; }

#footer_navigation li { display: inline; list-style-type: none; }

#footerinfo {
	color: #d3bba2;
	font-size: 11px;
	width: 800px;
	margin: 0 auto 0;
	padding-left: 92px;
	}

#footerinfo a { color: #fe9424; }
	
.footericons { margin: 4px 3px 0 0; border: #FFF solid 1px; }
.footericons:hover { border: solid 1px #600; }
	
#footerinfo_table { width: 100%; }


/***************************************/
/******* FRONTPAGE TEMPLATE*************/
/*************************************/

#homepage_container_top {
	padding: 0 70px 0 70px;
	text-align: left;
	height: 325px;
	}
	
#homepage_container_top img {
	padding: 0;
	border:none;
	}

#introduction { 
	font-size: 1.2em;
	text-align: left;
	padding-top: 15px;
	height: 130px;
	}

#introduction h2 { 
	font-size: 1.7em; 
	line-height: 1.1em;
	padding-bottom: 7px;
	}

#homepage_container_bottom {
	padding: 0 42px 0 38px;
	text-align: left;
	}
	
#homepage_table_bottom {
	background: url(images/etusivubg_repeat.jpg);
	background-repeat: repeat-x;
	padding: 15px 10px 0 10px;
	}
	
#homepage_table_bottom h2, #table_bottom_left h2, #table_bottom_center h2 {
	font-size: 18px;
	color: #FFF;
	background-color: #805c45;
	padding: 6px;
	margin: 0 0 5px 0;
	letter-spacing: 0.02em;
	-webkit-border-radius: .15em;
	-moz-border-radius: .15em;
	border-radius: .15em;
	}
	
#table_bottom_left { width: 315px; padding: 0 15px 0 0; }
#table_bottom_center { width: 370px; padding: 0 15px; border-left: 2px solid #FFF; border-right: 2px solid #FFF;}
	

#noteboard {
	padding-bottom: 15px;
	}

#noteboard ul, #noterboard2 ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#noteboard a {
	background-image: url(images/icon_note.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 17px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	}
	
#noteboard a:hover{ text-decoration: underline; }


.quote { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8f5e5e;
	line-height: 20px;
	padding-left: 15px;
	}

.quotemark { 
	background-image:url(images/quote.png);
	width: 40px;
	height: 35px; 
	background-position:left;
	background-repeat: no-repeat;
	display: block;
	float: left;
	}
	
.author {
	font-family: Arial, Helvetica, sans-serif;
	color: #7b7b7b;
	font-size: 11px;
	line-height: 14px;
	}
	
#news a:hover{ text-decoration: underline; }

#news p { padding-bottom: 17px;}

.newsheader{
	background-image: url(images/bullet_kiekura.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 17px;
	font-weight: bold;
	}

.newsdate { font-size: 10px; color: #999; }
	
.seemore {
	float: right;
	font-size: 12px;
	padding: 6px;
	}
	
.seemore a{ color: #d0ae76; }
	
#subscribe {line-height: normal;}
#subscribe img {border:none;}




/***************************************/
/******* WRITINGS TEMPLATE *************/
/*************************************/

#writings {
	width: 100%;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
	list-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 15px;

	}
	
#writings a { color: #900; text-decoration:none; }
	
#writings a:visited { color:#999; font-weight:normal; }
	
#writings a:visited:after { content:"\00A0\221A"; }
	
#writings a:hover { color: #999; }
	
#writings tbody td {
	padding: 7px 0px;
	text-align:left;
	vertical-align:top;
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	}
	
#writings tbody tr:hover { background: #ebebeb; }

#writings small { 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic; 
	padding: 0;
	margin: 0;
	}

a.pdf{
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(images/icon_pdf.jpg);
	background-repeat: no-repeat;
	padding: 0 0 10px 24px;
	font-size: 13px;
	display: block;
	text-transform: uppercase;
	}
	
a.doc{
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(images/icon_word.jpg);
	background-repeat: no-repeat;
	padding: 0 0 10px 24px;
	font-size: 13px;
	display: block;
	text-transform: uppercase;
	}

/***************************************/
/******* ACTIONS TEMPLATE *************/
/*************************************/

#action {
	width: 100%;
	font-weight: normal;
	line-height: normal;
	border-collapse: collapse;
	text-align: left;
	line-height: 16px;
	}
	
	
#action a:hover img { padding: 4px; margin: 2px; }
	
.action_text { padding: 0px 20px 20px 3px; line-height: 16px; }

.action_text h3{
	font-size: 17px;
	padding: 2px 0 4px 0;
	margin: 0px;
}

	image: url(images/icon_pdf.jpg);
	background-repeat: no-repeat;
	padding: 0 0 10px 24px;
	font-size: 13px;
	display: block;
	text-transform: uppercase;
	}
	
a.doc{
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(images/icon_word.jpg);
	background-repeat: no-repeat;
	padding: 0 0 10px 24px;
	font-size: 13px;
	display: block;
	text-transform: uppercase;
	}

/***************************************/
/******* ACTIONS TEMPLATE *************/
/*************************************/

#action {
	width: 100%;
	font-weight: normal;
	line-height: normal;
	border-collapse: collapse;
	text-align: left;
	line-height: 16px;
	}
	
	
#action a:hover img { padding: 4px; margin: 2px; }
	
.action_text { padding: 0px 20px 20px 3px; line-height: 16px; }

.action_text h3{
	font-size: 17px;
	padding: 2px 0 4px 0;
	margin: 0px;
}

/***************************************/
/******* Event calendar *************/
/*************************************/
