/* @override http://cbowns.com/style.css */

body {
	background: #ddd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 300; /* ouch, too heavy in Firefox without this set. */
	color: #fefffe;
}

a {
	text-decoration: none;
	color: #959EA1;
}

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

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

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

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

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

#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: 35px;
	letter-spacing: 3px;
	color: #b8baba;
	text-align: center;
	font-style: italic;
	opacity: 0.5;
}

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

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

#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: 32px;
	margin-bottom: 20px;
	margin-top: 25px;
}

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

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

#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;
}


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

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