/******************************************************************************************************************
Karuna COLOUR Stylesheet

OCHRE (Where we work)

Developed by Matthew Hill for Electric Putty August 2007
http://www.friskdesign.com/
******************************************************************************************************************/

#banner {
	background:url(../images/section_where_bg.jpg) left top repeat-x;
	}

#imagemid {
	background:url(../images/section_where.jpg) center top no-repeat;
	}






/******************************************************************************************************************
TOP LEVEL NAVIGATION
******************************************************************************************************************/

#navSite li.selected a {
	background-color:#b46210;
}

#navSite li.selected a:hover {
	background-color:#b46210;
}

/******************************************************************************************************************
BREADCRUMBS
******************************************************************************************************************/

#breadcrumbs {
	border-top:4px solid #b46210;
}

/******************************************************************************************************************
LEFT NAVIGATION
******************************************************************************************************************/

#main #navSection li a,
#main #navSection li a:visited {
	color:#b46210;
}

#main #navSection li.selected li a:hover,
#main #navSection li.selected li a:focus,
#main #navSection li.selected li a:active,
#main #navSection li a:hover,
#main #navSection li a:active,
#main #navSection li a:focus {
	color:#FFF !important;
	background-color:#d66f08 !important;	
}

#main #navSection li.selected a,
#main #navSection li.selected a:visited {
	color:#FFF;
	background:#b46210;
}

#main #navSection li.selected a:hover,
#main #navSection li.selected a:focus,
#main #navSection li.selected a:active {
	background:#b46210 !important;
	color:#FFF;
	text-decoration:none;	
}



#main #navSection li.selected li a {
	color: #b46210 !important;
	background: none !important;
	}



/******************************************************************************************************************
TEXT FORMATTING
******************************************************************************************************************/
#bodyContent a {
	color: #d66f08;
	}
	
p.backTo {
	font-size: 110%;
	}


#bodyContent ul li {
	background: url(../images/bullet_brown.png) no-repeat 0 5px;
	}

#innerWrap h1, #innerWrap h2, #innerWrap h3, #innerWrap h4, #innerWrap h5, #innerWrap h6 {
	color:#b46210;
}

#additionalContent h2 span,
#additionalContent h3 span {
	background:#b46210;
	color:#FFF;
}

#sectionAreas .panel h3 span {
	background:#b46210;	
}

#additionalContent span a {
	color: #fff !important;
	text-decoration: none;
	}