/*--------------------
	RESET
--------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color:#B3B3B3;
font-family:"Myriad Pro",Arial;
font-size:12px;
text-align:center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*--------------------
	STRUCTURE
--------------------*/

body {
	background: #000 url("../images/black-bg.jpg") no-repeat top center;
}

#pagewrap {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 35px;
	}
	#header h1 {
		width: 440px;
		margin: 45% auto 0px auto;
	}

#countdown {
	width: 303px;
	height: 177px;
	background: url("../images/date_bg.png") no-repeat top left;
	text-indent: 20px;
}
#contact a {
color:#0092DB;
font-size:13px;}

#contact, #social {
	clear: left;
	text-align: center;
	}
	#contact { height: 120px; }
	#social { height: 200px; }

.twitter, .icons {
	float: left;
	width: 440px;
	margin: 0 20px;
	}
	.twitter { 
		width: 440px;
		height: 110px;
		background: url("../images/twitter_bg.png") no-repeat top left;
		margin-top: 20px;
		text-align: right;
		}
		.twitter p {
			padding: 20px 80px 20px 20px;
			text-align: center;
		}
	.icons { text-align: left; }

.icons ul li {
	float: left;
	padding: 50px 30px 0 0;
	}

/*--------------------
	TYPOGRAPHY
--------------------*/

body {
	
	font-weight: normal;
}

h1 {
	
		color: #fff;
	font-size:30px;
font-weight:bold;
	}
	h1 small {
		display: block;
		font-weight: normal;
		font-size: 0.4em;
	}

h1#countdown {
	color: #c4a56a;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
}

#contact p.email, #contact p.phone {
	float: left;
	width: 440px;
	margin: 0 20px;
	font-size: 2em;
	line-height: 70px;
	text-shadow: 0 2px 2px #333;
	}
	p.email { text-align: right; }
	p.phone { text-align: left; }

.twitter {
	font-size: 1em;
	font-style: italic;
	}
	.twitter small {
		display: block;
		font-size: 0.75em;
		color: #cdb380;
		margin-top: 10px;
		text-align: right;
	}
	.twitter a {
		color: #fff;
	}
	.twitter .hashtag {
		color: #999;
	}