@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic');

body {
	margin: 0;
	padding: 0;
	background: #EEF4F1;
	font: 14px/1.5 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	color: #472D20;
}
#container {
	border-bottom: 10px solid #FFFFFF;
}
#stage {
	border-bottom: 1px solid #CFE2D8;
}



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

#nav, .HideForMobile {
	display: none;
}


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

#header {
	width: 100%;
	background: #FFFFFF;
	line-height: 1.2;
	text-align: center;
}
#header td {
	padding: 15px 10px;
}
#header img {
	border: none;
	width: 100%;
	max-width: 300px;
}
#logo {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#tagline {
	margin: 10px 0 5px;
	font-size: 14px;
	line-height: 18px;
	color: #4E8A70;
}



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

.ShowForMobile {
	display: block;
}
.mobileNavToggle {
	padding: 5px 10px;
	background: #3C795C url(../images/nav-bg.gif) top repeat-x;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	text-align: right;
	color: #FFFFFF;
	line-height: 1.0;
	padding: 10px 15px 9px;
	border-top: 1px solid #3C795D;
	border-bottom: 1px solid #25583E;
}



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

#content {
	padding: 10px;
	background: #EEF4F1 url(../images/grad-bg.gif) top repeat-x;
	border: 2px solid #FFFFFF;
	overflow: hidden;
}

h1, h2, h3 {
	padding: 0;
	line-height: 1.2;
	color: #4E8A70;
}

h1 {
	margin: 12px 0 20px;
	font-size: 28px;
}
h2 {
	margin: 30px 0 14px;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	margin: 20px 0 -10px;
	font-size: 16px;
}
p {
	margin: 14px 0;
}
a {
	color: #4E8A70;
}
ul {
	margin: 20px 0;
}
li {
	margin: 0 0 7px;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #CFE2D8;
	background-color: #CFE2D8;
	border: none;
}
small {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #999999;
}
small a {
	color: #999999;
}
#content img {
	max-width: 100%;
	height: auto;
}
#content td img {
	max-width: none;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 14px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	color: #472D20;
	width: 100%;
}
.button {
	width: auto;
	font-weight: bold;
	color: #4E8A70;
	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 ============================================== */

#footer {
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	color: #95B9A9;
	padding: 15px 0px 20px;
}
#footer p {
	margin: 0 0 10px;
	color: #4E8A70;
}
#footer a {
	color: #95B9A9;
}



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

/* SHOP */

#prodlist {
	margin: 0 -30px 0 0;
	overflow: auto;
}
#prodlist h2, #prodlist hr {
	margin-left: 0;
	margin-right: 0;
}
#prodlist table {
	display: block;
	float: left;
	margin: 0 30px 0 0;
}
#update_qty {
	display: block;
	margin: 5px 0;
}
#basket img {
	max-width: 80px;
}
#basket input#update_qty, #basket input#contShop, #basket input#checkout  {
	width: 160px;
}
#discountCode #code {
	width: 150px;
}
#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 -30px;
}
#gallery p {
	margin-left: 30px;
}
#gallery table {
	margin: 0 0 0 30px;
}
#gallery th {
	padding: 0;
}