@charset "UTF-8";
/* CSS Document */

body {
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
}

a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
a.active {
	color: #333;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 41px;
	line-height: normal;
	margin: -3px 0px 5px;
}
h2 {
	font-size: 22px;
	font-style: italic;
	line-height: normal;
}

h3 {
	text-align: center;
	border-top: 2px solid #666;
	padding-top: 10px;
	margin: 6px 0px 20px;
	font-size: 22px;
	font-style: italic;
	line-height: normal;
}
.twitter h3 {
	text-align: left;
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-top: none;
}

p {
	margin-bottom: 20px;
}
p a {
	color: #444;
}

#header {
	margin: 20px 0px 60px;
}
#header .grid_12 {
	text-align: right;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 50px;
}
#header .grid_12 a {
	margin-left: 20px;
}

#intro {
	margin-bottom: 60px;
}

.center {
	text-align: center;
}
.small p {
	margin-bottom: 16px;
}

.small {
	font-size: 11px;
	line-height: 16px;
}
.intro {
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
}
.small .intro {
	font-size: 11px;
	margin-right: 3px;
}

.giant {
	text-align: center;
	font: 41px Georgia, "Times New Roman", Times, serif;
	margin-top: -10px;
}

.proj {
	text-align: center;
	margin-bottom: 10px;
}