/*
	Customized by Bob Matsuoka  bob@matsuoka.com
	Overloaded globals, added various bells & whistles
*/
#_overlay {
	background:transparent url(/wp-content/uploads/2009/01/crossing3.png) no-repeat scroll left bottom;
	bottom:-90px;
	height:425px;
	overflow:hidden;
	position:absolute;
	right:0px;
	width:300px;
	float: right;
	z-index: -1;
}

/* navigation */
li#pages h2.widgettitle, li#meta h2.widgettitle {
	display: none;
}
li#pages ul {
	list-style-type:none;
	margin:3px 0 0;
	padding:0;
}
li#pages ul li {
	margin:0 0 3px;
	font-size: 10pt;
}
li#pages ul li a {
	background-color:#999999;
	background-image:url(images/nav_out.gif);
	border:1px solid #333333;
	display:block;
	font-weight:bold;
	padding:2px 2px 2px 1.6em;
	width:8em;
}
li#pages ul li.current_page_item a, li#pages ul li a:hover {
	background-color:#663333;
	background-image:url(images/nav_over.gif);
	border:1px solid #333333;
	color:#EFEFEF;
}
#headerimg .description {
	color: #999;
}
#footer {
	border: none;
	margin-top: 100px;
}
table.resume { width: 100%; }
table.resume td { vertical-align: top; }
table.resume .header { text-transform: uppercase; font-weight: bold; margin-top: 10px; border-top: 1px solid #666; }
table.resume .category { font-style: italic;  margin-top: 10px; color: #efefef; background-color: #666; }
table.resume .title { text-transform: uppercase; }
table.resume .title, table.resume .location { font-size: 90%; }

.category-content .anchors {
	font-size: 11pt;
}
.category-content .anchors li {
	margin-bottom: 3px;
}
.category-content .page {
	margin: 0;
}
#content .entry {
	margin: 10px 0 0 0;
}