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


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


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

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, b, u, i, center, 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-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	CSS starter framework
/*-----------------------------------------------------------------------------------*/

* { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

img { border: none; -ms-interpolation-mode: bicubic; image-rendering: optimizeQuality; }

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

input[type=search] { -webkit-appearance: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
nav ul { list-style: none; }

.hidden { font-size: 0/0 a; color: transparent; text-decoration: none; }

.radius { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }

.left { float: left; }
.right { float: right; }


/*-----------------------------------------------------------------------------------*/
/*	Document Setup 
/*-----------------------------------------------------------------------------------*/

body {
	background: #fbfbfb;
}

#resize {
	padding: 0 30px;
}

header {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 60px 0;
	border-bottom: 1px dashed #c2c2c2;
}

#main_wrapper {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 60px 0;
	border-bottom: 1px dashed #c2c2c2;
}

.one-third {
	width: 30.425531914894%; /* 286 / 940 */
	float: left;
	margin-right: 40px;
}

.one-third:last-child {
	margin-right: 0;
}

footer {
	width: 100%;
	max-width: 940px;
	margin: 40px auto 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*	Typography
/*-----------------------------------------------------------------------------------*/

h1 {
	font-family: 'Droid Serif', serif;
	font-size: 40px;
	font-weight: 400;
	color: #555555;
	text-align: center;
}

h2 {
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	font-weight: 400;
	color: #555555;
	text-align: center;
}

h3 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #555555;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h4 {
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	font-weight: 400;
	color: #555555;
	text-align: center;
}

p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 18px;
	color: #555555;
}

p a:link, a:visited {
	color: #5f94d0;
	text-decoration: none;
}

p a:hover {
	color: #555555;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Header Styles
/*-----------------------------------------------------------------------------------*/

.logo {
	background: url(../images/misc/finger.png);
	width: 200px;
	height: 262px;
	display: block;
	float: center;
}

ul.navigation {
	float: right;
	display: block;
	margin-top: 18px;
}

li.subnav {
	margin-right: 40px;
	position: relative;
	display: inline-block;
	
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
}

li.subnav:last-child {
	margin-right: 0;
}

li.subnav a:link, a:visited {
	font-family: 'Droid Sans', sans-serif;
	color: #555555;
	font-size: 14px;
	text-decoration: none;
}

li.subnav a:hover {
	color: #5f94d0;
}


/*-----------------------------------------------------------------------------------*/
/*	Main Wrapper Styles
/*-----------------------------------------------------------------------------------*/

/* Start Countdown Styles */
#countdown {
	margin: 60px auto 0 auto;
	width: 580px;
}

.item {
	background: url(../images/countdown/bg.png) no-repeat;
	width: 100px;
	height: 100px;
	display: block;
	position: relative;
	text-align: center;
	float: left;
	margin-right: 60px;
}

.item:last-child {
	margin-right: 0;
}

.item p {
	font-family: 'Droid Serif', serif;
	font-size: 40px;
	font-weight: 400;
	color: #555555;
	text-align: center;
	line-height: 100px;
}

.item span {
	font-family: 'Droid Sans', sans-serif;
	font-size: 10px;
	color: #555555;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
	clear: both;
}

.one-half { 
	width: 48%; 
}

.one-half  {
	position: relative;
	margin-right: 4%;
	float: left;
}

.last {
	margin-right: 0!important;
	clear: right;
}
/* End Countdown Styles */

/* Start Form Styles */
form.emailform {
	background: url(../images/misc/form_bg.png);
	width: 581px;
	height: 74px;
	display: block;
	margin: 70px auto 0 auto;
}

input.emailsubscribe {
	background: #fbfbfb;
	border: 1px solid #ebebeb;
	width: 473px;
	height: 50px;
	margin: 10px 20px 10px 10px;
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	color: #c2c2c2;
	text-indent: 10px;
}

input.emailsubmit {
	background: url(../images/misc/form_button.png);
	background-position: 0 0;
	width: 49px;
	height: 51px;
	display: block;
	float: right;
	margin: 10px 25px 0 0;
	border: none;
}

input.emailsubmit:hover {
	background-position: 0 51px;
}
/* End Form Styles */


/*-----------------------------------------------------------------------------------*/
/*	Footer Styles
/*-----------------------------------------------------------------------------------*/
