/* LAYOUT */
#content {
	margin: 50px auto 60px 40px;
	width: 950px;
}

#nav {
	float: left;
	width: 390px;
	z-index: 1;
}

div.info {
	width: 240px;
	float: left;
	margin-left: 30px;
	position: relative;
}

div.project {
	margin: 70px 0;
	border-top: solid 4px #FFF;
	padding-top: 40px;
}

div.project-info {
	width: 230px;
	margin-left: 160px;
	float: left;
}

div.project-media {
	width: 530px;
	margin-left: 30px;
	float: left;
}

div.project-media ul li {
	width: 530px;
	margin-bottom: 10px;
}

div.clear {
	clear: both;
	float: none;
}

#news {
	width: 260px;
	height: 370px;
	overflow: auto;
}

#news hr {
	border:none;
	background:#ebebeb;
	color:#ebebeb;
	height:1px;
	overflow:hidden;
	width: 240px;
	margin: 0;
	margin-bottom: 20px;
}


/* TEXT */
body {
	font: 10px/12px "Andale Mono","Arial",monospace;
	color: #464646;
	background-color: #f6f6f6;
}		
h1,h2,h3,p.title {
	font: bold 10px/10px Arial,sans-serif;
	text-transform: uppercase;
}
h2 {
	margin-bottom: 20px;
}
h3 {
	margin-bottom: 10px;
}
h4 {
	margin-top: 30px;
}
h4,p.tags,p > span {
	text-transform: uppercase;
}

p,ul {
	margin-bottom: 16px;
}
p.tags {
	margin-top: -6px;
}

#header ul li {
	list-style-image: url(../images/list_item.png);
	list-style-position: inside;
}
p.title {
	font-weight: normal;
}

a {
	color: #464646;
	text-decoration: none;
	border-bottom: thin solid #ffe92d;
	line-height: 14px;
}

a:hover {
	border-bottom: thin solid #f6f6f6;
	text-decoration: line-through;
}

#news h4 {
	margin-top: 0;
}

#resume,#publications { 
	display: none; 
}

#header {
	position: relative;
	z-index: 1;
}

#flash {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
