/* ----- General Styles ----- */
body {
	border-top: 10px solid #29abe2;
	color: #414141;
	font: normal 12px/1 Helvetica, Arial, sans-serif;
}

strong {
	font-weight: bold;
}

a {
	color: #29abe2;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background: #29abe2;
}


/* ----- Helpful Classes ----- */
.alt {
	left: -9999px;
	position: absolute;
}


/* ----- Document Layout ----- */
div#document {
	background: url("http://200ok.s3.amazonaws.com/assets/images/watermark.gif") no-repeat 100% 430px;
	margin: 0 auto;
	padding: 30px 90px;
	position: relative;
	width: 780px;
}

div#document.grid {
	background: url("http://200ok.s3.amazonaws.com/assets/images/grid.gif") repeat-y 0 -10px;
}


/* ----- Header -----*/
div#header {
	height: 160px;
}

h1#logo a {
	background: url("http://200ok.s3.amazonaws.com/assets/images/logo.gif") no-repeat 0 0;
	display: block;
	height: 130px;
	width: 240px;
}

h1#logo a:hover {
	border-bottom: 4px solid #29abe2;
}


/* ----- Navigation ----- */
div#nav {
	position: absolute;
	right: 80px;
	top: 80px;
}

div#nav ul li {
	border-left: 1px solid #e5e5e5;
	float: left;
	text-transform: lowercase;
}

div#nav ul li:first-child {
	border: 0;
}

div#nav ul li a {
	border-radius: 5px;
	color: #414141;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 6px;
	padding: 4px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#nav ul li a:hover {
	color: #fff;
}


/* ----- Introduction ----- */
div#about {
	display: table;
	margin-bottom: 30px;
	height: 80px;
}

div#about > * {
	display: table-cell;
	vertical-align: top;
}

div#aside {
	background: url("http://200ok.s3.amazonaws.com/assets/images/cool-stuff.gif") no-repeat 0 8px;
	width: 320px;
}

div#about p {
	line-height: 1.3;
}


/* ----- The Team ----- */
div#team ul {
	display: table;
	margin: 0 -20px 60px -20px;
}

div#team ul li {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
	width: 260px;
}

div#team ul li:last-child {
	padding-right: 0;
}

div#team ul li.vcard img.photo {
	border: 4px solid #242424;
	display: block;
	margin-bottom: 15px;
}

div#team ul li.vcard h3 {
	color: #989898;
	font-size: 14px;
}

div#team ul li.vcard h3 a {
	font-size: 16px;
}

div#team ul li.vcard h3 span.role {
	color: #242424;
}

div#team ul li.vcard p.note {
	color: #898989;
	line-height: 1.3;
	margin-top: 5px;
}


/* ----- Projects ----- */
div#projects h2 {
	background: url("http://200ok.s3.amazonaws.com/assets/images/featured-projects.gif") no-repeat 0 0;
	height: 40px;
	margin-bottom: 20px;
}

div#projects ul {
	display: table;
	margin-bottom: 60px;
}

div#projects ul li {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
	width: 180px;
}

div#projects ul li:last-child {
	padding-right: 0;
}

div#projects ul li a.url {
	border: 4px solid #f1f1f1;
	display: block;
	margin-bottom: 15px;
}

div#projects ul li:hover a.url {
	border-color: #e1e1e1;
}

div#projects ul li h3 {
	font-size: 20px;
}

div#projects ul li p {
	color: #898989;
	line-height: 1.3;
	margin-top: 5px;
}

div#projects ul li p.permalink {
	font-weight: bold;
	margin-top: 5px;
}


/* ----- Footer ----- */
div#footer {
	border-top: 1px solid #f1f1f1;
	color: #989898;
	padding-top: 14px;
}

div#footer strong {
	color: #414141;
}

/* ----- The End ----- */