/* -------------------------------------------------------

	Description: Minimal Coming Soon Page
	Version: 1.0

	Designed by Stelian Subotin (1stwebdesigner.com)
	Coded by Anli Zaimi (azmind.com) for 1stwebdesigner.com

------------------------------------------------------- */



body {

	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 40px;
}


/* ---- Counter ---- */

#counter {
	width: 210px;
	height: 60px;
	margin-right:auto;
	margin-left:auto;
	font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #272727;
	text-shadow: 0 1px 0 #fff;
	overflow: hidden;
}

.countDays, .countHours, .countMinutes, .countSeconds {
	float: left;
	width: 30px;
	height: 50px;
	padding-left: 8px;
	background: #e7e7e7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.07)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); 
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); 
	background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07));
	background-image: linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07));
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:
		0 2px 3px 0 rgba(255,255,255,.2) inset,
		0 2px 2px 0 rgba(0,0,0,.1);
	-webkit-box-shadow:
		0 2px 3px 0 rgba(255,255,255,.2) inset,
		0 2px 2px 0 rgba(0,0,0,.1);
	box-shadow:
		0 2px 3px 0 rgba(255,255,255,.2) inset,
		0 2px 2px 0 rgba(0,0,0,.1);
}

.points {
	float: left;
	width: 15px;
	margin: 0;
	font-family: Georgia, serif;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	text-shadow: none;
}

.position {
	position: relative;
	float: left;
	width: 12px;
	height: 35px;
	margin: 4px 0 0 0;
}

.digit {
	position: absolute;
	top: 0;
	left: 0;
}

.boxName {
	float: left;
	text-align:left;
	font-size:16px;
	width: 28px;
	margin: -8px 0 0 0px;
	color: #838080;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.Hours { margin-left: 2px; }
.Seconds { margin-left: 0px; }


