/*-----------------------------------------------------------------------------
	BROWSWER RESET
-----------------------------------------------------------------------------*/
    
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            font-weight: inherit;
            font-style: inherit;
            font-size: 100%;
            font-family: inherit;
            vertical-align: baseline;
            }
    /* remember to define focus styles! */
    :focus {
            outline: 0;
            }
    body {
            line-height: 1;
            color: black;
            background: white;
            }
    ol, ul {
            list-style: none;
            }
    /* tables still need 'cellspacing="0"' in the markup */
    table {
            border-collapse: separate;
            border-spacing: 0;
            }
    caption, th, td {
            text-align: left;
            font-weight: normal;
            }
    blockquote:before, blockquote:after,
    q:before, q:after {
            content: "";
            }
    blockquote, q {
            quotes: "" "";
            }
            
    .no-margin {margin: 0 !important}
    
    .last {margin-right: 0 !important}

/*-----------------------------------------------------------------------------
	CLEARFIX
-----------------------------------------------------------------------------*/

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/*-----------------------------------------------------------------------------
	SLIDESHOW 
-----------------------------------------------------------------------------*/

#slideshow {
	position: relative;
	float: right;
	width: 564px;
	height: 157px;
	right: 28px;
	top: 23px;    
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
	z-index:9;
}




/*-----------------------------------------------------------------------------
	LAYOUT 
-----------------------------------------------------------------------------*/
	body {
	font-size: 62.5%;
	}

	a:link, a:visited, a:active {
	color: #d4010a;
	text-decoration: none;
	}
	
	a:hover {
	text-decoration: underline;
	}

	#basic {
	background-image: url('../images/dark_bg.jpg');
	}   

	#wrapper {
	display: block;
	margin: 0 auto;
	width: 860px;
	}

	#header {
	display: block;	
	width: 860px;
	height: 204px;
	background: url('../images/logo_bg.jpg') no-repeat;
	}

	#menu 	{
	display: block;
	height: 30px;
	padding: 15px 0 0 65px;
	background: url('../images/logo_bg.jpg') 0 -205px no-repeat;
	}
	
		#menu ul {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style-type: none;
		}
	
		#menu li {
		display: inline;
		}
	
		#menu a,span {
		font-family: 'Oswald', sans-serif;
		font-size: 1.5em;
		text-transform: uppercase;
		color: #FFF;
		text-decoration: none;
		text-shadow: black 0.05em 0.05em 0.1em;
		padding: 0 4px;
		}
		
		#menu a:hover {
		background-color: #FFF;
		color: #000;
		text-shadow: none;
		}		
		
		#menu a.current {
		background-color: #FFF;
		color: #000;
		text-shadow: none;	
		}		
		
		#menu span {
		padding: 0 4px;		
		}
	
	#content_left, #content_wide {
	float: left;
	width: 418px;
	height: 400px;
	margin: 20px;
	padding: 40px;
	background-image: url('../images/light_bg.png');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	}
	
	#content_wide {
	width: 740px;
	height: auto;
	}
	
	.column1, .column2 {
	float: left;
	width: 360px;
	}
	
	.column2 {
	margin-left: 20px;
	}
	
	.column_tekijat {
	float: left;
	width: 260px;
	margin-left: 100px;
	}
	
	.fb-like-box {
	float: left;
	margin-top: 20px;
	background-color: #222222;
	}
	
	#footer {
	position: fixed;
	bottom: 0;
	display: block;	
	width: 100%;
	height: 116px;
	background: url('../images/footer.png') repeat-x;
	}
	
	h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.7em;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 10px;
	}

	h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.6em;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 10px;
	}	
	
	p, .p {
	font-family: Trebuchet MS, Arial, Helvetica, Serif;
	color: #FFF;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 1.5em;
	}
	
	.list {
	font-family: Trebuchet MS, Arial, Helvetica, Serif;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 1.5em;
	list-style: square;
	margin-left: 18px;
	}

	.gallery a {
	outline: solid #000 1px
	}
	
	.gallery a:hover {
	outline: solid #FFF 1px
	}

	.gallery ul li {
	margin: 0;
	padding: 8px;
	float: left;}
	}
	
	.gallery ul li {
	display: inline;
	}	
	
	strong {
	font-weight: bold;
	}
