@import url('//fonts.googleapis.com/css?family=Montserrat');

body {
	margin: 0;
	padding: 0 0 10px;
	background: #180804 url(../images/bg.jpg) top center repeat;
	font: 14px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #1E0A06;
}
#container {
	background: #40180E url(../images/bg-wood.jpg) top center repeat;
}



/* ============================================== various template-specific elements that need hiding ============================================== */

#nav, #page-top, .HideForMobile, .logo-bot, #logo-top-left, #logo-top, #logo-top-right, #logo-right, #logo-left {
	display: none;
}


/* ============================================== nav ============================================== */

#stage {
	margin: -20px 0 0;
}

#header {
	background: url(../images/strip.png) bottom center repeat-x;
	min-height: 60px;
}
#header p {
	margin: 0;
	padding: 10px;
	min-height: 39px;
	padding-bottom: 2px;
	font: 16px/1.2 'Montserrat', Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #DFC9B1;
}


#sidebar {
	background: url(../images/logo-bg.png) -5px 0 repeat-y;
	margin: auto;
	width: 300px;
}
#logobox {
	background: url(../images/logo-top.jpg) 5px 0 no-repeat;
}
#logobox table {
	width: 100%;
}
#logobox td {
	padding: 10px;
}
#logobox a {	
	display: block;
	font: normal 36px/1 'Montserrat', Arial, Helvetica, sans-serif;
	color: #46312D;
	text-align: center;
	text-decoration: none;
}
#logobox a img {
	max-width: 270px;
	height: auto;
	border: none;
}



/* ============================================== nav ============================================== */

.ShowForMobile {
	display: block;
}
.mobileNavToggle {
	text-decoration: none;
	margin: 0 auto -45px;
	width: 290px;
	position: relative;
	top: -55px;
	border-top: 1px solid #220A07;
	border-bottom: 1px solid #623E33;
}
.mobileNavToggle span {
	display: block;
	padding: 5px 7px 7px;
	font: 16px/1.2 'Montserrat', Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #DFC9AF;
	padding: 9px 0 10px 0;
	border-top: 1px solid #623E33;
	border-bottom: 1px solid #220A07;
}
#my-menu a {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}



/* ============================================== general ============================================== */

#content-bg {
	margin-top: 65px;
	background: url(../images/page-bg.png) 0 0 repeat-y;
}
#content {
	background: url(../images/page-bg-top.jpg) 0 -10px no-repeat;
	padding: 10px 10px 1px 55px;
	min-height: 300px;
	overflow: auto;
}

h1, h2, h3 {
	line-height: 1.2;
}

h1 {
	margin: 12px 0 20px;
	padding: 0 0 8px;
	font: normal 24px/1.2 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #847E2B;
	background: url(../images/h1-dash.png) bottom left repeat-x;
}
h2 {
	margin: 30px 0 14px;
	padding: 0;
	font: normal 16px/1.2 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #847E2B;
}
h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font: normal 16px/1.2 'Montserrat', Arial, Helvetica, sans-serif;
}
p {
	margin: 14px 0;
}
a {
	color: #847E2B;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0 0 7px 40px;
	background: url(../images/bullet.png) 20px 5px no-repeat;
}
ol li {
	margin: 0 0 7px;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #BC9977;
	background-color: #BC9977;
	border: none;
}
small {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #BC9977;
}
small a {
	color: #BC9977;
}
#content img {
	max-width: 97%;
	height: auto;
	margin: 4px;
	padding: 5px;
	background-color: #DFC9B1;
	border: 1px solid #CBA986;
}
#content td img {
	max-width: none;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #1E0A06;
	width: 100%;
}
.button {
	width: auto;
	font: 16px/1.2 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #847E2B;
	padding: 5px;
}
form table {
	margin: 14px 0;
}
form th {
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	width: 40%;
	padding: 5px 10px 0 0;
}
form td {
	line-height: 1.2;
	padding: 5px 0;
}
form small {
	display: block;
}



/* ============================================== footer ============================================== */

#page-end {
	background: url(../images/page-end.png) 0 -20px no-repeat;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	text-align: center;
	color: #A07C6A;
	padding: 30px 5px;
}

#footer {
	margin-top: -12px;
	background: url(../images/footer-bg.png) top center repeat-x;
	padding: 20px 5px 40px;
}
#footer p {
	margin: 0 auto;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	text-align: center;
	color: #51443B;
}
#footer a {
	color: #51443B;
}



/* ============================================== plug-in overwrites ============================================== */

/* SHOP */

#shopCrumbs, #shopCrumbs a {
	text-align: left;
}
#prodlist {
	margin: 0 -30px 0 0;
	overflow: hidden;
}
#prodlist h2, #prodlist hr {
	margin-left: 0;
	margin-right: 0;
}
#prodlist table {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}
#content #prodlist img {
	padding: 0;
	margin: 0;
}
#update_qty {
	display: block;
	margin: 5px 0;
}
#content #basket img {
	max-width: 80px;
	padding: 0;
	margin: 0;
}
#basket input#update_qty, #basket input#contShop, #basket input#checkout  {
	width: 100%;
}
#checkout th  {
	width: 120px;
}
#payment-types td {
	vertical-align: top;
}
#payment-types img {
	display: none;
}
#payment-types span {
	display: block;
	position: relative;
	margin: 40px 0 0 -190px;
}



/* BLOG */

.comments-box p {
	margin: 15px 0;
	padding: 0;
	background: none;
	border: none;
}


/* GALLERY */

#gallery {
	margin: 0 0 0 -10px;
}
#gallery p {
	margin-left: 10px;
}
#gallery table {
	margin: 0 0 0 10px;
}
#gallery th {
	padding: 0;
	background: none;
}
#content #gallery img {
	padding: 0;
	margin: 0;
}


/* SLIDESHOW */

#content .nivoSlider img {
	padding: 0;
	margin: 0;
	border: none;
	max-width: 100%;
}
