html
{
	background: #3c6497 url(/images/grid-background.gif) repeat;
}

body
{
  color: #555;
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Reset from YUI Base.css */
table
{
	margin-bottom: 0;
}
th, td
{
  border: none;
  padding: 0em;
}

p 
{
	margin: 0 0 1em;
}

a
{
	color: #c8791b;
}

a.download
{
  text-decoration: none;
}

a.download:hover
{
  text-decoration: underline;
}

a img {
	border: 0px none;
}

ul, ol
{
	list-style-position: inside;
	padding-left: 1em;
}

li
{
	margin-bottom: 0.5em;
}

#top-border
{
	background-color: #fa9722;
	height: 4px;
}

#background-wrapper
{
	background: url('/images/clouds.png') no-repeat center top;
}

#main-content-background
{
	margin: 0px auto;
	text-align: left;
	width: 928px;
	background: url('/images/shadow-background.png') repeat-y center; 
}

#main-content
{
	/* Make room for the shadow defined above. */
	background-color: #FFFFF8;
	left: 16px;
	position: relative;
	width: 900px;
}

#top-shadow
{
	height: 14px;
	background: url(/images/top-shadow-background.png) no-repeat center;
	width: 928px;
	margin: 0 auto;
}

#bottom-shadow
{
	height: 14px;
	background: url(/images/bottom-shadow-background.png) no-repeat center;
	width: 928px;
	margin: 0 auto;
}

/* @group Header */

#header
{
	color: #FFF;
	height: 84px;
	margin: 0px auto;
	position: relative;
	width: 900px;
}

#name-logo
{
	position: absolute;
	top: 20px;
	left: 0px;
}

#name-and-credentials
{
	position: absolute;
	top: 20px;
	left: 0px;
}

#navigation
{
	position: absolute;
	top: 78px;
	text-align: right;
	right: -2px;
}

#navigation a
{
  color: #FFF;
  font-size: 1.2em;
  margin-left: 0.75em;
  padding: 4px 4px 1px;
  text-transform: uppercase;
  text-decoration: none;
}

#navigation a:hover
{
	background-color: #fa9722;
  	color: #FFF;
}

/* @end */

/* @group Index Page */

#tagline
{
    background: #fffff8 url(/images/tagline-background.jpg) no-repeat;
	color: #595858;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	height: 115px;
	position: relative;
}

#tagline span
{
	position: absolute;
	left: 160px;
	top: 30px;
}

#index-content
{
	padding: 0 50px 10px;
}

.expertise-group
{
	float: left;
}

.expertise-divider
{
	border-left: 1px dotted #DDD;
	float: left;
	height: 320px;
	margin-left: 4px;
	margin-right: 12px;
	width: 1px;	
}

.expertise
{
	height: 160px;
	width: 240px;
}

.expertise .title
{
  background: url('/images/expertise-arrow.gif') no-repeat left 6px;
	color: #336598;
	font: 1.75em Georgia, "Times New Roman", Times, serif;
	padding-left: 16px;
}

.expertise .content
{
	color: #8f8f8f;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
}

.section-title 
{
	color: #B0AAAA;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}

.index-content
{
	color: #555;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
}

.index-book-content
{
	color: #8f8f8f;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2em;
}

.index-book-content img
{
	float: left;
	margin-right: 30px;
}

.index-book-content .book-title
{
	color: #336598;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
}

#bio-portrait
{
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}
/* @end */

/* @group Boards */

.board
{
	padding: 15px 0 15px 60px;
}

.board img.logo
{
  float: left;
  margin-right: 1em;
}

.board div
{
	margin-left: 60px;
}

.board span.name
{
	color: #336598;
	font-size: 1.2em;
	font-weight: bold;
}

/* @end */

/* @group Projects */

.project-header
{
	color: #336598;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
	padding-top: 0.5em;
}

.project-content
{
	padding: 10px 50px;
}

.project-content h3
{
	color: #336598;
}

.project-intro p
{
	text-indent: 1.5em;
}

.article-sidebar
{
	background-color: #EEE;
	color: #555;
	float: right;
	font-weight: bold;
	padding: 1em 0.25em;
	margin-left: 1em;
	margin-bottom: 0.5em;
	text-align: center;
	width: 200px;
}

.article-sidebar img
{
	border: 1px solid #c8791b;
}

.thumbnails img
{
	border: 1px solid #555;
	margin: 0 2px;
}
/* @end */

/* @group Clients */

.client 
{
	margin-left: 3em;
	padding: 1.25em 0;
	width: 80%;
}

.client .name
{
	color: #336598;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.25em;
}

/* @end */

/* @group Contact */

#content-wrapper
{
  padding-left: 150px;
  padding-top: 20px;
}

#contact-info th
{
  padding: 0.5em 0.25em 0.5em 0.5em;
  text-align: right;
  vertical-align: top;
}

#contact-info td
{
  padding: 0.5em 0.5em 0.5em 0.25em;
  vertical-align: top;
}

/* @end */

/* @group Book */

#book-cover {
	float: right;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

#book-table-of-contents {
	margin: 0 0 1em 0;
	padding: 0;
	width: 460px;
}

#book-table-of-contents dl {
	margin: 0;
	padding: 0;
}

#book-table-of-contents dd {
	font-style: italic;
}

#book-table-of-contents li {
	border-bottom: 1px dotted #CCC;
	list-style-type: none;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
}

#book-table-of-contents li#chapters {
	border-bottom: 0px none;
}

/* @end */

/* @group Resume */

#resume
{
	color: #555;
	padding: 20px 50px 10px;
}

#resume-downloader
{
  text-align: right;
}

#resume h2
{
	border-bottom: 1px solid #555;
}

#resume h2,
#resume h3,
#resume h4
{
	color: #000;
}

#resume table
{
	margin-left: 1em;
}
#resume table td
{
	padding: 0.25em;
}
/* @end */

/* Footer */

#footer
{
  color: #6688A8;
  margin: 0.5em 0 0 0;
  text-align: center;
}


.left
{
  float: left;
}

.right
{
  float: right;
}

.clear
{
  clear: both;
}

