html {
	background: url(images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-size: .9em;
	color: #204e7a;
	width: 100%;
	height: 100%;
	background: #1d2935;
}

#center {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	margin: none;
}

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

.clear {
	clear: both;
}

h1, h2, h3 {
	font-family: futura-pt,sans-serif;
	font-style: normal;
	font-weight: 700;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.6em;
}

h2 {
	padding: 10px;
	margin: 0;
	color: #204e7a;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	font-size: 1.6em;
}

h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}

p {
	line-height: 1.2em;
	margin: 10px 0;
}

ul {
	text-indent: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#heading {
	background: url(images/heading.png) no-repeat top center;
	height: 147px;
	width: 463px;
	margin: 40px auto;
}

#intro {
	width: 458px;
	margin: 10px auto;
	padding: 10px 15px 5px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.4);
}

.projectBox {
	height: auto;
	width: 940px;
	margin: 40px 10px 10px 10px;
}

.previewDark { /* darker outside border on preview image */
	border: 1px solid rgba(0, 0, 0, 0.15);
}

img.preview {
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color: rgba(255, 255, 255, 0.2);
}

.infoBox {
	background-color: #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-top: none;
}
.projectInfo {
	float: left;
	width: 609px;
	padding: 10px;
	margin: 0 auto;
}
.projectItems {
	float: left;
	width: 289px;
	padding: 10px;
	margin: 0 auto;
}

#footer {
	height: 32px;
	width: 918px;
	margin: 40px auto 0 auto;
	padding: 10px;
	background-color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-bottom: none;
}

#links {
	float: right;
}

a#twitter {
	float: right;
	display: block;
	cursor: pointer;
	height: 32px;
	width: 32px;
	background: url(images/twitter.png) no-repeat bottom left;
	overflow: hidden;
	margin-left: 10px;
}

a#twitter:hover {
	background-position: 0 0;
}

a#behance {
	float: right;
	display: block;
	cursor: pointer;
	height: 32px;
	width: 32px;
	background: url(images/behance.png) no-repeat bottom left;
	overflow: hidden;
	margin-left: 10px;
}

a#behance:hover {
	background-position: 0 0;
}

a#linkedin {
	float: right;
	display: block;
	cursor: pointer;
	height: 32px;
	width: 32px;
	background: url(images/linkedin.png) no-repeat bottom left;
	overflow: hidden;
	margin-left: 10px;
}

a#linkedin:hover {
	background-position: 0 0;
}
