/* 
Project Stylesheet
Author: Nick Francis
Questions/Comments: nick@project83.com
*/

body {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background:url(../images/bg.jpg) repeat 0 0;
}

.wrap {
	width:966px;
	margin:0 auto;
	color:#464646;
}

section.top {
	margin-bottom:27px;
	background:#353535;
	border-bottom:1px solid #EFEEE9;
}

header {
	position:relative;
}

.logo a {
	position:relative;
	display:block;
	text-indent:-9000px;
	width:201px;
	height:58px;
	left:-20px;
	background:url(../images/logo.png) no-repeat 0 0;
}

header nav {
	position:absolute;
	right:0;
	top:15px;
}

header nav a {
	display:inline-block;
	color:#ccc;
	padding:.4em .8em;
	text-decoration:none;
}

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

header nav a.active {
	color:#fff;
	background:#575757;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* content area */
#intPage {
	float:left;
	width:560px;
}

#content {
	padding:50px 58px;
	background:#fff;
	border:1px solid #D4D4CC;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin-bottom:2em;
	box-shadow: 0 0 2px 0px rgba(201,199,193,.9);
	-moz-box-shadow: 0 0 2px 0px rgba(201,199,193,.9);
	-webkit-box-shadow: 0 0 2px 0px rgba(201,199,193,.9);
}

#content.jobs {
	padding:30px 32px;
}

#content h1, #content h2, #team h3 {
	font-weight:normal;
	text-align:center;
	font-family:"Hoefler Text", "Times New Roman", Times, serif;
}

#content h1 {
	font-size:3.7em;
	margin-bottom:.2em;
	color:#111;
	letter-spacing:-1.5px;
}

#content h1 a {
	color:#454545;
}

#content h1 a:hover {
	color:#111;
	text-decoration:none;
}

#content h2 {
	font-size:1.5em;
	color:#353535;
	margin-bottom:2.2em;
	letter-spacing:-.6px;
}

#content h2 em {
	font-style:normal;
	background:#fff0bb;
	padding:.2em .3em;
}

#products {
	width:830px;
	margin:0 auto 4em auto;
}

.prod {
	float:left;
}

.prod.fmi {
	padding-right:16px;
}

.prod a {
	display:block;
	position:relative;
	text-align:center;
	width:406px;
	height:206px;
	background:url(../images/product.jpg) no-repeat 0 0;
}

.prod a:hover {
	text-decoration:none;
	background-position:0 -206px;
}

.prod h3 {
	margin:0 auto;
	text-indent:-9000px;
}

.prod.fmi h3 {
	padding:42px 0 15px 0;
	width:214px;
	height:95px;
	background:url(../images/fmi.png) no-repeat 0 42px;
}

.prod.hs h3 {
	padding:34px 0 10px 0;
	width:254px;
	height:108px;
	background:url(../images/hs.png) no-repeat 0 40px;
}

.prod.hs span {
	position:absolute;
	display:block;
	text-indent:-9000px;
	width:72px;
	height:73px;
	top:7px;
	left:7px;
	background:url(../images/new.png) no-repeat 0 0;
}

.prod p {
	font-size:1.1em;
	color:#000;
	font-weight:bold;
}

#timeline {
	padding:75px 0 0 10px;
	margin-bottom:3em;
	background:url(../images/timeline.png) no-repeat top center;
}

#timeline h4 {
	display:none;
}

#timeline .milestone {
	float:left;
	width:230px;
	padding-right:45px;
}

#timeline .milestone.mid {
	width:240px;
}

#timeline p {
	font-size:.9em;
}

#team h3 {
	font-size:1.6em;
	color:#111;
	letter-spacing:-1px;
}

#team ul {
	list-style:none;
	width:603px;
	margin:0 auto;
	padding:13px 0 13px 19px;
	border:1px solid #DBDBDB;
	background:#EDEDED;
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#E6E6E6));
	background: -moz-linear-gradient(top,  #F5F5F5,  #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#E6E6E6');
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#team li {
	float:left;
	width:124px;
	height:66px;
	padding-left:77px;
	background:url(../images/team.jpg) no-repeat;
}

#team li.denny {
	background-position:0 0;
}

#team li.nick {
	background-position:0 -66px;
}

#team li.jared {
	background-position:0 -132px;
}

#team li h4 {
	font-size:1em;
	margin-bottom:0;
}

#team li a {
	font-size:.9em;
}

#content #intPage, #content #intPage h2 {
	text-align:left;
}

#content #intPage h2 {
	font-size:1.8em;
	margin-bottom:.6em;
}

/* blog */
#content.blog {
	padding:50px 34px 25px 0;
}

#blogContent {
	float:left;
	width:660px;
}

#sidebar {
	float:right;
	width:214px;
}

article header, .comment time {
	float:left;
	font-size:.85em;
	width:110px;
	text-align:right;
}

article header a {
	color:#9A9A9A;
}

article .yBox {
	position:relative;
	left:-5px;
	background:#FAEA94;
	width:96px;
	height:53px;
	padding:6px 16px 0 12px;
	line-height:1.8em;
	margin-bottom:1em;
	background:url(../images/post-info.png) no-repeat top left;
}

article .yBox.lg {
	height:80px;
	background:url(../images/post-info-lg.png) no-repeat top left;
}

article .yBox a, article .yBox {
	color:#5B5057;
}

article time {
	display:block;
}

article .postContent {
	color:#464646;
	margin:0 0 4em 142px;
}

#blogContent article h1 {
	font-size:1.5em;
	font-weight:bold;
	text-align:left;
	margin-bottom:.6em;
	letter-spacing:-.5px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

p.pagerLinks {
	text-align:center;
	margin-left:142px;
}

p.pagerLinks a {
	padding:0 1.5em;
}

/* blog content area */
.postContent h2, .postContent h3, .postContent h4 {
	color:#222;
}

.postContent object {
	position:relative;
	left:-120px;
}

.postContent object#__sse8390760, .postContent #wistia_408192_social_728 object {
	left:0;
	margin:0 0 1.5em 0;
}

.postContent img {
	max-width:518px;
}

.postContent img.bdr {
	border:3px solid #ccc;
}

.postContent blockquote {
	padding:1.2em 1.2em .1em 1.2em;
	margin-bottom:1.5em;
	border:1px solid #DBDBDB;
	background:#EDEDED;
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#E6E6E6));
	background: -moz-linear-gradient(top,  #F5F5F5,  #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#E6E6E6');
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

/* blog comments */
#comments h3 {
	padding-left:142px;
	font-weight:normal;
	font-size:1.3em;
	margin-bottom:1.2em;
}

.comment time {
	line-height:1.6em;
	color:#8D8D8D;
	padding:1.5em 0 0 0;
}

.comment time span {
	display:block;
}

.comment .text {
	padding:.5em;
	background:#F6F6F6;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	margin-left:142px;
}

.comment .text p {
	margin-bottom:1em;
}

.comment:first-of-type .text {
	border-top:1px solid #E6E6E6;
}

.comment:last-of-type .text {
	margin-bottom:4em;
	border-bottom:1px solid #E6E6E6;
}

.comment .text .person {
	margin:.2em;
	padding:.8em;
}

.comment .text .admin {
	background:#fff;
	border:1px solid #CFCFCF;
	margin:.2em;
	padding:.8em;
}

.comment .text .content {
	font-size:.9em;
	line-height:1.5em;
}

.comment p.moderation {
	font-weight:bold;
	color:#990000;
}

#comments fieldset {
	margin-left:142px;
	padding:1em;
	background:#F6F6F6;
	border:1px solid #E6E6E6;
}

#comments fieldset ul, #comments fieldset li {
	margin:0;
}

#comments fieldset li {
	padding:.3em 0;
}

#comments ul label {
	width:60px;
}

#comments fieldset input, #comments fieldset textarea {
	padding:.4em;
	border:1px solid #D2D2D2;
}

#comments label.comments {
	float:none;
	display:block;
	margin-top:1em;
	padding-bottom:.5em;
}

#comments fieldset textarea {
	display:block;
	width:410px;
	margin-bottom:1em;
	font-size:.9em;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

#comments input#addComment {
	background:#575757;
	border:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#F3F3F3;
	font-size:1em;
	padding:.4em .6em;
}

#comments input#subject {
	display:none;
}

/* search results */
#searchResults p.desc {
	margin-bottom:.5em;
}

#searchResults p.url {
	margin-bottom:2em;
	padding-bottom:2em;
	border-bottom:1px solid #ccc;
}

/* jobs */
#jobsContainer {
	border:1px solid #E7E5DE;
	padding:10px;
	background:#F9F8F7;
}

#jobsBdrOut {
	border:3px solid #7F7E71;
	padding:1px;
}

#jobsBdrIn {
	border:1px solid #ADADA0;
	padding:15px;
}

#jobsHeading {	
	position:relative;
	width:838px;
	height:415px;
	margin-bottom:2.5em;
	text-indent:-9000px;
}

#jobsContainer #map {
	position:absolute;
	top:-13px;
	right:-35px;
	z-index:2;
	width:357px;
	height:343px;
}

#jobsContainer #arrow {
	position:absolute;
	bottom:-37px;
	left:106px;
	z-index:2;
	width:61px;
	height:77px;
}

#whyJoin {
	margin-bottom:3em;
}

#whyJoin .reason {
	float:left;
	width:370px;
	height:145px;
	padding:0 22px;
}

#whyJoin h3 {
	color:#141B25;
	padding-left:26px;
}

#positions h2 {
	font-size:3.2em;
	margin-bottom:.5em;
}

#positions .position {
	position:relative;
	margin-bottom:2.5em;
}

#positions h3 {
	color:#141B25;
	padding:.7em 1em .7em 92px;
	margin-bottom:1.5em;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:0 1px 1px #BFBFBD;
	-webkit-box-shadow:0 1px 1px #BFBFBD;
	-moz-box-shadow:0 1px 1px #BFBFBD;
	background:#FDFDFD;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F0F0EF));
	background: -moz-linear-gradient(top,  #ffffff,  #F0F0EF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F0F0EF');
}

#positions a.tb {
	position:absolute;
	font-weight:bold;
	right:1.3em;
	top:1em;
	padding-right:28px;
	color:#3A5E93;
}

#positions .icon {
	position:absolute;
	z-index:2;
	top:-6px;
	left:3px;
	width:79px;
	height:54px;
}

#positions .serverDev .icon { background-position:0 -54px; }
#positions .custChamp .icon { background-position:0 -108px; }

#positions .col {
	float:left;
	width:235px;
	padding:0 50px 0 10px;
}

#positions .col.last {
	padding-right:0;
}

#positions .col h4 {
	font-size:1em;
	text-transform:uppercase;
	color:#BF4216;
	margin-bottom:1em;
}

#positions .serverDev .col h4 {
	color:#85004C;
}

#positions .custChamp .col h4 {
	color:#357B08;
}

#positions .col ul {
	list-style:none;
	margin:0;
}

#positions .col li {
	font-size:.9em;
	line-height:1.5em;
	padding-left:20px;
	margin-bottom:1em;
}

/* sidebar */
#sidebar form {
	margin-bottom:2.3em;
}

#sidebar select {
	margin-bottom:3em;
}

input#q {
	width:155px;
	font-size:1em;
	padding:.55em .8em;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #e7e7e7;
	box-shadow:inset 0 1px 2px #b1b1b1;
	-moz-box-shadow:inset 0 1px 2px #b1b1b1;
	-webkit-box-shadow:inset 0 1px 2px #b1b1b1;
}

input#search {
	display:inline-block;
	width:31px;
	height:30px;
	text-indent:-9000px;
	border:0;
	background:url(../images/search.png) no-repeat top left;
}

#sidebar h4 {
	color:#b17f06;
	text-transform:uppercase;
	font-size:.9em;
	margin-bottom:1em;
}

#sidebar nav {
	font-size:.9em;
	margin-bottom:2em;
	padding-right:35px;
}

#sidebar nav a {
	display:block;
	line-height:1.5em;
	color:#696969;
	padding:.2em .8em .2em 1.4em;
	margin-bottom:.6em;
	font-weight:bold;
}

#sidebar nav a.active {
	color:#222;
	padding:.35em .8em .35em 1.4em;
	background:#fde890 url(../images/cat-arrow.png) no-repeat left center;
}

#sidebar nav a:hover {
	color:#000;
	text-decoration:none;
}

#sidebar a.prod {
	display:block;
	height:54px;
	padding:3px 0 0 73px;
	color:#707070;
	line-height:1.5em;
	margin-bottom:1em;
	background:url(../images/products.png) no-repeat 0 0;
}

#sidebar a.prod strong {
	display:block;
	color:#222;
}

#sidebar a.prod.fmi {
	background-position:0 -57px;
}

#sidebar a.prod:hover {
	color:#222;
	text-decoration:none;
}

/* footer */
footer {
	position:relative;
	margin-bottom:3em;
	font-size:.95em;
}

footer .col {
	float:left;
	padding-right:78px;
	width:130px;
}

footer .col:last-of-type {
	padding-right:0;
}

footer h4 {
	font-size:1em;
	padding-bottom:.5em;
	border-bottom:1px solid #C6C5C2;
}

footer a {
	display:block;
	font-size:.9em;
	line-height:1.6em;
	color:#636363;
}

footer span.hello {
	display:block;
	margin-bottom:1.2em;
}

footer .copy {
	position:absolute;
	right:0;
	bottom:-2em;
	margin:0;
	font-size:.9em;
}
