html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 

a {
	text-decoration: none;
		color: #a7a9aa;
}


@font-face {
font-family: 'GalanoGrotesque-Regular';
src: url('stellar/_fonts/galanogrotesque-regular-webfont.woff2') format('woff2'),
         url('/stellar/_fonts/galanogrotesque-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'GalanoGrotesque-Thin';
src: url('stellar/_fonts/galanogrotesque-thin-webfont.woff2') format('woff2'),
         url('/stellar/_fonts/galanogrotesque-thin-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}


/**
 *	Common Page Structure
 */

html {
	background: url(../images/home_bg.jpg) no-repeat;
	background-position: top center;
	background-color: #191b1d;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

#outerWrapper {
	background: url(../images/home_box_top.png) no-repeat;
	padding-top: 15px;
	margin-top: 22px;
	width: 820px;
}

#boxContent {
	background: url(../images/home_box_mid.png) repeat-y;
	padding: 9px;;
}

#boxBottom {
	background: url(../images/home_box_bottom.png) no-repeat;
	padding: 24px 0 5px 56px;
	font-size: 10px;
	color: #6b6b6b;
}
#logo {
	background: url(../images/day_one_design_logo_home.png);
	height: 121px;
	width: 121px;
	margin-left: 39px;
	float: left;
}


/**
 *	Page Elements
 */

#featureContainer{
	position: relative;
	margin: 90px 0 71px 191px;
	font-size: 12px;
	color: #7c7e7f;

}
#featureContainer h1 {
	position: relative;
	top: -4px;
	margin-top: 0;
	height: 39px;
}
#featureContainer h1 span {
	margin-left: -5000px;
}


body#apps #featureContainer h1 {
	background: url(../images/hed_apps.png) no-repeat;
}
body#motion_graphics #featureContainer h1 {
	background: url(../images/hed_motion_graphics.png) no-repeat;
}
body#contact #featureContainer h1 {
	background: url(../images/hed_contact.png) no-repeat;
}
div.featureWide {
	margin: 0 0 25px;
}

div.featureQuarter {
	width: 270px;
	float: left;
	margin-right: 25px;
	margin-bottom: 18px;
}
div#featureContainer p {
	margin-top: 4px;
	margin-left: 7px;
}
div#featureContainer .client {
	font-weight: normal;
}
div#featureContainer .project {
	font-weight: lighter;
}


.appStoreBadgeStellar {
	width: 87px;
	top: 17px;
	left: 308px;
	position: relative;
}

.appStoreBadgeMeMail {
	width: 87px;
	top: 17px;
	left: 283px;
	position: relative;
}

.verification-links {
	display: none;
}

/**
 *	stellar
 */

.stellarTitle {
	font: 52px GalanoGrotesque-Thin, helvetica, sans-serif;
	color: white;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	padding-top: 69px;
	padding-left: 214px;
}

.stellarSubtitle {
	font: 16px GalanoGrotesque-Thin, helvetica, sans-serif;
	color: white;
	position: relative;
	top: -9px;
	padding-bottom: 16px;
	padding-left: 214px;	
}

.stellarIcon {
	width: 150px;
	height: 150px;
	display: inline;
	float: left;
	position: relative;
	top: 33px;
	left: 33px;
}

.stellarRect {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00040D), color-stop(1, #022775) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border-radius: 14px;
	text-indent:0px;
	border: 1px none #dcdcdc;
	display:inline-block;
	color:#777777;
	height: 214px;
	width: 563px;
}

/**
 *	MeMail
 */

.memailTitle {
	font: 34px helvetica, sans-serif;
	color: white;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	padding-top: 87px;
	padding-left: 214px;
}

.memailSubtitle {
	font: 18px helvetica, sans-serif;
	color: white;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: -6px;
	padding-bottom: 16px;
	padding-left: 214px;	
}

.memailIcon {
	width: 175px;
	height: 177px;
	display: inline;
	float: left;
	position: relative;
	top: 36px;
}

.memailRect {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.35, #000000), color-stop(1, #1f1e1e) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border-radius: 14px;
	text-indent:0px;
	border: 1px none #dcdcdc;
	display:inline-block;
	color:#777777;
	height: 214px;
	width: 563px;
}

/**
 *	contact page
 */

div.textColumn {
	color: #a7a9aa;
	font-size: 12px;
	float: left;
	margin: 20px 75px 130px 2px;
}
div.textColumn p {
	line-height: 12px;
}
div.textColumn #headerImage {
	margin-bottom: 12px;
	top: -4px;
	position: relative;
}
#twitterList li {
	list-style: none;
	padding-bottom: 19px;
}
#twitterList a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/**
 * Main Navigation
 */

#navContainer {
	left: 27px;
	margin-bottom: 48px;
	margin-left: 12px;
	position: relative;
	top: -23px;
	clear: both;
}

ul#nav {
	list-style: none;
}
ul#nav li a span {
	margin-left: -5000px;
}
ul#nav li a {
	background-image: url(../images/n_main.png);
	float: left;
	background-repeat: no-repeat;
	height: 20px;
	overflow: hidden;
}
li.apps a {
	width: 50px;
	background-position: 0 -60px;
}
li.motion_graphics a {
	width: 127px;
	background-position: -50px -60px;
}
li.contact a{
	width: 64px;
	background-position: -177px -60px;
}
li.apps a:hover {
	background-position: 0 -31px;
}
li.motion_graphics a:hover {
	background-position: -50px -31px;
}
li.contact a:hover {
	width: 64px;
	background-position: -177px -31px;
}
body#apps #nav li.apps a {
	background-position: 0 -3px;
}
body#motion_graphics #nav li.motion_graphics a {
	background-position: -50px -3px;
}
body#contact #nav li.contact a {
	background-position: -177px -3px;
}
