@import url('//fonts.googleapis.com/css?family=Raleway:400,700|Yanone+Kaffeesatz');

body {
	margin: 0;
	padding: 0;
	background: #87BB5F url(../images/bg.jpg) center -150px no-repeat;
	background-size: 700px auto;
	font: 14px/1.5 'Raleway', Arial, Helvetica, sans-serif;
	color: #687F6F;
}



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

#nav, .HideForMobile {
	display: none;
}


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

#header {
	width: 100%;
	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: 30px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
#tagline {
	margin: 0;
	padding: 10px 0 5px;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #E9F2E1;
}



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

.ShowForMobile {
	display: block;
}
.mobileNavToggle {
	margin: 0 auto;
	width: 90%;
	max-width: 290px;
	padding: 0 21px 0 0;
	background: url(../images/nav-bg.png) bottom right no-repeat;
	font: normal 18px/42px 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.mobileNavToggle span {
	display: block;
	background: url(../images/nav-bg.png) top left no-repeat;
	padding: 0 0 8px 21px;
	color: #FFFFFF;
}



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

#content {
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
}

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

h1 {
	margin: -10px -10px 20px;
	padding: 10px 10px 5px;
	font: normal 28px 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
	color: #D10200;
	background: url(../images/h1-bg.png) bottom repeat-x;
}
h2 {
	margin: 30px 0 14px;
	padding: 0;
	font-size: 18px;
	color: #87BB5F;
}
h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font-size: 16px;
	color: #87BB5F;
}
p {
	margin: 14px 0;
}
a {
	color: #BF0000;
}
ul {
	margin: 20px 0;
}
li {
	margin: 0 0 7px;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #D3D3D3;
	background-color: #D3D3D3;
	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 'Raleway', Arial, Helvetica, sans-serif;
	color: #687F6F;
	width: 100%;
}
.button {
	width: auto;
	font: normal 22px 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
	color: #D10200;
	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: 11px;
	line-height: 1.2;
	text-align: center;
	color: #C3DDAF;
	background: url(../images/page-bot.png) center -20px no-repeat;
	padding: 20px 0;
}
#footer p {
	margin: 0 0 15px;
	color: #CAE5B5;
}
#footer a {
	color: #C3DDAF;
}




/* ============================================== 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;
}
#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;
	background: none;
}