/* @override http://d3i/css/screen.css */

/* @group Global */

* {
	margin: 0px; padding: 0px; outline: none; border: 0px;
}

html {
	font-size: 16px;
}

body {
	background: #ECECEC url(../images/bg_lightgrey.png) repeat;
	font-family: Helvetica Neue, Helvetica, Arial, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1.7em;
}

#hiring {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 130px;
	text-indent: -999px;
	background: transparent url(../images/hiring.png) no-repeat 0 0;
}

#container {
	width: 100%;
	min-height: 100%;
}

/* @group Bo Button */

.bo-button a {
	width: 97px;
	height: 32px;
	float: left;
	text-indent: -9999px;
	background: transparent no-repeat 0px 0px;
	margin-right: 25px;
}

.bo-button a:hover {
	background-position: 0px -34px;
}

.bo-button a:active {
	background-position: 0px -68px;
}

/* @end */

/* @end */

/* @group Typography */

p {
	font-size: 1em;
	margin-bottom: 1.7em;
}

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

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

p a:visited {
	text-decoration: none;
}

#content {
	color: #888;
	text-shadow: 0px 1px 0px #000;
}

h2 {
	color: #fff;
	font-size: 2em;
	margin: 25px 0px;
}

h3 {
	color: #666;
	font-size: 1.4em;
	line-height: 2em;
	margin: 0 0 .4em;
}

/* @end */

/* @group Header */

#header {
	position: relative;
	width: 960px;
	margin: 0 auto -12px;
	padding: 50px 0px 60px;
	background: url(../images/arrow_slit.png) no-repeat center bottom;
}

h1 {
	width: 75px;
	height: 76px;
	margin: 0px auto;
	background: url(../images/d3i_logo.png) no-repeat;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

p.oneliner {
	width: 361px;
	height: 16px;
	background: url(../images/c2s.png) no-repeat;
	text-indent: -9999px;
	margin: 20px auto 0px;
}

div.slit {
	display: none;
	background-image: url(../images/arrow_slit.png);
	width: 43px;
	height: 28px;
	position: absolute;
	margin: 0px 457px;
	top: 206px;
}

/* @end */

/* @group Footer */

#footer {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
	padding: 25px 0px;
}

#footer p {
	color: #a5a5a5;
	font-size: .85em;
	margin-bottom: 0;
	text-shadow: 0px 1px 0px #fff;
}

#legal {
	float: left;
	padding: 0px 0px 0px 30px;
}

#links {
	float: right;
	padding-right: 30px;
}

#links ul li {
	float: left;
	margin-left: 10px;
	padding-left: 16px;
}

#links ul li a {
	color: #a5a5a5;
	font-size: .85em;
	text-shadow: 0px 1px 0px #fff;
	text-decoration: none;
}

#links ul li a:hover {
	color: #666;
}

#links ul li.jobs {
	background: transparent url(../images/icon_jobs.png) no-repeat 0 center;
}

#links ul li.contact {
	background: transparent url(../images/icon_email.png) no-repeat 0 center;
}

#links ul li.support {
	background: transparent url(../images/icon_support.png) no-repeat 0 center;
}

/* @end */

/* @group Body */

#body {
	background: #242424 url(../images/bg_darkgrey.png) repeat;
	border-bottom: 1px solid #fff;
	min-width: 960px;
}

#inner_shadow {
	background: #242424 url(../images/inner_shadow.png) repeat-x;
	height: 12px;
}

#content {
	width: 960px;
	margin: 60px auto 30px;
	overflow: hidden;
}

div.left_column {
	width: 450px;
	margin-right: 60px;
	float: left;
}

div.right_column {
	width: 450px;
	float: right;
}

/* @end */

/* @group Home */

body#home div.left_column {
	width: 320px;
	margin-left: 35px;
	margin-right: 0;
	float: left;
}

body#home div.right_column {
	width: 561px;
	height: 350px;
	float: right;
}

body#home #content h2 {
	background: url(../images/title_momento.png) no-repeat;
	width: 140px;
	height: 25px;
	text-indent: -9999px;
	margin: 25px 0px;
}

body#home #content div.left_column ul li {
	float: left;
}

body#home #content li.btn_web a {
	background-image: url(../images/btn_website.png);
}
body#home #content li.btn_appstore a {
	background-image: url(../images/btn_appstore.png);
}

/* @end */

/* @group Jobs */

div.section {
	float: left;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #424343;
}

div.section:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

div.section.job h3 {
	color: #fff;
}

div.section.job h4 {
	color: #c6c8c8;
	font-size: 1.2em;
	margin: 0px 0px 12px;
}

div.section.job ul {
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 2em;
}

dl dt {
	color: #666;
	float: left;
	width: 6em;
}



/* @end */



