@import url('//fonts.googleapis.com/css?family=Raleway:400,800');

body {
	margin: 0;
	padding: 10px;
	background: #000000 url(../images/bg.jpg) center 0 no-repeat;
	background-size: 700px auto;
	font: 15px/1.4 'Raleway', Arial, Helvetica, sans-serif;
	color: #C2B1A1;
}



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

#nav, .HideForMobile {
	display: none;
}


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

#header table {
	width: 100%;
	background: #000000;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
#header th {
	font-weight: normal;
}
#header td {
	padding: 15px 10px;
}
#header img {
	border: none;
	width: 100%;
	max-width: 300px;
}
#logo {
	display: block;
	font-size: 30px;
	text-decoration: none;
	color: #F78F1E;
}
#tagline {
	margin: 0;
	padding: 10px 0 5px;
	font-size: 12px;
	text-align: center;
	background: #000000;
}



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

.ShowForMobile {
	display: block;
}
.mobileNavToggle {
	padding: 10px;
	background: #000000 url(../images/nav-bg.png) top center no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.0;
}
.mobileNavToggle span {
	display: block;
	padding: 5px 5px 5px 25px;
	background: #000000 url(../images/menu.png) left center no-repeat;
	color: #FFFFFF;
}



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

#stage {
	background: url(../images/shine-line.png) top center no-repeat;
	margin: 10px auto 10px;
	padding-top: 1px;
}
#content {
	padding: 10px 10px 10px;
	min-height: 200px;
	background: url(../images/black.png);
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	line-height: 1.2;
	color: #F78F1E;
}

h1 {
	margin: 0 -10px -10px;
	padding: 10px 10px 30px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/nav-bg.png) bottom center no-repeat;
}
h2 {
	margin: 30px 0 14px;
	font-size: 20px;
}
h3 {
	margin: 20px 0 -10px;
	font-size: 16px;
}
p {
	margin: 14px 0;
}
a {
	color: #C2B1A1;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 7px 35px;
	background: url(../images/bullet.png) 20px 9px no-repeat;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #4B2C13;
	background-color: #4B2C13;
	border: none;
}
small {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #9A7143;
}
small a {
	color: #9A7143;
}
#content img {
	max-width: 900px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 15px 'Raleway', Arial, Helvetica, sans-serif;
	width: 100%;
}
.button {
	width: auto;
	font-weight: bold;
	background-color: #F78F1E;
	color: #000000;
	padding: 5px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 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;
}

#content img {
	max-width: 100%;
	height: auto;
	background-color: #000000;
	border: none;
}
#content td img {
	max-width: none;
}



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

#footer {
	border-top: 1px solid #4B2C13;
	padding: 5px 0;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	color: #645951;
}
#footer p {
	margin: 10px 0;
	color: #8A7D71;
}
#footer table {
	width: 100%;
}
#footer th {
	font-weight: normal;
	padding: 5px;
}
#footer a {
	color: #645951;
}



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

/* SHOP */

#shopCrumbs, #shopCrumbs a {
	color: #645951;
}
#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;
}
.comments-box strong {
	color: #FFFFFF;
}


/* GALLERY */

#gallery {
	margin: 0 0 0 -30px;
}
#gallery p {
	margin-left: 30px;
	color: #645951;
}
#gallery p a {
	color: #0066CC;
}
#gallery table {
	margin: 0 0 0 30px;
}
#gallery th {
	border-color: #333333;
	padding: 0;
	background: none;
}