@charset "utf-8";
/** Orange colour scheme
	
	a:#EE9B00
	button:#ffb03a	

**/

#content a {color:#EE9B00;}
#content .button:hover { background:#ffb03a; color:#333333; text-decoration:none;}
p.tagline {color:#000000 !important;}
#home-page #header {background:url(../images/orange/home-bg.jpg) repeat-x top left; height:540px;  position:relative; margin-bottom:10px;}
#sub-page #header {background:url(../images/orange/sub-bg.jpg) repeat-x top left; height:316px;  position:relative; margin-bottom:10px;}

ul.sf-menu {background:url(../images/orange/nav-left.png) no-repeat top left;}
#nav-finish {float:right; background:url(../images/orange/nav-right.png) no-repeat top right; width:8px; height:35px;}
#pagename {height:100px; position:relative; background:url(../images/orange/pagename-bg.jpg) no-repeat top left;}

.widget ul li a {
	background:#fff;
	display:block;
	color:#EE9B00;
	border-bottom-style: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

#latest-posts ul li a {padding:0; color:#EE9B00; border:none;}
