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

#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 */
}

.top-shelf #title h1 {
	color: #fff;
}

.top-shelf #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: #0072bc;
	border-color: #222;
}

#contact {
	border-color: #333;
	background-color: #222;
}

#contact h3 {
	color: #ebebeb;
}

.flowz-prompt,
.flowz-prompt-proxy {
	border-color: #424242;
	background: none;
	background-color: #2b2b2b;
	color: #ebebeb;
	-webkit-box-shadow: 0px 2px 40px rgba(50, 50, 50, 1);
	-moz-box-shadow: rgba(50, 50, 50, 1) 0px 2px 40px;
}
.project-list {
	color: #dedede;
	background:#4d4d4d url(/images/navbar/bg-short.png) repeat-x scroll left top !important;
	/*background: #acacac url(/images/navbar/bg-short.png) repeat-x scroll left top !important;*/
	text-shadow: rgba(0,0,0,1) 0 1px 0;
}
.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;
}

.top-shelf .gallery {
	border-color: #333;
	background-color: #222;
}

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

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

#twitter-list li {
	border: 1px solid #555;
	background-color: #222;
}

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


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

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

.top-shelf #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;
}

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

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

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

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

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

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

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

#featured2, #featured3 {
	float: left;
	width: 200px;
	height: 150px;
}

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

.thumb {
	width: 120px;
	height: 90px;
	text-align: center;
	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;
}

.top-shelf .gallery {
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	margin-top: 35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 15px rgba(100, 100, 100, 0.20);
	-moz-box-shadow: rgba(100, 100, 100, 0.20) 0px 2px 15px;
}

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

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

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

#galleries {
	width: 728px;
	float: right;
	min-height: 400px;
	position: relative;
}

#gallery-nav {

}

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

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

.top-shelf .preview-pane {
	overflow: auto;
	padding: 8px;
	height: 115px;
}

.top-shelf .thumb {
	margin: 0 5px 5px 0;
	cursor: pointer;
	border: 2px solid transparent;
	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;
}

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