@charset "utf-8";
/* CSS Document */

/*Secondary header at top that contains Kay's picture*/
#header2 {
	margin: 0px;
	padding: 0px;
	height: 137px;
	width: 800px;
}
#header2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-left: 290px;
	margin-top: 50px;
	position: relative;
	z-index: 20;
	left: 0px;
	top: -150px;
	margin-right: 50px;
}

/*Classes*/
.welcome {
	position: relative;
	top: -100px;
	left: 290px;
	width: 400px;
}#column1 {
	width: 360px;
	float: left;
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 20px;
}
#column1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
}
#column1 blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	width: 300px;
	background-color: #CCC;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#column1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0px;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#column2 {
	padding-right: 20px;
	padding-left: 5px;
	float: left;
	width: 360px;
	padding-top: 20px;
}
#column2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
	padding: 0px;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
}
#column2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	line-height: 1.2em;
}

/*Classes*/

/*popup image gallery*/
.gallerycontainer{
	position: relative;
	height: 375px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid #000;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
}

.thumbnail span img{ /*CSS for enlarged image*/
	padding: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -421px;
	left: -7px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

/*Spacer above and below columns to keep vertical dashed border from touching divs above*/
.spacer {
	height: 10px;
}
