@charset "UTF-8";

@import url("/assets/site/fonts/fonts.css");

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:'Stratum1Light',Arial, Helvetica, sans-serif;
	background: rgb(115,130,135) url(/assets/site/img/loading.gif) no-repeat center 200px;
}

h1, h2, h3, h4 { font-weight:normal; }

h1 {
	font-size:40px;
	line-height:40px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

h2 {
	font-size:30px;
	line-height:30px;
	text-transform:uppercase;
	margin:0;
	padding:0px 0px 10px 0px;
}

h3 {
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
	margin:0;
	padding:0px 0px 10px 0px;
}

h4 {
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	margin:0px 0px -5px 0px;
	padding:0;
	font-family:'Stratum1Regular',Arial, Helvetica, sans-serif;
}

p {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:5px 0px;
	font-family:'Stratum1Regular',Arial, Helvetica, sans-serif;
}

a {
	color:rgb(225,225,255);
}

a:hover {
	text-decoration:none;
}

/* layers */

#parallax {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	overflow:hidden;
}

#back {
	position:absolute;
	width:2560px;
	height:1600px;
	background:url(/assets/site/img/back.jpg) repeat-x center;
}

#layer1 {
	position:absolute;
	width:2560px;
	height:1600px;
	background:url(/assets/site/img/layer1.png) no-repeat center;
}


#treeline {
	position:absolute;
	width:2560px;
	height:1600px;
	background:url(/assets/site/img/treeline.png) no-repeat center;
}


#laser1 {
	position:absolute;
	width:2560px;
	height:1600px;
	background:url(/assets/site/img/laser1.png) no-repeat center;
}

#cityInTheSky4 {
	position:absolute;
	width:2560px;
	height:1600px;
	background:url(/assets/site/img/cityInTheSky4.png) repeat-x center;
}


#island {
	position:absolute;
	width:2560px;
	height:1600px;
	background:url(/assets/site/img/island.png) no-repeat center;
}


#layer2 {
	position:absolute;
	width:2560px;
	height:1600px;
	background:url(/assets/site/img/layer2.png) no-repeat center;
}

#laser2 {
	position:absolute;
	width:2560px;
	height:1600px;
	background:url(/assets/site/img/laser2.png) no-repeat center;
}


#nicosiaLogo {
	position:absolute;
	width:2560px;
	height:1600px;
	background:url(/assets/site/img/nicosiaLogo.png) no-repeat center;
}

/* corners */

#cornerTL,
#cornerTR,
#cornerBL,
#cornerBR {
	position:fixed;
	width:500px;
	height:250px;
	z-index:1000;
}

#cornerTL {
	top:0px;
	left:0px;
	background:url(/assets/site/img/cornerTL.png) no-repeat;
}

#cornerTR {
	top:0px;
	right:0px;
	background:url(/assets/site/img/cornerTR.png) no-repeat;
}

#cornerBL {
	bottom:0px;
	left:0px;
	background:url(/assets/site/img/cornerBL.png) no-repeat;
}

#cornerBR {
	bottom:0px;
	right:0px;
	background:url(/assets/site/img/cornerBR.png) no-repeat;
}

/* pagecontainer */

#pageContainer {
	display:none;
	position:absolute;
	top:20%;
	width:700px;
	margin-left:-400px;
	padding:0px 0px 50px 0px;
	left:50%;
	z-index:2000;
}

/* music player */
#mnmlPlayer {
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:5000;
}