/* @override http://finnska.nl/wp-content/themes/bluekino/style.css */

/* @override http://finnska.nl/wp-content/themes/bluekino/style.css */

/* @override http://finnska.nl/wp-content/themes/bluekino/style.css */

/* @override http://www.finnska.nl/wp-content/themes/bluekino/style.css

*/

/*
Theme Name: Finnska
Description: Wordpress theme for Finnska.nl, based on the Blue Kino 1.3 Theme by Kino.
Version: 1.1
Author: Marcel Reimer
Author URI: http://www.m4media.nl/
*/

body {
	font: 14px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding:0;
	background: #f4eaff url(images/z09bg.gif) repeat-x;
	margin: 0;
}

p {
	text-align: left;
	margin: 5px 0 15px;
}
img {
	display: inline;
	margin-right: 7px;
	border-style: dotted;
	border-width: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

img a:hover {
	border-style: none;
}
a {
	color: #8a2f96;
	text-decoration: none;
}
h2 {
	text-align:left;
	margin:0;
	padding:0;
	font: 24px Helvetica, Arial, Geneva, sans-serif;
	color: #8a2f96;
}

h4 {
	text-align:left;
	margin:0;
	padding:0;
	font: 16px Helvetica, Arial, Geneva, sans-serif;
	color: #716867;
}
blockquote { color:#777; }
#header {
	background: url(images/bgw1112.jpg) no-repeat fixed center 174px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -23;
}
#container {
	text-align:center;
	width: 800px;
	margin:0 auto;
	padding: 147px 0 0;
	background: url(images/badge2011.png) no-repeat center top;
}

/*------- Tab Menu ---------*/
#nav {
	list-style:none;
	width: 600px;
	margin: -14px auto 0;
	font: 17px/normal Helvetica, Arial, Geneva, sans-serif;
	padding: 0;
	position: relative;
	top: 0;
	height: 25px;
}
#nav li { display: inline;
}
#nav a {
	font-weight:normal;
	padding: 0;
	margin: 0;
	float: left;
	height: 35px;
	width: 100px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#nav a span {
	color: #8a2f96;
	float:left;
	width: 80px;
	padding: 6px 0 5px 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#nav #current a {
	border-width:0;
	background-position: 0 -85px;
	color: #8a2f96;
}
#nav #current a span {
	color: #f68cdb;
	padding-bottom: 4px;
	background-position: 100% -85px;
}
#nav a:hover {
	color: #f68cdb;
	background-position: 0 -40px;
}
#nav a:hover span { background-position: 0 -40px;
	color: #f68cdb;
}

/*------- Posts ---------*/
#content {
	margin: 35px auto 0;
	padding:0;
	width: 600px;
}
#content a, .entry a, .commentlist a, {
	color: #8a2f96;
	font-weight: normal;
	font-style: normal;
}

#footer a 
 {
	color: #fffeff;
}
#content a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover {
}
.entry {
	text-align:justify;
	margin:0;
	padding:0 0 20px;
}
.entry li {
	list-style:none;
	list-style-image:url("images/bullet.gif");
	margin:10px 0 0;
}
.entrycontent {
	background:#FFF;
	position:relative;
	margin:-2px 0;
	padding: 15px 25px 1px;
}
.pie {
	color:#777;
	font-size:12px;
	text-align:right;
	display: none;
}
.date {
	padding-left:15px;
	background:url("images/arrows.png") center left no-repeat;
	display: none;
}
.categories {
	padding-left:15px;
	background:url("images/post.gif") center left no-repeat;
	display: none;
}
.comments {
	padding-left:17px;
	background:url("images/comments.gif") center left no-repeat;
	display: none;
}
	
/*------- Rounded divs ------------*/
.topl { 
	height:15px;
	background: #fff url(images/topl_original.gif) no-repeat left;
	display: none;
}
.topr { 
	height:15px;
	background: url(images/topr_original.gif) no-repeat right;
	display: none;
}
.bottoml {
	height:15px;
	background: #FFF url(images/bottoml_original.gif) no-repeat left;
	display: none;
}
.bottomr {
	height:15px;
	background: url(images/bottomr_original.gif) no-repeat right;
	display: none;
}

/* --- Comments template --- */
#comments {
	border-top:1px solid #e6e6e6;
	margin:30px 0 0;
	padding:20px 0 0;
	display: none;
}
#comments li {
	list-style:none;
	list-style-image:none;
	margin:0 15px 0 -30px;
}
#comments .header { background-color:#EDF3DE; }
#comments .header.alt { background-color: #e9c6a2; }

/* --- Footer ---*/
#footer {
	text-align: center;
	padding: 0;
	background: none repeat-x;
	margin-bottom: 25px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fffeff;
}

/* --- Forms ---*/


/*                                                    */
/* sample code for a custom form #2 with one fieldset */
/* to test this layout simply create a second form    */
/* with one FIELDSET and a few input fields           */
/*                                                    */
/* if you rather have the std look and feel also for  */
/* your second form simply delete the below block     */

.ddfm {
	color: #000;
	font-size: 13px;
	float: none;
	clear: left;
}

.ddfm input {
}

.fmcheck {
}

.fmcheck input {
	float: left;
	position: relative;
	top: -3px;
}

span.fmcheck {
	line-height: 10px;
	position: relative;
}

.ddfm label {
	display: block;
	float: left;
	clear: right;
}

.fieldwrap label {
	display: block;
	float: none;
	margin-bottom: 5px;
}

.fieldwrap input {
}

.fieldwrap img {
	width: 100px;
	display: inline-block;
	margin: 0 0 0 20px;
	height: 18px;
}

.fmverify {
	float: left;
}

.fmtext {
	width: 350px;
}

.fmtextarea {
	width: 350px;
}

.submit {
	padding-bottom: 20px;
}

.credits {
	text-transform: uppercase;
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

#cforms2form .cformfieldset1	{ padding: 10px 0; border:0;
																background: white url(images/fieldset_bg.jpg) repeat-x!important;
	margin-top: 10px;
}
																
#cforms2form legend   				{ font:normal 20px Times; color:grey; }

#cforms2form input,
#cforms2form textarea,
#cforms2form select 					{ padding:1px 3px; border: 1px solid #2F6F1A;
	clear: left;
}

#cforms2form label						{ text-align:left; float:none!important;
	font: 12px Helvetica, Arial, Geneva, sans-serif;
}

#cforms2form input.sendbutton 			{	width:82px; height:22px; color:white;
																			border:0!important; background: url(images/submitbtn.gif) no-repeat!important; cursor:pointer; }
#cforms2form input.sendbutton:hover{ }

/*                                                    */
/* end demo form #2 block                             */
/*                                                    */




/*                                                    */
/* message box right above the form                   */
/*                                                    */

div.info 			{	margin:10px 0;	text-align:center; }

/*                                                    */
/*  div box enclosing the form                        */
/*                                                    */
.cform				{	margin: 30px 0 25px; width: 410px;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */
.success 			{ color:green; }
.failure 			{ color:red; }


/*                                                    */
/* global definitions for field labels                */
/*                                                    */
.cform label 		{ width: 300px; font: normal 12px Helvetica, Arial, Geneva, sans-serif;
											display:block; clear:both; text-align: left;
	float: left;
	margin: 0 0 1px;
}

.fmchecklabel {
	width: 142px;
	position: relative;
	margin-left: 26px;
}

/*                                                    */
/*  individual definition of field labels             */
/*                                                    */

/* #cforms2form label	{ color:green; } */


/*                                                    */
/* formating for text:  "(required)"  & other         */
/*                                                    */
span.chckboxtxt,
span.cformradiotext,
span.reqtxt,
span.emailreqtxt 	{	float:left;	margin:5px 0; padding-left:3px; font:normal 11px 'Trebuchet MS',Arial; }

span.cformradiotext 				{ margin:5px 0 0 0!important; }
* html span.cformradiotext  { margin:4px 0 0 0!important; } /* hack:diff margins for IE */


/*                                                    */
/*              FORM FIELDSETS (global defs)          */
/*                                                    */
.cformfieldsets				 { margin:10px 0; padding:8px 0 11px 0; border: 1px solid #888888; clear:both; }
* html .cformfieldsets { position: relative; margin-top:20px; padding-top:15px; } /*ie6 hack*/

.cformfieldset1				{ background:#F1FFC6; } /* use to access fieldsets no. 1 for ALL forms */
.cformfieldset2     	{ background:#E0FF82; } /* use to access fieldsets no. 2 for ALL forms */
.cformfieldset3      	{ background:#BFFF00; } /* use to access fieldsets no. 3 for ALL forms */
/*etc..*/


/*                                                    */
/*   FORM FIELDSETS for a specific form               */
/*                                                    */
/* #cforms2form .cformfieldset1	{ background:#DFE9FF; } /* specifically address fieldsets #1 on form #2 */


/*                                                    */
/*   FIELDSET legends (global defs)                   */
/*                                                    */
.cform legend         { margin-left:10px; font:normal 20px Times; }
* html .cform legend  { position:absolute; top: -10px; left: 10px; margin-left:0; } /*ie hack*/

/*                                                    */
/*   FIELDSET legends (specific defs)                 */
/*                                                    */
/*#cforms2form legend   { font:normal 20px Arial; color:grey; } */




/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
.cform input,
.cform textarea,
.cform select 				{ font: normal 14px Georgia, "Times New Roman", Times, serif; padding:1px 3px; float: left; background: #f6f6f6; border: 1px solid #888888; }
.cform input:hover,
.cform textarea:hover,
.cform select:hover		{ background:#f3f3f3; }
.cform input:focus,
.cform textarea:focus,
.cform select:focus		{ background:#f7f7f7; }

.cform input 					{	width: 300px;
}
.cform select 				{ width: 300px; }  /* attempt to have equal length */
.cform textarea				{ width: 300px;
clear: both;
	margin-top: 20px;
}

/* text after radio buttons */
.cfradioblock           { float:left; }
input.cformradio				{	margin:6px 0 0 0; width:16px; border:none;
	clear: both;
}
* html input.cformradio	{ margin:3px 0 0 0; background:none; } /* hack:diff margins for IE */

/* Form submit button */
.cform input.sendbutton {	width:100px;  clear:both; float: left; padding:2px; background: #e6e6e6;
margin-top: 10px;
}
.cform input.sendbutton:hover { background: #ccc;
}

/* optional input fields formatting for ('required' & 'email') */
.fldemail 	 { }
.fldrequired { }

/* checkboxes:override general default layout for input fields */
input.cformchkbox 				{	margin: 3px 0 6px; width: 16px; border:none;
}
* html input.cformchkbox	{ margin: 3px 0 4px; background:none; } /* hack:diff margins for IE */

/* for incorrect input fields */
.cform .error { 	border:1px solid #FF0000 !important;	padding:1px; }




/*                                                    */
/*                    PROPER BREAKS                   */
/*                                                    */
.cformfieldsets 			{ display:inline-block; }
.cformfieldsets:after {	content:".";	display:block;	height:0;	clear:both;	visibility:hidden; }
/* Hides from IE-mac \*/
* html .cformfieldsets{ height:1%; }
.cformfieldsets				{ display:block; }
/* End hide from IE-mac */

.cform 			{ display:inline-block;
}
.cform:after {	content:".";	display:block;	height:0;	clear:both;	visibility:hidden; }
/* Hides from IE-mac \*/
* html .cform{ height:1%; }
.cform				{ display:block; }
/* End hide from IE-mac */

