/*

	-- -- -- -- -- -- --
	Colour scheme
	-- -- -- -- -- -- --

*/


#network li a:link, #network li a:visited { color: #fff; }


body {
	color: #000;
	background-color: #fff;
}

#brochure-request fieldset {
	padding: 5px;
	margin: 0 0 5px 0;
	border-color: #bad2fe;
}

#brochure-request legend {
	color: #3f5640;
}

/* Header
----------------------------------------------- */

#header {
	border-bottom-color: #2D4200;
	background-color: #642c2b;
	background-image: url("/layout/bg/ukcanoes-fade-ap.jpg");
	background-repeat: repeat-x;
	background-position: middle;
	position: relative;
	z-index: 1;
}

#header #background {
	background-image: url("/layout/bg/ukcanoes-hbg.jpg");
	background-repeat: no-repeat;
	background-position:  300px 0;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 130px;
}

#header #wrapper { border-bottom-color: #253D01; background-color: #caa09f; background-image: url("/layout/bg/ukcanoes-fade-ap.jpg"); background-repeat: repeat-x; background-position: 0 0; }

#header h1 { background-image: url("/layout/bg/lancasterlogo.gif"); width: 312px; height: 130px; padding: 0; margin: 0; }
#header h1 a { display: block; width: 312px; height: 130px; }

#navigation li a:link, #navigation li a:visited { font-weight: bold; background-color: #caa09f; color: #000; background-image: url("/layout/bg/ukcanoes-fade-ap.jpg"); background-repeat: repeat-x; background-position: 0 0; }
#navigation li a:hover { background-color: #fff; color: #151515; background-image: none; }
#navigation .selected a:link, #navigation .selected a:visited { border-color: #2D4200; background-color: #a2cfcd; background-image: none; }
#navigation .selected a:hover { }

/* Custom font definitions
----------------------------------------------- */

#main-content h2 {
	color: #ea1c24;
}

#main-content h3 {
	color: #ea1c24;
}

#main-content p {
	color: #5a7271;
}

#main-content .error {
	color: #000;
}

#main-content li {
	color: #5c8d5f;
}

#main-content h4 {
	color: #3f5640;
}

#main-content h5 {
	color: #ACF527;
}

p.highlight {
	border-left-color: #5a7271;
}

/* sidebar
----------------------------------------------- */
#sidebar {
	color: #5a7271;
}

#sidebar h3 {
	color: #fff;
	background-color: #ea1c24;
	font-weight: bold;
}

#main-content a:link, #main-content a:visited, #sidebar a:link, #sidebar a:visited {
	color: #d0382d;
	font-weight: bold;
}

#main-content a:hover, #sidebar a:hover {
	color: #9f0f05;
	text-decoration: underline;
}

#sidebar li.selected a:link, #sidebar li.selected a:visited {
	color: #9f0f05;
	text-decoration: underline;
	}
	
#sidebar li.selected li a:link, #sidebar li.selected li a:visited {
	font-weight: normal;
	color: #9f0f05;
	text-decoration: none;
	}

/* news & events
----------------------------------------------- */

.news-and-events #main-content h3 em {
	color: #3f5640;
	}

.sticky { }

/* Links
----------------------------------------------- */
	
.links #main-content .link-list li img {
	border-color: #000;
	}

.links #main-content .link-list li {
	border-bottom: 1px dotted #a2cfcd;
}
	
/* Footer
----------------------------------------------- */
#footer {
	color: #000;
	background-color: #eacece;
	background-image: url("/layout/bg/footer-top.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}

