/**
  Theme Name: You Can Make A Difference
  Theme URI: http://www.white-hat-web-design.co.uk
  Author: Simon Jarvis
  Author URI: http://www.white-hat-web-design.co.uk

*/

body {
	background: #1e1e1e url(images/bg.jpg) repeat-x;
	margin: 0px;
	font-family: verdana, arial;
	font-size: 75%;
}

#container {
	width: 846px;
	margin: 20px auto 10px auto;
}

#header {
	background: url(images/header.jpg) no-repeat top left;
	height: 111px;
	position: relative;
}

#topnav {
	clear: both;
	padding: 2px 20px;
	background: white;
}

#homegraphic {
	display: block;
	margin: auto;
}

#wrapper {
	clear: both;
	padding: 5px 20px;
	background: white;
}
#content {
	width: 600px;
	float: left;
}


#topnav ul {
	list-style: none;
	padding: 0px;
	margin: 5px 0px;
	background: #dc6501;
}
#topnav ul li {
	float: left;
	padding: 10px 23px;
	margin: 0px;
	background: #dc6501;
	text-align: center;
	color: white;
	font-weight: bold;
}
.page-item-2 {
	padding-left: 32px !important;
}
#topnav ul li a {
	color: white;
	text-decoration: none;
}

#side {
	width: 200px;
	float: right;
}
#side img {
	display: block;
	margin: 10px auto 20px auto;
}
#side p, #side h4 {
	text-align: center;
	padding: 0px 5px;
}
.bordered {
	border: 3px solid #dc6501;
}

#footer {
	background: white url(images/footer.jpg) no-repeat bottom left;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 11px;
	padding: 10px 0px;
}
#footer p, #footer a {
	color: #dc6501;
	margin: 0px;
	padding: 0px;
}

/*-------------Headings-------------*/

h1 {
	display: none;
}

h2 {
	color: #dc6501;
	font-size: 130%;
}

h3 {
	color: #dc6501;
	font-size: 120%;
}

h4 {
	color: #dc6501;
	font-size: 100%;
}

a {
	color: #dc6501;
}

a img {
	border: none;
}

label {
	font-weight: bold;
}
label, input { 
	display: block; 
	margin: 5px 0px;
	padding: 2px;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
