/* 
Theme Name: Launcher
Theme URI: http://mythemeshop/themes/launcher
Description: Under construction and coming soon WordPress Theme.
Version: 1.1
Author: MyThemeShop
Author URI: http://mythemeshop.com

*/
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('fonts/league_gothic-webfont.eot');
	src: url('fonts/league_gothic-webfont.eot?#iefix') format('eot'),
		url('fonts/league_gothic-webfont.woff') format('woff'),
		url('fonts/league_gothic-webfont.ttf') format('truetype'),
		url('fonts/league_gothic-webfont.svg#webfonti0SWNkfZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

:focus {
	outline: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'LeagueGothicRegular', sans-serif;
	background-color: #000;
}

ol,ul {
	list-style: none;
	margin-left: 0;
}

#cntdwn ul {
	margin-left: 0;
	padding-left: 0;
}

#cntdwn ul li {
	width: 50px;
	text-align: center;
	float: left;
	margin-right: 20px;
}


p {
	margin: 0;
}

.text {
	display: block;
	font-size: 40px;
	padding-top: 8px;
}

.countdown {
	display: block;
	position: absolute;
	margin-top: 3em;
}

#cntdwn b {
	font-size: 38px;
	font-weight: normal;
}

h1 a,#days,#hours,#minutes,#sec-number {
	text-decoration: none;
}

.timeDescription {
	font-family: sans-serif;
	font-size: 11px;
}

#cntdwn {
	position: relative;
}

.text-orange {
	text-tra nsform: uppercase;
line-height: 55px;
}

.text-small {
	font-size: 20px;
	line-height: 35px;
}

/*------------------------------------------------------------------------------*/
body {
  	background: #000 url('img/sfondo.jpg') no-repeat center top;
  	background-attachment: fixed;
  	margin: 0;
  	border: 0;
  	padding: 0;
  	color: #888;
  	font-family: Trebuchet MS, Arial;
  	font-size: 12px;
}

#f-page {
	position: relative;
	width: 1024px;
	height: 100%;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
	margin-left: auto;
	margin-right: auto;
}

/*----------------------------------------------------------*/
#f-header {
	width: 1024px;
	height: 127px;
	background: url("img/header.png") no-repeat center top;
}

#logo {
	display: block;
	width: 100%;
	height: 100%;
}

/*----------------------------------------------------------*/
#f-body {
	color: #757575;
	font-family: Trebuchet MS,Arial;
	font-size: 12px;
	padding: 0px 20px;
}

#f-content {

}

.maintenance {

}

.stop {

}

#countdown-wrapper {
	
}

#f-countdown {
	position: absolute;
	right: 0px;
}

#f-comeback {

}
.shake-wrapper{
	position: absolute;
	left: -250px;
	top: 170px;
}
/*----------------------------------------------------------*/
#f-footer {
	width: 1024px;
	height: 180px;
	background-image: url("img/footer.png");
}

.f-footer-content{	
	color: #f0f0f0;
	font-size: 14px;
	padding:20px;
	position:absolute;
	bottom:0px;
	right:0px;
}
/*-----------------------------------------[ 750 ]-------------------------------------*/
@media screen and (max-width:750px) {
	#f-comeback {
		display: none;
	}
	#social {
		display: none;
	}
	#f-content {
		width: 480px;
		text-align: center;
	}
	.maintenance,.stop {
		background-image: none;
	}
	#logo {
		background: url('img/header.png') no-repeat center 8px;
	}
	#f-body {
		background: url('img/sfondo.jpg') no-repeat right bottom;
	}
}
