@charset "utf-8";
@import url("page_setup.css");

body {
	background-color: #DED8B6;
	background-image: url(../images/page_assets/bkgrd.jpg);
	background-repeat: repeat;
}

/*Page Links*/
a:link {
	color: #630;
	text-decoration: none;
	border-bottom: dotted 1px;
}
a:visited {
	color: #693;
	text-decoration: none;
	border-bottom: dotted 1px ;
}
a:hover {
	color: #C93;
	text-decoration: none;
}
a:active{
	color: #C00;
	text-decoration: none;
	border-bottom: dotted 1px ;
}


/*Header information*/
img#logo {
	float: left;
}
h1#parishname {
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: normal;
}
p#headline {
	text-transform: uppercase;
	margin: 0 0 0 225px;
	font-size: 1.6em;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0  0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	border: dotted 1px #633;
}

/*end of header information*/

#mainContent h1     {
	font-size: 1.6em;
	padding: 5px;
	background-color: #7C6244;
	color: #fff;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/page_assets/br_bkgrd.gif);
}
#mainContent h2     {
	font-size: 1.2em;
	padding: 0 0 5px;
	color: #630;
	margin: 0 0 0 10px;
}
#mainContent h3     {
	font-size: 1em;
	padding: 0 0 5px;
	color: #630;
	margin: 0 0 0 10px;
}
#mainContent h4     {
	padding: 0 0 5px;
	color: #000;
	margin: 0 0 0 10px;
}
#mainContent  img {
	margin-right: 5px;
	border: 1px solid 000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#mainContent p {
	margin-right: 10px;
	margin-left: 10px;

}
#mainContent hr {
	background-color: #663300;
	width: 95%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
}
#mainContent ul {
	margin-top: 0px;
}
#mainContent ol li {
	margin-bottom: 10px;
}
#mainContent ol li ul li{
	margin-bottom: 0px;
}

#sidebar {
	border: 1px dotted #633;
	font-size: 0.9em;
	background: #fff;
}
#sidebar h3 {
	background-color: #7C6244;
	padding: 5px 3px;
	margin: 0 0 5px 0;
	color: #fff;
	background-image: url(../images/page_assets/br_bkgrd.gif);
	font-size: 1.1em;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li {
	background-color: #E7E1BF;
	margin-bottom: 5px;
	padding: 3px;
}
#sidebar ul li a {
	text-decoration: none;
	color: #000;
	border: none;
}

#sidebar ul li:hover {
	background-color: #C93;
}

/*#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	list-style-type: none;
	text-align: left;
}
#navigation ul li a {
	display: block;
	height: 19px;
	padding: 5px;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-decoration: none;
	line-height: 19px;
}
#navigation li a:link {
	background-image: url(../images/page_assets/l.gif);
	background-repeat: repeat-x;
	background-position: left center;
	color: #fff;
}
#navigation li a:visited {
	background-image: url(../images/page_assets/v.gif);
	background-repeat: repeat-x;
	background-position: left center;
	color: #fff;
}
#navigation li a:hover {
	background-image: url(../images/page_assets/h.gif);
	background-repeat: repeat-x;
	background-position: left centre;
	color: #fff;
}
#navigation li a:active {
	background-image: url(../images/page_assets/l.gif);
	background-repeat: repeat-x;
	background-position: left centre;
	color: #F00;
}
#navigation ul li ul li{
	text-align: left;
	font-size: 0.85em;
	margin: 0 0 0 13px;
}
*/
#footer {
	font-size: .8em;
}
#footer a {
	font-size: 1em;
}

#footer .fltrt  {
	width: 200px;
	text-align: right;
}
.figure_left {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px dotted #000000;
	width: 120px;
}
.figure_left p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}
.nextmeet {
	color: #000;
	float: right;
	border: 1px solid #630;
	padding: 2px;
	margin: 2px 5px 2px 2px;
	font-size: 0.9em;
	display: inline;
}
.indent {
	margin-left: 20px;
}

/*Council Members information on Parish Council.htm*/
table#councilmembers {
	border: 1px solid #000000;
	margin: 10px;
}
table#councilmembers tr td, table#councilmembers tr th {
	margin: 0px;
	padding: 3px;
	border: 1px dotted #000;
}
table#councilmembers thead {
	background-color: #FFFFFF;	
}
p.breadcrumbs {
	margin-bottom: 3px;
	margin-top: 2px;
}
.breadcrumbs a {
	font-size: 90%;
}
.note {
	font-size: x-small;
	font-weight: bold;
}
