/**************************************************************
 * Colors are first for those just looking for a quick tweak.
 *************************************************************/
body {
	background-color: #000;
	background-color: #891414;
	color: #ebebeb;
	color: #fff;
}

#header {
	border-color: #0072bc;
}

a,
a:visited {
	/* a bunch of colors that are in the same realm as our blue... */
	color: #89880E; /* brown */
	color: #0AC9AE; /* teal */
	color: #2EA25C; /* green */
	color: #C71514; /* red */
	color: #EF5818; /* orange */
	color: #168CD5;
}

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

.grid-matic #title h2 {
	color: #0072bc;
}

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

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

.bottom-shelf h3 {
	color: #0072bc !important;
}
.flash-dance  h1 {
	color: #eee;
	font-weight: normal;
	display: inline-block;
	/* how we get it in firefox and ie... */
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-bottom: 0;
}

.flash-dance h2 {
	color: #aaa;
	font-weight: normal;
	margin-left: 1em;
	display: inline-block;
	/* how we get it in firefox and ie... */
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-bottom: 0;
}

#footer {
	color: #222;
}

#content h1,
#content h2,
#content h3 {
	color: #3D963C;
	border-color: #6F1112;
}

#contact {
	border-color: #BC3D0A;
	background-color: #6F1113;
}

#contact h3 {
	color: #ebebeb;
}

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

.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: #222;
}

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

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

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

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

.gallery-loading-indicator {
	margin-top: 200px;
	background-color: #000;
	background-image: url(/images/icon-loading-portfolio-dark.gif);
	background-repeat: no-repeat;
}

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

.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 {
}

#header {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 84px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

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

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

#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/dark/tab-resume.png);
}
#nav a.resume.active {
	background-image: url(/images/people/dark/tab-resume-active.png);
}

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

#nav a.blog {
	background-image: url(/images/people/dark/tab-blog.png);
}
#nav a.blog.active {
	background-image: url(/images/people/dark/tab-blog-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;
}



/**********************************************************
 * Containers for backgrounds and content positioning
 *********************************************************/
#content-wrapper {
	margin-top: 1px;
	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: 0 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: 2px;
	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.5em;
}

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

.spacer {
	margin: 40px;
}

.resume-section {
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	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-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;
}

.vertical-shim {
	padding-bottom: 400px;
	position: absolute;
}

.shim-hidden {
	display: none;
}

.grid-matic .gallery {

}

.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;
}

.flash-dance .bottom-nav {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.flash-dance .bottom-nav ul,
.flash-dance .bottom-nav li {
	list-style: none;
}
.flash-dance .bottom-nav li {
	display: block;
	float: left;
	margin-right: 50px;
}

.flash-dance .bottom-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.flash-dance .bottom-nav li {
	float: left;
	margin: 0 0.15em;

}
.flash-dance .bottom-nav li a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #888;
	/*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: #f5f5f5;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
	font: .9em Myriad Pro, Corbel, Tahoma, sans-serif; 
	font-weight: lighter;
	padding: 6px 0px 3px 0px;
	text-shadow: rgba( 50, 50, 50, 1 ) 0px 0px 3px;
}
.flash-dance .bottom-nav li a:hover {
	background-color: #555;
}

.flash-dance .bottom-nav li.current a {
	background-color: #111;
	color: #ddd;
}

.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; /*border-top: 1px solid #ccc;*/
	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 {
	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;
}

.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;
}