/* -- background -- */
html,body {
	background-image: url('../images/bg.jpg');
	background-position: center 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-color: #cce1e6;
	height: 100%;
	}
	
img, div { behavior: url(js/iepngfix.htc) }

/* -- center -- */
#center {
	padding: 30px 0 0 0;
	margin: 0 auto 0 auto;
	width: 999px;
	min-height: 100%;
	}
	

/* -- header -- */
#header {
	clear: both;
	background-image: url('../images/topborder.png');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 999px;
	height: 43px;
	}
	
/* -- footer -- */
#footer {
	clear: both;
	background-image: url('../images/bottomborder.png');
	background-repeat: no-repeat;
	background-color: #cce1e6;
	padding: 0;
	margin: 0 auto;
	width: 999px;
	height: 86px;
	}
	
/* -- middle -- */
#middle {
	background-image: url('../images/middleborder.png');
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	min-height: 720px;
	width: 999px;
	}

/* -- left column -- */	
#column_a {
	margin: 0;
	padding: 0;
	float: left;
	width: 203px;
	height: 600px;
	}

/* -- middle column -- */		
#column_b{
	margin: 0 0 0 203px;
	padding: 0;
	width: 510px;
	}

/* -- wide column (b + c) -- */		
#column_wide{
	margin: 0 0 0 203px;
	padding: 0;
	width: 783px;
	}

/* -- right column -- */		
#column_c {
	margin: 0;
	padding: 0;
	float: right;
	width: 273px;
	}
	
#column_b_container_top {
	background-image: url('../images/columnbcontainertop.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 7px;
	width: 515px;
	}
	
#column_b_container_middle {
	background-image: url('../images/columnbcontainermiddle.png');
	margin: 0;
	padding: 0;
	min-height: 720px;
	width: 515px;
	}
	
#column_b_container_bottom {
	background-image: url('../images/columnbcontainerbottom.png');	
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 7px;
	width: 515px;
	}
	
#column_wide_container_top {
	background-image: url('../images/columnwidecontainertop.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 7px;
	width: 752px;
	}
	
#column_wide_container_middle {
	background-image: url('../images/columnwidecontainermiddle.png');
	margin: 0;
	padding: 0;
	min-height: 720px;
	width: 752px;
	}
	
#column_wide_container_bottom {
	background-image: url('../images/columnwidecontainerbottom.png');	
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 7px;
	width: 752px;
	}
	
.column_c_container_top {
	background-image: url('../images/columnccontainertop.png');
	background-repeat: no-repeat;
	margin: 0 0 0 4px;
	padding: 0;
	height: 7px;
	width: 245px;
	}
	
.column_c_container_middle {
	background-image: url('../images/columnccontainermiddle.png');
	margin: 0 0 0 4px;
	padding: 0;
	min-height:250px;
	width: 245px;
	}
	
.column_c_container_bottom {
	background-image: url('../images/columnccontainerbottom.png');	
	background-repeat: no-repeat;
	margin: 0 0 8px 4px;
	padding: 0;
	height: 7px;
	width: 245px;
	}
	
/* Internet Explorer min-height fixes */
* html #column_b_container_middle {
	height: 720px;
	}
	
* html #column_wide_container_middle {
	height: 720px;
	}
	
* html .gameoutercontainer {
	height: 156px;
}

* html column_c_container_middle {
	height: 250px;
}
	
#logo {
	margin: 1px 0 0 23px;
}

#banneranimation {
	height: 176px;
}

#temp {
	margin: 7px 0 0 17px;
	position: absolute;
	z-index: 6;
}

#banneranimation img {
	margin: 7px 0 0 17px;
	position: absolute;
	z-index: 5;
	visibility: hidden;
}

#bannerstatic {
	width: 480px;
	height: 160px;
	margin: 7px 0 0 17px;
}

#banneranimation img.nakyva {
	visibility: visible;
}

/* i6 hack */
#bannerborders {
	position: absolute;
	width: 488px;
	height: 170px;
	margin: 3px 0 0 13px;
	z-index: 10;
}

html>body #bannerborders {
	background-image: url('../images/bannerborders.png');
	background-repeat: no-repeat;
	position: absolute;
	width: 488px;
	height: 170px;
	margin: 3px 0 0 13px;
	z-index: 10;
}

.separator {
	padding: 0;
	margin: 0 0 6px 30px;
	width: 452px;
	height: 1px;
	border-bottom: 1px solid #c8c8c8;
}

.gameoutercontainer {
	width: 488px;
	min-height: 156px;
	margin: 0 0 0 8px;
}
.gamecontainer {
	float: left;
	margin: 3px 0 0 11px;
	padding: 0;
}

.gamecontainer img {
	margin: 4px 0 0 4px;
}

.gamecontainertextarea {
	padding: 0;
	margin: 0 0 0 236px;
	min-height: 137px;
	width: 242px;
}
.gamecontainertextarea p {
	padding: 0 2px 0 2px;
	margin: 0;
}
.gamecontainertextarea h1 {
	padding: 3px 2px 5px 2px;
	margin: 0;
	font-size: 1.2em;
}

.gamecontainerimgborders {
	background-image: url('../images/adborders.png');
	position: absolute;
	width: 217px;
	height: 149px;
	margin: 0;
	padding: 0;
	z-index: 0;
}

.screenshot {
	margin: 1px 6px 0 0;
	padding: 3px;
	background-color: #fff;
	border-top: solid 1px #dfdfdf;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #bbb;
}
.screenshot:hover {
	border-top: solid 1px #c8e0e5;
	border-left: solid 1px #b2d4dc;
	border-right: solid 1px #b2d4dc;
	border-bottom: solid 1px #79b6c5;
	background-color: #e4f5f7;
}

#screenshotcontainer {
	margin: 4px 10px 0 30px;
}

.bannerappstore {
	background-image: url('../images/bannerappstore.png');
	background-repeat: no-repeat;
	width: 98px;
	height: 33px;
	margin: 127px 0 0 382px;
	position: absolute;
}

.bannerappstore:hover {
	background-image: url('../images/bannerappstore.png');
	background-position: 0 -33px
}

#appstorebig {
	background-image: url('../images/appstorebig.png');
	background-repeat: no-repeat;
	width: 180px;
	height: 52px;
	margin: 8px 0 0 164px;
}

#appstorebig:hover {
	background-image: url('../images/appstorebig.png');
	background-position: 0 -52px
}

#appstorelinks a {
    /* Oletuksena kuvat ovat piilossa. */
    visibility: hidden;
}
/* Nkyvlle kuvalle on oma CSS-luokka. */
#appstorelinks a.nakyva {
    visibility: visible;
}

#bannerplayer {
	width: 110px;
	height: 45px;
	margin: 118px 0 0 4px;
	position: absolute;
	z-index: -2;
}

#bannerprev {
	background-image: url('../images/bannerprev.png');
	background-repeat: no-repeat;
	width: 49px;
	height: 48px;
	margin: 0;
	position: absolute;
}

#bannerprev:hover {
	background-image: url('../images/bannerprev.png');
	background-position: 0 -47px;
}

#bannernext {
	background-image: url('../images/bannernext.png');
	background-repeat: no-repeat;
	width: 49px;
	height: 48px;
	margin: 0 0 0 42px;
	position: absolute;
}

#bannernext:hover {
	background-image: url('../images/bannernext.png');
	background-position: 0 -47px
}

#menuitem1 {
	background-image: url('../images/menuitem1.png');
	background-repeat: no-repeat;
	width: 169px;
	height: 38px;
	margin: 300px 0 0 21px;
	position: absolute;
	}

#menuitem1:hover {
	background-image: url('../images/menuitem1.png');
	background-position: 0 -38px
}

#menuitem2 {
	background-image: url('../images/menuitem2.png');
	background-repeat: no-repeat;
	width: 169px;
	height: 38px;
	margin: 350px 0 0 21px;
	position: absolute;
}

#menuitem2:hover {
	background-image: url('../images/menuitem2.png');
	background-position: 0 -38px
}

#menuitem5 {
	background-image: url('../images/menuitem5.png');
	background-repeat: no-repeat;
	width: 169px;
	height: 38px;
	margin: 400px 0 0 21px;
	position: absolute;
}

#menuitem5:hover {
	background-image: url('../images/menuitem5.png');
	background-position: 0 -38px
}

#menuitem4 {
	background-image: url('../images/menuitem4.png');
	background-repeat: no-repeat;
	width: 169px;
	height: 38px;
	margin: 450px 0 0 21px;
	position: absolute;
}

#menuitem4:hover {
	background-image: url('../images/menuitem4.png');
	background-position: 0 -38px
}

#kickstarter {
	width: 169px;
	height: 170px;
	position: fixed;
	top: 5px;
	left: 5px;
}


#facebook {
	background-image: url('../images/facebook.png');
	background-repeat: no-repeat;
	width: 130px;
	height: 35px;
	margin: 520px 0 0 40px;
	position: absolute;
}

#facebook:hover {
	background-image: url('../images/facebook.png');
	background-position: 0 -35px
}

#twitter {
	background-image: url('../images/twitter.png');
	background-repeat: no-repeat;
	width: 130px;
	height: 35px;
	margin: 570px 0 0 40px;
	position: absolute;
}

#twitter:hover {
	background-image: url('../images/twitter.png');
	background-position: 0 -35px
}

#youtube {
	background-image: url('../images/youtube.png');
	background-repeat: no-repeat;
	width: 130px;
	height: 35px;
	margin: 620px 0 0 40px;
	position: absolute;
}

#youtube:hover {
	background-image: url('../images/youtube.png');
	background-position: 0 -35px
}

.readmore {
	background-image: url('../images/readmore.png');
	background-repeat: no-repeat;
	width: 169px;
	height: 35px;
	margin: 2px 0 0 37px;
}

.readmore:hover {
	background-image: url('../images/readmore.png');
	background-position: 0 -35px
}

.appstore {
	background-image: url('../images/appstore.png');
	background-repeat: no-repeat;
	width: 169px;
	height: 35px;
	margin: 2px 0 0 37px;
}

.appstore:hover {
	background-image: url('../images/appstore.png');
	background-position: 0 -35px
}

.newsfacebook {
	float: right;
	background-image: url('../images/newsfacebook.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 3px 5px 0 0;
}

.newsfacebook:hover {
	background-image: url('../images/newsfacebook.png');
	background-position: 0 -16px
}

.newstwitter {
	float: right;
	background-image: url('../images/newstwitter.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 3px 38px 0 0;
}

.newstwitter:hover {
	background-image: url('../images/newstwitter.png');
	background-position: 0 -16px
}
	

/* -- photo --*/

.adimage {
	border: 0;
	width: 209px;
	height: 139px;
	margin: 7px 0 3px 18px;
	padding: 0;
}

.adborders {
	background-image: url('../images/adborders.png');
	position: absolute;
	width: 217px;
	height: 149px;
	margin: 3px 0 0 14px;
	padding: 0;
}

img {
	border: 0;
	}

/* -- headings -- */

h1 {
	color: #168098;
	margin: 0 30px 0 30px;
	padding: 6px 0 8px 0;
	font-family: 'Calibri Regular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	}
	
.newsheading1 {
	padding: 10px 0 4px 0;
	width: 445px;
	border-bottom: 1px solid #c8c8c8;
}
	
h2 {
	color: #52a1b3;
	margin: 0 30px 0 30px;
	padding: 0 0 10px 0;
	font-family: 'Calibri Regular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	}
	
.newsheading2 {
	color: #777;
}

.newsolderentriestext {
	margin: 25px 0 0 30px;
	padding: 0;
	width: 445px;
	border-top: 1px solid #c8c8c8;
	text-align: right;
}

.newsolderentriestext a {
	text-decoration: none;
}

/* -- paragraph -- */

p {
	color: #4b4b4b;
	margin: 0;
	padding: 3px 30px 10px 30px;
	font-family: 'LucidaGrande', 'Lucida Grande', 'Arial', sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	}
ul {
	margin: 0;
	padding: 3px 30px 10px 30px;	
}

li {
	color: #4b4b4b;
	margin: 0 0 0 30px;
	padding:0 0 5px 0;
	font-family: 'LucidaGrande', 'Lucida Grande', 'Arial', sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	}	
	
	
.adparagraph {
	padding: 2px 16px 8px 16px;
}

.columncnormal {
	padding: 0 20px 5px 20px;
}

.columncnewsdate {
	padding: 3px 20px 0 20px;
	font-size: 0.6em;
}

#columncheading {
	margin: 0;
	padding: 3px 20px 3px 20px;
}

#footerparagraph {
	padding: 7px 0 0 256px;
}

	
	
/* -- links -- */
a:link { 
	color: #168098;
	}
a:visited { 
	color: #168098;
	}
a:hover { 
	color: #52a1b3;
	}
a:active { 
	color: #52a1b3;
	}
	
/* -- Unity webplayer -- */

div.content {
			margin: auto;
			width: 324px;
		}
div.broken,
div.missing {
			margin: auto;
			position: relative;
			top: 50%;
			width: 193px;
		}
div.broken a,
div.missing a {
			height: 63px;
			position: relative;
			top: -31px;
		}
div.broken img,
div.missing img {
			border-width: 1px;
			border-color: #cccccc;
		}
div.broken {
			display: none;}
	
