/* replace with actual CSS reset */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #242424;
	font: normal 10px/1.5 Tahoma, Verdana, sans-serif;
	text-align: center;
	background: #fff;
}

a {
	text-decoration: none;
}
a img {
	border: none;
}

abbr,acronym {
	padding-bottom: 1px;
	border-bottom: 1px dotted #bfbfbf;
	cursor: help;
}

h1,h2,h3,h4,h5,h6 {
	color: #a01d1d;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
}
h1 {
	font-size: 22px;
	margin-bottom: 8px;
}
h2 {
	font-size: 18px;
	margin-bottom: 4px;
}
p {
	margin-bottom: 1em;
}
p.date {
	font-size: 12px;
}
p.salutation {
	color: #464646;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
}

dl,dt,dd {
	display: block;
}
table {
	width: 100%;
}
table,dl {
	margin-bottom: 1em;
}

form fieldset .label {
	color: #000;
	font-size: 13px;
	padding-bottom: 2px;
}
form fieldset .input {
	padding-bottom: 1em;
}
form .input input.text,
form fieldset .input textarea {
	color: #242424;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	background: #fff url(../images/input-shadow.gif) repeat-x 0 0;
	display: block;
	width: 225px;
	margin: 0;
	padding: 4px;
	border: 1px solid #797979;
}
form fieldset .input input.text:focus,
form fieldset .input textarea:focus {
	color: #111;
	border-color: #a01d1d;
}
form fieldset .input .submit {
	color: #e7c6c6;
	font: italic 12px Georgia, "Times New Roman", serif;
	background: #a01d1d;
	padding: 4px;
	border: 2px solid #500e0e;
	overflow: visible;
	cursor: pointer;
}
form fieldset .input .submit:hover {
	color: #fff;
}
label {
	cursor: pointer;
}
textarea {
	overflow: auto;
}

#header {
	background: #601111 url(../images/header-bg.jpg) repeat-x 50% 0%;
	height: 290px;
}
#header .inner {
	background: url(../images/header-inner.jpg) no-repeat 50% 0%;
}
#header #branding {
	display: block;
	float: left;
	padding-top: 40px;
	padding-left: 10px;
}
#header #branding #logo {
	display: block;
	width: 150px;
	height: 89px;
}
#header #branding #logo img { display: block; }
#header #branding #tagline {
	color: #fff;
	font: normal italic 16px/2 Georgia, "Times New Roman", serif;
	display: block;
	margin-left: 40px;
}
#header #polaroids {
	background: transparent url(../images/polaroids.png) no-repeat 50% 0;
	float: right;
	width: 357px;
	height: 280px;
	margin-top: 10px;
}
#header #polaroids img {
	display: block;
	width: 300px;
	height: 211px;
	margin: 24px 0 0 29px;
}

#content {
	background: url(../images/content-bg.gif) repeat-x 0 0;
	overflow: auto;
}
#content .inner {
	padding: 25px 0;
}

#left_column {
	float: left;
	width: 230px;
}
#left_column #navigation h2 {
	margin-bottom: 10px;
	padding-left: 10px;
}
#left_column #navigation ul li a {
	color: #545454;
	font-size: 13px;
	display: block;
	padding: 2px 0 2px 10px;
}
#left_column #navigation ul li.selected a {
	background: url(../images/bullet.gif) no-repeat 0 50%;
}
#left_column #navigation ul li a:hover {
	color: #a01d1d;
}
#left_column #menu {
	font-size: 12px;
	line-height: 1.4;
	background: url(../images/menu-bg.jpg) no-repeat 0 0;
	position: relative;
	height: 142px;
	margin: 15px 0 0 0;
	padding: 30px 10px 0 125px;
}
#left_column #menu a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#left_column #menu h2 {
	font-size: 15px;
	text-transform: capitalize;
	margin-bottom: 8px;
}
#left_column #twitter, #left_column #facebook {
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	height: 50px;
	margin-top: 15px;
	padding-left: 70px;
}
#left_column #twitter h2, #left_column #facebook h2 {
	color: #464646;
	font: normal 100% Tahoma, Verdana, sans-serif;
	padding: 8px 0 0px;
}
#left_column #twitter {
	background-image: url(../images/twitter-icon.gif);
	margin-top: 25px;
}
#left_column #facebook {
	background-image: url(../images/facebook-icon.gif);
}
#left_column #twitter a:hover, #left_column #facebook a:hover {
	text-decoration: underline;
}
#left_column #twitter a {
	color: #36bbd9;
}
#left_column #facebook a {
	color: #6b8ac8;
}

#right_column {
	font-size: 14px;
	float: right;
	width: 620px;
}
#right_column a:link, #right_column a:visited,
.download a:link span, .download a:visited span {
	color: #545454;
	padding-bottom: 2px;
	border-bottom: 1px dotted #797979;
}
#right_column a:hover, #right_column a:active,
.download a:hover span, .download a:active span {
	color: #a01d1d;
	border-color: #bfbfbf;
}
#right_column dl, #right_column ol, #right_column ul, .event_popup ul {
	margin-bottom: 1em;
}
#right_column li, .event_popup li {
	margin-left: 2em;
}

#footer {
	color: #797979;
	font-size: 12px;
	text-align: left;
	width: 940px;
	margin: 0 auto;
	padding: 15px 10px;
	overflow: auto;
	border-top: 1px solid #e5e5e5;
}
#footer #copyright {
	float: left;
}
#footer #credit {
	float: right;
}
#footer #credit a {
	color: #464646;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #bfbfbf;
}
#footer #credit a:hover {
	color: #a01d1d;
}


#right_column .articles li {
	margin-left: 0;
}
.articles li {
	margin-bottom: 1.5em;
	list-style: none;
	border-bottom: 1px dashed #bfbfbf;
}
.articles li .summary {
	margin-bottom: 0.25em;
}
.articles li .more {
	font-size: 13px;
	margin-bottom: 1.5em;
}


#feedback_form {
	float: left;
	width: 300px;
}
#feedback_form fieldset {
	margin-right: 1em;
	border: none;
}
#contact_details {
	float: right;
	width: 300px;
}

.inner {
	text-align: left;
	width: 940px;
	margin: 0 auto;
	overflow: auto;
}
.page_image {
	background: #fff;
	display: block;
	float: right;
	margin: 0 0 0.5em 1em;
	padding: 4px;
	border: 1px solid #ebebeb;
}
.required {
	color: #a01d1d;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}
.date {
	color: #545454;
	margin-bottom: 0.5em;
}


.links {
	margin: 0.5em 0 0;
}
#right_column .links li {
	margin: 0 0 1.5em 0;
	list-style: none;
}
.links li h3 {
	font-size: 14px;
}
.links li p {
	margin: 0.25em 0 0 0;
}

.back {
	font-size: 13px;
	clear: both;
}
.top {
	font-size: 12px;
	margin-bottom: 1.5em;
}

.download {
	display: block;
	border: none;
}
.download a {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.download a.event {
	background-image: url(../images/calendar-icon.gif);
}
.download a span {
	margin-left: 21px;
}


.events td {
	color: inherit;
}
.events .time {
	width: 10%;
}
.events .title {
	width: 90%;
}

.event_details {
	font-size: 13px;
}
.event_details dt {
	color: #a01d1d;
	font-weight: bold;
	float: left;
	margin-right: 0.4em;
}

.event_popup {
	width: 600px;
	padding: 10px 10px 0;
	font-size: 14px;
}
.event_popup a:link, .event_popup a:visited {
	color: #545454;
	padding-bottom: 2px;
	border-bottom: 1px dotted #797979;
}
.event_popup a:hover, .event_popup a:active {
	color: #a01d1d;
	border-color: #bfbfbf;
}
.event_popup .download a {
	font-size: 13px;
	border: none;
}

.floatfix {
	clear: both;
	height: 0;
}

.album, .images {
	overflow: auto;
}
#right_column .albums li, #right_column .images li {
	margin-left: 0;
	list-style: none;
}
#right_column .albums li a, #right_column .images li a {
	padding-bottom: 0;
	border: none;
}
#right_column .images li a, #right_column .albums li a.thumb {
	background: #fff;
	display: block;
	float: left;
	margin: 0 0.75em 1em 0;
	padding: 4px;
	border: 1px solid #ebebeb;
}
#right_column .images li a:hover, #right_column .albums li a:hover {
	border-color: #a01d1d;
}
.images li a img, .albums li a img {
	display: block;
}

.albums li {
	background: #fff;
	display: block;
	float: left;
	overflow: hidden;
	width: 262px;
	height: 130px;
	margin: 0 1em 1em 0;
	padding: 10px 15px;
	border: 1px solid #ebebeb;
}
.albums li .description {
	font-size: 13px;
}


.pagination {
	font-size: 13px;
	margin-bottom: 0.75em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #ebebeb;
}
.pagination .divider {
	color: #808080;
}
#right_column .pagination a {
	border-bottom: none;
}


#map {
	background: #fff;
	height: 218px;
	margin-top: 2em;
	padding: 4px;
	border: 1px solid #ebebeb;
}


.errors {
	margin: 0 0 1em 2em;
}
.errors li {
	color: #d10000;
	font-size: 13px;
	list-style: disc;
}

p.phone, p.email {
	margin-bottom: 0.5em;
}
.phone strong, .email strong {
	color: #a01d1d;
	font-weight: normal;
}


.flourish {
	background: url(../images/flourish.gif) no-repeat 50% 50%;
	height: 30px;
	margin: 1em 0;
}

dl.menu {
	margin-left: 1em;
}
dl.menu dt {
	color: #a01d1d;
	font-weight: bold;
}
dl.menu dd {
	font-size: 13px;
	margin-bottom: 0.5em;
}


#guestbook_main {
	float: left;
	width: 290px;
}
#guestbook_form {
	font-size: 13px;
	float: right;
	width: 290px;
}
#guestbook_form fieldset {
	border: none;
}
#guestbook_form label {
	display: block;
}
#guestbook_form legend {
	display: none;
}

#guestbook_main {
	margin: 0;
}
#guestbook_main li {
	margin: 0 0 1em;
	padding-bottom: 1em;
	list-style: none;
	border-bottom: 1px solid #ebebeb;
}
#guestbook_main li cite.author {
	color: #464646;
	font-size: 12px;
	font-style: italic;
}