/* @goup Colours (general) */
body {
	color: #E6E6E6;
	background-color: #111111;
}

#pageheader {
	background-color: #151316;
}

.content-wrapper.subHeader {
	background-color: #222222;
	color: #AAAAAA;
}

.content-wrapper.subHeader a:link,
.content-wrapper.subHeader a:visited {
	color: #FFFFFF;
}

.content-wrapper.subHeader a:hover,
.content-wrapper.subHeader a:active {
	color: #DEDEDE;
}

.content-wrapper.subHeader h1,
.content-wrapper.subHeader h2,
.content-wrapper.subHeader h3,
.content-wrapper.subHeader h4,
.content-wrapper.subHeader h5,
.content-wrapper.subHeader h6 {
	color: #DEDEDE;
}

.content-wrapper.mainContent,
.photo-background {
	background-color: #222222;
}

.content-wrapper.subContent {
	background-color: #222222;
	color: #AAAAAA;
}

.content-wrapper.subContent a:link,
.content-wrapper.subContent a:visited {
	color: #FFFFFF;
}

.content-wrapper.subContent a:hover,
.content-wrapper.subContent a:active {
	color: #DEDEDE;
}

.content-wrapper.subContent h1,
.content-wrapper.subContent h2,
.content-wrapper.subContent h3,
.content-wrapper.subContent h4,
.content-wrapper.subContent h5,
.content-wrapper.subContent h6 {
	color: #DEDEDE;
}

#pageheader .title {
	color: #FBA30A;
}

#pageheader .slogan {
	color: #FED20B;
}

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

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

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

/*pre and form fields*/
pre,
.form-input-field,
input.fl-text,
textarea.fl-textarea {
	background: #333333;
	color: #AAAAAA;
}

/*global borders*/
pre,
ul#twitter_update_list li,
input.fl-text,
textarea.fl-textarea,
.form-input-field {
	border-color: #666666;
}

/* @end */

/* @group Colors (top nav) */
#toolbar_horizontal {
	background-color: #171717;
}

.tbh_bg,
#toolbar_horizontal ul li.currentAncestor a,
#toolbar_horizontal ul li.current a,
#toolbar_horizontal ul li a:hover {
	background-color: #C88006;
}

#toolbar_horizontal ul li.current a:link,
#toolbar_horizontal ul li.current a:visited {
	color: #281400;
}

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

#toolbar_horizontal ul li.currentAncestor a:link,
#toolbar_horizontal ul li.currentAncestor a:visited {
	color: #3E1600;
}

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

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

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

/* Child - Level 1 */
#toolbar_horizontal ul ul li.current a:link,
#toolbar_horizontal ul ul li.current a:visited {
	color: #281400;
}

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

#toolbar_horizontal ul ul li.currentAncestor a:link,
#toolbar_horizontal ul ul li.currentAncestor a:visited {
	color: #3E1600;
}

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

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

/* @end */

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

#toolbar_vertical .currentAncestor a:hover,
#toolbar_vertical .currentAncestor a:active {
	color: #FBA30A;
	background-color: #333333;
}

#toolbar_vertical .current a:link,
#toolbar_vertical .current a:visited {
	color: #FBA30A;
	background-color: #262626;
}

#toolbar_vertical .current a:hover,
#toolbar_vertical .current a:active {
	color: #FED20B;
	background-color: #333333;
}

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

#toolbar_vertical .normal a:hover,
#toolbar_vertical .normal a:active {
	color: #FBA30A;
	background-color: #333333;
}

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

/* @end */

/* @group plugin support */

/*GoogaLoom*/
#googlecart-widget * {
	background-color: #111111 ! important;
	color: #E6E6E6;
	border-color: #666666 ! important;
}

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

.googlecart-widget-quantity-box {
	background: #333333;
	color: #AAAAAA;
}
/* @end */