body {
	background: url(../images/body-bg.jpg) fixed no-repeat top center;
	font: 65% "Verdana", Arial, sans-serif;
	color: #333;
}

header, footer, section, article, aside {
	display: block;
}

#wrapper {
	background: #f4f3ea url(../images/wrapper-bg.jpg) no-repeat 0 0;
	width: 958px;
	margin: 25px auto 0;
	padding: 0 0 65px;
	border: 1px solid #bdbaa2;
	overflow: hidden;
}

.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* @group header */

header {
	background: url(../images/header-bg.png) no-repeat top center;
	height: 234px;
	overflow: hidden;
}

header h1 a:link, header h1 a:active, header h1 a:visited {
	display: block;
	width: 375px;
	height: 100px;
	margin: 35px 0 0 25px;
	float: left;
	text-indent: -99999px;
}

nav {
	clear: left;
	float: left;
	width: 960px;
	display: block;
	font-family: Gill Sans, sans-serif;
	font-size: 1.8em;
	margin: 70px 0 0;
}

nav ul li {
	display: inline;
	margin: 0 0 0 56px;
}

nav a:link, nav a:active, nav a:visited {
	color: #980d00;
	text-decoration: none;
	padding: 0 0 2px;
}

nav a:hover {
	border-bottom: 4px solid #980d00;
}

nav a.current {
	border-bottom: 4px solid #bdbaa2;
}

/* @end */

/* @group promos */

#homePromo {
	margin: 25px 0 0 20px;
	width: 540px;
	height: 222px;
}

#homeContent-promo {
	margin: 0 0 25px;
}

#homeContent-promo img {
	margin: 0;
}

/* @end */

/* @group latestBlog */

#latestBlog {
	width: 330px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 30px;
}

#latestBlog header {
	background: url(../images/latestBlog-header.png) no-repeat 0 0;
	height: 118px;
	padding: 0;
	position: relative;
	overflow: visible;
}

#latestBlog header img {
	position: absolute;
	top: -16px;
	left: 0px;
}

#latestBlog header h2 {
	font-size: 2.0em;
	text-indent: -99999px;
}

#latestBlog article {
	background: #91683f url(../images/latestBlog-bg.jpg) no-repeat 0 0;
	padding: 10px 25px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

#latestBlog ul {
	font-size: 1.1em;
}

#latestBlog ul li {
	border-top: 1px solid #a67749;
	margin: 0 0 8px;
	padding: 8px 0 0;
}

#latestBlog ul li:first-child {
	border: 0;
}

#latestBlog a:link, #latestBlog a:active, #latestBlog a:visited {
	color: #ecb113;
	font-size: 1.4em;
	text-decoration: none;
}

#latestBlog a:hover {
	text-decoration: underline;
}

/* @end */

/* @group content */

#content {
	clear: left;
	width: 540px;
	float: left;
	margin: 35px 20px 15px;
}

.content a:link, .content a:active, .content a:visited {
	color: #af3012;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content h2 {
	background: url(../images/h2-bg.png) no-repeat 0 0;
	margin: 0 0 10px;
	padding: 10px 0 0 10px;
	font-size: 3.3em;
	font-weight: bold;
	color: #9d1300;
	text-shadow: 0px 2px 3px #fff;
	min-height: 50px;
}

.content h3 {
	margin: 10px 0 8px;
	font-size: 1.9em;
	font-weight: bold;
	color: #;
}

.content h4 {
	margin: 0 0 8px;
	font-size: 1.5em;
	font-weight: bold;
	color: #;
}

.content h5 {
	margin: 0 0 8px;
	font-size: 1.3em;
	font-weight: bold;
	color: #;
}

.content h6 {
	margin: 0 0 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #;
}

.content p, .content blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content li ul li, .content li ul li ul li {
	font-size: 1.0em;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}

.content img.left {
	float: left;
	margin: 8px 8px 8px 0;
}

.content img.right {
	float: left;
	margin: 8px 0 8px 8px;
}

.subNav {
	background: #dbdad2;
	margin: 0 0 25px;
	overflow: hidden;
}
.subNav ul {
	list-style: none;
	margin: 0;
}

.content .subNav ul li {
	list-style: none;
	margin: 0;
}

.subNav ul li a:link, .subNav ul li a:active, .subNav ul li a:visited {
	float: left;
	color: #9d1300;
	padding: 9px 10px 9px;
	margin: 0 0 0 28px;	
}

.subNav ul li a:hover, .subNav ul li a.current {
	background: #f4f3ea;
	color: #333;
	text-decoration: none;
}

.subNav ul li:first-child {
}

.content .subNavImg ul{
	padding: 0;
	margin: 0;
}
.content .subNavImg ul li{
	float: left;
	list-style: none;
	margin-right: 30px;
}
.content .subNavImg ul li.last{
	margin-right: 0;
}

.testimonials {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #dbdad2;
}

.testimonials h4 {
	color: #9d1300;
}

.testimonials h4 span {
	float: right;
	font-size: 0.7em;
	color: #333;
}

.testimonials p {
	margin: 0;
}

.testimonials p span {
	font-family: Gill Sans, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #bab9b2;
	padding: 0 8px;
}

.listing strong {
	border-bottom: 1px solid #b6b6af;
	cursor: pointer;
}

/* @group latestVideo */

#latestVideo {
	
}

#latestVideo h3 {
	margin: 0 0 4px;
	font-weight: normal;
}

#latestVideo p {
	margin: 8px 0;
}

#latestVideo .latestEmbed {
	float: left;
	width: 280px;
	margin: 0 13px 0 0;
}

/* @end */

/* @group galleries */

.galleries article {
	background: #dbdad2;
	/*background: rgba(51, 51, 51, 0.75);*/
	margin: 0 0 25px 55px;
	padding: 10px;
	float: left;
	width: 160px;
	/*height: 205px;*/
}

.galleries article:first-child {
	margin-left: 0;
}

.galleries article figure {
	float: none;
	padding: 0;
	width: 160px;
	height: 160px;
}

.galleries article figure img {
	width: 160px;
	height: 160px;
}

.galleries article h3 {
	font-size: 1.5em;
	margin: 6px 0 0;
}

.galleries article a:link, .galleries article a:active, .galleries article a:visited {
	color: #333;
	text-decoration: none;
}

.galleries article a:hover {
	text-decoration: underline;
}

/* @end */

/* @group events */

.events article {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #dbdad2;
	overflow: hidden;
}

.events article h3 {
	margin: 0 0 2px;
}

.events article p {
	margin: 8px 0 0;
}

.events article time {
	display: block;
	float: left;
	margin: 5px 10px 3px 0;
	padding: 3px 15px;
	background: #dbdad2;
	text-align: center;
}

.events article time.event {
	float: right;
	margin: 5px 0 3px 10px;
}

.eventMonth, .eventDay, .eventYear {
	display: block;
}

.eventMonth {
	font-size: 1.5em;
}

.eventDay {
	font-size: 2.2em;
	font-weight: bold;
}

.eventYear {
	font-size: 1.2em;
	display: none;
}


/* @end */

/* @group store */

ul#storeTabs {
	margin: 0 0 15px;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #dbdad2;
}

ul#storeTabs li {
	
	list-style: none;
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding: 8px 15px;
}

ul#storeTabs li:first-child {
	padding: 8px 15px;
}

ul#storeTabs li.active {
	background: #9d1300;
	border: 0;
}

ul#storeTabs li.active a {
	color: #fff;
}

.store article {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #dbdad2;
	overflow: hidden;
}

.store article h3 {
	margin: 10px 0 2px;
}

.store article p {
	margin-top: 8px;
}

.store article .productMeta {
	float: right;
	margin: 5px 0 3px 10px;
}

.store article .price {
	display: block;
	padding: 10px 10px;
	background: #dbdad2;
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
	text-shadow: 0px 2px 3px #fff;
}

.store article .price .sale {
	font-size: 0.5em;
	color: #9d1300;
	display: block;
}

.store article .addCart {
	display: block;
	background: #c2c2bb;
	margin: 0 auto;
	width: 90%;
	padding: 7px 0 8px;
	text-align: center;
	border-top: 1px solid #b2b2b2;
}

.store article .addCart a {
	background: #f5b11a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5b11a), to(#956f1a));
	background: -moz-linear-gradient(top, #f5b11a, #956f1a);
	color: #fff;
	font-size: 1.2em;
	padding: 3px 5px;
	border: 0;
	text-decoration: none;
	text-shadow: 0px 2px 3px #333;
}

.store article .addCart a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#956f1a), to(#f5b11a));
	background: -moz-linear-gradient(top, #956f1a, #f5b11a);
	
}

.store article figure {
	display: block;
	float: left;
	margin: 5px 10px 0 0;
}

.cart article {
	margin: 20px 0 10px;
	padding: 0 0 20px;
	border-bottom: 1px solid #dbdad2;
	overflow: hidden;
}

.cart article h3 {
	margin: 0 0 2px;
}

.cart article p {
	margin: 8px 0 0;
}

.cart article .productMeta {
	float: right;
	margin: 5px 0 3px 10px;
}

.cart article .quantity {
	display: block;
	padding: 10px 10px;
	background: #dbdad2;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 0px 2px 3px #fff;
}

.cart article .quantity input, .cart article .quantity span {
	width: 33px;
	font-size: 2.0em;
	font-weight: bold;
	border: 0;
	margin: 3px 0 0;
	text-align: center;
}

.cart article .sale {
	color: #9d1300;
}

.cart form label {
	font-size: 1.2em;
	margin: 0 0 4px;
}
.cart button {
	background: #f5b11a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5b11a), to(#956f1a));
	background: -moz-linear-gradient(top, #f5b11a, #956f1a);
	color: #fff;
	font-size: 1.6em;
	padding: 5px 5px;
	border: 0;
	text-decoration: none;
	text-shadow: 0px 2px 3px #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 10px;
}

.cart button:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#956f1a), to(#f5b11a));
	background: -moz-linear-gradient(top, #956f1a, #f5b11a);
}

.cart button.updateCart span {
	background: url(../images/refresh_arrow.png) no-repeat center left;
	padding-left: 25px;
}

.cart button.checkout span {
	background: url(../images/checkoutBag-icon.png) no-repeat center left;
	padding-left: 25px;
}

.cart button.disabled {
	background: #b7b7b7;
	background: -webkit-gradient(linear, left top, left bottom, from(#b7b7b7), to(#9e9e9e));
	background: -moz-linear-gradient(top, #b7b7b7, #9e9e9e);
}

.cart article figure {
	display: block;
	float: left;
	margin: 5px 10px 0 0;
}

.cartMeta {
	display: block;
	font-size: 1.3em;
	text-align: right;
	margin: 4px 0 15px;
}

/* @group checkout */

.checkoutForm fieldset {
	margin: 0 0 25px;
}

.cart form.checkoutForm label {
	width: 250px;
	display: block;
	font-size: 1.3em;
	margin: 13px 0 0;
}

.checkoutForm input[type=text], .checkoutForm select {
	width: 235px;
	padding: 4px 6px;
	font-size: 1.4em;
	border: 1px solid #dbdad2;
	margin: 0;
}

.checkoutForm .error {
	display: none;
	background: #fee9ea;
	color: #dc2f33;
	font-size: 1.2em;
	border: 1px solid #df8b8d;
	border-top: 0;
	padding: 5px;
	margin: -2px 0 8px;	
	width: 237px;
}

.checkoutForm .error-alt {
	display: none;
	background: #fee9ea;
	color: #dc2f33;
	font-size: 1.2em;
	border: 1px solid #df8b8d;
	padding: 5px;
	margin: 5px 0 8px;	
	width: 237px;
}

.checkoutForm input.invalid {
	border: 1px solid #df8b8d;
	border-bottom: 1px solid #e1e1e1;
}

/* @end */

/* @end */

/* @group contactForm */

#contactForm {
	margin: 45px 0 0;
	width: 380px;
}

#contactForm span {
	position: relative;
	display: block;
	margin: 0 0 15px;
}

#contactForm label {
	font-size: 16px;
	display: block;
}

#contactForm input {
	border: 1px solid #999;
	padding: 8px 10px;
	font-size: 16px;
	width: 300px;
}

#contactForm input:hover, #contactForm input:focus, #contactForm textarea:hover, #contactForm textarea:focus {
	border: 1px solid #9d1300;
}

#contactForm textarea {
	border: 1px solid #999;
	padding: 8px 10px;
	font-size: 16px;
	width: 300px;
	height: 175px;
	margin: 0 0 20px;
}

input#submit {
	width: 46px;
	padding: 4px 6px;
	font-size: 14px;
	background: #9d1300;
	color: #fff;
	border: 1px solid #555;
}

input#submit:hover {
	background: #c61900;
	border: 1px solid #333;
}

#contactForm .error {
	display: none;
	background: #fee9ea;
	color: #dc2f33;
	border: 1px solid #df8b8d;
	border-top: 0;
	padding: 5px;
	margin: -2px 0 8px;	
	width: 310px;
}

#contactForm input.invalid {
	border: 1px solid #df8b8d;
	border-bottom: 1px solid #e1e1e1;
}

#contactForm span#recaptcha_instructions_image {
	margin: 0; /* fix for recaptcha to display correctly */
}


/* @end */

/* @end */

/* @group aside */

aside {
	width: 330px;
	float: left;
	margin: 35px 20px 0;
}

aside section {
	margin: 0 0 25px;
}

aside a:link, aside a:active, aside a:visited {
	color: #af3012;
	text-decoration: none;
}

aside a:hover {
	text-decoration: underline;
}

aside h2 {
	background: url(../images/h2-sidebar-bg.png) no-repeat 0 0;
	margin: 0 0 10px;
	padding: 10px 0 0 10px;
	font-size: 2.5em;
	font-weight: bold;
	color: #9d1300;
	height: 45px;
}

aside h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	color: #;
}

aside h4 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: #;
}

aside h5 {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
	color: #;
}

aside h6 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #;
}

aside p, aside blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

aside ul {
	margin: 0 0 15px 30px;
}

aside ul li {
	list-style-type: square;
}

aside ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

aside ol li {
	list-style-type: decimal;
}

aside li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

/* @group events */

.events aside .upcomingEvents, .contact aside .upcomingEvents, .store aside .upcomingEvents, .cart aside .upcomingEvents {
	display: none;
}

aside .upcomingEvents ul {
	margin: 0;
	list-style: none;
}

aside .upcomingEvents ul li {
	list-style: none;
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: 1px solid #dbdad2;
}

aside .upcomingEvents ul li span {
	font-weight: bold;
}

/* @end */

/* @group newsletterSignup */

aside .newsletterSignup {
	background: url(../images/newsletter-bg.png) no-repeat 0 0;
	height: 190px;
	padding: 25px;
	width: 280px;
	color: #fff;
	font-family: Gill Sans, sans-serif;
}

aside .newsletterSignup h2 {
	background: none;
	margin: 0;
	padding: 0;
	font-size: 2.7em;
	font-weight: bold;
	color: #fff;
	height: 34px;
}

aside .newsletterSignup p {
	font-size: 1.6em;
	margin: 0;
}

#newsletterSignup {
	margin: 27px 0 0;
}

#newsletterSignup input {
	display: block;
	width: 260px;
	height: 30px;
	border: 0;
	color: #7f7f7f;
	margin: 0 0 8px;
	padding: 0 8px;
}

#newsletterSignup select {
	width: 220px;
	margin: 0 10px 0 0;
}

#newsletterSignup input.submitButton {
	display: inline;
	background: #f5b11a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5b11a), to(#956f1a));
	background: -moz-linear-gradient(top, #f5b11a, #956f1a);
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
	width: 45px;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group latestBlog */

aside .sideBlog {
	display: none;
}

.events aside .sideBlog {
	display: block;
}

aside .sideBlog ul {
	margin: 0;
	list-style: none;
}

aside .sideBlog ul li {
	list-style: none;
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: 1px solid #dbdad2;
}

/* @end */

aside .googleMap {
	display: none;
}

.contact aside .googleMap {
	display: block;
}

/* @group shopping cart */

.shoppingCart {
	display: none;
}

.store aside .shoppingCart {
	display: block;
	margin-top: 45px;
	padding: 10px 8px 15px;
	background: #e2e0d6;
}

aside .shoppingCart h2 {
	background: #d3d2c7 none;
	color: #333;
	font-size: 1.5em;
	margin: -39px 0 0 -8px;
	padding: 5px 8px;
	height: 100%;
	width: 128px;
	
}

.shoppingCart ul {
	margin-left: 0;
	margin-top: 15px;
}

.shoppingCart ul li {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 4px;
}

.shoppingCart ul li.listHead {
	background: #acacac;
}

.shoppingCart ul li span {
	display: block;
	float: left;
	margin: 0 7px 0 0;
}

.shoppingCart .productName {
	width: 50%;
}

.shoppingCart .productPrice {
	width: 25%;
	text-align: right;
}

.shoppingCart .productQty {
	width: 15%;
	margin: 0;
}

aside a.viewCart {
	background: #f5b11a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5b11a), to(#956f1a));
	background: -moz-linear-gradient(top, #f5b11a, #956f1a);
	color: #fff;
	font-size: 1.2em;
	padding: 5px 5px;
	border: 0;
	text-decoration: none;
	text-shadow: 0px 2px 3px #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 10px;
	color: #fff;
}

aside a.viewCart:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#956f1a), to(#f5b11a));
	background: -moz-linear-gradient(top, #956f1a, #f5b11a);
}

.shoppingCartPromo {
	display: none;
}

.store aside .shoppingCartPromo, .cart aside .shoppingCartPromo {
	display: block;
}

.storeFeaturedArea {
	display: none;
}

.store aside .storeFeaturedArea, .cart aside .storeFeaturedArea {
	display: block;
}

/* @end */

/* @end */

/* @group footer */

footer {
	background: url(../images/footer-bg.png) no-repeat top center;
	height: 135px;
	margin: -65px 0 0;
	padding: 80px 0 0;
	color: #fff;
}

footer a:link, footer a:active, footer a:visited {
	color: #fff;
}

footer p {
	
}

/* @end */

/* @group misc */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.error {
	background: #fee9ea;
	color: #dc2f33;
	border: 1px solid #df8b8d;
	padding: 8px;
	margin: 10px 0;
	font-size: 1.4em;
	width: 97%;
}

.notice {
	background: #dafcd3;
	color: #00a708;
	border: 1px solid #8dd792;
	padding: 8px;
	margin: 10px 0;
	font-size: 1.4em;
	width: 97%;
}

.notice-alt {
	background: #dafcd3;
	color: #00a708;
	border: 1px solid #8dd792;
	padding: 5px;
	margin: 10px 0;
	font-size: 1.2em;
	width: 96%;
}

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

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
}

/* @end */
