/**************************************************************
 * Colors are first for those just looking for a quick tweak.
 *************************************************************/

body {
	background-color: #fff;
}

#header-wrapper {
	background-color: #fff;
}

a,
a:visited {
	color: #2EA25C; /* green */
	color: #C71514; /* red */
}

.grid-matic #title h1 {
	color: #fff;
}

.grid-matic #title h2 {
	color: #0072bc; /* raveal blue */
}

.bottom-shelf #title h1,
.bottom-shelf #title h2,
.bottom-shelf h3 {
	color: #333;
}

.bottom-shelf #title h2 {
	color: #bcbcbc !important;
}

.bottom-shelf h3 {
	color: #0072bc !important; /* raveal blue */
}

#content-wrapper {
	background-color: #fff;
}

#footer {
	color: #aaa;
}

#content h1,
#content h2,
#content h3 {
	color: #0072bc; /* raveal blue */
	border-color: #ebebeb;
}

#contact {
	border-color: #cfcfcf;
	background-color: #ebebeb;
}

#contact h3 {
	color: #000;
}

.resume-section {
	border-color: #ebebeb;
}

.date {
	color: #959595;
}

.location {
	color: #959595;
}

.title {
	color: #0072bc;
}

.heading a {
	color: #003663 !important;
}

.org, .institution {
	color: #003663 !important;
}

.blog-heading {
	color: #0072bc;
	border-color: #ebebeb;
}

.blog-heading .title,
.blog-heading .title a {
	color: #0072bc !important;
}

#nav-banner {
	background-color: #333;
}

.featured-empty {
	border-color: #ccc;
}

.gallery-loading {
	background-color: #fff;
}

#gallery-nav ul {
	border-top-color: #ebebeb;
	border-bottom-color: #ebebeb;
}

.bottom-shelf #gallery-nav a, .bottom-shelf #gallery-nav a:active {
	color: #0072bc;
}

/**********************************************************
 * Done with color, the rest of the style follows
 *********************************************************/

body {
	padding: 0;
	margin: 0;
	font: 1em Myriad Pro, Corbel, Tahoma, sans-serif;
}

#container {
}

#header-wrapper {
	background: url(/images/people/header-bg.png) repeat-x;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 84px;
}

/**********************************************************
 * Navigation
 *********************************************************/
.grid-matic #nav {
	position: absolute;
	height: 32px;
	top: 52px;
	left: 635px;
}

#nav ul, #blognav ul {
	margin: 0;
	padding: 0;
	/*position: absolute;*/
	/*float:right;*/
	list-style: none;
	/*width: 300px;*/
}

#blognav {
	float: right;
}

#blognav .active {
	text-decoration: none;
}

#nav li, #blognav li {
	float: left;
	padding-right: 2px;
}

#nav a {
	display: block;
	width: 119px;
	height: 32px;
	text-indent: -9999px;
	color: #000; /* sneaky, just to help hide those idiotic dotted lines that IE and Firefox add. */
}

#nav a.resume {
	background-image: url(/images/people/tab-resume.png);
}
#nav a.resume.active {
	background-image: url(/images/people/tab-resume-active.png);
}

#nav a.portfolio {
	background-image: url(/images/people/tab-portfolio.png);
}
#nav a.portfolio.active {
	background-image: url(/images/people/tab-portfolio-active.png);
}

#nav a.voice {
	background-image: url(/images/people/tab-voice.png);
}
#nav a.voice.active {
	background-image: url(/images/people/tab-voice-active.png);
}



/**********************************************************
 * Titles and such
 *********************************************************/
.grid-matic #title {
	width: 750px;
	padding-top: 30px;
	white-space: nowrap; /*	overflow: hidden; opera doesn't like this :( */
}

.grid-matic #title h1 {
	margin: 0;
	padding-right: 10px;
	display: inline;
	font-size: 2.4em;
	font-weight: normal;
}

.grid-matic #title h2 {
	display: inline;
	font-size: 1.7em;
	font-weight: normal;
}

.bottom-shelf #title h1,
.bottom-shelf #title h2,
.bottom-shelf h3 {
	font-size: 2.4em;
	font-weight: normal;
	border: none;
}

.bottom-shelf #title h2 {
	font-size: 1.7em;
	font-weight: normal;
}

.bottom-shelf h3 {
	font-size: 1.7em;
	font-weight: normal;
	border: none !important;
}

#top-band {
	height: 12px;
	width: 947px;
	background: url(/images/people/top-band.png) no-repeat;
	float: right;
	clear: left;
}

#content-wrapper {
	margin-top: 1px;
	background: url(/images/people/content-bg.png) repeat-x;
	min-height: 300px;

}

#content {
	width: 1000px;
	margin: 0 auto;
	padding: 36px 0;
	font-size: .8em;
}

/**********************************************************
 * Leave our footer in here, please! We make it unobtrusive.
 *********************************************************/
#footer {
	margin: 15px auto;
	width: 1000px;
	font-size: .8em;
	text-align: right;
	clear: both;
}

/**********************************************************
 * Content styling
 *********************************************************/
.bottom-shelf #bio {
	/*text-align: justify;*/
	margin: 20px 10px 0 0;
}

.grid-matic #bio {
	margin-bottom: 25px;
}

p, #bio {
	font-size: 1.1em;
}

#content h1,
#content h2,
#content h3 {
	font-weight: normal;
	padding: 0;
	margin: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

#content h1 {
	font-size: 1.85em;
	margin-bottom: 10px;
}

#contact {
	width: 350px;
	float: right;
	padding: 10px;
	margin: 0 0 10px 10px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#contact h3 {
	font-size: 1.2em;
}

#contact p {
	margin: 0;
	padding: 0;
}

.spacer {
	margin: 40px;
}

.resume-section {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-left: 20px;
	margin: 9px 0 5px;
}

.date {
	font-size: 1.2em;
}

.location {
	font-size: 1.2em;
}

.title {
	font-size: 1.3em;
}

.heading a {
	font-size: 1em;
}

.org, .institution {
	font-size: 1.4em;
}

.blog-entry {
	margin: 25px 0;
}

.blog-heading {
	font-weight: normal;
	padding: 0;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.blog-heading .date {

}

.blog-heading .title,
.blog-heading .title a {

}

.blog-content {
	margin-left: 2em;
}

#nav-banner {
	height: 35px;
}

#featured-set {
	width: 654px;
	/*float: right;*/
	margin-left: 10px;
	clear: both;
}

.grid-matic #featured-set {
	width: 640px;
	margin: 25px auto;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
}

.featured-empty {
	border-width: 1px;
	border-style: solid;
}

#featured1, #featured2, #featured3 {
	float: left;
	font-size: .8em;
	text-align: center;
	vertical-align: middle;
}

#featured1 img, #featured2 img, #featured3 img {
	vertical-align: middle;
	margin: auto;
}

#featured1 span, #featured2 span, #featured3 span {
	margin-top: auto;
	margin-bottom: auto;
}

#featured1 {
	width: 430px;
	height: 320px;
	margin-right: 20px;
}

#featured2, #featured3,
.grid-matic #featured1 {
	float: left;
	width: 200px;
	height: 150px;
}

.grid-matic #featured2 {
	margin-right: 20px;
}

#featured2 {
	clear: right; /*margin-right: 80px;*/
	margin-bottom: 20px;
}

.thumb {
	width: 120px;
	height: 90px;
	text-align: center;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	display: inline-block; /* standard, what we want */
/* how we get it in firefox and ie... */
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0;
	margin: 0;
}

.player {
	margin: 10px auto 10px auto;
}

.grid-matic .gallery {
	/*padding: 15px;*/
	/*margin-top: 35px;*/
	position: relative;
}

.bottom-shelf .gallery {
	position: relative;
}

.gallery-title {
	font-weight: normal;
	font-size: 1.2em;
}

#sidebar {
	width: 230px;
	float: left;
}

#galleries {
	width: 758px;
	float: right;
	/*min-height: 400px;*/
	position: relative;
	margin-bottom: 50px;	
}


#gallery-nav ul {
	margin-top: 2px;
	padding-top: 8px;
	list-style: none;
	width: 210px;
	padding-left: 0;
}

.bottom-shelf #gallery-nav ul {
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	margin-top: 2px;
	padding-top: 8px;
	list-style: none;
	width: 210px;
	padding-left: 20px;
}

#gallery-nav li {
	padding-bottom: 10px;
	font-size: 1.5em;
}

#gallery-nav a, #gallery-nav a:active {
	text-decoration: none;
}

#gallery-nav a:hover {
	text-decoration: underline;
}

#gallery-nav .active {
	text-decoration: underline;
}

.bottom-nav {
	margin-top: 15px;
}

.grid-matic .preview-pane {
	overflow: auto;
	padding: 8px;
	height: 115px;
}

.grid-matic .thumb {
	/*margin: 0 5px 5px 0;*/
	cursor: pointer;
	text-align: center;
}

.description {
	margin-top: 10px;
	padding: 15px 20px;
	font-size: .9em;
	text-align: center;
}

.bottom-shelf .preview-pane {
	white-space: nowrap;
	overflow: hidden;
	width: 700px;
	height: 70px;
}

.bottom-shelf .preview-pane ul {
	list-style: none;
	white-space: nowrap;
	width: 100%;
	padding: 0;
}

.bottom-shelf .preview-pane li {
	float: left;
	width: 80px;
	height: 60px;
	position: relative;
	padding: 1px 2px;
}

.bottom-shelf .preview-pane img {
	width: 80px;
	height: 60px;
}

.bottom-shelf .thumb {
	border: none;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
	cursor: pointer;
}

.grid-matic .thumb {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity = 80);
	cursor: pointer;
}
.grid-matic .thumb:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	box-shadow: rgba(1, 1, 1, 1) 0px 2px 10px;
	-webkit-box-shadow: 0px 2px 10px rgba(1, 1, 1, 1);
	-moz-box-shadow: rgba(1, 1, 1, 1) 0px 2px 10px;
}
/*.grid-matic .thumb {*/
	/*opacity: .7;*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";*/
	/*filter: alpha(opacity = 70);*/
	/*cursor: pointer;*/
/*}*/


.controls {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}

.control-left, .control-right {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
}

.control-left {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 100;
	width: 30%;
	height: 85%;
	cursor: pointer;
	background: url('/images/arrow-left.png') 5% 60% no-repeat;
}

.control-right {
	display: block;
	right: 0;
	position: absolute;
	top: 0;
	z-index: 100;
	width: 30%;
	height: 85%;
	cursor: pointer;
	background: url('/images/arrow-right.png') 95% 60% no-repeat;
}

/****************************************************
 * Company Profile
 ***************************************************/

.office {
	width: 200px;
	display: inline-block;
/* how we get it in firefox and ie... */
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.office .name {
	font-weight: bold;
}

/*#bio {*/
	/*margin-top: 25px;*/
/*}*/

#bio h1 {
	font-size: 1.85em !important;
	/*color: #333 !important;*/
	/*border: 0 !important;*/
	margin-bottom: .67em !important;
}

#bio h2 {
	font-size: 1.5em !important;
	/*color: #333 !important;*/
	/*border: 0 !important;*/
	margin-bottom: .67em !important;
}

#bio h3 {
	font-size: 1.17em !important;
	/*color: #333 !important;*/
	/*border: 0 !important;*/
	margin-bottom: .67em !important;
}

#bio h4 {
	font-size: 1em !important;
	/*color: #333 !important;*/
	/*border: 0 !important;*/
}

#bio h5 {
	font-size: .83em !important;
	/*color: #333 !important;*/
	/*border: 0 !important;*/
}

#bio h6 {
	font-size: .75em !important;
	/*color: #333 !important;*/
	/*border: 0 !important;*/
}

#company-nav {
	float: right;
	width: 450px;
	margin-top: -10px;
}
#company-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#company-nav li {
	float: left;
	margin: 0 0.15em;
}
#company-nav li a {
	background-color: #f5f5f5;
	/*background: url(background.gif) #fff bottom left repeat-x;*/
	/*height: 2em;*/
	/*line-height: 2em;*/
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0072bc;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 6px 0px 1px 0px;
	text-shadow: rgba(0,0,0,.4) 0 1px 1px;

}
#company-nav li a:hover {
	text-decoration: underline;
}

#company-nav li.current a {
	background-color: #fff;
}

.caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 4px 2px 4px;
	margin: 0 !important;
}

.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.doc-content p {
	margin: .5em 0;
}