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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #000;
	background: #fff;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: 400;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "\"";
}

/* - */

body {
	font: 14px/1em 'Helvetica Neue', 'Trebuchet MS', Tahoma, sans-serif;
	background-color: #fff;
	color: #222;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.4em;
}

h1, h2, h3, h4 {
	letter-spacing: -1px;
	line-height: 1.5em;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

a {
	color: #5c707c;
	font-weight: 700;
	-webkit-transition: color .2s;
}

a:visited {
	color: #95a1aa;
}

a:hover {
	color: #95a1aa;
}

p {
	margin-bottom: 10px;
	line-height: 1.3em;
}

q {
	font-style: italic;
}

/* - */

#wrap {
	width: 750px;
	margin: 0 auto 20px;
}

/* - */

p.hope {
	margin: 0;
	padding: 10px 0;
	font-weight: 700;
	text-align: center;
	background-color: #f0f0f0;
	color: #444;
	-webkit-box-shadow: 0 0 12px #ccc;
}

/* - */

#head {
	overflow: hidden;
	margin-top: 40px;
}

.logo {
	float: left;
	width: 50%;
	text-align: center;
}

.vcard {
	font: 1.2em/1.5em Georgia, serif;
}

.vcard h1 {
	font-size: 2em;
	line-height: 1.5em;
}

.vcard a {
	font-weight: 400;
}

/* - */

div.twitter {
	overflow: hidden;
	margin-top: 40px;
}

#twitter {
	line-height: 1.3em;
	list-style: inside disc;
}

#twitter li {
	margin-bottom: 15px;
}

a.twit {
	padding: 2px 4px;
	background: #ccc;
	font-size: .9em;
	border-radius: 2px;
	-webkit-transition: color .2s, background-color .2s;
}

a.twit:hover {
	background-color: #e0e0e0;
}

p.follow {
	float: right;
}

/* - */

div.contribution {
	margin-top: 40px;
}

/* - */

div.catalog {
	overflow: hidden;
	margin-top: 40px;
}

div.column {
	float: left;
	width: 50%;
}

div.column div {
	margin-bottom: 30px;
}

div.left div {
	padding-right: 30px;
}

div.right div {
	padding-left: 30px;
}

p.when {
	color: #141;
}

p.howmuch {
	color: #411;
}

/* - */

p.foot {
	margin-top: 40px;
	text-align: center;
}

