/*  
Theme Name: Airos Chou
Theme URI: http://www.sunflowamedia.com
Download by http://down.liehuo.net
Description: Web Design examples
*/
html {
	background: #000000;
	overflow: auto;
}
body { 
	color: #FFFFFF;
	font-family: SteelfishRegular,Helvetica neue,Arial,sans-serif;
	font-size: 12px;
	margin: 0 auto;
	overflow: auto;
	text-align: center;
}
img { border: 0;}
h1.title_name {
	font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
	font-weight: normal;
	font-size: 4em;
	color: #FFF;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}
h1.title_name span {
	font-family: normal Georgia,'Times New Roman',Times,serif;
	color: #FE4902;
	font-size: 0.9em;
}
h1.title_name small {
	display: block;
	font-family: normal Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.3em;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #CCC;
}
p.copy_right {
	width: 750px;
	margin: 0 auto;
	padding: 50px 0;
	clear: both;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}
p.copy_right a {
	color: #FE4902;
	text-shadow: none;
}
p.copy_right a:hover {
	text-decoration: none;
}
#example {
	width: 950px;
	margin: 50px auto;
}
/* Top style */
#countdown_dashboard {
	margin: 150px auto 250px;
	width: 750px;
	position: relative;
	overflow: hidden;
}
.dash {
	float: left;
	height: 150px;
	margin: 0 30px 0 0;
	position: relative;
	display: inline;
	width: 120px;
}
.dash span {
	background: #000000;
	bottom: 0;
	display: block;
	left: 0;
	font-size: 1.5em;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 100%;
	z-index: 2;
}
.dash .digit {
	float: left;
	font-size: 9em;
	position: relative;
	width: 60px;
}