@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #CECECE;
	font-size: 85%;
	font-family: "Adobe Garamond Pro", "Times New Roman", Georgia, serif;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #403937;
	font-family: "Adobe Garamond Pro", "Times New Roman", Georgia, serif;
	font-size: 85%;
	background: #F0F0F0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Adobe Garamond Pro", "Times New Roman", Georgia, serif;
	margin: 0px;
	padding: 0px;
	color: #5F5F5F;
}
h2 {
	color: #5F5F5F;
	font-variant: small-caps;
}
h3 {
	color: #5F5F5F;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	color: #4D4D4D;
	font-size: 80%;
}
h4 {
	color: #5F5F5F;
	font-variant: small-caps;
}	
h5 {
	color: #5F5F5F;
	font-variant: small-caps;
}	
h6 {
	color: #5F5F5F;
	font-variant: small-caps;
}
p {
	color: #000;
	font-size: 100%;
	font-family: "Adobe Garamond Pro", "Times New Roman", Georgia, serif;
}
ul {
	color: #000;
}
/*---- removes the border from images with links ---------*/
img {
	border-style: none;
}
/*----- link styles ------------------*/
a:link, a:visited {
	color: #181818;
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: none;
	color: #550000;
	text-decoration: underline;
}
a:link.inlineLinks , a:visited.inlineLinks  {
	/*letter-spacing: 0.1em;*/
	text-decoration: underline;
}
a:hover.inlineLinks, a:active.inlineLinks {
	text-decoration: underline;
	color: #420E0D;
	background: #D7D7D7;
}
.emphasis {
	color: #161616
}
.bold {
	font-weight: bold;
	letter-spacing: 0.09em;
}
.italics {
	font-style: italic;
	margin-left: 32px;
}
.clear {
	clear: both;
}
.indent {
	margin-left: 31px;
}
.thumbtitles {
	font-size: 85%;
	display: block;
}
/*These styles give the #primary content div a height that sets the top of footer at a consistant height -----*/
/******except for the resume page, which is longer********/
.home #primary, .about #primary, .links #primary,
.exhibit #primary, .contact #primary, .photogGal #primary,
.archiveGal #primary, .mosaicGal #primary  {
	height: 600px;
}
.slide1Detail #primary, .slide2Detail #primary,
.slide3Detail #primary, .slide4Detail #primary,
.slide5Detail #primary {
	height: 600px;
}
/*----sets the primary div on the index page's width and right margin (from the wrapper containing div) ------*/
.home #primary {
	width: 400px;
	margin-right: 150px;
	/*padding-top: 40px;*/
}
/*-----PhotogGallery gallery links/image styles for image titles*/
.photogGal a:link, .photogGal a:visited {
	color: #181818;
	text-decoration: none;
}
.photogGal a:hover, .photogGal a:active {
	text-decoration: none;
	color: #181818;
	text-decoration: underline;
	cursor: default;
}
/*---absolutely postitioned titles for kates photograph sources, Mosaic Detail pages ----*/
.slide1Detail #photo-descript {
	position: absolute;
	left: 0px;
	top: 330px;
	visibility: hidden;
}
.slide2Detail #photo-descript {
	position: absolute;
	left: 0px;
	top: 323px;
	visibility: hidden;
}
.slide3Detail #photo-descript {
	position: absolute;
	left: 0px;
	top: 326px;
	visibility: hidden;
}
.slide4Detail #photo-descript {
	position: absolute;
	left: 0px;
	top: 313px;
	visibility: hidden;
}
.slide5Detail #photo-descript {
	position: absolute;
	left: 0px;
	top: 340px;
	visibility: hidden;
}
/*----wrapping div for the entire content of the page -------*/
#wrapper {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
/*------ defines the header area size and gives it a background image title ------*/
#header {
	height: 80px;
	width: 100%;
	background:url(../images/headertitle.png) no-repeat 36px 7px;
}
/*----------- **Image replacement** applies a -(negative) margin to the <h1> text so that the png file displays ------------*/
#header h1 {
	text-indent: -9999px;
}
/*-----This div holds both the primary (content) and secondary (nav) divs or everything between the header and footer ---- */
#content {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 3.8em;
}
/*---Styles for div containing the primary content edititable region in the main template--------*/
#primary {
	float: right;
	margin-right: 3em;
	width: 600px;
	position: relative;
	display: inline;	
}
/*-----each page_content starts with an h2 title. These styles define the top, bottom and left margins-------*/
#primary h2 {
	margin: 10px 0 10px 0;
}

/*---secondary contains the side navigation-------*/
#secondary {
	float: left;
	width: 230px;
	height: 470px;
	border-right: 2px solid #201F1B;
	margin-top: 4em;
}
/*---- home_content div --------*/
#home_content {
	width: 400px;
	background: #F0F0F0;
	position:relative;
	height: 500px;
}
/*----- gives the home page image a top margin for proper placement on the page -------- */
#home_content img {
	margin-top: 40px;
}
/*---------About Page specific styles----------------*/
#about_content {
	background: #F2F2F2;
	padding-left: 1.5em;
}
#about_content p {
	width: 425px;
	text-align: justify;
}
#about_img {
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
}
/*----------Exhibition page specific styles------------*/
#exhibit_content {
	background: #F0F0F0;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	margin-bottom: 8px;
}
#exhibit_content ul {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	list-style: none;
}
#exhibit_content ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.2em;
}
#exhibit_content h4 {
	color: #000000;
}
/*----------contact page specific styles------------*/
#contact_content {
	padding: 120px 0px 333px 70px;
}
#contact_content p {
	margin: 1.3em 0px 0px;
	padding: 0px;
}
/*----------------Links page specific styles----------*/
#links_content {
	width: 90%;
	background: #F0F0F0;
	padding-right: 1em;
	padding-left: 1em;
/*	padding-bottom: 0.8em;*/
/*	margin-bottom: 1em;*/
}
#links_content ul {
	list-style: none;
}

/*-------------Resume page specific Styles--------------*/
#resume_content {
	background: #F0F0F0;
	padding-right: 1em;
	padding-left: 1em;
}
#resume_content h4 {
	padding: 0px;
	margin-top: .8em;
	margin-right: 0px;
	margin-left: 1.8em;
}
#resume_content ul {
	margin-top: 0px;
	list-style: none;
}
/*-----Styles for the mosaic detail pages, setting its position to relative so that the thumbnails can be 
positioned absolutly relative to this _content container-------*/
#slide1_content, #slide2_content, #slide3_content, #slide4_content, #slide5_content {
	position: relative;
	padding-top: 15px;
}
/*styles for mosaic detail pages positions absolutly all of the mosaic detail thumnails  -------*/
#slide1_content #thumb1 {
	height: 100px;
	width: 42px;
	position: absolute;
	left: 0px;
	top: 425px;
}
#slide1_content #thumb2 {
	height: 100px;
	width: 133px;
	position: absolute;
	left: 51px;
	top: 425px;
}
#slide1_content #thumb3 {
	height: 100px;
	width: 119px;
	position: absolute;
	left: 194px;
	top: 425px;
}
#slide2_content #thumb1 {
	height: 100px;
	width: 117px;
	position: absolute;
	left: 0px;
	top: 425px;
}
#slide2_content #thumb2 {
	height: 100px;
	width: 53px;
	position: absolute;
	left: 130px;
	top: 425px;
}
#slide2_content  #thumb3 {
	height: 100px;
	position: absolute;
	left: 197px;
	top: 425px;
	width: 57px;
}

#slide2_content #thumb4 {
	height: 100px;
	position: absolute;
	left: 356px;
	left: 268px;
	top: 425px;
	width: 119px;
}

#slide3_content #thumb1 {
	height: 100px;
	position: absolute;
	left: -1px;
	top: 425px;
	width: 107px;
}
#slide3_content #thumb2 {
	height: 100px;
	width: 53px;
	position: absolute;
	left: 120px;
	top: 425px;
}
#slide3_content  #thumb3 {
	height: 100px;
	position: absolute;
	left: 188px;
	top: 425px;
	width: 52px;
}
#slide3_content #thumb4 {
	height: 100px;
	position: absolute;
	left: 356px;
	left: 255px;
	top: 425px;
	width: 115px;
}
#slide4_content #thumb1 {
	height: 100px;
	position: absolute;
	left: 356px;
	left: 0px;
	top: 425px;
	width: 107px;
}
#slide4_content  #thumb2  {
	position: absolute;
	top: 425px;
	left: 119px;
	height: 100px;
	width: 120px;
}
#slide4_content #thumb3 {
	position: absolute;
	left: 251px;
	top: 425px;
	height: 100px;
	width: 118px;
}
#slide5_content #thumb1 {
	position: absolute;
	height: 90px;
	width: 52px;
	top: 428px;
	left: 1px;
}
#slide5_content #thumb2 {
	position: absolute;
	height: 90px;
	width: 131px;
	left: 65px;
	top: 428px;
}
#slide5_content #thumb3 {
	position: absolute;
	height: 90px;
	width: 65px;
	left: 210px;
	top: 428px;
}
/*---------- back to gallery button for mosaic details pages ----------*/
#backButton {
	position: absolute;
	left: 446px;
	top: 547px;
	width: 125px;
	height: 25px;
	font-size: 85%;
}
/* ---------Mosaic Detail pages, image titles--------*/
/*----Styles for the main image titles in the Mosaic Details pages -----*/
#img-title {
	margin: 0px;
	font-size: 95%;
	letter-spacing: 0.1em;
	padding-top: 3px;
}
#photo-descript {
	width: 20em;
	height: 1.5em;
}
#photo-descript p {
	font-size: 95%;
	letter-spacing: 0.1em;
}
/*--------------- footer specific styles ----------------*/
#footer {
	text-align: center;
	border-top: 1px solid #201F1B;
	padding-top: 20px;
}
/*---- styles for the <p> inside the footer div -------------*/
#footer p {
	color: #1D1D1D;
	font-size: 75%;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}