/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */

body{background: #000 url(core/img/bg/grunge-bg.jpg) repeat-x;}
a{color: #a37b19;}
#content .content_wrap.entries .entry h2, #content .content_wrap .full-entry .post h2{color: #768435;}
#sidebar ul.categories li a{color: #768435;}
div.footerList a {
	color: #c0b075;
}

div.entries div.prodtitle {
	color: #a37b19;
	display: block;
	padding-top: 10px;
	padding-bottom: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

div.entry div.formitems{
	background-color: #e9e9e9;
	display: block;
	padding: 5px 10px;
	border-bottom: 1px dotted #bababa;
	border: 1px dotted #768435;
}

div.formitems input#quantity {
	padding: 4px;
	border: 1px solid #d9d9d9;
}

div.formitems input {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.formitems input#button {
	padding: 5px;
	background-color: #515151;
	font-weight: bold;
	color: #fff;
	border: 1px solid #525c25;
}

div.entries div.proddata {
	display: block;
	border: 1px solid #dadada;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #f4f4f4;
	padding-top: 10px;
}
