/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	background-color: #6c5445;
}
/* @end */

/* @group Layout */
/* Head */
#hd {
	height: 237px;
}
#hd h1 {
	bottom: 23px;
	left: 31px;
}
#hd h1 a:link, #hd h1 a:visited {
	display: none;
}

/* Container */
#container {
	background-color: #FFF;
}

/* Body */
#bd {
	border-color: #d6d4d3;
	border: none;
}

/* Footer */
#ft {
	background-color: #e9e6e3;
	border-color: #fbfaf9;
	color: #be6e19;
}
#ft ul li {
	border-color: #cf781b;
}
/* @end */

/* @group Modules */
/* Secondary Side - Left Column */
.secondary-side h3 {
	font-family: Helvetica, Arial;
	color: #000;
}
.secondary-side ul, .secondary-side ul li {
	padding: 0 5px 0 0;
}
.secondary-side ul.children {
	display: none;
}

/* Sidebar - Right Column */
#sidebar p {
	color: #cf781b;
}
#sidebar ul {
	background-color: #fff;
}
#sidebar ul li {
	background-color: #f6f6fa;
	border-color: #f4f4f4;
}
#sidebar ul li div {
	border-color: #fdfdfe;
}
#sidebar h2 {
	font-family: Helvetica, Arial;
	color: #000;
}
#sidebar a:link, #sidebar a:visited {
	color: #000;
}

/* Search - Sidebar */
.widget_search #search {
	color: #5f5e5e;
	font-family: Helvetica, Arial, sans-serif;
	border-color: #dcdcdc;
}

/* Your Cart - Sidebar */
#sidebar .widget_shoppcartwidget {
	color: #cf781b;
}

/* Product Tags - Sidebar */
#sidebar .widget_shopptagcloudwidget a {
	color: #cf781b;
}

/* Twitter - Sidebar */
#sidebar .widget_twitter {
	color: #cf781b;
}
#sidebar .widget_twitter h2 a:link, #sidebar .widget_twitter h2 a:visited {
	color: #000;
}
#sidebar .widget_twitter ul li {
	color: #cf781b;
}
#sidebar .widget_twitter ul li a:link, #sidebar .widget_twitter ul li a:visited {
	color: #cf781b;
}
#sidebar .widget_twitter ul li a.timesince:link, #sidebar .widget_twitter ul li a.timesince:visited {
	color: #000;
}

/* Comments */
#respond h4, h4#comments {
	color: #cf781b;
}
.comment {
	background-color: #f7f7f7;
	border-color: #d0d0d0;
}

/* Shopp Styles */
#shopp ul.products img {
	border-color: #d0d0d0;
}
#shopp h3.price {
	color: #000;
}
#shopp p.headline big {
	color: #cf781b;
}
#shopp ul.variations label {
	color: #cf781b;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	color: #565656;
}
div.main p.error {
	color: red;
}
/* @end */

/* @group Default Headings */
h3 {
	font-family: Georgia, serif;
	color: #be6e19;
}
h4 {
	color: #888;
}
/* @end */

/* @group Nav */
#nav ul li {
	border-color: #cf781b;
}

/* Nav Drop Down */
#nav ul ul {
	background-color: #f6f6fa;
}
/* @end */

/* @group Forms */
#submit, .submit, .wpcf7-form input[type="submit"] {
	background-color: #cf781b;
	color: #fff;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #be6e19;
}
/* @end */

/* @group Misc */
img.aligncenter, img.alignleft, img.alignright {
	border-color: #d0d0d0;
}
dl.gallery-item img {
	border-color: #d0d0d0;
}
dd.gallery-caption {
	color: #555;
}
p.pagetitle {
	color: #68531a;
}
p.attachment img {
	border-color: #d0d0d0;
}
.wp-caption {
	border-color: #d0d0d0;
	background-color: #f7f7f7;
}
#wp-calendar caption {
	background: #977826;
	color: #fff;
}
/* @end */
