/*Zoey Davidson - 2009*/
/*Main style... not wp*/
* {
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	font-family: Helvetica;
	color: white;
}


body{
	background: url(images/board.png) repeat top left;
}
	
h2{
	margin: 10px 0;
}

li{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navlist{
}

#navigation{
	position: relative;
	width: 350px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#body{
	height: 218px;
	float: left;
	position: relative;
	width: 600px;
	padding:0 60px 0 40px;
	font-family: Helvetica;
	color: white;
}

#resume{
	margin: 30px 0;
	font-size: 10pt;
	line-height: 12pt;
}

#shortblurb{
	margin: 10px 0;
	font-size: 10pt;
	line-height: 12pt;
}

#shortblurb2{
	margin: 10px 0;
	font-size: 10pt;
	line-height: 12pt;
}


#project{
	width: 35em;
	font-family: Helvetica;
	color: white;
	padding: 5px 1px;
}

#asterix{
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 0px;
}

#projectitem{
	position: relative;
	padding: 10px 0px;
}

#itemtext{
	position: relative;
	margin: 0px 0 0 42px;
	font-size: 10pt;
	line-height: 12pt;
}

#wrapper{
	width: 1150px;
	top: 100px;
}


a {
	border: none;
	font-family: Helvetica;
	color: white;
	overflow: hidden;
}

a#home {
	display: block;
	height: 54px;
	width: 340px;
	background: url(/images/home.png) top left no-repeat;
}
a#home:hover {
	display: block;
	height: 54px;
	width: 340px;
	background: url(/images/home.png) top left no-repeat;
	background-position: -336px 0;
}
a#blog {
	display: block;
	height: 54px;
	width: 340px;
	background: url(/images/blogf.png) top left no-repeat;
}
a#blog:hover  {
	display: block;
	height: 54px;
	width: 340px;
	background: url(/images/blogf.png) top left no-repeat;
	background-position: -336px 0;
}
a#stuff  {
	display: block;
	height: 54px;
	width: 340px;
	background: url(/images/proj_researchf.png) top left no-repeat;
}
a#stuff:hover {
	display: block;
	height: 54px;
	width: 340px;
	background: url(/images/proj_researchf.png) top left no-repeat;
	background-position: -336px 0;	
}

