@charset "utf-8";
/* 2010 PORTFOLIO */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 96px 64px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 12px;
	}
	
h1 {
	font-size: 24px;
	}
	
h2 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 18px;
	}

div.section ul {
	list-style: none;
	}
	
div.section ul li {
	margin: 0 0 10px 0;
	}
	
div.section ul li.resume {
	font-weight: bold;
	margin-left: -2px;
	}
		
div.section a {
	color: #000;
	text-decoration: none;
	}

div.section a:visited {
	color: #000;
	}
	
div.section a:hover {
	text-decoration: underline;
	}
	
div.section a:active {
	text-decoration: underline;
	}
	
/* ADMIN */

.section ul li a.on { /* this is for the admin when you are selecting links */
	background-color: #FFFF66;
	}
	
.section ul li a.select { /* this is custom link select state */
	background-color: #FFFF66;
	}
		