@charset "utf-8";
/* CSS Document */

/* ****************************************************************************************************** */
/* * THIS CSS FILE MUST BE CALLED BY ALL html AND php FILES TO HANDLE DISPLAY OF <body>, <h#> ETC. TAGS * */
/* ****************************************************************************************************** */

/* **************************************************************************************** */
/* Change Log:																				*/
/* 11 May 2010 - increased width from 780px to 900px width and added 60px to left margin	*/
/* 30 Oct 2013 - all general css files combined into one - more documentation               */
/* **************************************************************************************** */

/* **************************************************************************************** */
/* Colors used on this site: 																*/
/* #330000 - Dark Brown - background & main text color, subtitle & nav hyperlinks, borders	*/
/* #663300 - Medium Brown - titles, title & in text hyperlinks								*/
/* #993300 - Brick Brown - hovered hyperlinks 												*/
/* #E3D9CC - Beige - sidebar background, semi-hidden lines & navigation						*/
/* #F8F8E3 - Cream - container background 													*/
/* **************************************************************************************** */

/*** GENERAL PAGE LAYOUT TAGS ***/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #330000;
}
body {
	background-color: #330000;
	margin: 0px;
}

article, aside, figure, footer, header, nav, section, hgroup {
	display: block;
}

h1, h2, h3 {
	color: #663300;
}
h1 { /* used for main title and large artwork first level caption */
	text-align: center;
	font-size: x-large;
}
h2 { /* used on contact and some bio pages where there is no real title, thus starting with h2 as they really are subtitles */
	font-style: italic;
	font-size: large;
}
h3 { /* not currently used - available if needed */
	text-align: center;
	font-size: medium;
}

/*** GENERAL & MAIN PAGE ID's ***/

#container {
	background-color: #F8F8E3;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header {  
	/* padding-top: 20px; moved to #container - remove this #id when completed replacing header <div>s with semantic tag <header> for html5 compliance */
}

#news {
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#news h1 {
	font-size: x-large;
	font-weight: normal;
	color: #663300;
}
#news h2 {
	font-size: large;
	font-style: normal;
	font-weight: normal;
	color: #663300;
}
#news a {
	color: #663300;
	text-decoration: none;
}
#news a:hover {
	color: #993300;
}

#video {
	text-align: center;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#series {
	text-align: center;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#footer {  
	/* remove this #id when completed replacing footer <div>s with semantic tag <footer> for html5 compliance */
}

/*** IDs FOR ADDITIONAL PAGES ***/

#publications {
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	padding: 20px;
}

#bio {
	line-height: 120%;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	padding: 10px;
}

#bio h1 {
	font-style: italic;
	color: #663300;
} 
#bio a {
	color: #663300;
	text-decoration: none;
}
#bio a:hover {
	color: #993300;
}
#bio .photo-right {
	margin-top: 10px;
}

#contact {
	line-height: 120%;
	margin-top: 70px;
	margin-right: 70px;
	margin-bottom: 100px;
	margin-left: 70px;
}
#contact a {
	color: #663300;
	text-decoration: none;
}
#contact a:hover {
	color: #993300;
}

#stmt {
	line-height: 120%;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 90px;
}
#stmt a {
	text-decoration: none;
	color: #663300;
	font-weight: normal;
}
#stmt a:hover {
	color: #993300;
	text-decoration: none;
	font-weight: normal;
}

/*** CLASSES FOR FORMATING ***/

/* headers */

.logo {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
}
.exhibit {
	font-size: large;
	font-weight: normal;
	color: #663300;
}
.exhibit a:hover {
	color: #993300;
}
.ex-date {
	font-size: medium;
}
.sub-head {
	font-size: small;
	font-weight: normal;
	color: #330000;
}
.sub-head a {
	color: #330000;
	text-decoration: none;
}
.sub-head a:hover {
	color: #993300;
	text-decoration: none;
}

/* navigation */

.instruct {
	font-size: small;
	font-weight: normal;
	color: #330000;
}
.instruct a {
	color: #330000;
	text-decoration: none;
}
.instruct a:hover {
	color: #993300;
	text-decoration: none;
}

.navbar {
	font-size: small;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.navbar a {
	color: #330000;
	text-decoration: none;
}
.navbar a:hover {
	color: #993300;
}
.navbar ul {
	margin: 0px;
	border-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #E3D9CC;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.navbar li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}

.return {
	font-size: small;
	font-weight: bold;
	color: #E3D9CC;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 10px 10px 0px 10px;
}
.return a {
	color: #E3D9CC;
	text-decoration: none;
}
.return a:hover {
	color: #993300;
	text-decoration: none;
}

/* general formating */

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}

/* image formating */

.dummy-border {
	border: 1px solid #F8F8E3;
}
.image-border {
	border: 1px solid #330000;
}
.image-border-lg {
	border: 2px solid #330000;
}

.photo-left {
	float: left;
	margin-right: 20px;
	border: 1px solid #330000;
	margin-bottom: 10px;
}
.photo-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #330000;
}
.botphoto {
	border: 1px solid #330000;
	margin-left: 119px;
	margin-right: 119px;
	margin-bottom: 10px;
}

/* text formating */

.line-break {
	padding-top: 20px;
}
.dbl-break {
	padding-top: 40px;
}
.tab {
	padding-left: 1.5em;
}
.indent {
	padding-left: 1.5em;
}
.indent3 {
	padding-left: 3em;
}
.indent4 {
	padding-left: 4em;
}
.indent5 {
	padding-left: 5em;
}
.indent6 {
	padding-left: 6em;
}

.copyright { 
	font-size: x-small;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.copyright a {
	color: #663300;
	text-decoration: none;
}
