/**
 *	styles for the Longparish Parish Plan
 */
body {
	font-family: Arial, Helvetica, sans-serif;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-top: 0.5em;
}
tr.header td {
	border-bottom: solid black thin;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	clear: left;
}

.hide { display: none !important; }
img { margin: 0.1em 0.9em; }
.left { float: left; }
.right { float: right; }
.caption { font-style: italic; font-size: 80%; }
.centre { text-align: center; } /* beware! not with all elements */
.vspace { margin: 1.5em 0px; }
 
div.boxed {
	border: solid black thin;
	padding: 0.5em;
}
div.boxed .header {
	display: block;
	margin: -0.5em;
	padding: 0.5em;
	background-color: #d2cee4;
}
div.didyouknow, div.quote, div.proposal {
	border: solid black thin;
	padding: 0.5em;
}
div.didyouknow {
	background-color: #d2cee4;
}
div.quote {
	background-color: #fffde4;
}
div.quote p {
	font-style: italic;
}
div.proposal {
	background-color: #f8e9ee;
}
/* layout */
div#contents {
	position: absolute;
	top: 3.5em; left: 14em;
	margin-right: 1em;
}
div#contents div.navigation {
	clear: both;
	float: right;
	color: gray;
	font-size: 70%;
	border-top: silver 1px solid;
	margin-top: 0.7em;
	padding-top: 0.1em;
	padding-left: 0.2em;
}
div#contents div.navigation a {
	text-decoration: none;
	color: gray;
}
div#contents div.navigation a:hover {
	text-decoration: underline;
	color: #d27e26;
}
div#header {
	position: absolute;
	top: 0em; left: 0em; height: 3em;
	width: 100%;
	border-bottom: thin solid silver;
	text-align: center;
	background: no-repeat url(images/header.jpg) center center #d27e26;
}
div#header p {
	font-family: Comic Sans MS, cursive, sans-serif;
	color: white;
	margin-top: 1em;
}
div#header a {
	color: white;
	text-decoration: none;
}
div#menu {
	position: absolute;
	top: 3.5em; left: 0em; width: 12em;
	padding: 0em 0.5em;
}
div#menu h1 {
	font-size: 80%;
	font-variant: small-caps;
	color: #666;
	text-align: center;
	border-bottom: 1px dotted silver;
}
div#menu a {
	display: block;
	text-decoration: none;
	font-size: 70%;
	color: #333;
	padding: 0.2em 0em 0.2em 0.3em;
	margin: 0em 0em 0.2em 0.3em;
	border-left: solid 2em white;
}
div#menu a:hover {
	text-decoration: underline;
}
div#menu a:visited {
	color: #333;
}
div#menu div#prevnext {
	text-align: center;
}
div#menu div#prevnext a {
	display: inline;
	padding: 0em;
	margin: 0em;
	border: none;
}
/* indent subsections of Proposals */
div#menu a.community, div#menu a.housing, div#menu a.environment, div#menu a.roadsafety, div#menu a.transport {
    margin-left: 2em;
}
/**
 *	we'll put each of the parts of the menu in its own box
 *	or you tend to lose the page navigation
 */
div#menu div.section {
	border: 1px silver solid;
	padding: 0.2em;
	margin-bottom: 0.2em;
	background-color: #FFE;
}

/**
 *	set heading colours to be the same as the printed plan and set a coloured
 *  bar alongside the menu entries
 */
body.preface h1, body.preface h2, body.preface h3, div#menu a.preface:hover {
   color: #393385;
}
body.summary h1, body.summary h2, body.summary h3, div#menu a.summary:hover {
   color: #2e8241;
}
body.background h1, body.background h2, body.background h3, div#menu a.background:hover {
   color: #393385;
}
body.introduction h1, body.introduction h2, body.introduction h3, div#menu a.introduction:hover {
   color: #621c63;
}
body.proposals h1, body.proposals h2, body.proposals h3, div#menu a.proposals:hover {
   color: #cd5891;
}
body.community h1, body.community h2, body.community h3, div#menu a.community:hover {
   color: #5d2a32;
}
body.housing h1, body.housing h2, body.housing h3, div#menu a.housing:hover {
   color: #96001e;
}
body.environment h1, body.environment h2, body.environment h3, div#menu a.environment:hover {
   color: #372359;
}
body.roadsafety h1, body.roadsafety h2, body.roadsafety h3, div#menu a.roadsafety:hover {
   color: #35503a;
}
body.transport h1, body.transport h2, body.transport h3, div#menu a.transport:hover {
   color: #4b1c5c;
}
body.conclusion h1, body.conclusion h2, body.conclusion h3, div#menu a.conclusion:hover {
   color: #d27e26;
}
body.appendix1 h1, body.appendix1 h2, body.appendix1 h3, div#menu a.appendix1:hover {
   color: #d27e26;
}
body.appendix2 h1, body.appendix2 h2, body.appendix2 h3, div#menu a.appendix2:hover {
   color: #d27e26;
}
/* flashes for the menu */
div#menu a.preface { border-left-color: #393385; }
div#menu a.summary { border-left-color: #2e8241; }
div#menu a.background { border-left-color: #393385; }
div#menu a.introduction { border-left-color: #621c63; }
div#menu a.proposals { border-left-color: #cd5891; }
div#menu a.community { border-left-color: #5d2a32; }
div#menu a.housing { border-left-color: #96001e; }
div#menu a.environment { border-left-color: #372359; }
div#menu a.roadsafety { border-left-color: #35503a; }
div#menu a.transport { border-left-color: #4b1c5c; }
div#menu a.conclusion { border-left-color: #d27e26; }
div#menu a.appendix1 { border-left-color: #d27e26; }
div#menu a.appendix2 { border-left-color: #d27e26; }
/* navigation aid for the menu - reverse colour the menu entry
   (except IE screws it up as usual, so I'll leave it as a simple
   grey background for now) */
div#menu a.here { background-color: silver; }
/*
div#menu a.preface.here { background-color: #393385; color: #fff; }
div#menu a.summary.here { background-color: #2e8241; color: #fff; }
div#menu a.background.here { background-color: #393385; color: #fff; }
div#menu a.introduction.here { background-color: #621c63; color: #fff; }
div#menu a.proposals.here { background-color: #cd5891; color: #fff; }
div#menu a.community.here { background-color: #5d2a32; color: #fff; }
div#menu a.housing.here { background-color: #96001e; color: #fff; }
div#menu a.environment.here { background-color: #372359; color: #fff; }
div#menu a.roadsafety.here { background-color: #35503a; color: #fff; }
div#menu a.transport.here { background-color: #4b1c5c; color: #fff; }
div#menu a.conclusion.here { background-color: #d27e26; color: #fff; }
div#menu a.appendix1.here { background-color: #d27e26; color: #fff; }
div#menu a.appendix2.here { background-color: #d27e26; color: #fff; }
*/

