<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @goup Colours (general) */
body {
	color: #464646;
	background-color: #7E8533;
}

/*global links*/
a:link, a:visited, code {
	color: #92B900;
}

a:hover, a:active {
	color: #186446;
}

/*headings and accents*/
h1, h2, h3, h4, h5, h6,
sub, sup, s {
	color: #666666;
}

/*pre and form fields*/
pre, .form-input-field {
	background: #FFFFFF;
	color: #464646;
}

/*global borders*/
.blog-entry,
#blog-categories,
#blog-archives,
ul.blog-tag-cloud,
#blog-rss-feeds,
.filesharing-item,
.form-input-field,
pre,
.thumbnail-frame img,
.photo-frame,
.movie-thumbnail-frame img,
.movie-frame object,
ul#twitter_update_list li {
	border-color: #DEDEDE;
}

/* @end */

/* @group color Header */

.header .title {
	color: #FFFF66;
}

.header .slogan {
	color: #D3E42F;
}

/* @end */

/* @group Colors (top nav) */
#toolbar_horizontal ul li.current a:link,
#toolbar_horizontal ul li.current a:visited {
	color: #4B6F00;
}

#toolbar_horizontal ul li a:hover,
#toolbar_horizontal ul li a:active {
	color: #D3E42F;
}

#toolbar_horizontal ul li.currentAncestor a:link,
#toolbar_horizontal ul li.currentAncestor a:visited {
	color: #6C9D00;
}

#toolbar_horizontal ul li.currentAncestor a:hover,
#toolbar_horizontal ul li.currentAncestor a:active {
	color: #D3E42F;
}

#toolbar_horizontal ul li.normal a:link,
#toolbar_horizontal ul li.normal a:visited {
	color: #92B900;
}

#toolbar_horizontal ul li.normal a:hover,
#toolbar_horizontal ul li.normal a:active {
	color: #D3E42F;
}

#toolbar_horizontal a {
	border-color: #D9D9D9;
}

/* @end */

/* @group colour Subheader */

.subHeader {
	color: #464646;
}

.subHeader a:link, .subHeader a:visited {
	color: #92B900;
}

.subHeader a:hover, .subHeader a:active {
	color: #D3E42F;
}

.subHeader h1,
.subHeader h2,
.subHeader h3,
.subHeader h4,
.subHeader h5,
.subHeader h6 {
	color: #666666;
}

/* @end */

/* @group Colors (side nav) */
#toolbar_vertical .currentAncestor a:link,
#toolbar_vertical .currentAncestor a:visited {
	color: #4B6F00;
	background-color: #FFFFFF;
}

#toolbar_vertical .currentAncestor a:hover,
#toolbar_vertical .currentAncestor a:active {
	color: #92B900;
	background-color: #CFDCB5;
}

#toolbar_vertical .current a:link,
#toolbar_vertical .current a:visited {
	color: #EBFD33;
	background-color: #92B900;
}

#toolbar_vertical .current a:hover,
#toolbar_vertical .current a:active {
	color: #92B900;
	background-color: #EAFD32;
}

#toolbar_vertical .normal a:link,
#toolbar_vertical .normal a:visited {
	color: #92B900;
	background-color: #FFFFFF;
}

#toolbar_vertical .normal a:hover,
#toolbar_vertical .normal a:active {
	color: #92B900;
	background-color: #7F833B;
}

#toolbar_vertical ul ul,
#toolbar_vertical ul ul a {
	border-color: #DEDEDE;
}

/* @end */

/* @group colour Subcontent */

.subContent {
	color: #464646;
}

.subContent a:link,
.subContent a:visited {
	color: #92B900;
}

.subContent a:hover,
.subContent a:active {
	color: #D3E42F;
}

.subContent h1,
.subContent h2,
.subContent h3,
.subContent h4,
.subContent h5,
.subContent h6 {
	color: #666666;
}

/* @end */

/* @group colour Footer */

.footer {
	color: #FFFFFF;
}

.footer a:link,
.footer a:visited {
	color: #92B900;
}

.footer a:hover,
.footer a:active {
	color: #4B6F00;
}

/* @end */

/* @group plugin support */

/*GoogaLoom*/
#googlecart-widget * {
	background-color: #FFFFFF ! important;
	color: #464646;
	border-color: #DEDEDE ! important;
}

.googlecart-widget-title,
.googlecart-widget-remove {
	color: #92B900 ! important;
}

.googlecart-widget-quantity-box {
	background: #FFFFFF;
	color: #464646;
}
/* @end */</pre></body></html>