* { 
	margin: 0;
	padding: 0;}


html {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;
	color: #070707;
	text-align: center;
	background: #edeee8 url( ../images/bg.jpg) top center no-repeat;
	height: 100%;
	width: 100%;
	font-size: 62.5%;
		}

body {
	width: 940px;
	background: transparent;
	text-align: left;
	margin: 20px auto 0 auto;
	
	}


h1 {
	width: 470px;
	height: 100px;
	text-indent: -9999px;
	background: transparent url( ../images/logo.png) -3px 0 no-repeat;}
	
h2 {
	text-indent: -9999px;
	color: #070707;
	margin: 0 0 1em 0;
	}

#about h2 {
	width: 141px;
	height: 26px;
	background: transparent url( ../images/who.png) 0 0 no-repeat;}
	
#work h2 {
	width: 226px;
	height: 26px;
	background: transparent url( ../images/stuff.png) 0 0 no-repeat;}
	
#tweets h2 {
	width: 333px;
	height: 34px;
	background: transparent url( ../images/tweets.png) 0 0 no-repeat;}
	
#contact h2 {
	width: 211px;
	height: 26px;
	background: transparent url( ../images/contact.png) 0 0 no-repeat;}


p {
	font-size: 1.2em;
	line-height: 1.4em;
}
	
p a {
	color: #944a20;
	padding: 0 0 .25px 0;
	border-bottom: 1px solid #abb1b5;
	text-decoration: none;}

p a:hover {
	color: #2e64ab;
	border-bottom: 1px solid #070707;
}

p.resume {
	height: 33px;
	padding: 5px 0 0 0;
	margin: 0;
	text-indent: 38px;
	background: transparent url( ../images/resume.png) 0 0 no-repeat;}
	


/************ ABOUT AND WORK ****************/

#about_and_work {
	margin: 90px 0 0 0;
	height: 544px;
	/*border-bottom: 6px solid #abb1b5;*/}
	
#about {
	float: left;
	width: 260px;
	height: 463px;
	background-color: #fff;
	padding: 20px;
	border-top: 6px solid #abb1b5;}
	
#about p {
	margin: 0 0 1.25em 0;}
	
#work {
	float: right;
	width: 562px;
	background-color: #fff;
	padding: 20px;
	border-top: 6px solid #abb1b5;}

#slideshow {
		background-color: #eaeaea;
		width: 560px;
		height: 420px;
		border: 1px solid #abb1b5; }
	
#tweets_and_contact {
	clear: both;
	margin: 0;
	padding: 0 0 30px 0;
	height: 300px;}
	
#tweets {
	float: left;
	width: 520px;
	padding: 30px 35px 0 0;}
	
/* sweet NON-Hack for fucking IE6 */
body > div#tweets {
	float: left;
	width: 520px;
	padding: 30px 70px 0 0;}
	

ul#twitter_update_list {
	border-top: 4px solid #abb1b5;
	border-right: 4px solid #abb1b5;
	border-left: 4px solid #abb1b5; 
	display: block;
	height: auto;
	
	padding: 0 0 0 0;
	margin: 0;}
	
ul#twitter_update_list li {
	margin: 0;
	padding: 20px;
	width: 470px;
}


p.more_tweets {
	background: transparent url( ../images/question_btm.png) top center no-repeat;
	padding: 59px 0 0 4px;
	text-align: right;
	width: 516px;
	height: 24px;
	margin: -4px 0 0 0;}
	
p.more_tweets a {
	height: 48px;
	width: 153px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}


#contact {
	float: right;
	width: 310px;
	margin: 0 0 0 0;
	background: #abb1b5;
	padding: 32px 30px 30px 30px;
	font-size: 1.2em;
	line-height: 1.6em;}
	


#contact ul {list-style-type:none;width:310px;}
#contact li {list-style-type:none; margin: 0 0 1.5em 0;}
#contact li.special {display:none;}
#contact input {width:310px;}
#contact input.submit {width: auto;}
#contact textarea {width:312px;}

#contact .message {display: none; margin: 0 0 1.5em 0; color: #2e64ab; font-weight: bold; }

p#footer {
	width: 940px;
	clear: both;
	margin: 2.5em 0 2em 0px;
	padding: 2.25em 0 2.25em 0;
	text-align: right;
	font-size: .9em;
	/*border-top: 6px solid #abb1b5;*/}



/******** FORM STUFF **********/

fieldset {
	border: 0;}

ul.contact li {
	margin: 0 0 1.5em 40px;
	font-size: 1.1em;
	line-height: 1.5em;
	list-style: none;}

textarea, input {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;}

textarea {
	font-size: 1em;}



.input {
	width: 210px;
	background: #eff3f4;
	padding: 5px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;}
	




