/*@font-face {
	font-family: 'RomanSerifRegular';
	src: url('romanserif-webfont.eot');
	src: url('romanserif-webfont.eot?#iefix') format('embedded-opentype'),
		 url('romanserif-webfont.woff') format('woff'),
		 url('romanserif-webfont.ttf') format('truetype'),
		 url('romanserif-webfont.svg#RomanSerifRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}
*/
@font-face
{
	font-family: 'Lobster13Regular';
	src: url('Lobster_1.3-webfont.eot');
	src: url('Lobster_1.3-webfont-1.eot') format('embedded-opentype'), url('Lobster_1.3-webfont.woff') format('woff'), url('Lobster_1.3-webfont.ttf') format('truetype'), url('Lobster_1.3-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body
{
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
	color: #232323;
	background-color: #451806;
}

.multiplebgs body
{
	background: url(../Images/GradBackground.png) repeat-x top left, url(../Images/Background.jpg);
}

.no-multiplebgs body
{
	background: #451806 url(../Images/Background.jpg);
}

html, body
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}


/* Styles for basic forms
-----------------------------------------------------------*/

fieldset
{
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend
{
	font-size: 1.2em;
	font-weight: bold;
}

textarea
{
	min-height: 75px;
}

.editor-label
{
	margin: 1em 0 0 0;
}

.editor-field
{
	margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}




#DocumentRoot
{
	display: block;
	width: 900px;
	margin: 0 auto;
}

#DocumentRoot > header
{
	background: Transparent url(../Images/Logo.png) no-repeat center right;
	padding: 17px 0px 17px 0px;
}

#DocumentRoot > header > h1
{
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic";
	color: White;
	font-weight: normal;
}

#DocumentBody > nav
{
	display: block;
	padding: 25px 0px 20px 25px;
	border-bottom: 1px solid #e2dad6;
	background-color: #f8f6f5;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f6f5 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f6f5 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #f8f6f5 100%);
}

#DocumentBody > nav > a
{
	font-family: "Century Gothic";
	font-size: 17px;
	color: #444444;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-decoration: none;
	vertical-align: middle;
}

#DocumentBody > nav > a:hover
{
	text-decoration: underline;
}

#DocumentBody > nav > div
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 1px;
	height: 12px;
	background-color: #bbbbbb;
	margin: 0px 10px 0px 10px;
	vertical-align: middle;
}

#DocumentBody
{
	width: 100%;
	min-height: 500px;
	display: block;
	background-color: White;
	padding-bottom: 20px;
}

footer
{
	clear: both;
	display: block;
	min-height: 40px;
}

footer > div.copywright
{
	font-family: Arial;
	display: block;
	background-color: rgba(255, 255, 255, 0.1);
	color: White;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 10px 0px 10px 0px;
	font-size: 11px;
}

footer a
{
	color: White;
	font-size: 11px;
}

#social
{
	text-align: center;
	margin-top: 10px;
}

#social > iframe, #social > div
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

#social > div.divider
{
	width: 1px;
	background-color: rgba(255,255,255,0.4);
	height: 62px;
	margin: 0px 20px 0px 20px;
}

aside
{
	margin-left: 10px;
	width: 286px;
	float: left;
	background-color: #f4f0ee;
	margin-top: 10px;
}

section.MasterContent
{
	margin-left: 10px;
	width: 582px;
	float: left;
}

section.FullWidth
{
	width: 880px;
}

section > header > h2
{
	font-family: "Century Gothic";
	color: #8d3a15;
	font-size: 30px;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 10px 0px;
	display: block;
	border-bottom: 1px dotted #8d3a15;
	clear: both;
	font-weight: normal;
}

section > header.MonthHeader > h2
{
	border-bottom: none;
	font-size: 24px;
	padding: 10px 0px 0px 10px;
}


#ShowPieceImages
{
	width: 900px;
	height: 286px;
	margin-top: 10px;
}

#ShowPieceImages > img
{
	width: 286px;
	height: 286px;
	margin-left: 10px;
	background-color: #EEEEEE;
	float: left;
}







article
{
	clear: both;
}

article > header
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #8d3a15;
}

article > header > h3
{
	font-family: "Century Gothic";
	color: #8d3a15;
	font-size: 30px;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	display: block;
	clear: both;
	font-weight: normal;
}

article > header > h4
{
	display: block;
	margin: 2px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	color: #bb6741;
}

article > div
{
	margin: 0px 10px 0px 10px;
	vertical-align: top;
	line-height: 20px;
}

article > div h1
{
	font-family: "Century Gothic";
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #8D3A15;
	font-weight: normal;
}

article > div h1 a
article > div h1 a:hover,
article > div h1 a:visited
{
	font-family: "Century Gothic";
	font-size: 18px;
	color: #8D3A15;
	text-decoration: none;
}

article > div h2
{
	font-family: "Century Gothic";
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #8D3A15;
	font-weight: normal;
}

article > div a
{
	color: #af0000;
	text-decoration: none;
}

article > div a > img
{
	border: none;
}

article > div a:hover
{
	text-decoration: underline;
}

article > a
{
	text-decoration: none;
}

article a.edit, article a.cancel, article input.save, a.process
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0px 0px 0px 14px;
	text-transform: lowercase;
	color: #a63002;
	font-size: 11px;
	margin: 2px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
}

a.process
{
	background: transparent url(../Images/Icons/12/Process.png) no-repeat left center;
}

article a.edit
{
	background: transparent url(../Images/Icons/12/Edit.png) no-repeat left center;
}

article a.cancel
{
	background: transparent url(../Images/Icons/12/Cancel.png) no-repeat left center;
}

article input.save
{
	background: transparent url(../Images/Icons/12/Save.png) no-repeat left center;
}

article a.edit:hover, article a.cancel:hover, article input.save:hover
{
	text-decoration: underline;
}

article > a:hover
{
	text-decoration: underline;
}

article textarea, article input[type=text]
{
	box-sizing: border-box;
	width: 582px;
	font-family: Arial;
}

section.FullWidth textarea, section.FullWidth input[type=text]
{
	width: 880px;
}

article textarea
{
	min-height: 200px;
}

article form > label
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 10px 0px 3px 0px;
}



article.PageHilight
{
	margin-top: 10px;
	width: 286px;
	background-color: #d13b00;
	float: left;
	clear: none;
	cursor: pointer;
}



article.PageHilight + article.PageHilight
{
	background-color: #ffae00;
	margin-left: 10px;
}

article.PageHilight > header
{
	border-bottom: none;
}

article.PageHilight > header > h3
{
	padding: 0px;
	font-family: "Century Gothic";
	font-size: 30px;
	color: White;
	margin: 13px 15px 0px 15px;
	font-weight: normal;
}

article.PageHilight > div
{
	display: block;
	margin: 13px 15px 0px 15px;
	padding-bottom: 13px;
	color: White;
	border-bottom: 1px dotted #FFFFFF;
	border-bottom: 1px dotted rgb(255,255,255);
	border-bottom: 1px dotted rgba(255,255,255, 0.5);
}

a.view
{
	font-family: "Century Gothic";
	font-weight: bold;
	color: #8D3A15;
	font-size: 12px;
}

article.PageHilight > a
{
	text-align: right;
	display: block;
	margin: 13px 15px 13px 0px;
	font-family: "Century Gothic";
	color: White;
	font-size: 12px;
}




aside > header > h2
{
	color: #8d3a15;
	font-size: 30px;
	padding: 27px 0px 20px 18px;
	display: block;
	clear: both;
	font-weight: normal;
	border-bottom: none;
	margin: 0px 0px 0px 0px;
	font-family: "Century Gothic";
}

aside article
{
	margin: 0px 18px 20px 18px;
	border-bottom: 1px dotted rgb(137, 66, 34);
	border-bottom: 1px dotted rgba(137, 66, 34, 0.5);
}

aside article > header
{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

aside article > header > h3
{
	color: #894222;
	font-size: 20px;
	font-family: "Century Gothic";
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

aside article > header > h4
{
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	color: #bb6741;
}

aside article > div
{
	color: #894222;
	display: block;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

aside article > a
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*text-align: right;*/
	font-family: "Lobster13Regular";
	color: #894222;
	font-size: 14px;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
}

aside article > a:hover
{
	text-decoration: underline;
}

aside article.GalleryAside
{
	position: relative;
	margin-bottom: 20px;
}

aside article.GalleryAside > img
{
	position: absolute;
	left: 0px;
	top: 27px;
	width: 100px;
}

aside article.GalleryAside > header > h3
{
}

aside article.GalleryAside > a
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-left: 110px;
}

aside article.GalleryAside > div
{
	margin-left: 110px;
	padding: 0px 0px 5px 0px;
	font-size: 11px;
}


article.Gallery
{
	position: relative;
	padding-left: 160px;
	margin: 20px 0px 0px 0px;
	min-height: 100px;
}

article.Gallery > a
{
	position: absolute;
	left: 0px;
	top: 0px;
}

article.Gallery > a.view
{
	position: static;
}

article.Gallery > header
{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

article.Gallery > header > h3
{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}

article > header > h3 > a,
article > header > h3 > a:hover,
article > header > h3 > a:visited
{
	text-decoration: none;
	color: #8d3a15;
}

article.Gallery > div
{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-style: italic;
}

.GalleryImages
{
	margin-top: 10px;
}

.GalleryImages > a
{
	float: left;
	margin: 5px;
	position: relative;
}

.GalleryImages > a > span
{
	position: absolute;
	right: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	background: Transparent url(../Images/Icons/12/Delete.png) no-repeat center center;
}

article.EventArticle > header
{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

article.EventArticle > header > h3
{
	font-size: 18px;
}

article.EventArticle
{
	margin-bottom: 20px;
}

article.EventArticle > header > h4
{
	font-size: 14px;
}

article.EventArticle > a
{
	margin-left: 10px;
}

.newsletter-list {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 10px;
}

.newsletter-list a,
.newsletter-list a:visited {
    text-decoration: none;
    color: #af0000;
}

.newsletter-list a:hover {
    text-decoration: underline;
}