@charset "utf-8";
/* CSS for DigitFlip - Underconstruction/Coming Soon Page by @nique info@aniqueahmad.com

1 - General HTML Structure
2 - header with logo
3 - main container
4- footer with twitter and subscribe

*/

/* 1- General HTML Structure 
---------------------------------------------------*/


ul#lsn {
	list-style:none;
}


/* 2- header with logo
---------------------------------------------------*/

/* 3- main container with image/message and countdown
---------------------------------------------------*/

.pane {
	position:relative;
	width:240px;
	height:70px;
	overflow:hidden;
	margin:0px;
	
}
.elements {
	width:725px;
	height:210px;
	background-image:url('../images/number.png');
	background-repeat:repeat;

}

.elements li {
	float:left;
}
.uccounter {
	position:relative;
	width:241px;
	height:71px;
	margin:0;
}

.countdown_section {
	display: block;
	float:left;
	font-size:18px;
	text-align:center;
	font-weight:normal;
	color: #ffffff;
	width: 44px;
	padding-top:10px;
	line-height:inherit;
	font-size:18px;
}
.countdown_amount {
	font-size:28px;
}
.countdown_period {
	font-size:8px;
}
.overlay { 
	position:absolute;
	left:11px;
	top:30px;
	width:220px; 
	height:28px;
	background-image: url('../images/countdown_images/flipoverlay.png');
	background-repeat:repeat-x;
}
.countdownPane { 
	position:relative;
	left:11px;
	top:10px;
	width:220px; 
	height:53px;
	background-image: url('../images/countdown_images/flipbgMirrorMonths.png');
	background-repeat:repeat-x;
}
/* 4- footer with twitter and subscribe form
---------------------------------------------------*/
