/* Begin Reset 
***************************************************************************************************/

* {	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0; }

html {
	margin-bottom: 1px;
	height: 100%; /* Must be 100% cause of the Sticky Footer. And for the scroll bar to appear. */}

body {
	font-family: 'Lucida Grande', Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #4d4a47;
	text-align: center;
	color: #fff;
	height: 100%; /* Must be 100% cause of the Sticky Footer */ }

/* End Reset
***************************************************************************************************/

/* Begin Links
***************************************************************************************************/

a {
	text-decoration: none;
	color: #7febef;}

a:hover {
	text-decoration: none;
	color: #fff;}

a.white-link {
	color: white;}
a:hover.white-link {
	color: #ff6666;}

/* End Links
***************************************************************************************************/

/* Begin Typography
***************************************************************************************************/

/* Typography */

p { padding: 0 0 1em 0;
	line-height: 1.6em;
	font-size: 1.07em;
	color: #e6e1e1;
}
strong {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #5edd61;
}
.strong-p {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;}

h1 {
	margin: 0;
	font-size: 3em;
	font-weight: normal;}

h2 {
	margin: 0 0 10px 0;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #5edd61;	
}

/* End Typography
***************************************************************************************************/

/* Structure
***************************************************************************************************/
#pagewrap {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	height: 100%; /* Must be 100% cause of the Sticky Footer */ }

body > #pagewrap { /* Sticky footer thingy */
	height: auto;
	min-height: 100%;}

.content {
	padding-bottom: 40px;  /* must be same height as the footer */}

#footer {
	position: relative;
	clear: both;
	overflow: hidden;
	height: 20px;
	width: 100%;
	margin: 10px auto;
	margin-top: -40px; /* negative value of footer height */}

#header {
	height: 130px;
	padding: 20px 0 40px 0;
	position: relative;}

#header h1 {
	margin: 0 auto;
	display: block;
	width: 250px;
	height: 126px;
	text-indent: -99999px;
	background: transparent url(images/tdn-logo.jpg) center center;}

#news-col {
	text-align: left;
	position: absolute;
	top: 20px;
	left: 70px;
	height: 100px;
	width: 270px;
	background: transparent;
	padding: 10px;
}
.news-wrap {
	width: 1000px;
	overflow: hidden;
}
.news-block {
	padding: 0 0 40px 0;
}
.left-col {
	float: left;
	width: 400px;
	text-align: left;
	padding: 10px 0 10px 80px;
}	
.right-col {
	float: right;
	width: 400px;
	text-align: left;
	padding: 10px 80px 10px 0;}


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

/* Begin List
***************************************************************************************************/

ul {
	padding: 20px 0 0 0;
	margin: 0 auto;
	width: 500px;
	list-style: none;}

ul li {
	display: block; /* for IE6 */
	float:left; /* for IE6 */ }
	
ul li a {
	height: 190px;
	width: 100px;
	display: block;
	float: left;
	padding: 0 10px;}

ul li a span {
	position: relative;
	top: 160px;
	display: none;}

ul li a:hover span {
	display: block;}

ul li.kipikude a {
	background: transparent url(images/kipikude.jpg) no-repeat top center;}
ul li.kipikude a:hover {
	background: transparent url(images/kipikude-hover.jpg) no-repeat top center;}
	
ul li.woodloop a {
	background: transparent url(images/woodloop.jpg) no-repeat top center;}
ul li.woodloop a:hover {
	background: transparent url(images/woodloop-hover.jpg) no-repeat top center;}

ul li.tonfisk a {
	background: transparent url(images/tonfisk.jpg) no-repeat top center;}
ul li.tonfisk a:hover {
	background: transparent url(images/tonfisk-hover.jpg) no-repeat top center;}
	
ul li.klo a {
	background: transparent url(images/klo.jpg) no-repeat top center;}
ul li.klo a:hover {
	background: transparent url(images/klo-hover.jpg) no-repeat top center;}
	
ul li.kui a {
	background: transparent url(images/kui.jpg) no-repeat top center;}
ul li.kui a:hover {
	background: transparent url(images/kui-hover.jpg) no-repeat top center;}
	
ul li.woodoo a {
	background: transparent url(images/woodoo.jpg) no-repeat top center;}
ul li.woodoo a:hover {
	background: transparent url(images/woodoo-hover.jpg) no-repeat top center;}
	
ul li.kotona a {
	background: transparent url(images/kotona.jpg) no-repeat top center;}
ul li.kotona a:hover {
	background: transparent url(images/kotona-hover.jpg) no-repeat top center;}

ul li.innollinen a {
	background: transparent url(images/innollinen.jpg) no-repeat top center;}
ul li.innollinen a:hover {
	background: transparent url(images/innollinen-hover.jpg) no-repeat top center;}
	
ul li a:hover {
	padding: 0 10px 0 10px;
	}

/* End List
***************************************************************************************************/

/* Begin Misc.
***************************************************************************************************/

.english-text {
	padding: 0 0 0 20px;
	background: transparent url(images/enkku-small.jpg) no-repeat left 2px;}

.clear {
	clear: both;}

@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
		}
	div#preloader img {
		display: block;
		}
	}
	
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
		}
	}

/* End Misc.
***************************************************************************************************/

