/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
a { text-decoration: none; }
/* end reset */

@font-face
{
	font-family: ffAquiline;
	src: url('Aquiline-webfont.ttf'),
	url('Aquiline-webfont.eot'),
	url('Aquiline-webfont.woff');
}

#wrapper {
	margin: -40px auto 0 auto;
	width: 950px;
	background-color: #FFFFFF;  
}

#wrappertop {
	margin: 20px auto;
	width: 970px;
	height: 150px;  
	background: url(images/header.png) no-repeat center top;	
}

#wrapperbottom {
	margin: 0 auto 20px auto;
	width: 950px;
	height: 30px;
	background: url(images/ragged-bottom.png) no-repeat center top;	
}

#main {
	width: 730px;
	margin: 0 auto;
	padding: 1.9em 0 1.5em;
	line-height: 1.5em;
}

#teach #main, #res #main {
	line-height: 1.25em;
}

#cv #main {
	line-height: 1.2em;
}

#footer {
	background-color: #FFFFFF;
	color: #002366;
	font-family: Vollkorn, Georgia, Garamond, "Times New Roman", Times, Serif;
	font-style: italic;
	font-size: 0.8em;
	width: 730px;
	margin: 0 auto;
}

body {
	background-color: #1B325F;
	background-image: url(images/bgtile.jpg);
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, Serif;
	color: #303030;	
} 

body a.bodylink {
	color: #ff7709;
	border-bottom: 1px dotted #d28a42;
	font-weight: bold;	
	
}

body a:hover {
	color: #202020;
	border-bottom: 1px dotted #202020;
	font-weight: bold;
}

ul.nav {
	list-style: none;
	padding-top: 85px;
	padding-right: 20px;
	margin-top: 0;
	text-align: right;
	font-size: 1.4em;
}

ul.nav li, ul.subnav li  { 
	display: inline; 
}

ul.nav a {
	padding: 0;
	color: #606060;
	border-bottom: none;
	font-weight: normal;
}

.nav a:hover
{
	color: #002366;
	border-bottom: 1px dotted #002366;
	font-weight: normal;
}

ul.subnav {
	text-align: center;
	letter-spacing: 0.1em;
	padding-top: 10px;	
	padding-bottom: 10px;
	margin-bottom: 1.5em;
	background-color: #dedede;
}

ul.subnav a {
	color: #606060;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: none;
	font-weight: normal;
}

ul.subnav a:hover {
	border-bottom: none;
	font-weight: normal;
	background-color: #002366;
	color: #ffffff;		
}

.dl
{
	text-align: left;
	background-color: #dedede;
	padding: 10px 0 10px 5px;
}

p {
	padding: 1em 0 1em 0;
}

#teach p, #res p {
	padding: 0 0 1em 0;
}

h1 {
	font-family: "Vollkorn", "Helvetica Neue", Georgia, Helvetica, Calibri, Arial, sans-serif;
	font-variant: small-caps;
	font-style: italic;
	letter-spacing: 0.1em;
	color: #002366;
	padding-bottom: 5px;
	font-size: 2.3em;
	border-bottom: 1px solid #002366;
}

h2 {
	font-variant: small-caps;
	font-weight: bold;	
	font-size: 1em;
	padding-top: 15px;
}

#cv h2, #link h2 {
	padding-bottom: 5px;
}

#teach h2, #res h2 {
	padding-bottom: 15px;
}

h3 {
	padding-bottom: 0.5em;
	 font-weight: bold;
}

body .thisPage
{
	font-weight: bold;
	color: #002366;
}

img {
	float:right;
	padding: 0;
	border: 5px solid gray;
	margin: 0.5em;
}

#main p.toplink {
	background-image: url(images/linkbg.png);
	background-color: #d28a42;
	/*background-color: #dedede;*/
	padding: 0px;	
	font-size: 0.9em;
	letter-spacing: 2px;
	text-align: center;
}

a:link p.toplink, a:visited p.toplink {
	color: #303030;
}

a:hover p.toplink {
	color: #002366;
	font-weight: 900;	
}

table {
	margin: 0em 0 1.5em 0;
}

th {
	border-bottom: 1px solid black;
	padding: 0.5em 0.6em 0.5em 0.6em;
}

td {
	text-align: center;
	padding: 0.5em 0 0.5em 0;
}

td.cname {
	text-align: left;
	border-right: 1px solid black;
}
