/*  Skin to define colours for Wilmslow site
-------------------------------------------------------------- */

body {
	background: #fff;
	}
	
div#topbar {
	background: #333;
	border-color: #3E3E3E;
	color: #444;
	}

div#topbar a:hover,
div#topbar a:active,
div#submitnav a:hover,
div#submitnav a:active {
	color: #bbb;
	}

div#topbar span {
	color: #757575;
	}

div#gradient {
	border-color: #ce7000;
	}

a { color: #387FB7; }
a:hover, div.hovered a { color: #387FB7; text-decoration: underline; }
a.measurement	{ color: #387FB7; }

div#topbar a:link,
div#topbar a:visited { color: #B35D1D; }

div#topbar a:link,
div#topbar a:visited { color: #d07b20; }

div#topbar a:hover,
div#topbar a:active { text-decoration: underline; }

div.side_box_title {
	background: #D2691B url(/themes/default/images/wilmslow/tab-on.gif) top left repeat-x;
	background: #ce7000 url(/themes/default/images/wilmslow/tab-on2.png) top left repeat-x;
	}
	

/* Header navigation
-------------------------------------------------------------- */

ul#nav li.selected a,
ul#nav li.selected a:hover {
	background: #D2691B url(/themes/default/images/wilmslow/tab-on.gif) top left repeat-x;
	background: #ce7000 url(/themes/default/images/wilmslow/tab-on2.png) top left repeat-x;
	color: #fff !important;
	}

/* more bits
-------------------------------------------------------------- */

div#logo {
	float: left;
	padding: 31px 0 26px;
	}
	
img#logo { margin: 0 0 2px; }
img#strapline { margin: 0 0 0 25px; }

a.button, button {
	border:1px solid #e0811b;
	background: #D2691B url(/themes/default/images/wilmslow/tab-on.gif) top left repeat-x;
	background: #ce7000 url(/themes/default/images/wilmslow/tab-on2.png) top left repeat-x;
	}

button:hover,
a.button:hover,
a.button:active {
	border:1px solid #e0811b;
	background: #D2691B url(/themes/default/images/wilmslow/tab-on-flip.gif) top left repeat-x;
	background: #ce7000 url(/themes/default/images/wilmslow/tab-on-flip2.png) top left repeat-x;
	}
