* {
	margin: 0px;
	padding: 0px;
}

html {
	border-top:5px solid #eee;
}

body { 
	background: #ffffff;
	font-family: 'Helvetica Neue', helvetica, arial;
	color: #000000;
	overflow: visible;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
}

.clearfix {
	clear: both;
}

h1 {
	font-size:61px;
	margin: 35px 0px 35px 0px;
	text-align: center;
	font-weight: normal;
	letter-spacing: -1px; 
	color:#000;
}

	h1.article {
		font-weight: bold;
		font-size: 24px;
	}

	h1#name {
		width:490px;
		height:70px;
		background: url(../images/header_futura.png) top center no-repeat;
		line-height: 0;
		text-indent: -10000px;
	}
	
	h1#projects {
		width:490px;
		height:70px;
		background: url(../images/current_projects_header.png) top center no-repeat;
		line-height: 0;
		text-indent: -10000px;
	}
	
	h1#articles {
		width:490px;
		height:70px;
		background: url(../images/articles_header.png) top center no-repeat;
		line-height: 0;
		text-indent: -10000px;
	}


a, a:visited {
	color: #000;
	background: #f5f5f5;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

a:hover {
	background: #f5f5f5;
	color:#BF2726;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#outercontainer {
	width: 510px;
	margin: 0 auto 0 auto;
	padding: 0;
}

em {
	font-size: 130%;
	font-style: normal;		
}

p, ul li {
	text-align: justify;
	margin-bottom: 30px;
	font-weight: normal;
	line-height: 25px;
	color:#333;
}

	p.last {
		margin-bottom: 0px;
	}

ul#projects, ul#articles {
	list-style: none;
	padding: 0;
	margin: 0;
}

	ul#projects li h2 {
		display: inline;
		font-weight: bold;
		font-size: 100%;
	}
	
div.post {
	margin-bottom: 30px !important;
}

img#me {

}

div#image_fader {
	width:510px;
	height:287px;
	margin-bottom: 45px;
	background: url(../images/sleepy_me.png) 0px 0px;
}

ul#articles {
	margin:0px 0px 45px 0px;
}





