body {
	background: #fff;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-weight: 300;  /* ouch, too heavy in Firefox without this set. */
	color: #516064;
}

a {
	text-decoration: none;
	color: #405156;
}

a:hover, #heading ul li a:hover {
	color: #B62F2F;
	text-decoration: underline;
}

.hide, .print-logo, .close-button { display:none; }

#wrapper {
	width: 890px;
	margin: 0 auto;
	padding: 0px 40px;
}

#heading {
	width: 100%;
	height: 150px;
}

#heading ul {
	padding-top: 58px;
}

#heading ul li {
	float: left;
	margin-right: 80px;
	display: block;
}

#heading ul li.last {
	margin: 0;
}

#heading ul li a, #heading ul li span {
	display: block;
	font-size: 50px;
	letter-spacing: -1px;
	color: #405156;
	font-weight: light;
	text-shadow: 0 0 0 #fff;
	text-align: center;
}

#heading .active {
	color: #B62F2F;
	border: none;
}

#content h1 {
	font-size: 92px;
	letter-spacing: -3px; /* push things apart a bit */
	color: #D1D9DC;
	margin-bottom: 46px;
	margin-top: -10px;
	line-height: 1.1;
	text-shadow: 0 0 0 #fff; /* I have no idea why this is here. */
}

#content .center {
	text-align: center;
}

#content h2 {
	font-weight: 300;
	font-size: 60px;
	line-height: 32px;
	margin-bottom: 20px;
}

#content h2, #content h2 a {
	color: #959EA1;
}

#content h3 {
	font-weight: 300;
	font-size: 48px;
	line-height: 50px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content h3, #content h3 a {
	color: #D1D9DC;
}

#content p {
	color: #959EA1;
	font-size: 36px;
	margin-bottom: 28px; /* puts a touch of padding before the next para */
	line-height: 1.2em;
}

#content ul li {
	color: #959EA1;
	line-height: 1.4em;
}

/* ============================ */
/* = page specific massaging: = */
/* ============================ */

#contact h1 + h3 {
	margin-top: 55px; /* push off the top h1 on the contact page */
}

#contact h3 + ul {
	margin-top: 25px; /* push a few off the h3 above */
}

#contact ul {
	margin-top: -10px;
	font-size: 40px;
	margin-bottom: 50px;
}

#contact ul li {
	font-size: 32px;
	margin-bottom: 20px;
}

#contact ul, #contact ul li {
	margin-left: 50px;
	text-indent: -25px;
}

#contact ul li ul, #contact ul li ul li {
	margin-bottom: 0px;
}

/* CPU History has its own lists. I know, I know. */

#cpuhistory {
	width: 600px;
	margin: 0 auto;
	padding-top: 15px;
}

#cpuhistory h1 { font-size: 48px; letter-spacing: -2px; }
#cpuhistory h2 { font-size: 40px; padding-top: 15px; }
#cpuhistory h3, #cpuhistory ul, #cpuhistory p { font-size: 30px; }

#cpuhistory ul {
	margin-bottom: 50px;
}

#cpuhistory ul li {
	margin-bottom: 20px;
}

#cpuhistory ul, #cpuhistory ul li {
	list-style-type:square;
}

/* 2014 Apartment list */

#apartment-2016 {
	width: 600px;
	margin: 0 auto;
	padding-top: 15px;
}

#apartment-2016 h1 { font-size: 48px; letter-spacing: -2px; }
#content #apartment-2016 h2 { font-size: 40px; padding-top: 35px; line-height: 1em; }
#apartment-2016 h3, #apartment-2016 ul, #apartment-2016 p { font-size: 28px; }
#apartment-2016 a img { display: block; margin-left: auto; margin-right: auto }

#apartment-2016 ul {
	margin-bottom: 50px;
}

#apartment-2016 ul li {
	margin-bottom: 20px;
}

#apartment-2016 ul, #apartment-2016 ul li {
	list-style-type:square;
}

/* Front page */
#whatwherewho {
	clear: both;
	margin-top: -18px; /* push off the top h1 a tad */
	margin-bottom: 100px;
	width: 850px;
}

.what /*the fuck*/ {
	color: #959EA1;
	clear: both;
	padding: 20px 0px;
	font-size: 40px;
}
