/* Jason Reynolds - Version II
============================================================================= */

/* Reset
------------------------------------------------------------------------------*/

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, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, button {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

ul {
	list-style: none;
}

a img {
	border: none;
}

button {
	cursor: pointer;
	display: block;
}

a span, button span {
	display: none;
}

/* Typography & links
------------------------------------------------------------------------------*/

::selection {
    background: #6cafaf;
    color: #ffffff;
}

::-moz-selection {
    background: #6cafaf;
    color: #ffffff;
}

body {
	color: #505555;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 18px;
	font-size-adjust: 0.516;
	font-weight: 200;
	font-style: normal;
}

p.leadline {
	font-family: Georgia, serif;
    font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

p.leadline-light {
    font-size: 24px;
	line-height: 30px;
}

p a {
	color: #f09482;
}

p a:hover,  h3 a:hover {
	color: #f09482;
    text-decoration: underline;
}

/* Layout
------------------------------------------------------------------------------*/

body {
	background: url(../img/bg.gif) top center repeat #f1f3f3;
	height: 100%;
	text-align: center;
}

#content {
	margin: 250px auto 0 auto;
	padding-bottom: 100px;
	text-align: center;
}
