/*
============================================================================
default color scheme -- light yellow
============================================================================
*/

a, a:visited, a:active, a:focus {
	color: #454545;
	text-decoration: none;
}

a:hover {
	color: #ffcc33; /* main var color */
	text-decoration: none;
}

body {
	background-color: #f4f3ef;
}

#top-head {
	background-color: #454545;
	border-bottom: 5px solid #ffcc33; /* main var color */
}

#footer {
	border-top: 5px solid #ffcc33; /* main var color */
}

#top-head a,
#top-head a:active,
#top-head a:visited,
#footer a,
#footer a:active,
#footer a:visited {
	color: #ffcc33; /* main var color */
}

#top-head, #footer {
	color: #f4f3ef; /* light gray */
}

.section {
	background: url("../images/default/section-bg.png") repeat-x center bottom;
}

.add_to_cart_button, .button.yellow, .entry-categories a, .cart button.button, .posted_in a, .product .price ins, .button, .button.colored, .tagged_as a, .product .price > span.amount {
	background: url("../images/default/grad.png") repeat-x;
}

.posted_in a:hover, .tagged_as a:hover {
	color: #000;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
