@charset "utf-8";
/* Rowan Cavanagh */

@font-face {
    font-family: 'FreightBigLightItalic';
    src: url('../fonts/freigbigligita-webfont.eot?') format('eot'),
         url('../fonts/freigbigligita-webfont.woff') format('woff'),
         url('../fonts/freigbigligita-webfont.ttf') format('truetype'),
         url('../fonts/freigbigligita-webfont.svg#webfontdwYXcGdQ') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #d4d4d4;
	color: #fff;
	font: 14px/21px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#header {
	margin: 0 10px 50px 10px;
	height: 110px;
	width: 940px;
}

#header img {
	margin: 30px 0 0 -35px;
	left: 50%;
	position: absolute;
}

#header ul {
	margin: 86px 0 0 30px;
	position: absolute;
	left: 50%;
}

#header ul li {
	margin-left: 60px;
	display: inline;
}

#header ul li a {
	color: #fff;
	font-size: 0.8571em;
	text-decoration: none;
	text-transform: uppercase;
}

#header ul li a:hover {
	border-bottom: 4px solid #fff;
}

#introduction {
	margin: 0 10px 50px 10px;
	height: 105px;
	width: 940px;
}

#content {
	margin-bottom: 50px;
	width: 960px;
}

.project-thumb {
	margin: 0 10px 30px 10px;
	float: left;
	width: 460px;
}

.project-thumb a {
	text-decoration: none;
}

.project-thumb a h1 {
	margin-top: 88px;
	color: #fff;
	float: left;
	font-family: 'FreightBigLightItalic', Georgia, serif;
	font-size: 5.1428em;
	font-weight: normal;
	line-height: 41px;
	height: 0;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.project-thumb img {
	margin: -88px 0 20px 80px;
	z-index: 2;
}

.project-thumb p {
	margin-left: 80px;
}

.project-thumb p a {
	text-decoration: underline;
}

.project-thumb p a:hover {
	color: #999;
}

#left {
	margin: 0 10px 50px 10px;
	float: left;
	width: 220px;
}

#left h1 {
	margin-top: 6px;
	color: #fff;
	font-family: 'FreightBigLightItalic', Georgia, serif;
	font-size: 5.1428em;
	font-weight: normal;
	line-height: 41px;
	height: 0;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

#left table {
	margin: 98px 0 20px 0;
	width: 220px;
}

.table-title {
	margin-right: 10px;
	color: #999;
	width: 70px;
}

.cta-container {
	margin: 4px 0 24px 0;
}

.cta {
	padding: 4px 8px;
	background-color: #e44;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
}

.cta:hover {
	background-color: #f55;
	color: #fff;
	text-decoration: underline;
}

#right {
	margin: 0 10px 30px 10px;
	float: left;
	width: 700px;
}

#right img {
	margin-bottom: 20px;
}

#footer {
	margin-bottom: 20px;
	font-size: 0.8571em;
	text-align: center;
}


/*** General ***/

p {
	margin-bottom: 21px;
}

a {
	color: #fff;
}

a:hover {
	color: #999;
}

.clearfix {
	clear: both;
}

::selection {
	background-color: #e44;
}

::-moz-selection {
	background-color: #e44;
}
