@charset "UTF-8";
/* CSS Document */

/* -----------------------------------------------------------*/
/* ------------------- SITE WIDE / HEADER ------------------- */
/* -----------------------------------------------------------*/

/*
Light Green	#5F2421
Green		#8BB10F
Dark Green	#5F2421
Orange		#5F2421
Blue/Grey	#87A0B3
Brown		#5F2421
Pesto Red	#BE2E2E
*/

html {
	background: #5F2421;
}

body {
	background: #FFF;
	border-top: 15px solid #5F2421;
	position: relative;
}

/* ------ These need splitting out into body tags and separate style sheets for colour----------
.plainOlives {
	border-top: 15px solid #8BB10F;
}

.antipasti {
	border-top: 15px solid #5F2421;
}

.grilledVeg {
	border-top: 15px solid #87A0B3;
}

.pate {
	border-top: 15px solid #5F2421;
}

.pesto {
	border-top: 15px solid #BE2E2E;
}

*/

/* -----------------------------------------------------------*/
/* ------------------------  CONTENT ------------------------ */
/* -----------------------------------------------------------*/

h1 {
	color: #5F2421;
}

h2 {
	color: #5F2421;
}

h3 {
	color: #5F2421;
}

h4 {
	color: #5F2421;
}

h6 {
	color: #5F2421;
}

/* -----------------------------------------------------------*/
/* --------------------  NEXT/PREV NAV ---------------------- */
/* -----------------------------------------------------------*/

ul#nextButtons li a {
	background: #5F2421;
}


/* -----------------------------------------------------------*/
/* ------------------------- FOOTER ------------------------- */
/* -----------------------------------------------------------*/

#footer {
	background: #5F2421;
}

.footerRule {
	border-right: 1px #953834 solid;
	height: 150px;
}