/* 
	drew harwell's portfolio
		built on april 18, 2010 by drew harwell
		theme adapted from 'feather' by eric hu
	last updated july 23, 2010
*/
		
/* browser reset */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, acronym, address, big, cite, code,
	del, dfn, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-family: inherit;
		font-size: 100%;
		font-style: inherit;
		font-weight: inherit;
	}
	
/* site */
	
	body {
		font: 1em Georgia, "Times New Roman", Times, serif;
		line-height: 1.8em;
		color: #919191;
		background: #fff;
	}
	
	#header { padding: 4em 0 4em 5em; }
	
	#news, #features, #twitter, #elsewhere, #footer {
		padding: .6em 0 .6em 5em;
	}
	
/* color */
	
	html { border-top: .7em #6699cc solid; }
	#header		{ background-color: }
	#news		{ background-color: #C1E1ED;}
	#features	{ background-color: #3C4B57;}
	#twitter	{ background-color: #1B343D;}
	#elsewhere	{ background-color: #131919;}
	#footer		{ background-color: #E35C14;}
	
	a { 
		color: #6699cc;
		text-decoration: none;
	}
	
	a:hover { color: #4A8D75; }
	
/* errthang else */
	
	h1, h1 a {
		font: normal 1.3em Georgia, "Times New Roman", Times, serif;
		color: #000;
	}
	
	ul {
		list-style: none;
		padding-left: 3em;
		text-indent: -3em;
	}

/* fin */