/**
 * Reset
 */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, del, em, img, small, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6, pre, code, input, textarea {
	font-size: 1em;
	font-weight: normal;
}
a img, :link img, :visited img {
	border:none;
}
:link, :visited {
	text-decoration:none;
}
ul, ol {
	list-style:none;
}
address {
	font-style: normal;
}
/**
 * Accesibility and utility classes
 */
.screenreader {
	position: absolute;
	left: -9000px;
	top: -9000px;
}
.imageReplace {
	text-indent: -9000px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
:focus {
	-moz-outline-style: none;
}
a:active {
	outline: none;
}
/**
 * Base styles
 */
body {
	background: white;
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* Pushing below standard minimum (16px) */
	font-size: 83.75%; /* 15px */
	line-height: 1.3em;
}
/***************************  structure   ***************************/

#global {
	width: 935px;
	margin: 0 auto;
	padding: 17px 0 25px 0;
}
#header {
	margin-bottom: 2.8em;
}
#content {
	overflow: hidden;
	clear: both;
}

#content .title h2 {
	font-weight:bold;
	color: #333333;
	text-transform:uppercase;
	padding-bottom:12px;
	font-size:13px;
}

#content .introText {
	font-weight:bold;
	color: #333333;
	padding-bottom:12px;
	width:530px;
}

#footer {
	clear: both;
	width: 875px;
	margin-top: 72px;
	padding-top: 1em;
	font-size: 11px;
	color: #888;
}
#footer .email {
	float: left;
	width: 565px;
}
#footer .copyright, #footer .byline {
	float: left;
	width: 120px;
	margin-left: 35px;
}
#footer a {
	color: #888888;
}

#footer a:focus,
#footer a:hover,
#footer a:active {
	color: black;
}

#mainContent {
	padding: 30px;
}
#mainImage {
	float: left;
	width: 530px;
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 1em;
}
#mainImage img {
	width: 530px;
	height: auto;
}
#mainImage > a {
	position: relative;
}
#singlemainImage {
	float: left;
	width: 250px;
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 1em;
}
#singlemainImage img {
	width: 250px;
	height: auto;
}
#singlemainImage > a {
	position: relative;
}
.imageDiv {
	margin: 0 0 18px 0;
}
.thumbnails {
	float: right;
	width: 310px;
}
.thumbnails .imageDiv {
	float: left;
	width: 120px;
	height: 90px;
	margin-left: 35px;
	overflow: hidden;
}
.thumbnails .imageDiv.odd {
	clear: both;
}
.thumbnails .imageDiv img {
	width: 100%;
	height: auto;
}
.thumbnails .imageDiv img:hover {
	cursor: pointer;
}
.description {
	width: 875px;
	clear: both;
	/*padding-top: 1em;*/
}
/*Dave Miller 12 jan 2011*/
.description .mainText .videoDiv a {
	clear:both;
	padding-bottom: 0;
}
/*DMiller --2feb2010*/
.description .mainText {
	float: left;
	width: 530px;
	/*padding-top: 1em;*/
	/*border-top: 1px solid #c7c7c7;*/
}

.description {
	color: #646464;
}
.description ul {
	list-style: disc inside;
}

.description li {
	/*border:1px solid red;*/
	list-style-type: disc;
    list-style-position: inside;
    padding: 2px 0 0 20px;
    text-indent: -1em;
	color: #333333;
}

.description .aside, .related {
	float: right;
	clear: right;
	width: 275px;
	padding-top: 1em;
	/*border-top: 1px solid #c7c7c7;*/
}
.news-list {
	float: right;
	width: 200px;
}
.description .aside, .news-item {
	font-size: 0.85em;
	line-height: 1.4em;
}

.description .title h2 {
	font-weight:bold;
	color: #333333;
}


.news-item > h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: none;
	margin: .45em 0 .56 0;
}
#thumbContainer {
	width: 230px;
	height: 230px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	border: solid red 0;
}
#thumbContainer img.pageThumbs {
	width: auto;
	height: auto;
	min-width: 230px;
	min-height: 230px;
}
/*Dave Miller 12 jan 2011*/
ul.sectionList {
	float: right;
	clear: right;
	width: 330px;
	border: solid blue 0;
	margin-right: 300px;
}
.home .slideshow {
	width: 600px;
	float: left;
}
/**
 * Generic list of short content blocks. Used for works and publications.
 */
.teaser {
	overflow: hidden;
	font-size: .9em;
	padding: 17px 0 18px;
	border-top: 1px dotted #c7c7c7;
	border-bottom: 1px dotted #c7c7c7;
}
.teaser + .teaser {
	border-top: 0;
}
.teaser .copy {
	float: left;
	width: 530px;
}
.thumbs {
	float: right;
	width: 310px;
}
.thumb {
	float: left;
	width: 120px;
	margin-left: 35px;
}
/***********************   main navigation   ***********************/

#mainNav {
	padding-top: 2px;
	padding-bottom: 28px;
	margin-bottom: 20px;
	overflow: hidden;
}
/* First level menu */
#mainNav > ul > li {
	float: left;
	padding-right: .75em;
	font-size: 18px;
	font-family: Arvo, Rockwell, "Century Gothic", Futura, "Gill Sans", "Gill Sans MT", sans-serif;
	text-transform: uppercase;
	position: relative;
}
#mainNav ul li a {
	color: black;
}
#mainNav ul li a:hover {
	color: #ff3300;
}
/* Second-level menu */
#mainNav ul ul {
	position: absolute;
	width: 500px;
	top: 100%;
	left: 0;
	padding-top: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
#mainNav ul ul li {
	float: left;
	font-size: 14px;
	line-height: 1em;
	margin-right: 1em;
	letter-spacing: normal;
	text-transform: none;
}
#mainNav > ul > li .on a {
	border-bottom: 2px dotted #333;
}
/* Specific main nav items */
#mainNav > ul > li {
	padding-bottom: 13px; /* accounts for extra-large borders on nested anchors */
}
#mainNav > ul > li > a {
	border-bottom: 8px solid #333;
}
#mainNav > ul > li > a:focus, #mainNav > ul > li > a:hover, #mainNav > ul > .on a {
	border-bottom-width: 13px;
}
#mainNav > ul > .nav36 > a, #mainNav > ul > .nav36 .on a {
	border-bottom-color: #3ccb9d; /* green */
}
#mainNav > ul > .nav36 a:focus, #mainNav > ul > .nav36 a:hover {
	color: #3ccb9d;
}
#mainNav > ul > .nav37 > a, #mainNav > ul > .nav37 .on a {
	border-bottom-color: #d428b4; /* fucscia */
}
#mainNav > ul > .nav37 a:focus, #mainNav > ul > .nav37 a:hover {
	color: #d428b4;
}
#mainNav > ul > .nav38 > a, #mainNav > ul > .nav38 .on a {
	border-bottom-color: #101ef4; /* blue */
}
#mainNav > ul > .nav38 a:focus, #mainNav > ul > .nav38 a:hover {
	color: #101ef4;
}
.navContact {
	display: none;
}
/***********************   page navigation   ***********************/

#pageNav {
	display: none;
}
/*****************************  type   *****************************/

h1, h2, h3, h4, h5, h6, .head, #title, #mainNav {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	line-height: 1em;
}
/*h1, h2, h3, h4, h5, h6 {
	color: black;
}*/
.head-a, .head-b, .head-c, .head-d, .head-e {
	text-transform: uppercase;
	margin-bottom: .75em;
	color: 101ef4;
}
.head-b {
	font-size: 15px;
	letter-spacing: .08em;
	-webkit-font-smoothing: subpixel-antialiased;
}
.head-c {
	font-size: 15px;
	font-weight: 500;
}
body.works .head-d a, .head-d a:link, .head-d a:visited {
	font-size: 12px;
	font-weight:bold;
	letter-spacing: .1em;
	line-height: 1.273em;
	color: #3ccb9d;
}

body.works a, a:link, a:visited {
	color: #3ccb9d;
}

body.works #content .title h2 {
	color: #3ccb9d;
}

body.works .caption-caps a, .caption-caps a:link, .caption-caps a:visited {
    color: #333333;
    font-size: 11px;
    line-height: 1.273em;
	font-weight:bold;
}

body.works .caption-caps a:hover {
    color: #3ccb9d;
	font-size: 11px;
    line-height: 1.273em;
	font-weight:bold;
}
	
body.words .head-d a, .head-d a:link, .head-d a:visited {
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1.273em;
	color: #101ef4;
}

body.words a, a:link, a:visited {
	color: #101ef4;
}

body.words #content .title h2 {
	color: #101ef4;
}

body.words .caption-caps a, .caption-caps a:link, .caption-caps a:visited {
    color: #333333;
    font-size: 11px;
    line-height: 1.273em;
	font-weight:bold;
}

body.words .caption-caps a:hover {
    color: #101ef4;
	font-size: 11px;
    line-height: 1.273em;
	font-weight:bold;
}

body.reviews .head-d a, .head-d a:link, .head-d a:visited {
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1.273em;
	color: #101ef4;
}

body.publications .head-d a, .head-d a:link, .head-d a:visited {
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1.273em;
	color: #101ef4;
}

body.texts .head-d a, .head-d a:link, .head-d a:visited {
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1.273em;
	color: #101ef4;
}

body.about .head-d a, .head-d a:link, .head-d a:visited {
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1.273em;
	color: #d428b4;
}

body.about a, a:link, a:visited {
	color: #d428b4;
}

body.about #content .title h2 {
	color: #d428b4;
}

body.about .caption-caps a, .caption-caps a:link, .caption-caps a:visited {
    color: #333333;
    font-size: 11px;
    line-height: 1.273em;
	font-weight:bold;
}

body.news .caption-caps a:hover {
    color: #d428b4;
	font-size: 11px;
    line-height: 1.273em;
	font-weight:bold;
}


body.news .head-d a, .head-d a:link, .head-d a:visited {
	font-size: 12px;
	font-weight:bold;
	letter-spacing: .1em;
	line-height: 1.273em;
	color: #e12b2b;
}

body.news a, a:link, a:visited {
	color: #e12b2b;
}

body.news #content .title h2 {
	color: #e12b2b;
}

body.news .caption-caps a, .caption-caps a:link, .caption-caps a:visited {
    color: #333333;
    font-size: 11px;
    line-height: 1.273em;
	font-weight:bold;
}

body.news .caption-caps a:hover {
    color: #e12b2b;
	font-size: 11px;
    line-height: 1.273em;
	font-weight:bold;
}

.head-e a, .head-e a:link, .head-e a:visited {
	font-size: 11px;
	line-height: 1.273em;
	/*color: #e12b2b;*/
	color: #333333;
}

.head-e a:hover {
	color: #e12b2b !important;
}


/* Emulate Rockwell using Arvo form Google web fonts. */
.head-a, .head-b, #title {
	font-family: Arvo, Rockwell, "Century Gothic", Futura, "Gill Sans", "Gill Sans MT", sans-serif;
}
#title {
	font-size: 21px;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .08em;
}
#title a, #title a:link, #title a:visited {
	border-bottom: none;
	color: black;
}
#title a:focus, #title a:hover, #title a:active {
	color: #d428b4;
}
/**
 * Heavy underule applied to inline elements with a block wrapper. As seen in
 * main nav, section heads and footer blocks.
 */
.underscore {
	padding-bottom: 13px;
}
.underscore > em {
	font-style: normal;
	border-bottom: 8px solid #e12b2b;/*padding-bottom: 3px;*/
}
.underscore-light > em {
	border-bottom-color: #d8d8d8;
	padding-bottom: 3px;
}

/* Hide breadcrumbs. */
.breadcrumbs {
	display: none;
}
h1 span {
	padding-right: 10px;
}
h1 span.h1-level1 {
	color: #646464;
}
h1 span.h1-level2 {
	color: #646464;
}
h1 span.h1-level3 {
	color: #646464;
}
h3 {
	float: left;
	clear: left;
	font-size: 1.1667em; /* 14px */
	line-height: 1.2857em; /* 18px */
	margin-top: 1.2857em;
	color: black;
}
p, ul, ol {
	/*margin: 0 0 1.4em 0;*/
	margin: 0 0 .6em 0;
	
}
/* Clean up after WYSIWYG */
p:empty {
	display: none;
}
.caption {
	font-size: .8em;
	padding: .5em 0;
}

.captiontitle {
	font-weight:bold;
}

.caption-caps {
	font-size: 12px;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
}
.photocredit {
	color: #aaa;
	font-size: 11px;
	margin-bottom: 15px;
}
.imageDiv, .albumText {
	color: #646464;
	/*font-size: 0.9em;*/
}
.sectionList li {
	margin-bottom: 1em;
	border: red solid 0;
}
/*a, a:link, a:visited {
	color: #333333;
	text-decoration: none;
	word-wrap: break-word;
}*/
a:focus, a:hover, a:active {
	color: #d428b4;
}
.imageDiv a, .imageDiv a:link, .imageDiv a:hover, .imageDiv a:visited, .imageDiv a:active {
	text-decoration: none;
	border: none;
	outline: none;
}
sup a:link, sup a:visited {
	text-decoration: none;
}
/*****************************  forms   *****************************/

form div {
	padding-bottom: 1em;
}
fieldset {
	margin-top: 1em;
}
label {
	display: block;
	width: 200px;
	float: left;
	margin-right: 15px;
	text-align: right;
	padding-top: 4px;
	color: black;
	line-height: 1.4em;
	vertical-align: middle;
}
input, textarea {
	border: 0;
	width: 300px;
	padding: 4px;
	margin: 1px;
	background: #fafafa;
	font-size: 1em;
	line-height: 1.25em;
}
input:hover, textarea:hover {
	background: #f7f7f7;
}
input:focus, textarea:focus {
	background: #f6f6f6;
	margin: 0;
	border: 1px solid #e1e1e1;
	outline: none;
}
img#captcha {
	margin-left: 215px;
	margin-right: .5em;
	border: 1px solid #e1e1e1;
}
/* reset captcha link */
form a, form a:link, form a:visited {
	color: black;
	text-decoration: underline !important;
	font-size: .8em;
}
form a:hover, form a:active {
	color: #f30;
}
.submit input {
	width: auto;
	margin-left: 215px;
	padding: .5em 1em;
	background: #ccc;
	color: black;
}
.submit input:hover, .submit input:active {
	background: #eee;
	color: #f30;
	cursor: pointer;
}
div#photodiv {
	background-repeat: no-repeat;
	margin: 0 0 0 15px;
}
#ContactAddForm {
	margin-top: 2em;
}
/*****************************  alternate theme   *****************************/

body.darktheme {
	background-color: black;
}
body.darktheme h1, body.darktheme h2, body.darktheme h3, body.darktheme h4, body.darktheme h5, body.darktheme h6, body.darktheme #title a:link, body.darktheme #title a:visited, body.darktheme #pageNav a, body.darktheme #pageNav a:link, body.darktheme #pageNav a:active, body.darktheme #mainNav a, body.darktheme #mainNav a:link, body.darktheme #mainNav a:active {
	color: #ddd;
}
body.darktheme a:hover, body.darktheme a:active, body.darktheme #title a:hover, body.darktheme #title a:active, body.darktheme #pageNav a:hover, body.darktheme #pageNav a:active, body.darktheme #mainNav a:hover, body.darktheme #mainNav a:active {
	color: #ff3300;
}
body.darktheme li.on {
	color: #444;
}
body.darktheme p, body.darktheme ol, body.darktheme ul, body.darktheme dl, body.darktheme label {
	color: #bbb;
}
/*Dave Miller 6 jan 2011*/
#content ul.sectionList li p {
	border: solid red 0;
	margin-top: 10px;
}
