/*
 * CSS TEMPLATE #1
 * 
 * Description:	"Standard" template. Most commonly used 
 * Dimensions:	Fixed width, content-based height
 * Navigation:	Vertical and horizontal
 * 
 * Info: 		Column distribution is based on their main container. Use main container to differentiate between
 * 				styles e.g for columns in the header and columns in the main content area.
 * 
 */

/* Main properties */
* {
	margin: 0;
	padding:0;
	outline: none;
}
a{
	outline: none;
}

html, body {
	height: 100%;
}
body.winter {
	background: url("../images/structure/body_background_vinter.jpg") black no-repeat center top;
	background-attachment: fixed;
	text-align: center;
	height: 100%;
	font-size: 62.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
}
body.spring {
	background: url("../images/structure/body_background_3.jpg") black no-repeat center top;
	background-attachment: fixed;
	text-align: center;
	height: 100%;
	font-size: 62.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
}
body.summer {
	background: url("../images/structure/body_background_3.jpg") black no-repeat center top;
	background-attachment: fixed;
	text-align: center;
	height: 100%;
	font-size: 62.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
}
body.autumn {
	background: url("../images/structure/body_background_3.jpg") black no-repeat center top;
	background-attachment: fixed;
	text-align: center;
	height: 100%;
	font-size: 62.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
}

div#grid_1 {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 50%;
	margin-left: -50%;
	background: url("../../images/structure/grid.gif") repeat-y center top;
	display: none;
}

/* Main typografy setting */
h1 {
	font-size:1.8em;
	border-bottom: solid gray 1px;
	margin: 0 0 10px 0;
}
h3{
	font-size:1.4em;
	margin: 0 0 10px 0;
}
a img {
	border: none;
}

/* Main container properties */
div#wrapper {
	width: 972px;
	_width: 1050px;
	_padding-left: 75px;
	margin: 0 auto;
	text-align: left;
}
	
/* Header properties */
div#header {
	width: 100%;
}
img#top_image{
	margin: 0px 0px 0px 15px;
}
/* Header text properties */
div#header div.column table {
	margin: 30px 0 0 0;
}
div#header div.column table tr td h4 {
	color: yellow;
	font-weight: 600;
	font-size: 1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* General row properties */

div.row {
	width: 100%; /* Rows are 100% of their containers width by default */
	float: left;
	clear: left;
	display: inline;
}
	div.row.row_1 {
		background: #004a99;
		height: 30px;
	}

/* General column properties */
div.column {
	float: left;	
	position: relative;	
	/*background: url("../../images/structure/column_divider.gif") repeat-y right;*/
}

div.column_inner { /* Inner properties, e.g padding, margin. */
	/*padding: 10px;*/
}

div.column_content {
	padding: 0px;
}

/* Menu properties */

div#studioLiMenu ul {
	list-style-type: none;
}
div#studioLiMenu ul li {
	/*height:18px;*/
	vertical-align: top;
}
div#studioLiMenu ul li a {
	color: yellow;
	font-size: 1.6em;
	font-weight: 600;
	text-decoration: none;
	padding: 0 0 5px 0 ;
	display: block;
}

div#studioLiMenu ul li a:hover {
	text-decoration: none;
}
div#studioLiMenu ul li.level_2 {
	padding-left: 10px;
}
div#studioLiMenu ul li.level_3 {
	padding-left: 10px;
}
div#studioLiMenu ul li.level_2 a {
	font-size: 1.5em;
	color: white;
}
div#studioLiMenu ul li.level_3 a {
	font-size: 1.2em;
	color: white;
	font-weight: normal;
}
div#studioLiMenu ul li.level_3.selected a {
	/*text-decoration: underline;*/
}

div#hitta {
	width: auto;
	margin: 10px 0;
}
	div#hitta input {
		margin: 5px 0;
		padding: 4px;
	}

/* Header column properties */

div#header div.column.column_1 {
	width: 182px;
	height: 150px;
}
div#header div.column.column_2 {
	width: 784px;
	_width: 780px;
	height: 150px;
}
div#header div.column.column_3 {
	display: none;
}
/* Footer column properties  */
div#footer div.column {
	width: 243px;
}
/* Main content column properties */
div#content div.column.column_1 {
	width: 197px;
}

div#content div.column.column_2 {
	width:774px;
}
div#content div.column.column_3 {
	width:628px;
	height: 444px;
}

div#content div.column.column_3 div.column_inner {
	background: white;
	padding: 0 10px 0 10px;
}
div#content div.column.column_3 div.box_top, 
div#content div.column.column_3 div.box_bottom {
	height:15px;
	width: 100%;
	background: url("../images/structure/box_top.gif") no-repeat;
}
div#content div.column.column_3 div.box_bottom {
	padding-bottom: 130px;
	_padding-bottom: 50px;
}
div#content div.column.column_3 div.box_bottom {
	background: url("../images/structure/box_bottom.gif") no-repeat;
}
div.column.column_2 div#status {
	height: 30px;
	margin-left: 17px;
	margin-top: -10px;
}
	div.column.column_2 div#status p,
	div.column.column_2 div#status table tr td{
		font: 600 11px Arial, Helvetica, sans-serif;
		color: #FFF;
	}
	div.column.column_2 div#status table{
		margin: 0px;
		width: 640px;
	}
	div.column.column_2 div#status table tr td{
		width: 90px;
		text-align: center;
		vertical-align: top;
	}
	div.column.column_2 div#status table tr td p{
		margin: 0;
        padding: 0;
	}
	
img#albert_big{
	float: right;
	margin: -60px -50px 0px 0px;
}

/* Footer properties */
div.column_4{
	position: relative;
	width: 972px;
	margin:0 auto;
}
div#footer_spacer {
	/*height: 280px;*/
	padding-bottom: 100px;
}
div#footer {
	width: 100%;
	/*height: 76px;*/
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
	/*clear: both;*/
	background: url("../images/structure/snow.png") repeat-x;
}
div#footer_spacer_summer {
	padding-bottom: 200px;
}
div#footer_summer {
	width: 100%;
	/*height: 76px;*/
	height: 170px;
	position: fixed;
	bottom: 0;
	left: 0;
	/*clear: both;*/
	background: url("../images/structure/footer_summer.png") center bottom repeat-x;
}
    div#footer_summer img#daisy1{
        float: left;
        margin-top: -70px;
    }
    div#footer_summer img#daisy2{
        float: right;
        margin-top: -70px;
    }
div#footer_spacer_spring {
	padding-bottom: 200px;
}
div#footer_spring {
	width: 100%;
	/*height: 76px;*/
	height: 170px;
	position: fixed;
	bottom: 0;
	left: 0;
	/*clear: both;*/
	background: url("../images/structure/footer_spring.png") repeat-x;*/
}
    div#footer_spring img#crocus1{
        float: left;
        margin-top: -20px;
    }
    div#footer_spring img#crocus2{
        float: right;
        margin-top: -50px;
    }
div#snowman{
	position: absolute;
	top: -145px;
	left: 600px;
}
div#footer_autumn {
	width: 100%;
	height: 76px;
	position: fixed;
	bottom: 0;
	left: 0;
	/*clear: both;*/
	background: url("../images/structure/leafs.png") repeat-x;
}

#box_container {
	margin-top: -50px;
	margin-left: 40px;
}
.box {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
	width: 289px;
	height: 310px;
}
.box_masked {
	position: absolute;
	top: 0;
	left: 0;
	width: 248px;
	height: 298px;
	overflow: hidden;
}
.inner_box_masked {
	position: absolute;
	top: 0px;
	left: 0px;
}
.box_image {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 250px;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
}
#box1 {
}
#box2 {
	margin-right: 0;
	width: 260px;
	height: 310px;
	background: url('../images/structure/text_box.png') no-repeat;
}
#box3 {
}
#box4 {
	margin-right: 0;
}

#fb {
	width: 568px;
	height: 310px;
	overflow: hidden;
	background: url('../images/structure/fb_box.png') no-repeat;
}

/*
 * Makes floating objects take up space. Fix from http://www.csscreator.com/attributes/containedfloat.php
 * Modified by Tomas: added our column elements because I didn't want to clog the markup with floatcontainer
 * class on every column element
 */

.floatcontainer:after, .column_inner:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility:hidden;
}

.floatcontainer, .column_inner {
	display: inline-block;
}

/* Hides from IE Mac \*/
* html .floatcontainer, * html .column_inner  {
	height: 1%;
}

.floatcontainer, .column_inner {
    display:block;
}
/* End Hack */



