/*****************************************************
  Color Guide                                     
  lt grey = #f3f3f3
  dark grey = #dfdfe1
  blue = #8c9aa5
*****************************************************/
body {
	background: #ccc url(/img/css/masthead-bg.png) repeat-x;
	color: #444;
	font: 62.5% "Arial", sans-serif;
	margin: 0;
	padding: 0;
}

/*******************************************************/
/* Reset */
/*******************************************************/

h3,
h4,
p {
	margin: 0 0 0 30px;
}

h1 {
	color: #426083;
	font-size: 2em;
	margin: 5px 0 0 8px;
	padding: 0;
}

h1.logo {
	margin: 0;
}

h2 {
	font-size: 1.5em;
	margin: 10px 0 0 10px;
	padding: 0;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

p {
	font: 1.2em/1.5 "Helvetica", arial, sans-serif;
	margin-top: 0;
	margin-right: 30px;
	text-align: justify;
}

a {
	text-decoration: none;
}

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

ul li,
dl dt,
dl dd {
	margin: 0;
	padding: 0 ;
}

img {
	border: none;
}

/*******************************************************/
/* Layout */
/*******************************************************/

#wrapper {
	background: url(/img/css/wrapper-shadow.png) repeat-y;
	margin: 0 auto;
 	width: 1000px;
}

#masthead {
	background: url(/img/css/twh-logo2.png) no-repeat 20px 0;
	height: 176px;
	width: 1000px;
}

#masthead a {
	display: block;
	height: 176px;
	width: 1000px;
	text-indent: -9999px;
}

/*******************************************************/
/* Navigation */
/*******************************************************/

#nav-main {
	float: left;
	margin-top: 10px;
	margin-left: 180px;
	position: relative;
	bottom: -1px;
}

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

#nav-main ul li {
	float: left;
	font-size: 1.75em;
	margin-right: 10px;
}

#nav-main ul li a {
	background: url(/img/css/left-tab.png) no-repeat 0 0;
	color: #dfdfe1;
	display: block;
	height: 31px;
	padding-left: 20px;
}

#nav-main ul li a span {
	background: url(/img/css/right-tab.png) no-repeat 100% 0;
	display: block;
	height: 26px;
	padding-top: 5px;
	padding-right: 20px;
}

#nav-main ul li a:hover,
#nav-main ul li.current a {
	background-position: 0 100%;
	color: #8c9aa5;
}

#nav-main ul li a:hover span,
#nav-main ul li.current a span {
	background-position: 100% 100%;
}

/*******************************************************/
/* Home page */
/*******************************************************/

#content-home {
	clear: left;
	background: #fff;
	height: 620px;
	margin: 0 20px;
}

#content-home h1 {
	font-size: 3em;
}

#content-home ul,
#content-home h1 {
	margin: 0;
	padding: 0;
}

#content-home ul {
	list-style: none;
	text-align: right;
}

#content-home ul li {
	color: #8c9aa5;
	line-height: 3em;
	padding-right: 10px;
}

#content-home ul li h1 span {
	display: block;
	line-height: 1;
	margin-right: 10px;
}

#content-home ul li h1 a {
	cursor: default;
}

span.award,
span.presentor {
	font-weight: normal;
}

span.award {
	font-size: 1.5em;
	padding-top: 0.2em;
}

span.presentor {
	font-size: 1em;
	padding-bottom: 0.5em;
}

/*******************************************************/
/* Two column layout */
/*******************************************************/

#two-col {
	clear: left;
	width: 1000px;
	background: red;
}

#two-col #content {
	background: #f3f3f3;
	border: 1px solid #8c9aa5;
	border-bottom: none;
	float: left;
	margin: 0 0 -1px 30px;
	padding: 0;
  width: 740px;	
}

#two-col #sidebar-thumbs {
	float: left;
	margin: 0;
	padding: 0;
	width: 227px;
}

#two-col #sidebar-thumbs ul li {
	background: url(/img/css/thumb_shadow.png) no-repeat 0 0;
	margin: 10px 0 0 10px;
}

/*******************************************************/
/* Three column layout */
/*******************************************************/

#three-col {
	clear: left;
	width: 1000px;
}

#content img {
	border: 1px solid #8c9aa5;
}

#content {
	background: #f3f3f3;
	border: 1px solid #8c9aa5;
	border-bottom: none;
	float: left;
	margin: 0 0 -1px 180px;
	padding: 0;
	min-height: 610px;
  width: 590px;
}

#content p {
	margin: 8px;
}

#content a {
  color: #444444;
  text-decoration: underline;
}

#content a:hover {
  color: #8C9AA5;
  text-decoration: none;
}

.entry {
  margin-bottom: 3em;
}

.entry h2,
.entry h3 {
  margin-left: 8px;
}

.entry h2 {
  margin-top: 0;
}

.entry h3 {
  margin-top: 10px;
}

#content .entry p {
  margin-right: 30px;
}

.entry .fig_left {
  float: left;
  margin: 0 8px;
}

.entry .fig_right {
  float: right;
}

.entry .fig_left_desc {
  position: relative;
  left: 10px;
}

#content .entry .caption {
  color: #426083;
  margin: 0 10px 10px 0;
}

/* Right Sidebar */

#sidebar-entries,
#sidebar-thumbs {
	float: left;
	margin: 0;
	padding: 0;
	width: 227px;
}

#sidebar-thumbs p,
#sidebar-thumbs ul li {
	background: url(/img/css/thumb_shadow.png) no-repeat 0 0;
	margin: 10px 0 0 10px;
}

#sidebar-entries ul {
  margin: 10px;
}

#sidebar-entries li {
  margin-right: 15px;
  margin-bottom: 10px;
}

#sidebar-entries li a {
  color: #ccc;
  display: block;
  font-size: 1.4em;
  margin: 5px 0;
}

#sidebar-entries li a:hover {
  color: #8C9AA5;
}

/* Secondary Navigation */

#sidebar-nav {
	float: left;
	margin: 0 0 0 -1000px;
	padding: 0;
	text-align: right;
	width: 180px;
}

#sidebar-nav h2 {
	color: #426083;
	margin-top: 10px;
	margin-right: 15px;
}

#sidebar-nav ul {
	margin-top: 10px;
}

#sidebar-nav ul li {
	margin-right: 5px;
	padding: 0;
}

#sidebar-nav ul li ul {
	margin-top: -5px;
}

#sidebar-nav ul li ul li.last_item {
	border-bottom: 1px solid #dfdfe1;
	padding-bottom: 10px;
}

ul#staff {
	margin-right: 10px;
}

ul#staff li {
	padding-bottom: 1em;
}

ul#staff li a {
	color: #ccc;
}

ul#biographies {
	border: 1px solid;
	font-size: 1.2em;
}

ul#biographies li a {
	color: #ccc;
}

ul#staff li a:hover,
ul#staff li.selected a {
  color: #8c9aa5;	
}

ul#biographies li a:hover {
	color: #426083;
}

li.top_menu_header h3.menuheader {
	background: url(/img/css/top-nav-header.png) no-repeat 0 0;
}

h3.menuheader {
	background: url(/img/css/nav-header.png) no-repeat 0 0;
	color: #426083;
	cursor: pointer;
	height: 29px;
	margin: -5px 5px 0 30px;
	padding-top: 5px;
	padding-right: 5px;
}

ul.categoryitems li.top_item {
	border-top: 1px solid #8c9aa5;
}

ul.categoryitems li {
	border: 1px solid #f3f3f3;
	border-bottom: none;
	font-size: 1.2em;
	margin-left: 30px;
}

ul.categoryitems li a {
	color: #ccc;
	display: block;
	padding: 5px 5px 5px 0;
}

ul.categoryitems li:hover,
ul.categoryitems li.current_proj {
	background: #f3f3f3;
	
}

ul.categoryitems li a:hover,
ul.categoryitems li.current_proj a {
	color: #8c9aa5;
}

/*******************************************************/
/* Biographies */
/*******************************************************/

dl.resume {
	margin: 0.5em 0 0 10px;
}

dl.resume dt {
	font-weight: bold;
	margin-top: 1em;
	padding-left: 1em;
}

dl.resume dd {
	background: url(/img/css/bullet.png) no-repeat 0 0.2em;
	margin: 0.5em 0 0.5em 2em;
	padding-left: 1.5em;
}

dl#staff-bckgrnd dt {
	margin-top: 10px;
}

dl#staff-bckgrnd dd {
	font-style: italic;
}

dl#staff-bckgrnd dd p {
	background: none;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	margin: 0.5em 0 0.2em;
	padding: 0;
	text-align: left;
}

/*******************************************************/
/* Contact */
/*******************************************************/

dt {
	color: #426083;
	font-weight: bold;
}

dl {
	font-size: 1.3em;
	margin: 1em 0 10px 10px;
}

dd span {
	display: block;
	margin-bottom: 1em;
}

p img.fig_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}

b {
  display: none;
}

.adr,
.street-address,
.tel {
  display: block
}

#contacts {
  color: #426083;
  font-size: 1.3em;
  margin: 1em 0 10px 10px;
}

#contacts li .fn,
#contacts li .org {
	font-weight: bold;
}

#contacts .title,
#contacts .email {
  color: #444444;
}

#contacts li .title {
  display: block;
}

#contacts li {
	margin-bottom: 1em;
}

/* Footer */

#footer {
	background: url(/img/css/footer-shadow.png) repeat-y;
	border-top: 1px solid #8c9aa5;
	border-bottom: 1px solid #8c9aa5;
  height: 96px;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#footer p {
	color: #ccc;
	font-size: 1.2em;
	padding-top: 40px;
	text-align: center;
}

#footer-wrap {
	background: url(/img/css/footer-bg.png);
	clear: left;
	height: 98px;
}

.clearfix {
	clear: both;
}