/* 
	font-family: 'Oxygen', sans-serif; 
	font-family: 'Lobster Two', cursive;
*/

/* general */
html, body { width: 100%; height: 100%; }
body { font: 14px/24px 'Oxygen', Arial, 'Liberation Sans', FreeSans, sans-serif; background: #999 url('images/bg-highlight.png') no-repeat top center fixed; }
/*body {
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}*/

#logo { width: 100%; height: 50%; background-repeat: repeat-x; background-position: bottom left; }
#logo h1 { display: block; width: 100%; height: 100%; text-indent: -9999px; background: url('images/logo.png') no-repeat center center; }

#details { width: 100%; height: 50%; }
#details .coming-soon { padding: 20px 0 30px 0; font-family: 'Lobster Two', cursive, Arial; font-size: 45px; font-style: normal; font-weight: 400; text-decoration: none; line-height: 1em; text-align: center; }
#details p { display: block; width: 500px; margin: 0 auto 30px auto; text-align: center; }
#details span.sitename { display:block; margin-bottom:10px; font-size:20px; }
#details p#counter { font-weight: bold; }

.icons a { margin: 0 8px; }

.pixmandu { margin:0 auto; width:130px; height:46px; line-height:46px; }
.pixmandu span { float:left; display:block; line-height:36px; font-size:14px; }
.pixmandu img { float:right; }


/* mobile support */
@media handheld, only screen and (max-width: 480px){
	#logo { height: 40%; }
	#details { height: auto; width: auto; padding-left: 10px; padding-right: 10px; }
	#details p { width: auto; }
}