/*========================================================

Page CSS file for Charity Builder UK

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

body {
	background: url('../cssimages/content_body_bg.jpg') repeat-x;
}

/*===================================================================
CONTENT CONTAINER
===================================================================*/
#breadcrumb {
	height: 26px;
	font-size: 1.2em;
}

#breadcrumb p {
	margin: 3px 0 0 0;
}

#breadcrumb a {
	color: #fff;
}

h1.content_title {
	color: #fff;
	font-size: 6em;
	margin: 10px 0 0 0;
	font-weight: bold;
}

/*===================================================================
CONTENT
===================================================================*/
#content_container {
	margin: 30px 0 0 0;
}

#content_left {
	width: 450px;
	float: left;
}

#content_right {
	width: 450px;
	float: right;
}

#cms_content h2, #content_right h2 {
	font-size: 2.5em;
	margin: 5px 0 5px 0;
}

#cms_content h3, #content_right h3 {
	font-size: 1.8em;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

#cms_content p, #cms_content ul, #cms_content ol, #content_right p, #content_right ul, #content_right ol {
	font-size: 1.2em;
	line-height: 1.6em;
}

#cms_content ul ul, #cms_content ol ul, #cms_content ul ol, #cms_content ol ol {
	font-size: 1em;
}

#cms_content ul, #cms_content ol, #content_right ul, #content_right ol {
	margin: 0 0 20px 25px;
}

#cms_content a, #content_right a {
	color: #658945;
}

#cms_content a:hover, #content_right a:hover {
	color: #9DD46B;
}

/*===================================================================
GOVERNANCE PAGE
===================================================================*/
.box {
	border: solid 1px #ccc;
	padding: 10px;
}

/*===================================================================
REGISTRATION CONTACT FORM
===================================================================*/
#registration_form h3 {
	clear: left;
	margin: 20px 0;
}

#registration_form dt, #registration_form dd {
	font-size: 1.2em;
}

#registration_form dt {
	width: 215px;
	float: left;
	clear: left;
	margin: 6px 0 6px 0;
}

#registration_form dd {
	float: left;
	margin: 6px 0 6px 0;
}

#registration_form dd input, #registration_form textarea {
	border: solid 1px #ABABAB;
	padding: 2px;
}

#registration_form .required {
	font-size: 1.2em;
	color: #C90704;
}

#registration_form .contact_warning {
	font-size: 1.4em;
	color: #C90704;
}

h3.contact_response {
	color: #04AB3E;
	text-align: center;
}

#registration_form #next_stage_1, #registration_form #next_stage_2, #registration_form #prev_stage_2, #registration_form #prev_stage_3 {
	cursor: pointer;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1.4em;
	width: 80px;
	height: 20px;
	padding: 3px 5px 4px 5px;
	border: solid 1px #ccc;
	background: url('../cssimages/blue_grad.jpg');
}

/*===================================================================
ACCESSIBILITY
===================================================================*/

/*--------------- contrast styling ---------------*/

body.style_contrast {
	background: url('../cssimages/content_body_contrast_bg.jpg') #000 repeat-x;
}

























