/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}
	
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;}
	
table {
	border-collapse: collapse;
	border-spacing: 0;}

/* Styles */
body {
	padding: 72px 0 0;
	line-height: 1;
	background-color: #02050c;
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;}
	
#container {
	width: 384px;
	margin: 0 auto;
	color: #c2c3c3;}
	
/* Coming Soon Message */
h3 {
	margin: 20px 0 5px;
	font-size: 30px;
	font-family: 'Niconne', cursive;
	text-indent: -4px;
	text-shadow: 2px 2px 0px #434343;
	text-align: center;}
	
p {
	margin: 0 0 20px;
	font-size: 14px;
	font-family: Corbel, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", sans-serif;
	text-align: center;}

/* MailChimp Form */
#mailchimpCont {
	margin: 0 0 20px;
	text-align: center;}

#mailchimp {display: inline-block;}

#mailchimp input {
	display: block;
	float: left;
	height: 34px;
	margin: 0;
	padding: 0 10px;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Niconne', cursive;
	line-height: 34px;
	border: none;
	outline: none;
	box-shadow: inset 0 0 10px #888;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;}

#mailchimp #mailchimpSubmit {
	color: #fff;
	background-color: #1b2845;
	text-shadow: 1px -1px #610211;
	box-shadow: inset 0 0 5px #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius:  0;
	border-top-left-radius: 0;}
	
#mailchimp #mailchimpSubmit:hover {
	cursor: pointer;
	background-color: #1a2f5f;
	text-shadow: 1px -2px #610211;}
	
/* Logo */
#logo {
	display: block;
	width: 384px;
	height: 353px;
	margin: 0 auto;
	text-indent: -9999px;
	background-image: url(../images/logo.png);}
	
/* Social Links */
#social {
	width: 58px;
	margin: 0 auto;}
	
#social li {
	float: left;
	margin: 0 0 0 10px;}
	
#social li:first-child {margin-left: 0;}
	
#social a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	background-image: url(../images/sprite.png);}
	
#facebook	{background-position: 0 0;}
#twitter	{background-position: -24px 0;}
#plus		{background-position: -48px 0;}
#tumblr		{background-position: -72px 0;}
#pinterest	{background-position: -96px 0;}
#linkedin	{background-position: -120px 0;}
#instagram	{background-position: -144px 0;}
#youtube	{background-position: -168px 0;}

/* Clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;}

.clearfix:after {clear: both;}

.clearfix {*zoom: 1;}