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

Global CSS file for Charity Builder UK

Created by Strawberrysoup - www.strawberrysoup.co.uk

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

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

#wrapper {
	width: 950px;
	margin: auto;
}

a:active, a:focus { 
	outline-style: none; -moz-outline-style:none;
}

/*===================================================================
CMS STYLING
===================================================================*/
.blue_text {
	color: #2765b3;
}

/*===================================================================
BRANDING
===================================================================*/

#branding {
	position: relative;
}

#branding h1 {
	text-indent: -9999em;
	width: 330px;
	height: 62px;
	margin: 27px 0 0 0;
	float: left;
	background: url('../cssimages/branding.jpg') no-repeat;
}

#branding h1 a {
	display: block;
	width: 330px;
	height: 62px;
	background: url('../cssimages/branding.jpg') no-repeat;
}

#branding p#branding_cta {
	position: relative;
	top: -10px;
	width: 215px;
	height: 14px;
	margin: 0px;
	clear: left;
	float: right;
	font-size: 1.4em;
}

#branding p#branding_cta a {
	color: #367EDE;
	font-weight: bold;
}

/*-------------- SITE SEARCH --------------*/

#site_search {
	position: absolute;
	z-index: 999;
	top: 40px;
	right: 0;
}

#site_search input#input_text {
	border: solid 1px #ccc;
}

#site_search input#search {
	border: none;
	background: #5593DE;
	color: #fff;
	font-weight: bold;
}

/*-------------- SEARCH RESULT --------------*/

.search_result {
	margin: 10px 0 0 0;
	padding: 10px;
	border: solid 1px #ccc;
}

/*===================================================================
USER LOG IN
===================================================================*/

#user_login {
	font-size: 1.1em;
	width: 400px;
	float: right;
	color: #333;
	margin: 0 80px 0 0;
}

#user_login input.fields {
	border: solid 1px #ccc;
	padding: 0 3px 0px 3px;
	width: 105px;
	height: 14px;
}

#user_login input#submit {
	vertical-align: middle;
	margin: 0 0 2px 0;
}

#user_login p {
	margin: 0;
	padding: 5px 0 0 20px;
	width: 361px;
	height: 21px;
	background: url('../cssimages/login_bg.jpg');
}

#accessibility_button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

#accessibility_button a {
	display: block;
	width: 83px;
	height: 21px;
	color: #333;
	font-size: 1.2em;
	padding: 5px 0 0 15px;
	background: url('../cssimages/accessibility.jpg') no-repeat;
}

/*===================================================================
NAVIGATION
===================================================================*/

#main_navigation {
	clear: both;
	list-style: none;
}

#main_navigation li {
	position: relative;
	font-size: 1.2em;
	float: left;
}

#main_navigation li a {
	display: block;
	height: 17px;
	padding: 10px 10px 0 10px;
	color: #333;
	background: url('../cssimages/nav_li_bg.jpg') no-repeat;
}

#main_navigation li span.left, #main_navigation li span.right {
	display: block;
	width: 7px;
	height: 28px;
	float: left;	
}

#main_navigation li span.right {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 8px;
	height: 29px;
	background: url('../cssimages/nav_li_right_bg.jpg') no-repeat;
}

/*------------ hover ------------*/

#main_navigation li a:hover {
	color: #fff;
	background: url('../cssimages/nav_li_h_bg.jpg') no-repeat;
}

#main_navigation li a:hover span {
	background: url('../cssimages/nav_li_right_h_bg.jpg') no-repeat;
}

/*------------ active page ------------*/

#main_navigation li.current a {
	color: #fff;
	background: url('../cssimages/nav_li_h_bg.jpg') no-repeat;
}

#main_navigation li.current a span {
	background: url('../cssimages/nav_li_right_h_bg.jpg') no-repeat;
}

/*===================================================================
FEEDBACK
===================================================================*/

#leave_feedback {
	position:absolute;
	top: 468px;
	z-index: 1000;
/*	left: 0;*/
	right: 0;
/*	overflow: hidden;*/
}

#feedback_tab {
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	background:#000 none repeat scroll 0 0;
	color:#fff;
	display:block;
	padding:6px 7px 7px 5px;
	width:60px;
	position: absolute;
	left: -72px;
	top: 0;
	text-align:center;
}

#feedback_form_wrap {
	background:#2073B1 none repeat scroll 0 0;
	width: 1px;
/*	border-left: 1px solid white;*/
/*	margin-right: -1px;*/
/*	overflow: hidden;*/
/*	padding: 10px;*/
}

#feedback_form {
	background:#2073B1 none repeat scroll 0 0;
/*	padding:10px 10px 10px 10px;*/
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	color:#FFFFFF;
/*	margin-left:-202px;*/
/*	float:right;*/
	overflow: hidden;
}

#feedback_form dt {
	margin:3px;
}

#feedback_form dd {
	margin:3px;
}

#feedback_form p {
	width:180px;
}

/*===================================================================
BANNER ON HOME PAGE
===================================================================*/

#home_intro {
	position: relative;
	color: #fff;
	width: 939px;
	height: 403px;
	font-weight: bold;
	background: url('../cssimages/banner_home2.jpg') no-repeat;
}

#home_intro_text p, #home_intro_text2 p, #home_intro_text2 ul {
	font-size: 1.2em;
	margin: 0;
}

/*-------------- text on the left --------------*/

#home_intro_text {
	width: 600px;
	float: left;
	padding: 20px 0 0 0;
}

#home_intro_text h2 {
	font-size: 4em;
	font-weight: bold;
}

#home_intro_text p {
	font-size: 1.6em;
	margin-bottom: 10px;
	line-height: 1.4em;
}

/*-------------- text on the right --------------*/

/*#home_intro_text2 {
	text-align: right;
	width: 360px;
	float: right;
	padding: 15px 0 0 0;
}

#home_intro_text2 a {
	color: #fff;
}

#home_intro_text2 a:hover {
	color: #88C8DE;
}

#home_intro_text2 h2 {
	font-size: 4em;
	font-weight: bold;
	margin: 0px 0 0 0;
}

#home_intro_text2 h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

#home_intro_text2 ul {
	line-height: 2.25em;
}*/

#click2login {
	text-indent: -9999em;
	position: absolute;
	top: 275px;
	left: 0px;
}

#click2login a {
	display: block;
	width: 270px;
	height: 45px;
	background: url('../cssimages/login_button2.png') no-repeat;
}

#click2register {
	text-indent: -9999em;
	position: absolute;
	top: 275px;
	left: 270px;
}

#click2register a {
	display: block;
	width: 270px;
	height: 45px;
	background: url('../cssimages/register_button.png') no-repeat;
}

/*===================================================================
CALLS TO ACTION ON HOME PAGE
===================================================================*/

#home_cta {
	width: 500px;
	float: left;
}

#home_cta li {
	list-style: none;
}

#cta_new_cus, #cta_existing_cus {
	width: 232px;
	height: 165px;
	float: left;
	margin: 0 5px 0 0;
}

#cta_video_guides, #cta_forum {
	width: 222px;
	height: 85px;
	float: left;
	margin: 5px 5px 5px 0;
	padding: 10px 0 5px 10px;
}

#cta_video_guides p {
	font-weight: normal;
	width: 150px;
}

#cta_video_guides a, #cta_forum a {
	color: #169ffe;
}

#cta_video_guides {
	background: url('../cssimages/cta_video_guides.jpg') no-repeat;
}

#cta_video_guides h3, #cta_forum h3 {
	color: #367EDE;
	font-weight: bold;
}

#cta_forum {
	width: 102px;
	padding: 10px 0 5px 130px;
}

#cta_forum {
	background: url('../cssimages/cta_forum.jpg') no-repeat;
}


/*===================================================================
CONTENT ON HOME PAGE
===================================================================*/
#news_list {
	width: 440px;
	float: left;
	padding: 0 10px 0 0
}

#news_list h3 a {
	font-weight: bold;
	font-size: 1.4em;
	color: #367EDE;
}

#news_list h4 {
	font-weight: bold;
}

#news_list p {
	font-size: 1.2em;
}

#news_list ul {
	list-style: none;
	margin: 10px 0 0 0;
}

#news_list li, #news_list li a {
	color: #474747;
}

/*----------------------- TWITTER -----------------------*/

#twitter {
	width: 470px;
	height: 65px;
	float: right;
	margin: 0 28px 0 0;
	background: url('../cssimages/cta_twitter.jpg') no-repeat;
}

#twitter h2 {
	font-weight: bold;
	margin: 10px 0 5px 15px;
	color: #367EDE;
}

#twitter ul {
	list-style: none;
	padding: 0 10px 10px 15px;
}

#twitter ul a {
	color: #367EDE;
}

/*===================================================================
FOOTER
===================================================================*/
#footer {
	margin: 30px 0 0 0;
	border-top: solid 1px #E1E1E1;
	color: #8F8F8F;
}

#footer_detail {
	width: 950px;
	margin: 10px auto 0 auto;
}

#footer_detail ul {
	margin: 0 0 10px 0;
}

#footer_left {
	width: 430px;
	float: left;
}

#footer_detail li {
	list-style: none;
	float: left;
	margin: 0px 10px 0 0px;
}

#footer_detail a {
	color: #8F8F8F;
}

#footer_detail a:hover {
	color: #565656;
}

#footer p {
	margin: 0;
}

#footer_right {
	width: 500px;
	float: right;
}

/*--------------------- PARTNER ORGANISATIONS ---------------------*/

#footer_right p {
	margin: 0 0 10px 0;
}

#navca a, #tennyson a, #bepro a {
	text-indent: -9999em;
	display: block;
}

#tennyson a {
	width: 147px;
	height: 37px;
	background: url('../cssimages/footer_tennyson.jpg');
}

#navca a {
	width: 138px;
	height: 31px;
	background: url('../cssimages/footer_navca.jpg');
}

#bepro a {
	width: 185px;
	height: 37px;
	background: url('../cssimages/footer_be_pro.jpg');
}

/*===================================================================
SITE MAP
===================================================================*/

#content_container #main_content.sitemap ul {
	width: 1000px;
	list-style: none;
	position: relative;
}

#main_content.sitemap ul a {
	display: block;
	color: #C44F26;
	padding: 4px;
	border: solid 1px #ccc;
}

#main_content.sitemap ul a:hover {
	color: #E2A73D;
}

#main_content.sitemap ul li {
	font-size: 1.4em;
	float: left;
	margin: 5px 5px 5px 5px;
	position: relative;
}

#main_content.sitemap ul ul {
	position: absolute;
	width: 120px;
	font-size: 0.7em;
	border-left: solid 1px #ccc;
	padding: 10px 0 0 5px;
}


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

/*--------------- accessibility page styling ---------------*/

.page_style_container {
	width: 196px;
	height: 81px;
	float: left;
	text-align: center;
	padding: 20px;
	background: url('/cssimages/accessibility_control_bg.jpg') no-repeat;
}

.page_style_container h3 {
	font-size: 1.6em;
}

.page_style_container p {
	margin: 10px 0 0 0;
}

.page_style_container a {
	text-indent: -9999em;
	display: block;
	width: 47px;
	height: 47px;
	float: left;
	margin: 0 0 0 13px;
}

#font_sizes a.standard {
	background: url('/cssimages/font_standard.jpg') no-repeat;
}

#font_sizes a.larger {
	background: url('../cssimages/font_larger.jpg') no-repeat;
}

#font_sizes a.largest {
	background: url('../cssimages/font_largest.jpg') no-repeat;
}

#site_styles a.standard {
	background: url('../cssimages/style_standard.jpg') no-repeat;
}

#site_styles a.contrast {
	background: url('../cssimages/style_contrast.jpg') no-repeat;
}

#site_styles a.plain {
	background: url('../cssimages/style_plain.jpg') no-repeat;
}

/*--------------- font styling ---------------*/

body.font_larger #wrapper, body.font_largest #wrapper {
	width: 1250px;
}

body.font_larger #main_navigation li a, body.font_largest #main_navigation li a {
	padding: 0px 10px 1px 10px;
	height: 27px;
}

body.font_larger #footer_detail, body.font_largest #footer_detail {
	width: 1250px;
}

/*----------------------- home page largest font-----------------------*/

body.font_larger, body.font_largest {
	background: #fff;
}

body.font_larger #home_intro, body.font_largest #home_intro {
	width: 1209px;
	height: 430px;
	padding: 0 20px;
	margin: 0 0 100px 0;
	background: url("../cssimages/home_banner_largest.jpg") no-repeat;
}

body.font_larger #click2login, body.font_largest #click2login {
	top: 380px;
}

body.font_larger #click2register, body.font_largest #click2register {
	top: 435px;
}

body.font_larger h1.content_title, body.font_largest h1.content_title {
	font-size: 5em;
	color: #169FFE;
}

body.font_larger #home_intro_text, body.font_largest #home_intro_text {
	width: 700px;
}

body.font_larger #home_intro_text p, body.font_largest #home_intro_text p, body.font_larger #home_intro_text2 ul, body.font_largest #home_intro_text2 ul {
	font-size: 1em;
}

body.font_larger #home_intro_text2 h2, body.font_largest #home_intro_text2 h2 {
	font-size: 2em;
}

body.font_larger #news_list, body.font_largest #news_list {
	width: 1050px;
	clear: both;
}

body.font_larger #home_cta, body.font_largest #home_cta {
	width: 800px;
}

body.font_larger #cta_video_guides, body.font_largest #cta_video_guides {
	background: url('../cssimages/cta_vg_big_font.jpg') no-repeat right;
	border: solid 1px #ccc;
	height: auto;
}

body.font_larger #cta_forum, body.font_largest #cta_forum {
	background: url('../cssimages/cta_forum_big_font.jpg') no-repeat left;
	border: solid 1px #ccc;
	height: auto;
	width: 400px;
}

body.font_larger #twitter, body.font_largest #twitter {
	clear: both;
	float: none;
	background: none;
	border: solid 1px #ccc;
	height: auto;
}

/*----------------------- end -----------------------*/

body.font_larger #home_intro_text h2, body.font_largest #home_intro_text h2 {
	font-size: 5em;
}

body.font_larger #user_login, body.font_largest #user_login {
	margin-right: 165px;
}

body.font_larger #user_login input#submit, body.font_largest #user_login input#submit {
	margin-top: 5px;
}

body.font_larger #user_login p, body.font_largest #user_login p {
	width: 390px;
	height: 40px;
	margin-right: 100px;
	background:url("../cssimages/login_largest_bg.jpg") no-repeat;
}

body.font_larger #accessibility_button a, body.font_largest #accessibility_button a {
	width: 140px;
	height: 40px;
	background:url("../cssimages/accessibility_largest.jpg") no-repeat;
}

body.font_larger #site_search, body.font_largest #site_search {
	top: 30px;
}

body.font_larger.style_contrast #footer_detail, body.font_largest.style_contrast #footer_detail {
	width: 1250px;
}

body.font_larger.style_contrast #wrapper, body.font_largest.style_contrast #wrapper {
	width: 1300px;
}

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

body.style_contrast.font_larger #home_intro, body.style_contrast.font_largest #home_intro {
	background: url('../cssimages/banner_contrast_home_lf.jpg') no-repeat;
}

body.style_contrast.font_larger #cta_video_guides, body.style_contrast.font_largest #cta_video_guides, body.style_contrast.font_larger #cta_forum, body.style_contrast.font_largest #cta_forum {
	background: none;
}

body.style_contrast #content_container {
	background: #000;
	color: #ffff00;
	padding: 20px;
	margin-top: 20px;
}

body.style_contrast .page_style_container {
	background: none;
}

body.style_contrast #main_navigation li {
	margin-right: 5px;
}

body.style_contrast #main_navigation li a, body.style_contrast #main_navigation li a span {
	background: #000;
	color: #00FFFF;
}

body.style_contrast #font_sizes a.standard {
	background: url('/cssimages/font_standard_b.jpg') no-repeat;
}

body.style_contrast #font_sizes a.larger {
	background: url('../cssimages/font_larger_b.jpg') no-repeat;
}

body.style_contrast #font_sizes a.largest {
	background: url('../cssimages/font_largest_b.jpg') no-repeat;
}

body.style_contrast #site_styles a.standard {
	background: url('../cssimages/style_standard_b.jpg') no-repeat;
}

body.style_contrast #site_styles a.contrast {
	background: url('../cssimages/style_contrast_b.jpg') no-repeat;
}

body.style_contrast #site_styles a.plain {
	background: url('../cssimages/style_plain_b.jpg') no-repeat;
}

/*----------------------- home page contrast-----------------------*/

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

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

body.style_contrast .cta_list {
	background: none;
	border: solid 1px #555;
}

body.style_contrast #home_cta li ul li span, body.style_contrast #home_cta h3 {
	color: #ffff00;
}

body.style_contrast #cta_video_guides {
	background: url('../cssimages/cta_contrast_video_guides.jpg');
}

body.style_contrast #cta_forum {
	color: #ffff00;
	background: url('../cssimages/cta_contrast_forum.jpg');
}

body.style_contrast #cta_video_guides p {
	color: #ffff00;
}

body.style_contrast #twitter {
	background: none;
	border: solid 1px #ccc;
	color: #ffff00;
}

body.style_contrast #news_list a, body.style_contrast #twitter a {
	color: #00ffff;
}

body.style_contrast #news_list p {
	color: #ffff00;
}

/*----------------------- footer -----------------------*/

body.style_contrast #footer_detail {
	width: 910px;
	background: #000;
	padding: 20px;
	color: #ffff00;
}

body.style_contrast #footer_detail a {
	color: #00FFFF;
}

