@charset "utf-8";
/* Style sheet for KateKerrigan.net */

/* Color Guide

#F0F0F0 :  light gray | used for main page background color
#5F5F5F :  dark gray | used for heading tags - h1, h2, h3, h4, h5, h6
#161616 :  very dark gray | used for text emphasis class
#181818 : very dark gray | used for links and visited links
#550000; : dark red | used for text link hover states
#420E0D : dark red | used for inline text links and active links in paragraph content
#D7D7D7 : med gray | used for hover inline text links in paragraph content
	
*/



body,td,th {
	font-family: "Adobe Garamond Pro", "Times New Roman", Georgia, serif;
	font-size: 85%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Adobe Garamond Pro", "Times New Roman", Georgia, serif;
	font-size: 85%;
	background: #F0F0F0;
}
h1,h2,h3,h4,h5,h6 {
	color: #5F5F5F;
	font-family: "Adobe Garamond Pro", "Times New Roman", Georgia, serif;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	
}
/**** look more closely at this style ****/
h3 {
	font-variant: small-caps;
	letter-spacing: 0.1em;
	color: #4D4D4D;
	font-size: 80%;
}

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  {
	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;
	clear: both;	
}
/*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, .links #primary,
.contact #primary, .photogGal #primary,
.archiveGal #primary, .mosaicGal #primary  {
	height: 600px;
}
.slide2Detail #primary,
.slide3Detail #primary, .slide4Detail #primary,
.slide5Detail #primary, .slide6Detail #primary {
	height: 600px;
}
.slide1Detail #primary {
	height: 600px;
	position: relative;
}

/*----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;
}
/*-----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 photograph sources - Mosaic Detail pages ----*/
.slide1Detail #photo-descript {
	position: absolute;
	left: 0px;
	/*top: 330px;*/
	top: 416px;
	visibility: hidden;
}
.slide2Detail #photo-descript {
	position: absolute;
	left: 0px;
	top: 420px;
	visibility: hidden;
}
.slide3Detail #photo-descript {
	position: absolute;
	left: 0px;
	top: 315px;
	visibility: hidden;
}
.slide4Detail #photo-descript {
	position: absolute;
	left: 0px;
	top: 320px;
	visibility: hidden;
}
.slide5Detail #photo-descript {
	position: absolute;
	left: 0px;
	top: 325px;
	visibility: hidden;
}
.slide6Detail #photo-descript {
	position: absolute;
	left: 0px;
	top: 312px;
	visibility: hidden;
}
.slide7Detail #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;
}
#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-------*/
#slide2_content, #slide3_content, #slide4_content, #slide5_content, #slide6_content,  {
	position: relative;
	padding-top: 15px;
}
#slide1_content {
	padding-top: 15px;	
}

#slide7_content	{
	padding-top: 15px;
}

#slide1_content {
padding-top: 5px;	
}
/*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;
}
#slide2_content #thumb1 {
	height: 100px;
	position: absolute;
	left: 356px;
	left: 0px;
	top: 425px;
	width: 107px;
}
#slide2_content  #thumb2  {
	position: absolute;
	top: 425px;
	left: 119px;
	height: 100px;
	width: 120px;
}
#slide2_content #thumb3 {
	position: absolute;
	left: 251px;
	top: 425px;
	height: 100px;
	width: 118px;
}
#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;
}
#slide4_content #thumb1 {
	height: 100px;
	position: absolute;
	left: -1px;
	top: 425px;
	width: 107px;
}
#slide4_content #thumb2 {
	height: 100px;
	width: 53px;
	position: absolute;
	left: 120px;
	top: 425px;
}
#slide4_content  #thumb3 {
	height: 100px;
	position: absolute;
	left: 188px;
	top: 425px;
	width: 52px;
}
#slide4_content #thumb4 {
	height: 100px;
	position: absolute;
	left: 356px;
	left: 255px;
	top: 425px;
	width: 115px;
}
#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;
}
#slide5_content #thumb1 {
	height: 100px;
	position: absolute;
	left: -1px;
	top: 425px;
	width: 107px;
}
#slide5_content #thumb2 {
	height: 100px;
	width: 53px;
	position: absolute;
	left: 120px;
	top: 425px;
}
#slide5_content  #thumb3 {
	height: 100px;
	position: absolute;
	left: 188px;
	top: 425px;
	width: 52px;
}
#slide5_content #thumb4 {
	height: 100px;
	position: absolute;
	left: 356px;
	left: 255px;
	top: 425px;
	width: 115px;
}
#slide6_content #thumb1 {
	height: 100px;
	position: absolute;
	left: 356px;
	left: 0px;
	top: 425px;
	width: 107px;
}
#slide6_content  #thumb2  {
	position: absolute;
	top: 425px;
	left: 119px;
	height: 100px;
	width: 120px;
}
#slide6_content #thumb3 {
	position: absolute;
	left: 251px;
	top: 425px;
	height: 100px;
	width: 118px;
}

/*---------- back to gallery button for mosaic details pages ----------*/
#backButton {
	position: absolute;
	left: 443px;
	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 {
	position: absolute;
	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;
	padding-bottom: 1.5em;
}
/*---- styles for the <p> inside the footer div -------------*/
#footer p {
	color: #1D1D1D;
	font-size: 75%;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
/************ New styles slide1Detail *******/
.slide1Detail #thumbnails {
	height: 100px;
	position: absolute;
	left: 0px;
	top: 477px;
}

.slide1Detail #thumbnails div.thumb1 {
	width: 60px;
	padding-right: 10px;
	float: left;
}
.slide1Detail #thumbnails div.thumb2 {
	width: 59px;
	padding-right: 10px;
	float: left;
}
.slide1Detail #thumbnails div.thumb3 {
	width: 143px;
	padding-right: 10px;
	float: left;
}
.slide1Detail #thumbnails div.thumb4 {
	width: 85px;
	float: left;
}
.slide1Detail #primary #thumbnails div img {
	margin-right: 10px;
}


.slide1Detail #primary #thumbnails  img {
	float: left;
}
.slide1Detail .thumbtitles {
	width: 55px;
	padding-right: 10px;
}
.slide1Detail div.thumb4 .thumbtitles {
	width: 69px;
	padding-right: 10px;
}
/******New styles slide2Detail*****/
.slide2Detail #thumbnails {
	height: 100px;
}

.slide2Detail #thumbnails div.thumb1 {
	width: 60px;
	padding-right: 10px;
	float: left;
}
.slide2Detail #thumbnails div.thumb2 {
	width: 40px;
	padding-right: 15px;
	float: left;
}
.slide2Detail #thumbnails div.thumb3 {
	width: 60px;
	float: left;
}
.slide2Detail #thumbnails div.thumb4 {
	width: 85px;
	float: left;
}
.slide2Detail #primary #thumbnails div img {
	margin-right: 10px;
}
.slide2Detail  #primary #thumbnails {
	padding-top: 25px;
}
.slide2Detail #primary #thumbnails  img {
	float: left;
}
.slide2Detail .thumbtitles {
	width: 55px;
	padding-right: 10px;
}
.slide2Detail div.thumb4 .thumbtitles {
	width: 69px;
	padding-right: 10px;
}
/******New styles slide3Detail*****/

.slide3Detail #thumbnails {
	height: 100px;
}

.slide3Detail #thumbnails div.thumb1 {
	width: 60px;
	padding-right: 10px;
	float: left;
}
.slide3Detail #thumbnails div.thumb2 {
	width: 59px;
	padding-right: 10px;
	float: left;
}
.slide3Detail #thumbnails div.thumb3 {
	width: 143px;
	padding-right: 10px;
	float: left;
}
.slide3Detail #thumbnails div.thumb4 {
	width: 85px;
	float: left;
}
.slide3Detail #primary #thumbnails div img {
	margin-right: 10px;
}
.slide3Detail  #primary #thumbnails {
	padding-top: 25px;
}
.slide3Detail #primary #thumbnails  img {
	float: left;
}
.slide3Detail div.thumb4 .thumbtitles {
	width: 69px;
	padding-right: 10px;
}

/******New styles slide4Detail*****/

.slide4Detail #thumbnails {
	height: 100px;
}

.slide4Detail #thumbnails div.thumb1 {
	width: 60px;
	padding-right: 10px;
	float: left;
}
.slide4Detail #thumbnails div.thumb2 {
	width: 59px;
	padding-right: 10px;
	float: left;
}
.slide4Detail #thumbnails div.thumb3 {
	width: 143px;
	padding-right: 10px;
	float: left;
}
.slide4Detail #thumbnails div.thumb4 {
	width: 85px;
	float: left;
}
.slide4Detail #primary #thumbnails div img {
	margin-right: 10px;
}
.slide4Detail  #primary #thumbnails {
	padding-top: 25px;
}
.slide4Detail #primary #thumbnails  img {
	float: left;
}
.slide4Detail div.thumb4 .thumbtitles {
	width: 69px;
	padding-right: 10px;
}

/******New styles slide6Detail*****/
.slide6Detail #thumbnails {
	height: 100px;
}
.slide6Detail #thumbnails div.thumb1 {
	width: 60px;
	padding-right: 10px;
	float: left;
}
.slide6Detail #thumbnails div.thumb2 {
	width: 40px;
	padding-right: 15px;
	float: left;
}
.slide6Detail #thumbnails div.thumb3 {
	width: 60px;
	float: left;
}
.slide6Detail #thumbnails div.thumb4 {
	width: 85px;
	float: left;
}
.slide6Detail #primary #thumbnails div img {
	margin-right: 10px;
}
.slide6Detail  #primary #thumbnails {
	padding-top: 25px;
}
.slide6Detail #primary #thumbnails  img {
	float: left;
}
/************ New styles slide7Detail *******/
.slide7Detail #primary {
	position: relative;
	height: 600px;
}
.slide7Detail #thumbnails {
	height: 100px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 420px;
}


/*.slide7Detail #primary #thumbnails  img {
	float: left;
}*/
.slide7Detail .thumbtitles {
	width: 75px;

}
#slide7_content #thumb1 {
	height: 90px;
	padding-right: 10px;
	width: 52px;
	float: left;
}
#slide7_content #thumb2 {
	float: left;
	padding-right: 10px;
	height: 90px;
	width: 131px;

}
#slide7_content #thumb3 {
/*	position: absolute;*/
	height: 90px;
	width: 75px;
	float: left;
}

