/* css stolen from http://typesites.com/projects/typetweets/ */

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: "Lucida Fax", Georgia, Helvetica, Arial, sans-serif;
    color: #222;
    background: #fff;
    padding-top: 20px;
}

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

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