/*
		Styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #41ad49;
	margin: 0;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #009;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1  	{font-size:1.3em;}
h2  	{font-size:1.2em;}
h3  	{font-size:1.1em;}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 100%;
	margin: 0px;
	padding: 0;
	background: #fff;
}
.logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 121px;
	width: 160px;
}
#extras {  /* objects outside main page (powered by etc) */
	width:750px ;
	background-color:#FFFFFF;
	margin: 0 auto;
	padding-bottom:10px;
	font-family:Tahoma, "Lucida Sans", sans-serif;
	font-size: 80%;
	color: #666;
	padding:0;
	color:#666;
}
.top_shadow {
	background-image: url(images/body_top_shadow.png);
	background-repeat: no-repeat;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bottom_shadow {
	background-image: url(images/body_bottom_shadow.png);
	background-repeat: no-repeat;
	height: 32px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.left_shadow2 {
	height: 680px;
	width: 32px;
	background-image: url(images/body_left_shadow.png);
	background-repeat: no-repeat;
}
.left_shadow {

	width: 32px;
	background-image: url(images/body_left2_shadow.png);
	background-repeat: repeat-y;
}
.right_shadow {
	height: 680px;
	width: 32px;
	background-image: url(images/body_right_shadow.png);
	background-repeat: no-repeat;
}
.right_shadow2 {
	width: 32px;
	background-image: url(images/body_right_shadow2.png);
	background-repeat: repeat-y;
}
#banner {
	padding: 0px;
	padding-top:7px;
	text-align: left;
	background: #fff;
	font-weight: bold;
	border: 0px;	/*
	put a nice background in here
	background: transparent url('my-image.jpg') top left no-repeat;
	*/
}
.header_img {
padding-left: 30px;
}
#banner a, #banner h1, #banner h2	{color: #fff; margin:0;padding:0;}
* html #banner {clear:both;height:70px;} /* ie6 misbehaves again */

#banner h1	{font-size: 3em;padding-top:6px;} /* WEBSITE_TITLE */
#banner h2	{ /* PAGE_HEADER */
	font-size: 0.8em;
	text-transform:uppercase;
	letter-spacing:8px;
	margin-top:-20px;
	padding-left:8px;
	font-family:Arial, Helvetica, sans-serif;
}

#sideColumn { /* Currently holds the login box */
	float: left;
	width: 210px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 1px;
}
#content { /* main content from the WYSIWYG goes in here */
	margin-left: 220px;
	margin-right: 220px;
	margin-top:20px;
	padding: 4px 10px 14px 10px;
	text-align: left;
}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer {
	font-family:arial;
	font-size: 90%;
	color: #000;
	border-top:0px;
	padding: 10px 5px 10px 5px;
	clear: both;
	background: #fff;
	text-align: right;
}
#baker_footer	{font-style:normal;} /* Pulls information from PAGE_FOOTER */
#powered_by, #coding 	{text-align:right;}
#powered_by a, #coding a {color: blue; text-decoration:none; border-bottom: 1px dashed #ddd;}
#powered_by a:hover, #coding a:hover {color:red; border-bottom: 1px dashed #fff;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
	margin-top:6px;
}
#search_box {
	float: right;
	clear: right;
	width: 290px;
	margin-bottom:0px;
	margin-top:1px;
}
#search_box fieldset {border:0; margin:0px;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 190px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}
.nomargin {
	margin:0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width: auto;
	display:block;
	clear:both;
	margin:0px;
	padding:0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}
#nav {
	height: 35px;
	border-top: 0;
	border-bottom: 1px solid #000;
	padding:0;
	margin:0;
	background-color: #4067D0;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	font-size: 81%;
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {
	display: block;
	background: #4067D0;
	height:24px;
	width:80px;
	border-right: 1px solid #fff;
	color: #fff;
	padding-top: 11px;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 13px;
	font-weight: bold;
}
/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	border-color: #fff;
	color: #fff;
	background-color: #B5B6B9;
}
#nav li a:active, #nav ul li a.active {background: #d1d2d4; border-color: #fff; color: #4b4c4d;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #23408f; color: #fff; border-bottom: 1px solid #000;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 10.4em; margin: 0px; padding: 0px; display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 116%;}
#nav .menu li ul li {
	width: 100%;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.0em;
}
#nav .menu li ul li a{
	width: 100%;
	font-size: 12px;
	font-weight: bold;

}
#nav .menu li ul a {width: 9em; padding: .6em .1em .6em .4em; background: #fff; color: #0000cd; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #6495ed; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 100%;  padding: .6em .1em .6em .4em; background: #fff; color: #0000cd; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: fixed;
	top: 1px;
	left: 104%;
	border:solid 1px #FFFFFF;
	width: 11em;
}
.nav_shadow {
	width: auto;
	display:block;
	clear:both;
	height:5px;
	background-image: url(images/menu-shadow.png);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	background-position: top;
}
#menu2 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: -35px;
	margin-top: 10px;
	padding: 0px;
}
#menu2 ul {
	list-style-type: none;

}
#menu2 ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
#menu2 ul li a {
	display: block;
	padding-bottom: 4px;
	font-size: 11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
}
#menu2 ul li li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}
#menu2 ul li li a {
	margin: 0px;
		background-image: none;

}
/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.lang_sel {
	float: right;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
/*    clear: both; */
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2; padding:4px;}
.newsheader {
	color: #fff;
	font-size: 12px;
}
#newsblock {
	padding: 4px;
	float: right;
	width: 220px;
	font-size: 10px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 15px;
}
#newsblock h2 {
	margin-left:45px;
}
#right_news{
	width: 100%;
	font-size: 12px;
	color:#ff0000;
	border: 1px solid #ff0000;
}
#right_news ul {
	margin: 0px;
	padding: 4px;
}
#right_news li {
	list-style-type: none;
	margin-bottom: 11px;
}

/* ### Uusi layout*/
.corner_upleft {
	height:39px;
	width:25px;
	background-image: url(images/corner_upleft.png);
	background-repeat: none;
	margin:0px;
	padding:0px;
}
.corner_upright {
	height:39px;
	width:25px;
	background-image: url(images/corner_upright.png);
	background-repeat: none;
	margin:0px;
	padding:0px;
}
.corner_downleft {
	height:62px;
	width:25px;
	background-image: url(images/corner_downleft.png);
	background-repeat: none;
	margin:0px;
	padding:0px;
}
.corner_downright {
	height:62px;
	width:25px;
	background-image: url(images/corner_downright.png);
	background-repeat: none;
	margin:0px;
	padding:0px;
}
.sideleft {
	width:25px;
	background-image: url(images/side_left.png);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}
.sideright {
	width:25px;
	background-image: url(images/side_right.png);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}
.toppage {
	height:39px;
	background-image: url(images/top.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
.bottompage {
	height:62px;
	background-image: url(images/bottom.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align: right;
	size:10px;
	font-style:bold;
	color:#000;
}
.sisalto {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}