html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
blockquote { 
	font-size: 0.8em; 
	line-height: 35px; 
	color: #999; 
	text-shadow:1px 1px 2px rgba(0,0,0,0.2);
	font-style: italic; 
}
blockquote { margin: 0 0 20px; padding:50px; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
ul {
	padding: 0 0 50px;
	}
ul#lately {
	font-size:21px;
}
strong {
	font-weight:bold;
}
body {
	background: #fff;
	color:#777;
	font: 33px/60px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:1.5em;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

i, em {font-style:italic;}

img#logo {
	margin:0 0 50px 300px;
}
a {
	font-weight:bold;
	color:#666;
}
a:hover {
	color:#a60000;
}

 /* type */
h1, h2 {
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}

h1 {
	font-size:2em;
	line-height:1.1em;
	margin-bottom:50px;
}

h2 {
	font-size:1.1em;
	line-height:1.2em;
	margin-bottom:35px;
	}
p.align-right {
	float: right;
}
p.italic {
	font-size:16px;
	font-style:italic;
}
/* content */
#wrapper {
	margin: 0 auto;
	width:920px;
	}
header {
	padding: 45px 0;
}
#subheading {
	text-align:center;
	text-transform:uppercase;
}
section {
	padding: 50px 30px;
	border-bottom:2px solid #eee;
	}
section:last-of-type {
	border-bottom:none;
}
section:after {
	content: "\0020"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;;
}
#contact {
	color:#a60000;
	text-align:center;
	font-size:21px;
}
footer {
	font-size:0.6em;
}
#copy {
	text-align:center;
	font-size:11px;
}
#copy a {
	font-weight:normal;
	text-decoration:none;
}
#copy a:hover {
	color:#777;
}