/* Tyylit */
body {
	font-family: "PTSansRegular", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0;
	color: #5f5f5f;
	background: #ffffff url('../img/bg.jpg') repeat-x center top;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: "PTSansRegular", arial;
	color: #663366;
	text-decoration: none;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	position:relative;
	width: 950px;
	}

#header_top {
	height: 117px;
	width: 100%;
	position: relative;
	z-index: 2;
	}
	
#logo {
	float: left;
	margin-top: 49px;
	margin-left: 8px;
	}
	
#kyyhky {
	position: absolute;
	left: 396px;
	top: 12px;
	z-index: 2;
	}
	
#header_content {
	float: right;
	width: 210px;
	height: 50px;
	font-size: 12px;
	margin-right: 15px;
	margin-top: 37px;
	text-align: right;
	color: #ffffff;
	}
	
#vaakuna {
	float: right;
	margin-top: 35px;
	}	
	
#header_slider {
	position: relative;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px  5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #f0f0f1;
	behavior: url(template/html/default/PIE.php);	
	}		
	
#header_slider {
	height: 39px;
	width: 100%;
	z-index: 1;
	}
		
#welcome {
	width: 500px;
	height: 30px;
	font-size: 20px;
	float: left;
	margin-top: 25px;
	margin-right: 25px;
	text-align: left;
	color: #ffffff;
	}
	
#top_links {
	float: right;
	margin-right: 10px;
	margin-top: 18px;
	height: 30px;
	text-align: right;
	color: #ffffff;
	}
	
.top_link {
	font-size: 15px;
	color: #ffffff !important;
	}
	
.dots {
	padding: 0px 10px 13px 10px;
	}
	
#wrap {
	width: 950px;
	background: url('../img/wrap_bg.png') no-repeat center top;
	position:relative;
	}	
	
#left {
	float: left;
	width: 240px;
	}
	
#menu {
	width: 240px;
	padding-top: 15px;
	text-align: left;
	min-height: 950px;
	}
	
#right {
	width: 653px;
	float: left;
	margin: 25px 27px 40px 30px;
	}
	
#content {
	
	}	
	
#footer	{
	border-top: 1px solid #c6c7c7;
	width: 652px;
	margin-top: 20px;
	height: 40px;
	text-align: left;
	padding-top: 10px;
	}
	
#copyright {
	width: 280px;
	height: 30px;
	float: left;
	}
	
#design {
	width: 250px;
	height: 30px;
	float: right;
	text-align: right;
	}
	
#design a {
	color: #5f5f5f;
	}
	
/* Frontpage styles */

#pic_content {
	width: 186px;
	height: 239px;
	position: absolute;
	top: 73px;
	right: 56px;
	}
	
.front_box {
	width: 199px;
	margin-right: 27px;
	float: left;
	min-height: 370px;
	}
	
.front_box2 {
	width: 199px;
	float: left;
	min-height: 370px;
	}	
	
.front_topics {
	min-height: 25px;
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 15px;
	padding-bottom: 5px;
	}

/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	font-family: "PTSansRegular", arial !important;
	color: #ffdd00 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
}


a.news, a.news:link, a.news:visited {
	color:red;
	text-decoration: none;
}
td {}
.login {}
input, select, textarea {}
.text{
	width:100%;
}
h1 {
	font-size: 23px;
	color: #353535;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 20px;
	color: #353535;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 20px;
	color: #282828;
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #663366;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	font-size: 13px;
}
h5 {
	color: #353535;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
h6 {
	color: #663366;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background: url('../img/arrow_on.gif') no-repeat left;
	padding-left: 10px;
	padding-top: 2px;
}

.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}

/* Dropdownmenu */
.menuarea{
	position:absolute;
	display:none;
	width:180px;
	border:1px solid #c3c3c3;
	background-color:white;
	padding-bottom:5px;
}
#menutable .menutop_a{
	color:#6D3A78;
	padding:0 4px;
}
#menutable .menutop{
	color:#3c3c3c;
	padding:0 4px;
}
#menutable .menusub_a{
	color:#6D3A78;
	padding:0 4px;
	font-weight:bold;
	display:block;
}
#menutable .menusub{
	color:#3c3c3c;
	padding:0 4px;
	display:block;
}
.sitenews_revolver_topic{
	display:block;
	position:absolute;
	height:100%;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 18, 2011 06:01:08 AM America/New_York */

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('../fontface/PTN57F-webfont.eot');
    src: url('../fontface/PTN57F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTN57F-webfont.woff') format('woff'),
         url('../fontface/PTN57F-webfont.ttf') format('truetype'),
         url('../fontface/PTN57F-webfont.svg#webfont3yLmuNsx') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('../fontface/PTC75F-webfont.eot');
    src: url('../fontface/PTC75F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTC75F-webfont.woff') format('woff'),
         url('../fontface/PTC75F-webfont.ttf') format('truetype'),
         url('../fontface/PTC75F-webfont.svg#webfontD2GEemFT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url('../fontface/PTC55F-webfont.eot');
    src: url('../fontface/PTC55F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTC55F-webfont.woff') format('woff'),
         url('../fontface/PTC55F-webfont.ttf') format('truetype'),
         url('../fontface/PTC55F-webfont.svg#webfontYACgh6Fk') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('../fontface/PTS76F-webfont.eot');
    src: url('../fontface/PTS76F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTS76F-webfont.woff') format('woff'),
         url('../fontface/PTS76F-webfont.ttf') format('truetype'),
         url('../fontface/PTS76F-webfont.svg#webfontnHhDPJvF') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansBold';
    src: url('../fontface/PTS75F-webfont.eot');
    src: url('../fontface/PTS75F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTS75F-webfont.woff') format('woff'),
         url('../fontface/PTS75F-webfont.ttf') format('truetype'),
         url('../fontface/PTS75F-webfont.svg#webfontO0AL69VA') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansItalic';
    src: url('../fontface/PTS56F-webfont.eot');
    src: url('../fontface/PTS56F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTS56F-webfont.woff') format('woff'),
         url('../fontface/PTS56F-webfont.ttf') format('truetype'),
         url('../fontface/PTS56F-webfont.svg#webfontb3pcLB5e') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansRegular';
    src: url('../fontface/PTS55F-webfont.eot');
    src: url('../fontface/PTS55F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTS55F-webfont.woff') format('woff'),
         url('../fontface/PTS55F-webfont.ttf') format('truetype'),
         url('../fontface/PTS55F-webfont.svg#webfontVOUaMV4S') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('../fontface/PTN77F-webfont.eot');
    src: url('../fontface/PTN77F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTN77F-webfont.woff') format('woff'),
         url('../fontface/PTN77F-webfont.ttf') format('truetype'),
         url('../fontface/PTN77F-webfont.svg#webfont2z2OKawW') format('svg');
    font-weight: normal;
    font-style: normal;
}
