/*
 * Sofa Labs
 *
 * Project Details:
 * @url				:	http://sofalabs.com
 * @author 			: 	Jamie Lottering
 * @authoremail 	:	jamie@sofalabs.com
 * 
 * Colors:
 * @Red 			:	#ef2525
 * @Dark Gray		:	#333333
 */

/* * * * * * Global 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,
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%;
	background: transparent;
}

/* * * * * * HTML * * * * * */
a { 
	text-decoration: none;
}
	a:hover {
		text-decoration: none;
	}

blockquote, q {
	quotes: none;
	font-style: italic;
}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

body {
	background: #353535 url('/img/bg.jpg');
	color: #fff;
	/* Base font-size of 100% (16px) with 1.125em line-height (18px) */
	font: normal 100%/1.125em Helvetica, Arial, sans-serif;
}

del {
	text-decoration: line-through;
}

h1 {
	background: url('/img/logo.png') no-repeat left top;
	color: #fff;
	float: left;
	height: 100px;
	margin-bottom: 10px;
	text-indent: -100000px;
	width: 510px;
}

h2 {
	clear: left;
	color: #b1b1b1;
	float: left;
	font: bold 0.8em/1.125em Georgia, serif;
	letter-spacing: .6em;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
}

h3 {
	background: url('/img/faux_hr.gif') repeat-x left center;
	color: #fff;
	font: 700 1.5em/1.125em Helvetica, Arial, sans-serif;
	margin-bottom: 30px;
}
	h3 span {
		background: #353535 url('/img/bg.jpg');
		padding-right: 20px;
	}

h4 {
	color: #b1b1b1;
	font: bold 0.7em/1.125em Georgia, serif;
	letter-spacing: .1em;
	margin-bottom: 30px;
}

ins {
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

p { 
	margin-bottom: 18px;
}

strong { 
	color: #333;
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
}

/* * * * * * Wrapper * * * * * */
#wrapper {
	margin: 0 auto;
	width: 950px;
}

/* * * * * * Header * * * * * */
#header {
	margin-bottom: 30px;
	margin-top: 20px;
}
	#header ul {
		background: #4a4a4a;
		float: right;
		margin-top: 30px;
		-webkit-border-radius: .5ex;
		-moz-border-radius: .5ex;
	}
	#header li {
		float: left;
	}
		#header li a {
			color: #fff;
			display: block;
			float: left;
			font-size: .8em;
			font-weight: bold;
			padding: 10px 20px;
			text-shadow: #3f3f3f 0 3px 0;
		}
	.navigation_first {
		border-right: 1px solid #343434;
	}

/* * * * * * Main Content * * * * * */
.main_content {
	clear: left;
	margin-bottom: 30px;
}
	#about .content_text {
		display: block;
		float: left;
		margin: 0 0 0 40px;
		width: 380px;
	}
	#about .team_photo {
		float: left;
	}

.content_text {
	font-size: .7em;
	line-height: 22px;
}
	
.imagineer {
	float: left;
	margin-bottom: 40px;
	margin-right: 40px;
	width: 290px;
}
	.imagineer h3 {
		background: none;
		margin-bottom: 5px;
	}
	.imagineer .team_photo {
		margin-bottom: 30px;
		padding: 5px;
	}
	.imagineer .content_text {
		border-bottom: 1px solid #737373;
		min-height: 190px;
		margin-bottom: 20px;
	}
	.imagineer.last {
		margin-right: 0;
	}

.team_member_contact {
	font-size: .6em;
	font-weight: bold;
	text-align: right;
}
	.team_member_contact a {
		color: #fff;
	}
	.team_member_contact a:hover {
		text-decoration: underline;
	}
	.team_member_contact span {
		color: #fff;
		display: block;
		font-size: 1.5em;
	}

#contact a {
	background: url('/img/contact_methods.png') no-repeat left top;
	display: block;
	float: left;
	height: 82px;
	margin-right: 40px;
	opacity: .8;
	width: 290px;
}
	#contact a:hover {
		opacity: 1;
	}
	#contact #twitter {
		background-position: 0 -83px;
		height: 77px;
	}
	#contact #get_satisfaction {
		background-position: 0 -160px;
		height: 91px;
		margin-right: 0;
	}

/* * * * * * Footer * * * * * */
#footer {
	background: url('/img/faux_hr.gif') repeat-x left center;
	color: #fff;
	font: 700 .7em/1.125em Helvetica, Arial, sans-serif;
	height: 18px;
}

	#footer p {
		background: #353535 url('/img/bg.jpg');
		float: right;
		padding-left: 20px;
		padding-top: 3px;
		text-align: right;
	}

/* * * * * * Now Hiring * * * * * */
.want_a_job {
	background: #fff;
	color: #333;
	font: bold 18px/18px "Helvetica", Arial, sans-serif;
	padding: 20px;
	-moz-border-radius: 1ex;
	-webkit-border-radius: 1ex;
}
	.want_a_job a {
		color: #54a3a7!important;
	}

#hiring h4 {
	font-size: 18px;
}
	#hiring p {
		font-size: 12px;
		line-height: 18px;
	}
/* * * * * * Multi-purpose * * * * * */
.clear {
	clear: both; /* Clear floated elements */
}

.team_photo {
	background: #212121 url('/img/photo_bg.jpg');
	display: block;
	padding: 10px;
}

.main_content a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
