/* COLOURS

#7f97a1 - Light
#63777f - Dark

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* @group nav */

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

#header #nav li a:link, #header #nav li a:visited, #header #nav li a:active {
	background: #63777f;
}

#header #nav li a:hover {
	background: #54666d;
}

#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: #63777f;
}

#header-alt #photos h2 {
	color: #63777f;
}

#header #status strong {
	color: #63777f;
}

/* @end */

/* @group content */

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

.content h2 {
	color: #63777f;
}

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

.content h2 a:hover {
	color: #1b1b19;
}

.content h2.heading {
	background: #7f97a1 url("images/blue/heading-bg.jpg") repeat-x 0 100%;
}

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

/* @end */

/* @group sidebars */

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

#categories li.current_page_item-cat {
	color: #e1f3fa;
	background: #7f97a1 url("images/blue/category-bg.jpg") repeat-x 0 100%;
}

.widget h2 {
	background: #7f97a1 url("images/blue/heading-sidebar-bg.jpg") repeat-x 0 100%;
}

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

/* @end */