@import "zero.css";
@import "grid.css";
@import "type.css";

/* ///// extra ///// */

#home #alpha {
	padding-top: 1em;
}


/* ///// links ///// */

a {
	text-decoration: none;
	color: #890000;
	background-color: inherit;
	border-bottom: 1px #890000 solid;
}

a:hover {
	color: #D00000;
	border-bottom: 1px solid #D00000;
}
a:active {
	outline: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font-size: 1.5em;
 	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

h3 a:hover {
	border: 0;
}
acronym {
	background: #ffd3a0;
	padding: 1px 3px;
}
#nav li {
	list-style-type: none;
	display: inline;
}

#nav li a {
/*	behavior: url(/js/iepngfix.htc);*/
	border: 0;
	color: #190500;
	display: block;
	float: left;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	height: 25px;
	margin-right: 5px;
	padding: 17px 10px;
/*	width: 80px;*/
}

#nav li a:hover {
/*	behavior: url(/js/iepngfix.htc);*/
	background: #190500 url(/images/banner2-nav-dn.gif) no-repeat top left;
/*	border-top: 5px solid #760000;*/
	color: #D00000;
/*	padding-top: 12px;*/
}

/* YOU ARE HERE styles */

#home #nav li#nav-home a {
/*	behavior: url(/js/iepngfix.htc);*/
	background: #190500 url(/images/banner2-nav-dn.gif) no-repeat top left;
	border: 0;
	color: #d00000;
	padding-top: 17px;}
#resume #nav li#nav-resume a {
/*	behavior: url(/js/iepngfix.htc);*/
	background: #190500 url(/images/banner2-nav-dn.gif) no-repeat top left;
	border: 0;
	color: #d00000;
	padding-top: 17px;}
#work #nav li#nav-work a {
/*	behavior: url(/js/iepngfix.htc);*/
	background: #190500 url(/images/banner2-nav-dn.gif) no-repeat top left;
	border: 0;
	color: #d00000;
	padding-top: 17px;
}
#gallery #nav li#nav-gallery a {
/*	behavior: url(/js/iepngfix.htc);*/
	background: #190500 url(/images/banner2-nav-dn.gif) no-repeat top left;
	border: 0;
	color: #d00000;
	padding-top: 17px;}
#upcoming #nav li#nav-upcoming a {
/*	behavior: url(/js/iepngfix.htc);*/
	background: #190500 url(/images/banner2-nav-dn.gif) no-repeat top left;
	border: 0;
	color: #d00000;
	padding-top: 17px;}
#press #nav li#nav-press a {
/*	behavior: url(/js/iepngfix.htc);*/
	background: #190500 url(/images/banner2-nav-dn.gif) no-repeat top left;
	border: 0;
	color: #d00000;
	padding-top: 17px;}

#foot a:link, #foot a:visited {
	color: #000;
	border-bottom: 1px solid #000;
}
#foot a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
