/* COLOURS

#d67439 - Light
#c14900 - Dark

- - - - - - - - - - -s - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header #nav li a:link, #header #nav li a:visited, #header #nav li a:active {
	color: #FFFFFF;
	background: #AA0004;
}

#header #nav li a:hover {
	background: #494943 url(../../styles/dirty-dark/images/thetenderbox/nav.gif) repeat scroll 50% 50%;
}

#header-alt #nav li.current_page_item a:link, #header-alt #nav li.current_page_item a:visited, #header-alt #nav li.current_page_item a:active, #header-alt #nav li.current_page_item a:hover {
	background: #AA0004;
}

#header-alt #photos h2 {
	color: #CCCCCC;
}

#header #status strong {
	color: #CCCCCC;
}

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.content h2 {
	color: #AA0004;
}

.content h2 a:link, .content h2 a:visited, .content h2 a:active {
	color: #FFFFFF;
}

.content h2 a:hover {
	color: #AA0004;
}

.content h2.heading {
	background: #AA0004 url("../../styles/clean-dark/images/thetenderbox/heading-bg.jpg") repeat-x 0 100%;
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	color: #AA0004;
}

/* @end */

/* @group sidebars */

/* SIDEBARS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#categories li.current_page_item-cat {
	color: #000000;
	background: #AA0004 url("../../styles/clean-dark/images/thetenderbox/category-bg.jpg") repeat-x 0 100%;
}

.widget h2 {
	background: #AA0004 url("../../styles/clean-dark/images/thetenderbox/heading-sidebar-bg.jpg") repeat-x 0 100%;
}

#media-widget.widget h2 {
	color: #000000;
}

/* @end */