@charset "UTF-8";
/* CSS Document */


/* ---------->>> layout <<<-----------*/

body {
	margin: 15px 30px 15px 30px;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}

#header {
	padding: 0 0 10px 0;
}

#nav {
	margin: 0;
	padding: 0;
}

#main {
	padding: 10px 0 0 0;
}

#gallery {
	position: relative;
	width: 850px;
	padding: 20px 0 0 0;
	z-index: 1;
}

#footer {
}


/* ---------->>> global typography and links <<<-----------*/
body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	color: #333;
	}

a {
	color: #0047AB;
}

a:hover {
	background-color: #0047AB;
	color: #FFF;
}



h1 {	
	text-align: center;
}

h1 a {
	letter-spacing: -2px;	
	font-weight: 400;
	font-size: 36px;
	color: #0047AB;
	text-decoration: none;
	}

h1 a:hover {
	color: #0047AB;
	background: none;
	}
	
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
}

/* ---------->>> global main styling <<<-----------*/

#picture { /* setup homepage image for fade-in */
	display: none;
}

#main {
	text-align: left;
}

#main dl ul,
#main dl ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main dt,
#main dd {
	padding-bottom: 1em;
}

.top { /*return-to-top buttom*/
	padding: 5px 0 5px 0px;
	font-size: 10px;
	text-align: right;
}

.bordered {
		padding: 3px;
		border: 1px solid #666666;
}

/* ---------->>> homepage styling <<<-----------*/


p.homepageimg { /*homepage image placement*/
	text-align: center;
	padding: 30px 0 0 0;
}

p.caption {
	padding: 0;
	font-size: 10px;
	text-align: center;
}


/* ---------->>> side pic formatting <<<-----------*/


.sidepic {
	float: right;
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	width: 231px;
	text-align: center;
}

.sidepic .caption {
	margin: 0 0 10px 0;
	padding: 4px;
	background: #666666;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}

/* ---------->>> bio styling <<<-----------*/


td.bioyear {
	width: 15%;
	vertical-align: top;
}

/* ---------->>> contact styling <<<-----------*/

.contact #main {
	text-align: center;
}

.contact ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}

.contact li {
	margin: 0;
	padding: 0;
	text-align: center;
}

.contact h2, .contact h3 {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
}

.contact h3 {
	font-size: 14px;
	font-weight: normal;
}

.contact h3.end {
	padding: 10px 0;
}

.contact a:hover {
	padding: 0 3px;
	text-decoration: none;
}



/* ---------->>> review styling <<<-----------*/

.reviews p {
	font-size: 12px;
	padding: 0 0 0 45px;
}

.reviews .indent {
/*	text-indent: 20px;
*/}

.reviews .quote {	
	background: url(../images/quote.gif) no-repeat;
}

.reviews .citation {
	margin: 0;
	padding: 0 0 20px 45px;
	line-height: 0;
}

/* ---------->>> media page styling <<<-----------*/

ul.media li {
	padding: 5px 0;
	margin: 40px 0;
}


/* ---------->>> resume styling <<<-----------*/

.resume ul {
	margin: 0;
	padding: 10px 0 10px 0;
	list-style: none;
	text-align: left;
}

.resume ul li {
	padding: 3px 3px 3px 0;
}

.resume ul li a:hover {
	padding: 0 3px;
	text-decoration: none;
}

.resume table {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}

.resume td {
	padding: 5px 0 5px 3px;
}

.resume td.year {
	width: 10%;
}

.resume td.show {
	width: 38%;
}

.resume td.location {
	width: 52%;
}

.resume td.author {
	width: 26%;
	}

.resume td.pubtitle {
	width: 42%;
}

.resume td.pubpublisher {
	width: 22%;
}

.resume td.covertitle {
	width: 33%;
}

.resume td.coverpublisher {
	width: 31%;
}

.resume td.collection,
.resume td.lecture {
	width: 40%;
}

.resume td.collection_loc,
.resume td.lecture_loc {
	width: 60%;
}

.resume td.fellowshipyear {
	width: 18%;
}

.resume td.fellowship {
	width: 82%;
	}

/*  for striped tables */
.resume .even {
	background: #dddff1; 
}

.resume .odd {
	background: #FFFFFF;
}

