/* @override 
	http://princescharities.org/css/screen.css
*/

/*
Prince's Charities
Developed by FoxLand
2008
*/


/*@import url("homepage.css");
@import url("postItPanel.css");
@import url("useredit.css");
@import url("joinus.css");*/


/* GENERAL */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
	font-size: 62.5%; /* <---- do not change - affects all 'frames' */
	background-color: #333367;
	color: #444;
	min-width: 820px;
	text-align:center;
	opacity: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* FRAME */

.frame {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

/* TYPOGRAPHY, LINKS */

a {
	color: #333377;
	-webkit-transition-duration: .3s;
	-webkit-transition-property: color;
}
a:hover {
	color: #C42032;
	text-decoration: underline;
}
a:focus {
	color: #23234a;
	text-decoration: underline;
}


h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #666;
	padding: 0.1em 0 0.6em 0;
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-weight: normal;
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
	color: #C42032;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

fieldset {
	border: none;
}

.note {
	font-size: 70%;
}

img {
	border: 0;
}


q:before, q:after { 
	content: "";
}

div.clearer {
	clear: both;
}

#bodytext.blog div.clearer {
	clear: left;
}
.externallinkicon {
	padding: 0 0 0.1em 0;
}

input.form-text {
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
	font-size: 14px;
	width: 250px;
	border: 2px solid #A0B53D;
	padding: 0.3em 0.3em;
	margin-bottom: 0.4em;
}
textarea {
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
	border: 1px solid #908e85;
	padding: 0.2em 0.3em;
}
input.form-submit {
	padding: 0.4em 0.6em;
	margin: 0;
	color: #fff;
	border: none;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background: #A0B53D;
	background: -webkit-gradient(linear, 0% 70%, 0% 100%, from(#A0B53D), to(#7E8F30)) #A0B53D;
	background: -moz-linear-gradient(0% 70% 270deg,#A0B53D, #7E8F30) #A0B53D;
	text-shadow: #666 0 1px 3px;
}
/* SKIP */

.skip {
	position: absolute;
	display: block;
	left: -9999em;
	padding: 0.3em 0.3em 0.3em 1em;
	z-index: 1000;
}
a.skip:active,  a.skip:focus {
	color: white;
	left: 0;
	font-size: 0.85em;
}


/* PRINCE OF WALES header*/

#princeofwales {

	background-color: #333367;
	background-image: -moz-linear-gradient(0% 100% 90deg,#1B1C3A, #333367); 
	background-image: -webkit-gradient(linear, 0% 53%, 0% 100%, from(#333367), to(#1B1C3A)); 
	padding: 0;
}

#princeofwales p {
	text-align: right;
	font-size: 1.2em;
	background: url(../assets/princeofwaleslogo.gif) no-repeat right center;
	padding: 0.6em 0;
}

#princeofwales p a {
	color: #fff;
	padding-right: 25px;
	text-decoration: none;
}
#princeofwales p a:hover {
	color: #fff;
	text-decoration: underline;
}

/* HEADER */

#header {
	background-color: #E9E5D2;
}
#sitetitle {
	margin: 0;
	padding: 0;
	float: left;
	height: 99px;
	width: 280px;
	font-size: 15px;
	line-height: 15px;
	background-color: ;
	background: url(../assets/princescharitieslogo.gif) no-repeat 10px 10px;
}

#sitetitle a {
	margin: 0;
	padding: 33px 0 33px 95px;
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 17px;
	color: #6f6f6f;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sitetitle a:hover {
	color: #C42032;
}


/* NAVIGATION */
#header a {
	text-decoration: none;
}
#navigation {
	text-align: right;
	width: 50em;
	float: right;
	display: block;
	padding: 0;
	margin: 1.6em 0 0.6em 0;
}

#navigation ul {
	list-style: none;
	display: block;
	clear: right;
	padding-bottom: 0.1em;
	/*border-top: 1px solid red;*/
}
#navigation ul.login {
	list-style: none;
	display: block;
	padding: 0.6em 0 0 0.8em;
	float: right;
	font-size: 1.3em;
}
#navigation ul.login li {
	display: inline;
	position: relative;
}
#navigation2 {
	display: inline;
	clear: right;
	padding: 0.8em 0 0 0;
}
#navigation ul li {
	display: inline;
	position: relative;
}
#navigation1 li a {
	font-size: 1.50em;
	word-spacing: -0.1em;
}

#header ul li a {
	white-space: nowrap;
	padding: 0.2em 0.35em 0.2em 0.35em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#header ul li a:hover {
	background: #f6f4e0;
	text-decoration: none;
}

#header ul li.active a {
	background: #fff;
}

ul#navigation2 li a {
	font-size: 1.3em;
	word-spacing: -0.2em;
}

ul#joinusbox {
	margin-left:1em;
	padding-top: 1.5em;
	float:  right;
	background-color: transparent;
	border: none;
	overflow: hidden;
}
	ul#joinusbox li { margin:0; }
	ul#joinusbox li.joinus a {
		padding:0;
		display: block;
		width: 80px;
		height: 72px;
		background: url(../assets/post-it.png) no-repeat 0 0;
		text-indent: -10000px;
		overflow: hidden;
	}
	ul#joinusbox li.joinus a:hover {
		background: url(../assets/post-it.png) no-repeat 0 -72px;
	}

/* user register frontpage */

ul#userregister {
	list-style:none;
	margin: 0.5em 0;
	padding: 0;
	float: left;
}

	ul#userregister li {
		margin: 0;
		padding: 0;
	}

	ul#userregister li #edit-mail {
		width: 180px;
	}
	
	ul#userregister li label.option {
		font-size: 0.8em;
		margin-right: 1em;
	}

	.touched {
		background:#E9E5D2;
	}
	
#user-register legend { color:#fff;}

#header form  {
	padding-top: 5px;
	float: right;
}
#header form div {
	position: relative;
	padding: 0;
	margin: 0 !important;
	display: block;
	font-size: 100%;
	width: 200px;
	background-color: #fff;
	border: 1px solid #7D7C72;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	#header form label {
		display: none;
	}
	#header form input.form-text {
		position: absolute;
		top: 2px;
		left: 2px;
		font-size: 12px;
		padding: 2px;
		margin: 0 0;
		border: medium none;
		width: 132px;
		font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
		background: transparent;
	}
	#header form input.search_block_form_submit {
		color: #fff;
		cursor: pointer;
		font-family: Helvetica, Arial, Times, sans-serif;
		font-weight: bold;
		font-size: 12px;
		padding: 5px;
		margin: 0;
		width: 60px;
		background: #7D7C72;
		background: -webkit-gradient(linear, 0% 70%, 0% 100%, from(#7D7C72), to(#595955)) #7D7C72;
		background: -moz-linear-gradient(0% 70% 270deg,#7D7C72, #595955) #7D7C72;
		border: none;
		-webkit-border-top-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-moz-border-radius-topright: 2px;
		-moz-border-radius-bottomright: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		text-shadow: #666 0 1px 3px;
	}
	#header form input.search_block_form_submit:hover {
		color: #e9e5d2;
		background: #595955;
		background: -webkit-gradient(linear, 0% 70%, 0% 100%, from(#595955), to(#7D7C72)) #595955;
		background: -moz-linear-gradient(0% 70% 270deg,#595955, #7D7C72) #595955;
	}
/* NAVIGATION 3 sub nav */

#navigation3 {
	background-color: #fff;
background: -moz-linear-gradient(top, #FFFFFF 66%, #F4F0E3 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(66%,#FFFFFF), color-stop(100%,#F4F0E3)); /* webkit */
}


#navigation3 .frame {
	clear: both;
	text-align: center;
}
#navigation3 ul {
	padding: 0.4em 0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
}
	#navigation3 li {
		display: inline;
		padding: 0;
		margin: 0;
	}
	#navigation3 li a {
		text-decoration: none;
		padding: 0.4em 0.5em;
	}
	#navigation3 li.active a {
		background-color: #E9E5D2;
	}
	#navigation3 li a:hover {
		background-color: #f6f4e0;
		text-decoration: none;
	}
	#navigation3 li.active a:hover {
		background-color: #E9E5D2;
		text-decoration: none;
	}

/* PAGER */

#bodytext .pager {
	list-style: none;
	clear: left;
	margin: 3em 0;
	padding: 1em 0;
}
	.pager li {
		margin: 0;
		padding: 1em 0.5em;
		display: inline;
	}
	.pager li a {
		padding: 1em 10px;
	}
	.pager li a.previous {
		background: url(../assets/arrow-prev1.gif) no-repeat left center;
	}
	.pager li a.next {
		background: url(../assets/arrow-next1.gif) no-repeat right center;
	}


/* BREADCRUMBS */
#breadcrumbs {
	color: #999;
	padding: 0.8em 0 0 0;
	line-height: 120%;
	margin-bottom: 0.2em;
}
#breadcrumbs a {
	color: #999;
	font-size: 0.8em;
}
body .story #breadcrumbs a {
	color: #ddd;
}
#breadcrumbs a:hover {
	color: #586B7A;
}

/* PROFILES */

#profiles {
	width: 100%;
	line-height: 0;
	padding: 0;
	margin: 0;
	z-index: -1;
	background-color: #000;
}
#profiles p {
	color: white;
	text-align: center;
	display: block;
	clear: both;
	padding: 1.5em;
	font-size: 1.8em;
}
#profiles p a {
	color: #787ce7;
}
#profiles p a:hover {
	color: #6063b8;
}
#profilesmini {
	width: 100%;
	line-height: 0;
	padding: 0;
	margin: 0;
	z-index: -1;
	background-color: #000;
}

/* MAP */
#map {
	border-top: 1px solid #65645d;
	position: relative;
	border-bottom: 1px solid #65645d;
	height: 34em;
}
#map #maptool {
	height: 34em;
	width: 20%;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	overflow: auto;
	background-color: #f6f4e0;
}
#map iframe {
	height: 34em;
	display: inline;
	line-height: 0;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
/*the following is only for the prototype*/
#map #mapholder iframe {
	margin: 0 0 0 20%;
	width: 80%;
}
#map #mapholder {
	margin: 0 0 0 20%;
	width: 80%;
}


.story .textarea {
	background: #65645d;
	padding: 0.7em;
	margin-bottom: 1em;
}


/* COLOURS */

.opportunityenterprise h2 a,
.opportunityenterprise h1,
.opportunityenterprise a {
	color: #7A68AE;
}
.charitiespage .opportunityenterprise h2,
#bodytext.story .opportunityenterprise,
.opportunityenterprise .textarea {
	background-color: #7A68AE;
}

.responsiblebusiness h2 a,
.responsiblebusiness h1,
.responsiblebusiness a {
	color: #949C50;
}
.charitiespage .responsiblebusiness h2,
.story .responsiblebusiness,
.responsiblebusiness .textarea {
	background-color: #949C50;
}

.education h2 a,
.education h1,
.education a {
	color: #399399;
}
.charitiespage .education h2,
#bodytext.story .education,
.education .textarea {
	background-color: #399399;
}

.builtenvironment h2 a,
.builtenvironment h1,
.builtenvironment a {
	color: #C42032;
}
.charitiespage .builtenvironment h2,
.story .builtenvironment,
.builtenvironment .textarea {
	background-color: #C42032;
}

.health h2 a,
.health h1,
.health a {
	color: #F18F20;
}
.charitiespage .health h2,
.story .health,
.health .textarea {
	background-color: #F18F20;
}
.socialenterprise h2 a,
.socialenterprise h1,
.socialenterprise a {
	color: #7BA2CD;
}
#main .charitiespage .socialenterprise h2,
#main .story .socialenterprise,
.socialenterprise .textarea {
	background-color: #7BA2CD;
}

.initiatives h2 a,
.initiatives h1,
.initiatives a {
	color: #616058;
}
#main .charitiespage .initiatives h2,
#main .story .initiatives,
.initiatives .textarea {
	background-color: #616058;
}
/*maparea and box*/

.maparea {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #e9e5d2;
}

#bodytext h3,
#bodytext h4 {
	padding: 0.5em 0 0.3em 0;
	margin: 0;
}
.mapbox a img {
	background-color: #e9e5d2;
	border: 1px solid #e9e5d2;
	padding: 0;
	margin: 0;
	line-height: 0;
}
.nationsregionslist {
	padding-top: 1.5em;
}

/* 
People Picker 
Yeah I know Andrew
*/

.peoplelist {
	float: left;
	width: 800px;
}

.archivenav.peopletypes {
	margin-top: 4em;
}

/*events*/

.eventslist {
	padding-top: 1em;
}

.eventillustration {
	width: 240px;
	float: left;
	padding-bottom: 2em;
}
	.eventillustration span {
		display: block;
		width: 220px;
		height: 220px;
	}
#bodytext .eventtext dt {
	float: left;
	margin-right: 0.4em;
	font-weight: normal;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
}
.eventtext dl {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: "HelveticaNeue-Bold", Helvetica, Arial, Times, sans-serif;
}


/*MAIN*/
/*The area that holds content text (bodytext, contentfeed, charitypicker, etc)*/

#main {
	background-color: #fff;
}

.mainopportunityenterprise {
	background: url(../assets/backgrounds/bunman.jpg) no-repeat right bottom;
}
.mainresponsiblebusiness {
	background: url(../assets/backgrounds/mangormley.jpg) no-repeat right bottom;
}
.maineducation {
	background: url(../assets/backgrounds/paintgirl.jpg) no-repeat right bottom;
}
.mainbuiltenvironment {
	background: url(../assets/backgrounds/turquoisemountain.jpg) no-repeat center bottom;
	padding: 0 0 270px 0;
}
.mainhealth {
	background: url(../assets/backgrounds/massage.jpg) no-repeat right bottom;
}
.mainsocialenterprise {
	background: url(../assets/backgrounds/pots.jpg) no-repeat right bottom;
}

#homepage #main {
	padding: 0.5em 0;
	background: #e9e5d2;
}

/* Bodytext on the FAQ page */

#main.faq { background: #fff url("../assets/faq-images.jpg") no-repeat scroll 50% 3.5em; }

/* BODYTEXT */

#bodytext {
	padding-bottom: 5em;
	line-height: 160%;
	/*font-size: 1.4em;*/
	font-size: 140%;
	
}
#bodytext p,
#bodytext li,
#bodytext dl,
#bodytext fieldset {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	line-height: 160%;
}
#bodytext li li {
}
#bodytext ul,
#bodytext ol {
	line-height: 160%;
	margin-left: 2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	line-height: 130%;
}

#bodytext dt {
	font-weight: bold;
}
#bodytext dd {
	margin: 0 0 0.6em 0;
}

/* next line removes indentation from FAQ question list */
.faq #bodytext ul { margin-left:1.5em; }

/* Bodytext on the FAQ page */
.faq #bodytext { padding-right:450px; }

/* blockquote */

blockquote {
	border: 2px solid #a09f94;
	padding: 1em 1.3em;
	margin: 18px 0 18px 0;
	display: block;
	background-color: white;
}
.blockquotewrap {
	background: url(../assets/speech.gif) no-repeat 4em bottom;
	border: 1px solid white;
}
.profile .blockquotewrap {
	background: url(../assets/speech2.gif) no-repeat 4em top;
	margin-top: 1em;
}

/*general style for 'entries', whether blog, role, event, etc*/
.entry {
	margin: 0.5em 0 0.8em 0;
	padding: 1em 0;
	padding-bottom: 0.8em;
	border-top: 1px solid #E9E5D2;
	clear: left;
}

.entry h2 {
	padding-top: 0;
}

#bodytext p.entrydate,
#bodytext dd.entrydate {
	margin: 0;
	padding: 5px 0;
	font-size: 1.2em;
	color: #a09f94;
}
	#bodytext p.entrydate a {
		color: #586B7A;
	}
	#bodytext p.entrydate img {
		margin-right: 0.3em;
		vertical-align: middle;
	}
	#bodytext p.entrydate a:hover {
		color: #52514c;
	}




#linkarea {
	float: right;
	width: 19em;
	border-left: 1px solid #E9E5D2;
	margin: 6em 0 1em 1em;
	padding-left: 1em;
	font-size: 1.3em;
}

#linkarea ul,#linkarea p {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}




/*theme page*/

.theme {
	width: 56%;
	background-color: white;
}

/*region*/

ul.regionpicker {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #E9E5D2;
	border-right: 1px solid #E9E5D2;
	font-size: 1.3em;
	text-align: left;
}
ul.regionpicker ul {
	margin: 0;
	padding: 0;
	background-color: #f6f4e0;
	font-size: 0.95em;
}
ul.regionpicker ul ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 0.9em;
}
ul.regionpicker li  {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e9e5d2;
}
ul.regionpicker li.expanded {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e9e5d2;
}
ul.regionpicker li a {
	padding: 0.3em 1.5em 0.3em;
	display: block;
}
ul.regionpicker li a.active {
	background-color: #89887f;
	color: white;
}

ul.regionpicker li ul li a {
	padding: 0.3em 2em;
}
ul.regionpicker li ul li ul li a {
	padding: 0.3em 2.5em;
}
ul.regionpicker li a:hover {
	color: white;
	background: #65645d url(../assets/arrow-list.gif) no-repeat 97% center;
}
ul.regionpicker li a.active:hover {
	background: #89887f url(../assets/arrow-list.gif) no-repeat 150% center;
}
ul.regionpicker li li {
	list-style: none;
}
ul.regionpicker li li li {
	list-style: none;
	display: block;
	background-color: #fff;
}

/*blog*/

.blog .external {
	padding-left: 150px;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-top: 1px solid #E9E5D2;
}
.blog .externalmain {
	padding-left: 150px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.blogimage {
	float: right;
	padding: 1em 0 1em 1em;
}

.blog .artbusiness {
	background-image: url(../assets/logos/entry-bkgd/artbusiness.gif);
}
.blog .businessincommunity {
	background-image: url(../assets/logos/entry-bkgd/businesscommunity.gif);
}
.blog .duchyoriginals {
	background-image: url(../assets/logos/entry-bkgd/duchyoriginals.gif);
}
.blog .dumfrieshouse {
	background-image: url(../assets/logos/entry-bkgd/dumfrieshouse.gif);
}
.blog .highgrove {
	background-image: url(../assets/logos/entry-bkgd/highgrove.gif);
}
.blog .internationalbusinessleadersforum {
	background-image: url(../assets/logos/entry-bkgd/iblf.gif);
}
.blog .northhighlandsscotland {
	background-image: url(../assets/logos/entry-bkgd/northhighlandsscotland.gif);
}
.blog .prime {
	background-image: url(../assets/logos/entry-bkgd/prime.gif);
}
.blog .primecymru {
	background-image: url(../assets/logos/entry-bkgd/primecymru.gif);
}
.blog .princesbuiltenvironment {
	background-image: url(../assets/logos/entry-bkgd/princesbuiltenvironment.gif);
}
.blog .princesbusinessenvironment {
	background-image: url(../assets/logos/entry-bkgd/princesbusinessenvironment.gif);
}
.blog .princescharitiesevents {
	background-image: url(../assets/logos/entry-bkgd/princescharitiesevents.gif);
}
.blog .princesdrawingschool {
	background-image: url(../assets/logos/entry-bkgd/princesdrawingschool.gif);
}
.blog .princesfoundationforchildrenarts {
	background-image: url(../assets/logos/entry-bkgd/princeschildrenarts.gif);
}
.blog .princesfoundationintegratedhealth {
	background-image: url(../assets/logos/entry-bkgd/princesfoundationintegratedhealth.gif);
}
.blog .princesregenerationtrust {
	background-image: url(../assets/logos/entry-bkgd/princesregenerationtrust.gif);
}
.blog .princesschooltraditionalarts {
	background-image: url(../assets/logos/entry-bkgd/princesschooltraditionalarts.gif);
}
.blog .princesteachinginstitute {
	background-image: url(../assets/logos/entry-bkgd/princesteachinginstitute.gif);
}
.blog .princestrust {
	background-image: url(../assets/logos/entry-bkgd/princestrust.gif);
}
.blog .princesscottishyouthbusinesstrust {
	background-image: url(../assets/logos/entry-bkgd/psybt.gif);
}
.blog .scottishbusinessincommunity {
	background-image: url(../assets/logos/entry-bkgd/sbc.gif);
}
.blog .traditionalarts {
	background-image: url(../assets/logos/entry-bkgd/traditionalarts.gif);
}
.blog .turquoisemountain {
	background-image: url(../assets/logos/entry-bkgd/turquoisemountain.gif);
}
.blog .turquoisemountainarts {
	background-image: url(../assets/logos/entry-bkgd/turquoisemountainarts.gif);
}

.blog p.externallink {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

.bloglist {
	margin-right: 19em;
}

.archivenav {
	float: right;
	width: 11em;
	background-color: #fcfbe7;
	margin-bottom: 3em;
}
	#bodytext .archivenav h3 {
		background-color: #E9E5D2;
		padding: 0.4em;
		border-top: 4px solid white;
		color: #65645d;
		font-size: 1em;
		margin: 0;
	}
	#bodytext .archivenav ul {
		list-style: none;
		padding: 0 0 0.5em 0;
		margin: 0;
		font-size: 0.8em;
	}
	.archivenav ul li {
		padding: 0.5em;
		color: #858379;
	}



.charitylargelogo {
	float: right;
}

/*columns*/
.column {
	float: left;
	width:  35em;
	margin-right: 3em;
	padding-bottom: 2em;
}

/*sectionbox*/

.sectionbox {
	padding: 0.5em 0 1em 0;
	margin: 0.8em 0 0.8em 0;
	border-top: 1px solid #E9E5D2;
	clear: left;
	font-size: 90%;
}
	.sectionbox h2 {
		font-size: 1.7em;
		margin: 0;
		margin-left: 145px;
		padding: 0.3em 0 0.2em 0;
	}
	.sectionbox p {
		line-height: 1.45em;
		margin: 0;
		padding: 0.2em 0;
		margin-left: 145px;
	}
	.sectionbox p.charityimage {
		float: left;
		margin: 0;
		padding: 0;
		margin-left: 0;
	}
	#bodytext .sectionbox ul {
		list-style: none;
		margin: 0;
		padding: 0.5em 0;
	}
	.sectionbox ul li {
	}
	/*to stop indenting on the top sectionbox in theme pages*/
	.theme .opportunityenterprise p,
	.theme .responsiblebusiness p,
	.theme .education p,
	.theme .builtenvironment p,
	.theme .health p,
	.theme .socialenterprise p,
	.theme .initiatives p {
		margin-left: 0;
	}
	.theme .opportunityenterprise,
	.theme .responsiblebusiness,
	.theme .education,
	.theme .builtenvironment,
	.theme .health,
	.theme .socialenterprise,
	.theme .initiatives {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}
.charitiespage .sectionbox {
	clear: none;
	border: none;
	float: left;
	width: 430px;
	min-height: 230px;
	margin-right: 0;
	line-height: 1;
}
	.charitiespage .rowstart {
		clear: both;
		margin-right: 2em;
	}
	#bodytext.charitiespage .sectionbox p {
		margin-left: 0;
		padding: 0;
		margin: 0;
	}
	#bodytext.charitiespage .sectionbox p a {
		color: #52514c;
	}
	.charitiespage .sectionbox h2 {
		padding: 0;
		margin: 0 0 0.3em 0;
		font-size: 1.2em;
		color: white;
	}
	.charitiespage .sectionbox h2 a  {
		color: white;
		display: block;
		padding: 0.3em 0 0.2em 0.5em;
	}
	.charitiespage .sectionbox h2 a:hover  {
		color: white;
	}
	/* this removes the blockquote formatting */
	.charitiespage blockquote {
		font-size: 1em;
		border: none;
		padding: 0;
		margin: 0;
		display: inline;
	}
	.charitiespage .blockquotewrap {
		background-image: none;
		padding: 0;
		margin: 0;
	}
	.charitiespage ul {
		line-height: 0;
	}
	.charitiespage .sectionbox li {
		padding: 0.2em 0 0.2em 10px;
		background: url(../assets/bullet.gif) no-repeat left center;
	}


/*bodytext with extrainfo - or single entry page*/

#main .specific {
	margin: 0 0 0 240px;
	padding: 1.5em 0 10em 0;
}

/*extrainfo box*/

.extrainfo {
	float: left;
	padding: 2em 0 5em 0;
	width: 222px;
	overflow: hidden;
	/*border: 1px solid black;*/
}
#bodytext .extrainfo {
	float: none;
	padding: 0;
	width: 222px;
	overflow: hidden;
	/*border: 1px solid black;*/
}
#bodytext .entry .extrainfo {
	float: left;
	padding: 0 3em 0 0;
	width: 20em;
	overflow: hidden;
	font-size: 0.9em;
}
#bodytext .entry .extrainfo dd {
	padding: 0 0 0 0;
}


.extrainfo h3 {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
	font-weight: normal;
	border-top: 1px solid #E9E5D2;
	padding: 0.2em 0 0 0;
	margin: 1em 0 0 0;
	font-size: 1.4em;
}
.extrainfo li.extrainfoillustration {
	padding-bottom: 1em;
}
.extrainfo ul,
.extrainfo dl {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
}
.extrainfo ul ul {
	font-size: 1em;
	margin-left: 1em;
}
.extrainfo li,
#bodytext .extrainfo dl dt,
#bodytext .extrainfo dl dd {
	margin: 0;
	padding: 0.4em 0 0.1em 0;
	font-weight: normal;
}
.extrainfo dl {
	clear: left;
	padding-top: 1em;
}
.extrainfo dl dt {
	padding-top: 0.3em;
}
.extrainfo dl dd {
	margin: 0;
	padding: 0 0 0.1em 0;
	font-weight: bold;
	font-family: "HelveticaNeue-Bold", Helvetica, Arial, Times, sans-serif;
}

.donatelink {
	display: block;
	padding: 0.6em 0;
}
	.donatelink a {
		background-color: #f6f4e0;
		color: #52514c;
		border: 1px solid #908e85;	
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 0.2em 0.5em;
		margin: 1em 0;
		display: inline;
			
	}
	.donatelink a:hover {
		background-color: #efdd9c;
		color: #52514c;
		border: 1px solid #908e85;	
	}

/*stories and people main page*/

.storyhighlight,
.storyhighlight2 {
	margin: 1.4em 0 0 0;
	padding: 0;
}
.storyhighlight {
	margin-left: 0;
}
.storyhighlight2 {
	width: 440px;
	margin-right: 1em;
	float: left;
}

.storyhighlight .storytext h1,
.storyhighlight .storytext h2,
.storyhighlight .storytext h2 a,
.storyhighlight .storytext p,
#main #bodytext.story #breadcrumbs a,
#main #bodytext.story #breadcrumbs,
.storyhighlight2 .storytext h1,
.storyhighlight2 .storytext h2,
.storyhighlight2 .storytext h2 a,
.storyhighlight2 .storytext p {
	padding: 0;
}


.storyhighlight p {
	margin: 0 2em 0 0;
}

.storyhighlight .storytextnoimage {
	padding: 0.5em 1em 1em 1em;
}

.storyhighlight p.storyimage,
.storyhighlight2 p.storyimage {
	float: left;
	padding: 0 1em 0 .5em;
	margin: 0;
	height: 220px;
}


p.storyimage img {
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.storyhighlight2 p.storyimage img {
}
.storyhighlight2 h2 {
	font-size: 1.2em;
}
#main #bodytext .storyhighlight2 p {
	font-size: 0.9em;
	line-height: 1.4em;
}
#main #bodytext .storyhighlight h2 a,
#main #bodytext .storyhighlight2 h2 a,
.storyhighlight p a,
.storyhighlight2 p a {
}
#main #bodytext .storyhighlight h2 a:hover,
#main #bodytext .storyhighlight2 h2 a:hover,
.storyhighlight p a:hover,
.storyhighlight2 p a:hover {
	text-decoration: underline;
}

/*story and storiespage*/
.story #bodytext p:first-child {
	font-size: 2em;
}
.story .storyimage {
	float: right;
	margin: 1em 0 1em 1em;
	max-width: 40%;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-transform: rotate(1.5deg);  
	-o-transform: rotate(1.5deg);  
	-webkit-transform: rotate(1.5deg);  
	-ms-transform: rotate(1.5deg);  
	transform: rotate(1.5deg);  
}

.story .floatLeft {
	padding: 1em 1em 1em 0;
}
.story .floatRight {
	padding: 1em 0 1em 1em;
}

object {
	margin: 1em 0;
}

.profileteaser {
	float: left;
	text-align: right;
	background-color: white;
	padding-top: 1.4em;
}


#bodytext .storypicture  {
	background-color: #65645d;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 19em 0 0 0;
	margin: 0;
}

#main #bodytext.story .textarea h1 {
	padding: 0;
	margin: 0;
	line-height: 1.11em;
	color: white;
}
#main #bodytext.story .textarea p {
	padding: 0;
	margin: 0;
	line-height: 1.1em;
}

#main #bodytext.storypage p img {
}

/*about*/
#main.about,
.about {
	background: url(../assets/princecharlesbig.jpg) center center no-repeat #010101;
}

.about #bodytext {
	padding-left: 480px;
}
	.about #bodytext .entry {
		border: none;
		padding: 0 0 3em 0;
		margin: 0;
	}
	.about #bodytext h1 {
		color: #fff;
	}
	.about #bodytext p {
		color: #eee;
	}
	.about p a {
		color: white;
	}
	.about p a:hover {
		color: #E9E5D2;
	}

/*donatelist*/

.donatelist  {
	width: 16em;
	height: 7em;
	margin-right: 2em;
	float: left;
	border-top: 1px solid #e9e5d2;
}




/*signin*/

#main.signinpage,
.signinpage {
}
.signinpage h1,
.signinpage p {
}



.supportsection {
	padding: 0.5em 30em 1em 70px;
	margin-top: 0.5em;
}
.supportsection h3 {
	font-weight: bold;
	font-family: "HelveticaNeue-Bold", Helvetica, Arial, Times, sans-serif;
}

.support1 {
	background: url(../assets/support1.gif) no-repeat left 0;
}
.support2 {
	background: url(../assets/support2.gif) no-repeat left 0;
}
.support3 {
	background: url(../assets/support3.gif) no-repeat left 0;
}
.support4 {
	background: url(../assets/support4.gif) no-repeat left 0;
}
.support5 {
	background: url(../assets/support5.gif) no-repeat left 0;
}
.support6 {
	background: url(../assets/support6.gif) no-repeat left 0;
}
.support7 {
	background: url(../assets/support7.gif) no-repeat left 0;
}

/*user register form*/


.req {
	color: #c42032;
	padding-left: 0.5em;
	font-size: 75%;
	text-transform: lowercase;
}
form#user-register .legal-terms {
	margin: 0;
	padding: 0.5em;
	background-color: white;
	border: 1px solid #52514c;
	height: 80px;
	overflow: auto;
	font-size: 0.6em;
	line-height: 1.15em;
	color: #52514c;
}
form#user-register .legal-terms p,
form#user-register .legal-terms ul,
form#user-register .legal-terms li,
form#user-register .legal-terms h2,
form#user-register .legal-terms h3 {
	font-size: 90%;
}
form#user-register .legal-terms h1 {
	display: none;
}

/*thank you page*/
#main.thankyoupage,
.thankyoupage {
	background: #a52b16 url(../assets/bkgd-support.jpg) repeat-x;
	color: white;
	border-bottom: 1px solid white;
}

	.thankyoupage #bodytext {
		padding-top: 3em;
	}
	.thankyoupage h1 {
		background: url(../assets/thankyou.png) no-repeat 0 0;
		width: 200px;
		height: 180px;
		text-indent: -1000px;
		display: block;
		overflow: hidden;
		float: left;
		margin: 0.2em 0 5em 0;
	}
	.thankyoupage #bodytext h2 {
		font-size: 2.5em;
	}
	.thankyoupage a {
		color: white;
		text-decoration: underline;
	}
	.thankyoupage #bodytext a:hover {
		text-decoration: underline;
		color: #E9E5D2;
	}
	
/* user account settings*/
/*

#user-edit {
}
#usereditform {
	margin-left: 250px;
	padding-bottom: 2em;
	font-size: 1.2em;
}
	#bodytext #user-edit legend {
		font-size: 1.3em;
		padding-bottom: 0.5em;
	}
	#user-edit label {
		display: block;
		padding: 0 0 0.3em 0;
	}
	#user-edit .description {
		padding: 0.5em 0;
	}
	#user-edit fieldset {
		padding: 0;
		margin: 0;
	}
	#user-edit input {
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
		border: 1px solid #908e85;
		padding: 0.3em 0.3em;
		margin-bottom: 1em;
	}
	#user-edit textarea {
		height: 6em;
		margin-bottom: 1em;
	}
	#edit-locations-0-postal-code {
		font-size: 0.8em;
	}
	fieldset .location label {
		font-size: 0.5em;
	}
	#user-edit table td .form-text {
		font-size: 0.7em;
		width: 10em;
	}
	#user-edit .form-submit {
		font-size: 1.4em;
	}
	#user-edit th {
		font-size: 0.8em;
		font-weight: normal;
	}
div.userpicture {
	float: left;
	border: 1px solid #dcd8c8;
	width: 220px;
	height: 220px;
	background-color: #e9e5d2;
	background-position: center center;
	background-image: url(../assets/defaultperson.gif);
	background-repeat: no-repeat;
}
	div.userpicture p {
		padding: 2em 1em 1em 1em;
		text-align: center;
		margin: 3em 0 0 0;
	}
	
#newslettersub {
	float: left;
	padding: 0 0 2em 25em;
}	

*/

/*user login*/

#user-login {
	padding: 0 0 3em 0;
}
#user-login label {
	padding: 0 0 0.2em 0;
	display: block;
}
#user-login input.form-text {
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
	border: 1px solid #908e85;
	padding: 0.3em 0.3em;
	margin-bottom: 1em;
	font-size: 1em;
	width: 25em;
}
	#user-login .form-submit {
		font-size: 1.6em;
	}
#user-login-area {
	margin-bottom: 2em;
}


/*message box*/

div.messages {
	background: #f6f4e0;
	padding: 1em;
	font-size: 1.4em;
	text-align: center;
	border-top: 1px solid #65645d;
	border-bottom: 1px solid #65645d;
}
div.messages ul {
	list-style: none;
}
div.error {
	background: #a52b16 url(../assets/bkgd-support.jpg) repeat-x;
	color: yellow;
	padding: 1em;
	font-size: 1.4em;
}
	div.error a {
		color: white;
	}
	div.error a:hover {
		color: #E9E5D2;
	}



/*support form*/

.charitylist ul {
	font-size: 0.8em;
	list-style: none;
	margin: 0;
	padding: 0.5em 5em;
}
.charitylist ul ul {
	padding: 0.5em 1em;
	font-size: 1em;
}
.charitylist a {
}

.charitylist {
	padding: 1em;
}

/*Contact Us*/

#webform-client-form-960 {
	border-top: 1px solid #e9e5d2;
	margin: 1em 0 1em 0;
	padding: 0 0 1em 0;
}
	#webform-client-form-960 label {
		display: block;
		padding: 0.8em 0 0.5em 0;
	}
	#webform-client-form-960 label.option {
		display: block;
		padding: 0 0 0.9em 0;
	}
	#webform-client-form-960 textarea {
		width: 40em;
		height: 10em;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
		border: 1px solid #908e85;
		padding: 0.2em 0.3em;
	}
	#webform-client-form-960 #edit-submitbutton {
		margin: 1em 0;
		font-size: 1.4em;
	}
	.form-required {
		color: #C42032;
	}
	.captcha img {
		border: 1px solid #e9e5d2;
	}
	#webform-client-form-960 fieldset.captcha label {
		padding-top: 0;
		font-size: 0.8em;
	}

/*password reset*/

#user-pass  {
	padding: 0 0 2em 0;
	font-size: 1.3em;
}

#user-pass label {
	display: block;
	padding: 0.8em 0 0.5em 0;
	font-size: 1.3em;
	line-height: 1.5em;
}
#user-pass input.form-text {
	font-size: 1.3em;
}
#user-pass input.form-submit {
	font-size: 1.3em;
	clear: both;
}
/*taxonomy*/

#bodytext .taxonomy ul {
	margin: 0;
	padding: 0.5em 0;
	line-height: 170%;
	word-spacing: -0.1em;
}
.taxonomy ul li {
	padding:  0;
	margin: 0 0.3em 0 0;
	display: inline;
}

.taxonomy ul li a {
	color: #586B7A;
	font-size: 0.8em;
	background: #f6f4e0 url(../assets/tag.gif) no-repeat 3px center;
	padding: 0.2em 0.4em 0.2em 16px;
	white-space: nowrap;
	text-decoration: none;
}
.taxonomy ul li a:hover {
	background: #e9e5d2 url(../assets/tag.gif) no-repeat 3px center;
	color: #52514c;
	text-decoration: underline;
}


#joinusad {
	width: 370px;
	height: 106px;
	margin: 3em 0 2em 22em;
	padding: 0;
	display: block;
	background-color: transparent;
	overflow: hidden;
}
	#joinusad h3 {
		padding: 0;
		margin: 0;
	}
	#joinusad h3 a {
		margin: 0;
		padding: 106px 0 0 0;
		display: block;
		width: 370px;
		height: 106px;
		background: url(../assets/post-it4-ad.gif) no-repeat 0 0;
		text-indent: -2000px;
		overflow: hidden;
		font-size: 15px;
		line-height: 15px;
	}
	#joinusad h3 a:hover {
		background: url(../assets/post-it4-ad.gif) no-repeat 0 -106px;
	}



/* CONTENT FEED */


#contentfeed {
	clear: both;
	background: #333367 url(../assets/bkgd-home.png) repeat-x left top;
	padding-bottom: 1.4em;
}
#homepage #contentfeed {
	background-image: none;
}
#contentfeed h2 {
	color: #9B9BB4;
	font-weight: normal;
	font-size: 1.3em;
	padding: 0.5em 1.4em 0.5em 0.7em;
}
#contentfeed p {
	font-size: 1.4em;
}
.node {
	margin: 0 0.7em;
	/*background-color: #555;*/
	float: left;
	display: inline;
}
#bodytext .node {
	margin: 0 1em 1em 0;
	float: left;
	display: inline;
	font-size: 72%;
}
.node a {
	text-decoration: none;
}
.node a:hover {
	text-decoration: underline;
}

.node .nodecontent {
	width: 150px;
	height: 150px;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #E9E5D2;
	background-position: center center;
	background-repeat: no-repeat;
}
.textbox  {
	margin: 0;
	background-color: #E9E5D2;
	text-align: left;
	padding: 0.2em;
}
	.event .textbox,
	.profile .textbox,
	.blog .textbox,
	#main .event .textbox,
	#main .profile .textbox,
	#main .blog .textbox {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0.2em;
		width: 13.7em;
		display: block;
		background: url(../assets/whitebkgdtransparent.png);
	}
	.textbox p {
		font-size: 85%;
		line-height: 120%;
		padding: 0;
	}
	#contentfeedholder .node .textbox p {
		font-size: 105%;
		line-height: 120%;
		padding: 0;
		margin: 0;
	}
	.textbox h3 {
		font-size: 120%;
		line-height: 120%;
		font-weight: bold;
		font-family: "HelveticaNeue-Bold", Helvetica, Arial, Geneva, Times, sans-serif;
	}
	#bodytext .textbox h3,
	#bodytext .textbox p {
		padding: 0;
		margin: 0;
	}
	.textbox .teaser {
		font-size: 85%;
	}

/* contenttype */

#bodytext .contenttype,
#contentfeed .contenttype {
	color: #777;
	padding: 0;
	text-decoration: none;
	font-size: 105%;
}
	.contenttype a {
		color: #777;
	}
	.contenttype a:hover {
		color: #586B7A;
	}







/* CHARITY PICKER */

#charitypicker {
	clear: left;
	padding: 1.5em 0 0 0;
	background-color: #666;
	text-align: center;
}
#charitypicker .frame {
}
#charitypicker:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#charitypicker a.browse {
	float: left;
	margin-top: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
	text-indent: -2000px;
	overflow: hidden;
}
#charitypicker a.prev {
	background: url(../assets/prev-horizontal.gif) no-repeat;
	margin-left: 40px;
}
#charitypicker a.next {
	background: url(../assets/next-horizontal.gif) no-repeat;
}
#charitypicker a:hover {
	background-position: -32px;
}
#charitypicker a:active {
	background-position: -64px;
}
#charitypicker a.disabled {
	background-position: -96px;
    cursor: default;
}
#charitypicker ul {
	list-style: none;
}
#charitypicker li {
	float: left;
}

#charityinfo {
	color: white;
	clear: left;
	padding: 0 0 0.5em 0;
	text-align: center;
	font-size: 1.2em;
}

#pcf {
	float: right;
	margin-right: 325px;
	padding-bottom: 2em;
}
#pcf-roundel {
	float: right;
	margin: 0 -313px 1em 1em;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#charitypickercontent {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 800px;
	height: 80px;
	float: left;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
#charitypickercontent .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
#charitypickercontent .items ul {
	float: left;
}
#charitypickercontent .items li {
	padding: 0 10px;
}
#charitypickercontent .items li img {
	
}




/* SEARCH */

.search-advanced {
	display: none;
}
dl.search-results {
}

	#bodytext dl.search-results dt.title {
		border-top: 1px solid #E9E5D2;
		font-size: 1.4em;
		margin-top: 0.5em;
		padding: 0.5em 0 0.3em 0;
		line-height: 120%;
		font-weight: normal;
	}
	dl.search-results dd {
		font-size: 1.0em;
		line-height: 120%;
		margin-left: 0;
	}
	#bodytext dl.search-results dd p {
		font-size: 1.0em;
		line-height: 120%;
	}
	#bodytext dl.search-results dd.entrydate {
		font-size: 0.85em;
		padding: 0;
		margin: 0;
	}

.searchpage h2 {
	font-size: 2.8em;
}
#search-form {
	margin: 0 0 0.2em 0;
	padding: 1em 0 0 0;
	font-size: 1.4em;
}
	#search-form label {
		display: inline;
		padding: 0.2em 0 0.1em 0;
	}
	#search-form input {
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
		border: 1px solid #908e85;
		padding: 0.2em 0.3em;
		font-size: 0.9em;
	}
	#search-form #form-submit {
		margin: 1em 0;
		font-size: 1.2em;
	}

/*VIDEO*/

#videocontainer {
	text-align: center;
	padding: 0.8em;
	background-color: #a7a69b;
	margin-bottom: 1em;
}

#bodytext div.youtubevideo {
	background-color: #65645d;
	text-align: center;
	padding: 0.5em;
	background: #a52b16 url(../assets/bkgd-support.jpg) repeat-x;
	}
#bodytext div.youtubevideo p,
#bodytext div.youtubevideo h3 {
	color: white;
}
#bodytext div.youtubevideo a {
	color: white;
}


/* FOOTER */

#footer {
	clear: both;
	padding-bottom: 3em;
	text-align: left;
	background-color: #333367;
background: -moz-linear-gradient(top, #1B1C3A 0%, #333367 10%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1B1C3A), color-stop(10%,#333367)); /* webkit */}

	#footer .frame {
		background: url(../assets/logo-footer.gif) no-repeat 0.5em 2em;
		padding: 2em 0 100px 0;
		text-align: left;
		
	}
	#footer a {
		text-decoration: none;
		color: #eee;
	}
	
	#footer ul {
		padding: 0 0 0 0.8em;
		margin: 0;
		list-style: none;
		/*border-top: 1px solid white;*/
		font-size: 12px;
	}
	#footer ul#footermenu {
		margin: 0 0 0 80px;
		padding: 20px 0 0 0;
		float: left;
	}
	#footer ul#footer-share {
		margin: 0 0 0 0;
		padding: 20px 0 0 0;
		float: right;
	}
	#footer li {
		padding: 0 1em 0 0;
		display: inline;
	}
	#footer li a {
		padding: 10px 0;
	}
	#footer li a:hover {
		color: #F18F20
	}
	#footer ul#footer-share li {
		padding: 0 0 0 1em;
	}
	#footer ul#footer-share li a {
		padding-left: 20px;
	}
	#footer ul#footer-share li.facebook a {
		background: url(../assets/socialme/facebook.png) no-repeat left center;
	}
	#footer ul#footer-share li.royalchannel a {
		background: url(../assets/socialme/youtube.png) no-repeat left center;
	}
	#footer ul#footer-share li.twitter a {
		background: url(../assets/socialme/twitter.png) no-repeat left center;
	}
	#footer ul#footer-share li.last a {
		background: url(../assets/socialme/feed.png) no-repeat left center;
	}	.recentinfo {
		float: left;
		width: 22em;
		margin-right: 2em;
	}
	.recentinfo h3 {
		font-weight: normal;
		font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
		border-left: 1px solid white;
		font-size: 1.4em;
		padding: 0 0 0.5em 0.7em;
	}
	#footer .recentinfo h3 a {
		color: #52514c;
	}
	#footer .recentinfo h3 a:hover {
		text-decoration: underline;
		color: #C42032;
	}

/* MODERATION */
.moderation {
	border: red 2px solid;
}




/*
COLOURS
main background: light beige #E9E5D2
super light beige #f6f4e0   (#fcfbe7)
dark beige: #65645d
link #333377 link hover #333344
prince of wales blue #333367
white over the blue (looks 50%) 

opportunity enterprise: mauve #7A68AE
responsible business: khaki #949C50
education: turquoise #399399
built environment: red #C42032
health: yellow #F18F20
Social Enterprise: blue #7BA2CD
*/



