/*

File:		components.css
Created:	30/01/2009
Author:		Roland Dodd

Notes:


*/

.divClear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

/*---[ Main content styles ]---*/
.colRight h1 {
	background-color:#ece9e8;
	color:#996600;
	margin:0px;
	padding:5px 0px 20px 10px;
	font-size:1.1em;
}

div.section, div.sectionFloat, div.sectionBox {
	border-bottom: solid 1px #cccccc;
	width:100%;
}

/*---[ Main content - paragraph sections ]---*/
div.section {
	padding:15px 0px 15px 0px;
}

div.section p {
	font-size:0.8em;
	padding:2px 2px 2px 5px;
}

div.section p.meeting {
	text-align:center;
	font-style:italic;
	font-weight:bold;
}

div.section p span {
	font-style:italic;
}

div.section p span.label {
	color:#cc0000;
	font-weight:bold;
	font-style:normal;
}

div.section p.important {
 border-top: 1px dashed #ff0000;
 border-bottom: 1px dashed #ff0000;
 padding: 30px 2px 30px 5px;
 background-color: #ece9d8;
}
div.section p.important span {
 font-style: normal;
 color: #990000;
 font-weight: bold;
}

div.section table {
	padding-bottom:5px;
	width:100%;
}

/*---[ Main content - text / image blocks ]---*/
div.sectionFloat {
	padding: 20px 0px 20px 0px;
}

div.sectionFloat img {
	float:right;
}

div.sectionFloat p {
	float:left;
	width:450px;
	margin:0px;
	padding:0px 0px 0px 5px;
	font-size:0.8em;
}

div.sectionFloat p.title {
	font-weight:bold;
}

div.section ul, div.sectionFloat ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.sectionFloat ul {
	float:left;
	width:500px;
}

div.section ol li, div.section ul li, div.sectionFloat ul li {
	font-size:0.8em;
}

div.section ol li {
	padding:5px;
}

div.section ul li {
	padding-left:20px;
	display:block;
}

div.sectionFloat ul li {
	padding-left:5px;
	display:block;
}

div.section ul li.title {
	padding-left:5px;
}

div.section ul li.title, div.sectionFloat ul li.title {
	font-weight:bold;
}

div.section ul li.contact, div.sectionFloat ul li.contact {
	font-style:italic;
}

/*---[ Main content - two column boxes ]---*/
div.sectionBox {
	padding: 20px 0px 20px 0px;
}

div.sectionBox p {
	font-size:0.8em;
	padding-left:5px;
}

div.sectionBox div {
	float:left;
	width:300px;
	padding:5px;
	margin:5px;
	background-color:#ece9d8;
}

div.sectionBox ul {
	float:left;
	list-style-type:none;
	width:450px;
	margin:0px;
	padding:0px;
}

div.sectionBox ul li {
	font-size:0.8em;
}

div.sectionBox ul li {
	padding-left:5px;
	display:block;
}

div.sectionBox ul li.title {
	font-weight:bold;
}

div.sectionBox ul li.contact {
	font-style:italic;
}

/* Document table (newsletters / minutes) */
div.section table.documents caption {
	font-size:0.8em;
	padding:0px 5px 0px 0px;
	margin:0px;
	font-style:italic;
	text-align:right;
}

div.section table.documents th {
	background-color:#cccccc;
	text-align:center;
	font-size:0.8em;
}

div.section table.documents td {
	background-color:#ece9d8;
	text-align:center;
	font-size:0.8em;
}

div.section table.documents td.blank {
	background-color:#ffffff;
}

div.section table.documents td.null {
	background-color:#cccccc;
}

/*---[ Activites - Index page]---*/
#activityList {
	padding: 20px 0px 20px 0px;
	width:100%;
}

#activityList h2 {
	font-size: 0.9em;
	padding-left: 5px;
}

#activityList p {
	font-size: 0.8em;
	padding-left: 5px;
}

#activityList div {
	float: left;
	width: 300px;
	padding: 5px;
	margin: 5px;
	background-color: #ece9d8;
	min-height: 130px;
}

#activityList a.moreInfo {
	float: right;
	margin-right: 5px;
	font-size: 0.8em;
}

/*---[ Councillors ]---*/
table.councillors {
	margin-top:20px;
}

table.councillors th, table.councillors td {
	font-size:0.8em;
	text-align:left;
	padding-left:5px;
	font-weight: normal;
}

table.councillors td span {
	font-style:italic;
}

table.councillors td.phone {
	text-align:left;
}

/*table.councillors th {
	font-size:0.8em;
	font-weight:bold;
}
*/

/*---[ Sitemap ]---*/
ul#sitemapParent {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul#sitemapParent li {
	font-size: 12px;
	padding: 5px 10px;
	display: block;
}

ul#sitemapParent li ul, ul#sitemapParent li ul li ul {
	margin-top: 5px;
}
