body {
	background-image: url('images/strip-background.png');
	background-repeat: repeat-x;
	background-position: 0px 130px;
	color: #505050;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

a {
	color: #505050;
}

.clear {
	clear: both;
}

/* Header
--------------------------------------------------------------------*/

#header {
	width: 100%;
	height: 130px;
	text-align: center;
}

#header .inner {
	width: 685px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#main-logo {
	margin-top: 29px;
}

#top-nav {
	position: absolute;
	right: 0px;
	top: 76px;
	font-size: 14px;
	font-weight: normal;
}

#top-nav li {
	display: inline;
	margin: 0px 5px;
	text-align: center;
	padding: 0px 2px;
}

#top-nav li a, #top-nav li a:active, #top-nav li a:visited {
	text-decoration: none;
}

#top-nav li:hover, #top-nav li.active {
	border-bottom: 1px solid #e55f46;
}

/* strip
--------------------------------------------------------------------*/
#strip {
	width: 100%;
	height: 75px;
	text-align: center;
	margin-top: 5px;
}

#strip .inner {
	width: 685px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#strip .inner p {
	color: #f1f1f1;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	padding-top: 12px;
	text-shadow: 0px 1px black;
}

/* Content
--------------------------------------------------------------------*/
#content {
	width: 100%;
	text-align: center;
}

#content .inner {
	width: 685px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#content .inner .lead {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	margin: 25px 0px 30px 25px;
}


/* Projects
----------------------------------------------------------------------*/
#projects {
	width: 684px;
}

#projects .project {
	margin-bottom: 50px;
	width: 684px;
}

#projects .project .top {
	background-image: url('images/project-background-top.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #eeeeee;
	height: 378px;
	width: 684px;
	position: relative;
}

#projects .project .top .screenshot {
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
}

#projects .project .top .description {
	float: left;
	margin-top: 306px;
	margin-left: 25px;
}

#projects .project .top .description a,
#projects .project .top .description a:active,
#projects .project .top .description a:visited {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#projects .project .top .description a:hover {
	text-decoration: underline;
}

#projects .project .top .description span {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin-left: 6px;
}

#projects .project .top .description em {
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#projects .project .top .wedid {
	float: right;
	margin-top: 328px;
	margin-right: 25px;
	font-size: 12px;
	width: 320px;
}

#projects .project .top .wedid .what {
	font-weight: bold;
	float: left;
}

#projects .project .top .wedid ul {
	margin-left: 150px;
}

#projects .project .top .wedid ul li strong {
	font-weight: bold;
}

#projects .project .bottom {
	clear: both;
	background-image: url('images/project-background-bottom.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 6px;
	width: 684px;
}

/* Contact
-------------------------------------------------------------------------------------*/
#team {
	width: 684px;
}

#team .member {
	width: 40%;
	float: left;
	margin-left: 10%;
	margin-bottom: 36px;
}

#team .member img {
	float: left;
}

#team .member p {
	margin-left: 85px;
	margin-top: 6px;
}

#team .member p strong {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

#team .member p span {
	font-size: 12px;
	font-weight: normal;
	display: block;
}

#team .member p span a,
#team .member p span a:active,
#team .member p span a:visited {
	text-decoration: none;
}

#team .member p span a:hover {
	text-decoration: underline;
}

#team .member p span strong {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
