/******************************
style.css

site-specific layout and styles

******************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-image: url('/images/navybg.gif');
	background-repeat: repeat-x;
	background-color: #28334b;
}

#pageContainer {
	background-color: white;
	border: solid 1px black;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 0;
}

h1 {
	font-weight: normal;
	margin: 0;
}

.right-float {
	float: right;
	margin: 4px;
	border: solid 1px black;
}

h1#header {
	color: white;
	background-color: black;
	font-size: 4em;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: solid 1px black;
	background-image: url('/images/communitycentre_blue.gif');
	background-repeat: no-repeat;
	text-align: center;
	padding: 40px 0 30px 150px;
}

ul#sidebar {
	float: left;
	width: 15%;
	text-align: right;
	margin: 0;
	padding: 0;

}
	ul#sidebar li {
		list-style-type: none;
		line-height: 25px;
	}
		ul#sidebar li a {
			color: black;
			text-decoration: none;
			font-size: 1.4em;
		}
		ul#sidebar li a:hover {
			font-weight: bold;
		}
	ul#sidebar a.sub_navs {
		font-size: 1.0em;
		padding: 14px;
		color: #28335b;
	}
	ul#sidebar li a.active{
		color: #2833cb;
	}
	ul#sidebar li.active_sub {
		color: #a8339b;
	}
		
	div#content {
	margin-left: 17%;
	position: relative;
	top: 3px;
}

	div#content p {
		font-size: 1.2em;
	}

h2 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 3.4em;
	font-weight: bold;
	color: #28334b;
}

div.eventDiv {
	text-align: left;
	margin-top: 20px;
	
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	
	margin-bottom: 20px
}

	div.eventDiv h3 { 
		font-weight: bold;
		color: #28334b;
	}
	
	div.eventDiv h4 {
		font-size: 2em;
	}
	
		div.eventDiv h4 a {
			color: black;
			text-decoration: none;
		}

		div.eventDiv h4 a:hover {
			
			text-decoration: underline;
		}		
	
	div.eventDiv p {
		margin: 0;
	}
	
	
#footer  {
	text-align: center;
	margin-bottom: 10px;
	font-size: 0.8em;
}
	#footer p {
		margin: 5px;
		
	}

h1 {
	font-size: 4.6em;
	text-align: center;
}

table.chargetable td {
	border: 1px solid Black;
}

table.chargetable  {
	border: 2px solid Black;
}
