@charset "UTF-8";

.headshot{
	padding-bottom: 12px;
	padding-top: 6px;
	padding-right: 30px;
	clear: none;
	float: left;
}

.headshot-right{
	margin-right: -80px;
	margin-top: -18px;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-left: 30px;
	clear: none;
	float: right;
}

html {
	background-color: #d4eaef;
	background-image: url(../images/main-gradient.png);
	background-repeat: repeat-x;
}

h1 {
	text-shadow: 0px 1px 1px black;
	color: #4698a7;
}

body {
	margin-right: auto;
	margin-left: auto;
	color: #452b15;
	padding: 0px;
	width: 960px;
}

a {
	color: inherit;
}

h2 {
	text-shadow: 0px 1px 1px white;
}

#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-position-x: 50%;
	background-position-y: 100%;
	padding-bottom: 0px;
	height: 0px;
	padding-top: 220px;
	margin:0px;
}

#navbar {
	padding-top: 54px;
	width: 130px;
}

#navbar li a {
	text-shadow: 0px 1px 1px white;
}

#content {
	padding-bottom: 90px;
	padding-top: 0px;
	background-repeat: repeat-y;
	background-image: url(../images/body-bg.png);
	padding-right: 110px;
	padding-left: 240px;
	width: 610px;
}

#footer {
	color: #333333;
	width: 640px;
	padding-right: 110px;
	padding-left: 240px;
	background-image: url(../images/bottom-corners.png);
	background-repeat: no-repeat;
	height: 54px;
	text-shadow: 0px 1px 1px white;
}

.clear {
	clear: both;
}

#registry-links {
	display: inline;
}

#registry-links li {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

#calendar-events li {
	display: inline;
	margin-left: 30px;
	margin-right: 30px;
}

.gallery li {
	text-align: center;
	display: inline;
	width: 81px;
	line-height: 81px;
}

.gallery img {
	vertical-align: middle;
	padding:3px;
}

.gallery li:hover img {
	border-style: dashed;
	border-width: 3px;
	border-color: #cccc97;
	padding:0px;
}

.gallery .displayed img {
	padding:0px !important;
	border-width:3px !important;
	border-style:solid !important;
	border-color: #452b15 !important;
}

/*
.gallery ul {
	line-height: 81px;
}
*/

div.info {
	color: #000000;
	font-family:arial;
	font-size: 8pt;
	line-height: 10pt;
	padding: 0px;
	margin: 0px;
}

div.info h3 {
	margin-bottom: 3px;
}

div.info dd {
	margin-bottom: 3px;
}

div.info a {
	font-style: normal;
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}

form.options fieldset {

	padding: 5px;

	border-color: #452b15;

	margin: 0px;

	border-style: solid;

	border-width: 1px;

}

#zoomed img {
	vertical-align: middle;
}

#zoomed {
	line-height: 520px;
	text-align:center;
}

form.options fieldset>legend {

	margin-left: 8px;

}

form.options fieldset label {
	margin: 5px;
}

form.options select {
	margin-bottom: 4px;
}

form.options fieldset>fieldset {
	display: inline;
}

blockquote {
	border-color: #76a2ac;
	border-style: solid;
	border-width: 1px;
	background-color: #e7f4f7;
	margin-bottom: 18px;
	margin-top: 0px;
	margin-right: 40px;
	margin-left: 40px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	width: 400px;
}

img.wide {
	margin-left: -60px;
}

*+img {
	margin-top: 9px;
	margin-bottom: 9px;
}

cite+p {
	margin-top: 18px;
}

cite+p+img {
	margin-top: 18px;
}

blockquote cite {
	margin-bottom: 0px;
	margin-top: -3px;;
}