/* 
	Theme Name: Shades of Blue
	Theme URL: http://www.studiopress.com/themes/shades
	Description: Shades of Blue is a 2-column theme created for WordPress. The sidebar and the footer are fully widgeted, and the navigation is coded for drop-down menus. Shades of Blue has been developed to accomodate threaded comments and sticky posts. This elegant and clean theme was developed by <a href="http://www.studiopress.com" >StudioPress</a>.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	Tags: two-columns, right-sidebar, fixed-width, blue, white, threaded-comments, sticky-post
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 3/25/09
*/

body {
	background: #01678F;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 20px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF url(images/wrap.png);
	width: 660px;
	margin: 0px auto 0px;
	padding: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 660px;
	height: 110px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#header h1 {
	color: #333333;
	font-size: 30px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.headerleft {
	width: 660px;
	float: top;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
.headerright {
	width: 960px;
	float: bottom;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}

/************************************************
*	Navigation      							*
************************************************/

#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:visited {
	background: #FFFFFF url(images/navbar.png);
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
    margin: 0px 5px 0px 0px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav li a:hover {
	background: #FFFFFF url(images/navhover.png);
	color: #003663;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#nav li li a, #nav li li a:visited {
	background: #FFFFFF;
	width: 170px;
	color: #003663;
	float: none;
	margin: 0px 0px 0px -1px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #00567F;
	border-left: 1px solid #00567F;
	border-right: 1px solid #00567F;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #00567F;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 150px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -29px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
	
#nav .current_page_item a, #nav .current_page_item a:visited {
	background: #FFFFFF url(images/navhover.png);
	color: #003663;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav .current_page_item a:hover {
	background: #FFFFFF url(images/navhover.png);
	color: #003663;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 940px;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#contentleft {
	float: left;
	width: 640px;
	margin: 0px;
	padding: 20px 0px 20px 10px;
	}

#contentleft h1 {
	color: #0076A3;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 5px solid #01678F;
	}
	
#contentleft h1 a {
	color: #0076A3;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#contentleft h1 a:hover {
	color: #003663;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#contentleft h2 {
	color: #0076A3;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h3 {
	color: #0076A3;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	
	}
	
#contentleft h4 {
	color: #0076A3;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h5 {
	color: #0076A3;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h6 {
	color: #0076A3;
	font-size: 8px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}	
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
.sticky {
	background: #F7F7F7;
	margin: 0px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
.post {
	margin: 0px 0px 0px 0px;
	}
	
.postarea {
	margin: 0px;
	padding: 0px;
	}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #0076A3;
	text-decoration: underline;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #0076A3;
	text-decoration: none;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}

.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	padding-left:1em;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	list-style-type: disc;
	/*background: url(images/arrow-content.gif) no-repeat top left;*/
	margin: 0px 0px 5px 0px;
	padding: px 0px 0px 15px;
	}
	
.postarea ul ul li {
	list-style-type: disc;
	margin: 0px 0px 5px 0px;
	padding: px 0px 0px 15px;

	}
	
#raaka_aineet ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#raaka_aineet ul ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}	
#raaka_aineet ul li {
	list-style-type: disc;  
	color:#0076A3;
  	padding: 5px 0 0 0px;
	margin: 0px 0px 0px 30px;
	}
#raaka_aineet ul ul li {
	list-style-type: disc;  
	color:#0076A3;
  	padding: 5px 0 0 0px;
	}

#raaka_aineet {
background-color: #F7F7F7;
border-top: 1px solid #ddd;
}

#raaka_aineet p{
padding-left: 0.4cm; 
color:#0076A3;
}

#raaka_aineet h2 {
	color: #0076A3;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding-left: 8px; 

	}
#raaka_aineet h3 {
	color: #0076A3;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding-left: 8px; 
	
	}



#faktaboksi {
display: block; 
 float: right;
  clear: right;
  width: 238px;
margin: 50px 20px 0px 0px;
padding: 10px 0px 0px 0px; 
background: #0076A3;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  font-size: 0.9em;
  line-height: 1.35em;
}



#faktaboksi p { 
margin: 1px;
	}
#faktaboksi h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding-left: 6px; 
	border-bottom: 2px solid #DDDDDD;
	}



#faktaboksi table
{
width: 100%;
border-collapse: collapse

}
	
.otsikko
{
  text-align: left;
  padding-left: 3px; 
 text-transform: uppercase;
}

#faktaboksi td
{
padding: 3px 8px;
}

#faktaboksi tr
{
border-bottom: 1px solid #DDDDDD;
padding: 3px 6px;
}

.arvo
{

  text-align: center;
  padding-left: 3px; 	

  }

	
blockquote {
	background: #efefef;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 2px solid #E6E6E6;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	}

.singlepostmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

.singlepostmeta p {
	margin: 0px;
	padding: 0px;
	}

.singlepostauthor {
	background: #BFC1FF;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}	

code {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px solid #E6E6E6;
	}
	
.archive {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #E6E6E6;
	text-align: center;
	background-color: #F7F7F7;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	line-height: 20px;
	}
	
#sidebar a, #sidebar a:visited  {
	color: #0076A3;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #0076A3;
	text-decoration: underline;
	}
	
#sidebar h2 {
	color: #0076A3;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #DDDDDD;
	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar .widget  {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#sidebar ul ul li a:hover {
	color: #0076A3;
	text-decoration: underline;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}

#sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}

#cat {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	width: 230px;
	color: #222222;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	background: #003663;
	width: 660px;
	color: #CCCCCC;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	font-family: broadway;
	}
	
#footer p {
	color: #CCCCCC;
    font-weight: normal;
	margin: 0px;	
	padding: 0px 0px 0px 0px;
	}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
	}

#footer a:hover {
	color: #65ADC3;
	text-decoration: underline;
	}

#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footer ul li {
	background: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footer ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footer ul li ul li {
	background: url(images/footerlist.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	}
	
#footer h2 {
	color: #65ADC3;
	font-family: Verdana, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#footer .widget {
	margin: 0px;
	padding: 0px;
	}
	
#footer .textwidget {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
.footer1 {
	width: 215px;
	float: left;
	margin: 0px;
	padding: 15px 20px 0px 20px;
	}
	
.footer2 {
	width: 215px;
	float: left;
	margin: 0px;
	padding: 15px 20px 0px 0px;
	}
	
.footer3 {
	width: 215px;
	float: left;
	margin: 0px;
	padding: 15px 20px 0px 0px;
	}
	
.footer4 {
	width: 215px;
	float: right;
	margin: 0px;
	padding: 15px 20px 0px 0px;
	}
	
/************************************************
*	Copyright  									*
************************************************/
	
#copyright {
	width: 660px;
	background: #003663;
	margin: 0px auto 0px;
	padding: 0px 0px 15px 0px;
	font-family: Verdana, Tahoma, Verdana;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
	
.copyright {
	width: 660px;
	margin: 0px auto 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #65ADC3;
	}
	
#copyright p {
	color: #65ADC3;
	margin: 0px;	
	padding: 0px;
	}
	
#copyright a {
	color: #65ADC3;
	text-decoration: none;
	}

#copyright a:hover {
	color: #65ADC3;
	text-decoration: underline;
	}
	
/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 0px;
	}
	
#searchformheader {
	margin: 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 165px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 2px 0px 2px 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#searchsubmit {
	background: #003663;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 2px 1px 2px;
	border: 1px solid #003663;
	}
	
#submit {
	background: #003663;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border: 1px solid #003663;
	}
	
#author, #email, #url {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #0076A3;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #0076A3;
	}
	
.reply a:hover {
	background: #003663;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #003663;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.previoussi {
	background: #F7F7F7;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

.nextprev {
    height: 1.5em;
}
.nextprev .prev {
    float: left;
}
.nextprev .next {
    float: right;
}
.widget_search .screen-reader-text {
	display:none;
}

/* jQuery Countdown styles 1.5.11. */
/*.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	/*background-color: #ccc;*/
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 180%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

.countdown { width: 400px; height: 150px; }*/

/*Relaatio alkaa*/

#relaatio
{
border: 0px solid #DDDDDD;
}

#relaatiot
{
overflow: auto;
margin: 10px 90px 5px 1px;
padding: 5px;
border-color: #01678F;
border-style: solid;
border-width: 3px;
box-shadow: 6px 6px 6px rgba(0,0,0,0.3);
background-color: #fff;
border-top-right-radius:25px;
-moz-border-top-right-radius:25px;
	-khtml-top-right-radius:25px;
	-webkit-top-right-radius:25px;
}

#relaatiot:hover
{
box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

#titteli
{
float: left;
max-width: 300px;
min-width: 300px;
margin-left: 7px;
text-align: left;
font-family: "Open Sans", Arial, sans-serif;
font-weight: 300;
font-style: italic;
font-size: 20px;
line-height: 28px;
border-bottom: 1px dashed #F0F0F0;
color: #01678F;
}

#titteli a
{
color: #01678F;
text-decoration: blink;
}
#lyhennys
{
float: left;
max-width: 290px;
margin-top: 5px;
margin-left: 10px;
color:  #01678F;
}

#kuva
{
float: left;
min-width: 150px;
}

#relots
{
margin-left: 7px;
text-align: center;
font-family: "Open Sans", Arial, sans-serif;
font-weight: 300;
font-style: italic;
font-size: 20px;
line-height: 28px;
color: #01678F;
}

#relots h2{
text-align: left;
font-style: normal;
font-size: 16px;
margin-left: -6px;
}
/*Relaatio Loppuu*/

/*Quote Alkaa*/
#quote {
    float: right;
    background: url(/wp-includes/images/bg-quote1.png) no-repeat;    
    color: #a5a4a4;
    font-style: italic;
    margin-left: 30px;
    font-size: 20px;
    width: 150px;   
    padding: 30px 30px 30px 50px;    
} 

/*Relaatio loppuu*/

/*Quote alkaa*/

#quote {
    float: right;
    background: url(/wp-includes/images/bg-quote1.png) no-repeat;    
    color: #a5a4a4;
    font-style: italic;
    margin-left: 30px;
    font-size: 20px;
    width: 150px;   
    padding: 30px 30px 30px 50px;    
} 

/*Quote loppuu*/

/*Eturuudukko alkaa*/


* {
padding: 0;
margin-top: 0px;

}

#ruutu {
    position: relative;
    width: 964px;
    margin: 0 auto;
    background: #fff;
    text-align: left;
}

#ruutu #ruutu-2-1-1 {
    width: 100%;
    border-bottom: solid 1px #dedede;
}
#ruutu #ruutu-2-1-1 #ruutu-kolumni1 {
    float: left;
    width: 554px;
    margin-right: 1px;
}

#ruutu #ruutu-2-1-1 ul#ruutu-zone {
    list-style-type: none;
}

#ruutu ul#ruutu-zone a {
    opacity: 1;
}
a {
    color: #000;
    text-decoration: none;
}
#ruutu #ruutu-2-1-1 ul#ruutu-zone li#kamat {
    padding: 12px;
    border: solid 2px #fff;
}

#ruutu ul#ruutu-zone li#kamat {
    opacity: 1;
}


p {
    margin: 0;
    padding: 0;
}

#ruutu #ruutu-2-1-1 #ruutu-kolumni2 {
    float: left;
    width: 204px;
    margin-right: 1px;
}
#ruutu #ruutu-2-1-1 ul#ruutu-zone {
    list-style-type: none;
}
#ruutu ul#ruutu-zone a {
    opacity: 1;
}
#ruutu #ruutu-2-1-1 ul#ruutu-zone li#jakaja {
    width: 100%;
    height: 1px;
    background: #dedede;
}

#ruutu #ruutu-2-1-1 ul#ruutu-zone li#kamat {
    padding: 12px;
    border: solid 2px #fff;
}
#ruutu #ruutu-2-1-1 #ruutu-kolumni3 {
    float: left;
    width: 204px;
}
#ruutu #ruutu-2-1-1 ul#ruutu-zone {
    list-style-type: none;
}

#ruutu ul#ruutu-zone li#kamat:hover {
text-decoration: none;
opacity: 0.85;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}

.title_helvetica_11 {padding-bottom:2px; font:normal 11px helvetica; color:#545454; line-height:17px;}
.title_helvetica_11 a {color:#000;}
.title_helvetica_11 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_12 {padding-bottom:2px; font:normal 12px helvetica; color:#545454; line-height:14px;}
.title_helvetica_12 a {color:#000;}
.title_helvetica_12 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_13 {padding-bottom:2px; font:normal 13px helvetica; color:#545454; line-height:15px;}
.title_helvetica_13 a {color:#000;}
.title_helvetica_13 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_14 {padding-bottom:2px; font:normal 14px helvetica; color:#545454; line-height:17px;}
.title_helvetica_14 a {color:#000;}
.title_helvetica_14 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_15 {padding-bottom:2px; font:normal 15px helvetica; color:#545454; line-height:17px;}
.title_helvetica_15 a {color:#000;}
.title_helvetica_15 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_16 {padding-bottom:2px; font:normal 16px helvetica; color:#545454; line-height:17px;}
.title_helvetica_16 a {color:#000;}
.title_helvetica_16 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_18 {padding-bottom:2px; font:normal 18px helvetica; color:#545454; line-height:22px;}
.title_helvetica_18 a {color:#000;}
.title_helvetica_18 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_20 {padding-bottom:2px; font:normal 20px helvetica; color:#545454; line-height:22px;}
.title_helvetica_20 a {color:#000;}
.title_helvetica_20 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_22 {padding-bottom:2px; font:normal 22px helvetica; color:#545454; line-height:24px;}
.title_helvetica_22 a {color:#000;}
.title_helvetica_22 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_24 {padding-bottom:2px; font:normal 24px helvetica; color:#545454; line-height:26px;}
.title_helvetica_24 a {color:#000;}
.title_helvetica_24 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_25 {padding-bottom:2px; font:normal 25px helvetica; color:#545454; line-height:27px;}
.title_helvetica_25 a {color:#000;}
.title_helvetica_25 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_26 {padding-bottom:2px; font:normal 26px helvetica; color:#545454; line-height:28px;}
.title_helvetica_26 a {color:#000;}
.title_helvetica_26 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_28 {padding-bottom:2px; font:normal 28px helvetica; color:#545454; line-height:30px;}
.title_helvetica_28 a {color:#000;}
.title_helvetica_28 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_30 {padding-bottom:2px; font:normal 30px helvetica; color:#545454; line-height:32px;}
.title_helvetica_30 a {color:#000;}
.title_helvetica_30 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_35 {padding-bottom:2px; font:normal 35px helvetica; color:#545454; line-height:35px;}
.title_helvetica_35 a {color:#000;}
.title_helvetica_35 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_40 {padding-bottom:2px; font:normal 40px helvetica; color:#545454; line-height:38px;}
.title_helvetica_40 a {color:#000;}
.title_helvetica_40 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_45 {padding-bottom:2px; font:normal 45px helvetica; color:#545454; line-height:38px;}
.title_helvetica_45 a {color:#000;}
.title_helvetica_45 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_50 {padding-bottom:2px; font:normal 50px helvetica; color:#545454; line-height:48px;}
.title_helvetica_50 a {color:#000;}
.title_helvetica_50 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_55 {padding-bottom:2px; font:normal 55px helvetica; color:#545454; line-height:52px;}
.title_helvetica_55 a {color:#000;}
.title_helvetica_55 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_60 {padding-bottom:2px; font:normal 60px helvetica; color:#545454; line-height:58px;}
.title_helvetica_60 a {color:#000;}
.title_helvetica_60 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_70 {padding-bottom:2px; font:normal 70px helvetica; color:#545454; line-height:64px;}
.title_helvetica_70 a {color:#000;}
.title_helvetica_70 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_80 {padding-bottom:2px; font:normal 80px helvetica; color:#545454; line-height:72px;}
.title_helvetica_80 a {color:#000;}
.title_helvetica_80 a:hover {color:#545454; text-decoration:underline;}
.title_helvetica_90 {padding-bottom:2px; font:normal 90px helvetica; color:#545454; line-height:84px;}
.title_helvetica_90 a {color:#000;}
.title_helvetica_90 a:hover {color:#545454; text-decoration:underline;}
.center {
    text-align: center;
}

.Artsu-title {
    padding-top: 8px;
    font: normal 14px helvetica;
    color: #7f7f7f;
    line-height: 18px;
}

.center {
    text-align: center;
}

/*Eturuudukko loppuu*/

/*share alkaa*/
#share2 {
float: right;
margin-top: 1px;
}
/*share loppuu*/