/* I wear Japanese socks so I can wear flip-flops in the winter. - Jeremy Abbett */



/* Chunk - http://the-league-of-moveable-type.kernest.com/fonts/chunk */
/* A font by Meredith Mandel (The League Of Moveable Type) -> http://theleagueofmoveabletype.com/ */
/* http://www.theleagueofmoveabletype.com/fonts/4-chunk */
/* SIL Open Font License (http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL) */
@font-face {
	font-family: 'Chunk';
	src: url('http://kernest.com/embed/chunk');	
}


/* Anonymous Pro - http://mark-simonson.kernest.com/fonts/anonymous-pro */
/* A font by Mark Simonson (Mark Simonson) -> http://marksimonson.com */
/* http://www.ms-studio.com/FontSales/anonymouspro.html */
/* Freeware (http://en.wikipedia.org/wiki/Freeware) */
@font-face {
	font-family: 'Anonymous Pro';
	src: url('http://kernest.com/embed/anonymous-pro');	
}

/* Anonymous Pro Italic - http://mark-simonson.kernest.com/fonts/anonymous-pro-italic */
/* A font by Mark Simonson (Mark Simonson) -> http://marksimonson.com */
/* http://www.ms-studio.com/FontSales/anonymouspro.html */
/* Freeware (http://en.wikipedia.org/wiki/Freeware) */
@font-face {
	font-family: 'Anonymous Pro';
	font-style: italic;	
	src: url('http://kernest.com/embed/anonymous-pro-italic');	
}

/* Anonymous Pro Bold - http://mark-simonson.kernest.com/fonts/anonymous-pro-bold */
/* A font by Mark Simonson (Mark Simonson) -> http://marksimonson.com */
/* http://www.ms-studio.com/FontSales/anonymouspro.html */
/* Freeware (http://en.wikipedia.org/wiki/Freeware) */
@font-face {
	font-family: 'Anonymous Pro';
	font-weight: bold;	
	src: url('http://kernest.com/embed/anonymous-pro-bold');	
}

/* Anonymous Pro Bold Italic - http://mark-simonson.kernest.com/fonts/anonymous-pro-bold-italic */
/* A font by Mark Simonson (Mark Simonson) -> http://marksimonson.com */
/* http://www.ms-studio.com/FontSales/anonymouspro.html */
/* Freeware (http://en.wikipedia.org/wiki/Freeware) */
@font-face {
	font-family: 'Anonymous Pro';
	font-style: italic;	
	font-weight: bold;	
	src: url('http://kernest.com/embed/anonymous-pro-bold-italic');	
}


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


body {
    font-family: 'Anonymous Pro', Georgia, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #222;
    background: #fff;
    padding-top: 20px;
}

.wrapper, #masthead, #footer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	min-height: 100px;
	list-style:none;
}

#footer {
        border-top: 2px solid #333;
        font-family: 'Chunk', Arial, Helvetica, Sans-Serif;
		font-size: 10px;
		line-height: 16px;

}

#footer a {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
	color: #666;
}

#masthead h1 {
        font-family: 'Chunk', Arial, Helvetica, Sans-Serif;
		font-weight: bold;
		font-size: 30px;
        text-align: center;
        color: #000;
        padding: 20px;
        border-top: 1px solid #333;
        border-bottom: 2px solid #000;
}


#logo {
	margin: 20px 0 20px 10px;
	float: left;
	line-height: 42px;
}


ul {
	list-style: none;
	margin-left: 0;
}


li.tweet {
	width: 176px;
	height: 176px;
	padding: 12px;
	float: left;
	word-wrap: break-word;
}


cite {
    font-size: 10px;
    line-height: 12px;
    color: #999;
    font-style: italic;
}

blockquote, p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 5px;
}

blockquote a, p a { color: #666; text-decoration: underline; }
blockquote a:hover, p a:hover { text-decoration: none; }

small {
    color: #666;
    font-size: 9px;
    line-height: 12px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 3px;
}

em {
	font-style: normal;
	color: #f40000;
	font-weight: bold;
}

#about {
	clear: both;
	background: #fff;
	height: 120px;
	margin: 0 10px;
	color: #222;
}

#about h2 {
	font-weight: bold;
	color: #f40000;
}

#about p {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 20px;
}

#about a {
	color: #222;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #a0a0a0;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

.clear { clear: both; }

#loading {
	width: 100%;
	height: 100%;
	background: #fff url(spinner.gif) 50% 50% no-repeat;
	display: block;
	z-index: 9000;
	position: absolute
}

.clear {
	clear: both;
}
