/*
Theme Name: Carterton Community Centre
Theme URI: http://www.cartertoncommunitycentre.com/
Description: The default WordPress theme for the Carterton Community Centre
Author: Mark Excell
Author URI: http://www.websitesbymark.co.uk/
*/

@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #103000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	color: #FFF;
}
h2 {
	font-size: 24px;
	color: #133002;
}

a,a:link,a:visited,a:active,a:hover {
	text-decoration: none;
	color: #103000;
}
#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#bannerbox {
	background-color: #889880;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-color: #889880;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#contentbox {
	background-color: #FFF;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}



#content_panel {
	background-color: #FFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar1 {
	width: 200px;
	float: left;
}
#sidebar1 ul {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}
#sidebar1 li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#sidebar1 a ,#sidebar1 a:link,#sidebar1 a:visited ,#sidebar1 a:active,#sidebar1 a:hover{
	color: #103000;
	font-size: 14px;
	font-weight: bold;
}
#maincontent {
	width: 530px;
	float: left;
	padding-right: 20px;
}
#sidebar2 {
	width: 200px;
	float: right;
}
#sidebar2 ul {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}
#sidebar2 ul li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 4px;
}
#sidebar2 a ,#sidebar2 a:link,#sidebar2 a:visited ,#sidebar2 a:active,#sidebar2 a:hover{
	color: #103000;
}
#cleardivs {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
	width: 950px;
}


#footer {
	background-color: #FFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	color: #FFF;
}
