/* Main styles */
/*-------------------------------------------------------------*/
/*----------- BARNARDO'S CSS MAIN SITE STYLE SHEET ------------*/
/*----------- JUNE 2013 ---------*/
/*-------------------------------------------------------------*/

/* 
-- CSS INDEX --

1.BASIC HTML
2.STRUCTURE
3.GLOBAL NAVIGATION
4.HOMEPAGE
5.INDEX PAGES
6.DONATE
7.STANDARD PAGE ELEMENTS
8.REGIONAL PAGES
9.POPUPS
10.FOOTER
11.NOMENSA GLOBAL CSS FOR BARNARDOS
12.COOKIE BANNER

*/

/* ---------- 1.BASIC HTML ---------------------------------------------------------------*/

@import url('/onlineshop/fonts/clarendontextpro_bold_macroman/stylesheet.css');
@import url('/onlineshop/fonts/clarendontextpro_bolditalic_macroman/stylesheet.css');
@import url('/onlineshop/fonts/clarendontextpro_italic_macroman/stylesheet.css');
@import url('/onlineshop/fonts/clarendontextpro_regular_macroman/stylesheet.css');

H1{
	
	font-family: "ClarendonTextProRegular", "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 190%;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	color:#333;
}
H1 span, h2 span, h3 span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
H2{
	font-family: "ClarendonTextProRegular", "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 140%;
	line-height:140%;
	padding: 0;
	margin: 1em 0 0.25em 0;
	color:#111;
}
H3{
	font-family: "ClarendonTextProRegular", "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 125%;
	line-height:125%;
	padding: 0;
	margin: 1em 0 0.5em 0;
	color:#111;
}
h1 strong, h2 strong, h3 strong {
	font-weight: normal;
}

P{
	font-weight: normal;
	font-size: 100%;
	line-height:190%;
	padding: 0;
	margin: 0.2em 0 0.8em 0;
}
UL{
	font-weight: normal;
	font-size: 100%;
	line-height:180%;
	padding: 0;
	margin: 0.2em 0em 0.8em 1.5em;
}
OL{
	font-weight: normal;
	font-size: 100%;
	line-height:180%;
	padding: 0;
	margin: 0.2em 0em 0.8em 2.5em;
}
UL li, OL li{
	margin-bottom:0.8em;
}
A{
	color:#336633;
	text-decoration:none;
	padding:2px 0 3px 0;
}
A:hover{
	text-decoration:underline;
	background:#F0F7E5;
}

A u {
	text-decoration:none; /* Disable underline on links */
}

HR{
	height:1px;
	border:none;
	border-bottom:1px dotted #bbb;
	margin:7px 0;
}

/*------ 2. STRUCTURE --------------------------------------------------------------*/

body {
	margin:0;
	padding:0;
	background:#EEE url(barn08-bg-fade.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#444;
}
.clear{
	clear:both;
}
#wrapper {
	width:100%;
	padding-top:10px;
}
#main {
	width:990px;
	margin:auto;
	margin-bottom:10px;
	background:#fff;
}
#header {
	width:100%;
	height:100px;
}
#header div{
	float:right;
	width:500px;
	padding: 3em 40px 10px 0;
	text-align: right;
	font-size:90%;
	line-height: 140%;
}
#header div p{
	margin:0;
	padding-right:10px;
}
#header div a{
	color:#333;
	text-decoration: none;
}
#header div a:hover{
	text-decoration: underline;
}
#header p a.headDonate, #header p a:link.headDonate{
    display: table-cell;
    width: 6em;
    height: 24px;
    text-align: center;
    vertical-align: middle;
	color:#fff;
	background: #7FBA00;
	font-size: 1.4em;
	font-family: "ClarendonTextProRegular", "Georgia", "Times New Roman", Times, serif;
	font-weight:normal;
}
#header div a:hover.headDonate{
	background: #92c23d;
}
#cse-search-box input[type="text"]{
	padding:5px !important;
	font-family:verdana !important;
	font-size:110% !important;
	border:1px solid #ccc !important;
	width:250px !important;
	margin-right:5px;
}

#cse-search-box input[type="submit"]{
	background:url(standard_button_bg.jpg) left no-repeat;
	border:1px solid #679513;
	padding:2px 5px 3px 5px;
	color:#fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	font-family: "ClarendonTextProRegular", "Georgia","Times New Roman", Times, serif;
	font-weight:normal;
}
#cse-search-box input[type="submit"]:hover{
	background:url(standard_button_bg.jpg) right no-repeat;
	border:1px solid #679513;
}

#contRight {
	width:785px;
	float:right;
}
#nav {
	width:200px;
	float:left;
	padding: 8px 0 0 0;
}
#content {
	width:535px;
	float:left;
	padding:7px 0 10px 15px;
}
#contentWide{
	width:740px;
	float:left;
	padding:7px 0 10px 15px;
}
#rhCol {
	width:220px;
	padding:7px 0 0 0;
	float:right;
}
#newsletterLink{
	margin:30px 0 0 47px;
}
#newsletterLink a{
	padding:0;
	font-family: "ClarendonTextProBold", "Georgia","Times New Roman", Times, serif;
	font-weight:normal;
	font-size:165%;
	line-height:110%;
	color:#336633;
}
#newsletterLink a:hover{
	background:#fff;
	color:#336633;
}
#newsletterLink a span{
	font-size:75%;
}

#newsCta{
	padding:20px 0 0 15px;
}
#newsCta img{
	border:none;
}
#newsCta a{
	padding:0;
	background:none;
}
/*---------- 3.GLOBAL NAVIGATION -----------------------------------------*/

/* top level */
#nav ul{
	list-style-type: none;
	margin:0;
	padding:0 5px 0 25px;
	font-family: "ClarendonTextProRegular", "Georgia","Times New Roman", Times, serif;
	font-size: 120%;
}
#nav li{
	display: inline; 
	list-style-type: none;
}
#nav span.hidden{
	display : none;
}
#nav li a{	
	display : block;
	text-decoration: none;
	color: #333;
	padding:0px 0px 0px 25px;
	margin:0 0 7px 0;
	line-height:130%;
}
#nav li a:hover{
	color: #111;
	text-decoration: none;
	background: url(barn08-arrow.gif) 15px 6px no-repeat;
}
#nav LI span.self {
	display : block;
	padding:0px 0px 0px 25px;
	margin:0 0 7px 0;
	color:#222;
	background: url(barn08-arrow-dk.gif) 15px 6px no-repeat;
	line-height:130%;
	font-family: "ClarendonTextProBold", "Georgia","Times New Roman", Times, serif;
}
#nav LI span.highlighted a{	
	color: #336633;
	background: url(barn08-arrow-grn.gif) 13px 6px no-repeat;
	font-family: "ClarendonTextProBold", "Georgia","Times New Roman", Times, serif;
}


/* Second Level plus */

#nav ul ul {
	margin:0 0 7px 0; 
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height: 1.2em;
}
#nav ul ul ul{
	font-size:1em;
}
#nav LI LI span.self {
	display : block;
	padding:4px 0px 4px 35px;
	margin:1px 0px 1px 0px;
	font-weight: bold;
	color:#000;
	background: url(barn08-arrow-dk.gif) 25px 7px no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav LI LI span.highlighted a{	
	color: #336633;
	background: url(barn08-arrow-grn.gif) 23px 7px no-repeat;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav LI LI A {
	padding:4px 0px 4px 35px;
	margin:1px 0 1px 0;
	font-weight: normal;
	color:#444;
}
#nav LI LI span.navChild a{
	background: url(barn08-bullet-dashed.gif) 25px 5px no-repeat;
}
#nav LI LI span.sibling a{
	background: url(barn08-arrow-lt.gif) 25px 7px no-repeat;
}
#nav LI LI A:hover{
	text-decoration: none;
	background: url(barn08-arrow.gif) 25px 7px no-repeat;
	color: #111;
}
#nav LI LI LI SPAN.self {
	display : block;
	padding:4px 0px 4px 45px;
	margin:1px 0px 1px 0px;
	font-weight: bold;
	color:#000;
	background: url(barn08-arrow-dk.gif) 35px 7px no-repeat;
}
#nav LI LI LI span.highlighted a{	
	color: #336633;
	background: url(barn08-arrow-grn.gif) 33px 7px no-repeat;
}
#nav LI LI LI A {
	padding:4px 0px 4px 45px;
	margin:1px 0 1px 0;
	color: #444;
}
#nav LI LI LI span.navChild a{
	background: url(barn08-bullet-dashed.gif) 35px 5px no-repeat;
}
#nav LI LI LI span.sibling a{
	background: url(barn08-arrow-lt.gif) 35px 7px no-repeat;
}
#nav LI LI LI A:hover{
	text-decoration: none;
	background: url(barn08-arrow.gif) 35px 7px no-repeat;
	color: #000;
}
#nav LI LI LI LI SPAN.self {
	display: block;
	padding:4px 0px 4px 55px;
	margin:1px 0px 1px 0px;
	font-weight: bold;
	color:#000;
	background: url(barn08-arrow-dk.gif) 45px 7px no-repeat;
}
#nav LI LI LI LI A {
	padding:4px 0px 4px 55px;
	margin:1px 0 1px 0;
	color: #444;
}
#nav LI LI LI LI span.navChild a{
	background: url(barn08-bullet-dashed.gif) 45px 5px no-repeat;
}
#nav LI LI LI LI span.sibling a{
	background: url(barn08-arrow-lt.gif) 45px 7px no-repeat;
}
#nav LI LI LI LI A:hover{
	text-decoration: none;
	background: url(barn08-arrow.gif) 45px 7px no-repeat;
	color: #111;
}

#nav LI LI LI LI LI SPAN.self {
	display: block;
	padding:4px 0px 4px 55px;
	margin:1px 0px 1px 0px;
	font-weight: bold;
	color:#000;
	background: url(barn08-arrow-dk.gif) 45px 7px no-repeat;
}
#nav LI LI LI LI LI A {
	padding:4px 0px 4px 55px;
	margin:1px 0 1px 0;
	color: #444;
}
#nav LI LI LI LI LI span.navChild a{
	background: url(barn08-bullet-dashed.gif) 45px 5px no-repeat;
}
#nav LI LI LI LI LI span.sibling a{
	background: url(barn08-arrow-lt.gif) 45px 7px no-repeat;
}
#nav LI LI LI LI LI A:hover{
	text-decoration: none;
	background: url(barn08-arrow.gif) 45px 7px no-repeat;
	color: #111;
}

/*------------ 4.HOMEPAGE --------------------------------------------------------------------*/

	

				#upperContent{
					width:735px;
					margin-top:14px;
				}
				#upperContent h2, #intro_uOne h1{
					background:#F0F0F0;
					font-size:140%;
					margin:0 0 10px 0;
				}
				#intro_uOne h1{
					padding:10px 12px;
				}
				#upperContent h2 a{
					display:block;
					width:211px;
					padding:10px 12px;
					color:#546F0F;
				}
				#upperContent h2 span{
					display:block;
					padding:10px 12px;
				}
				#upperContent h2 a:hover{
					background:#D7EAB0;
				}
				#upperContent h3{
					padding-left:10px;
					font-size:120%;
				}
				#upperContent p, #upperContent ul, #intro_uOne p, #intro_uOne ul{
					font-size:100%;
					line-height:160%;
					padding:0 10px;
				}
				#upperContent #uOne, #intro_uOne{
					width:235px;
					min-height:310px;
					float:left;
				}
				#upperContent #uOne h2, #intro_uOne h2{
					padding:12px;
				}
				#upperContent #uTwo{
					width:235px;
					margin-left:15px;
					background:#fff url(home-donate-bg.jpg) no-repeat;
					float:left;
				}
				#upperContent #uTwo h2{
					background:none;
					font-size:160%;
					margin:0 0 10px 0;
				}
				#upperContent #uTwo h2 a{
					display:block;
					height:25px;
					color:#43580C;
					background:#F1F8E8;
					margin:8px 0 0 8px;
					width:204px;
					padding:8px 5px 12px 9px;				
				}
				#upperContent #uTwo h2 a:hover{
					background:#D7EAB0;
				}
				#upperContent #uTwo .highlight{
					border:none;
					line-height: 1.3em;
					padding:0 10px;
					margin:0;
					color:#fff;
				}
				#upperContent #uTwo .smalltext{
					line-height: 1.3em;
				}
				#upperContent #uTwo h3{
					padding-top:10px;
				}
				#upperContent #uThree{
					width:235px;
					background:#fff;
					margin-left:15px;
					float:left;
				}
				#lowerContent{
					margin-top:15px;
				}
				#lowerContent div{
					width:211px;
					background:#F2F8E8;
					padding:12px 12px 2px;
					float:left;
					min-height:260px;
				}

				#lowerContent h2{
					margin:0 0 10px 0;
				}
				#lowerContent a{
					color:#546F0F;
				}
				#lowerContent p, #lowerContent ul{
					font-size:90%;
					line-height:150%;
				}
				#lowerContent ul li{
					padding-bottom:5px;
				}
				#lowerContent #lTwo, #lowerContent #lThree{
					margin-left:15px;
				}
				wrapper{
					z-index:1;
					position:absolute;
					top:0;
					left:0;
				}
				#introWrapper{
					width:100%;
					z-index:100;
					position:absolute;
					top:0;
					left:0;
				}
				#introWrapper #introMain{
					width:990px;
					margin:auto;
				}
				#introWrapper #introMain #intro_uOne{
					position:absolute;
					top:405px;
					margin-left:215px;
				}

	

	

/*------------------ 5.INDEX PAGES ---------------------------------------------------------------------*/



	#section{
		width:730px;
	}
	#sectionHeader{
		background:#F3F3F3;
		height:212px;
		margin-bottom:20px;
	}
	#sectionHeaderImage{
		width:365px;
		float:right;
	}
	#sectionHeaderText{
		width:310px;
		float:left;
		padding:20px 0 0 25px;
	}
	#sectionHeaderText p, #sectionHeaderText ul{
		font-size:90%;
	}
	#sectionHeaderText p a{
		font-weight:bold;
	}
	#sectionContent{
		margin-bottom:20px;
	}
	#sectionContent h2{
		background:#F4F4F4;
		margin:0;
		height:48px;
		font-size:130%;
		float:left;
	}
	#sectionContent #sectionlhCol h2 a, #sectionContent #sectionlhCol h2 span{
		display:block;
		padding:12px 0 0 10px;
		width:289px;
		height:36px;
	}
	#sectionContent h2 a:hover{
		background:#D7EAB0;
	}
	#sectionContent img{
		border:none;
		float:left;
	}
	#sectionContent p{
		display:inline;
		margin:0;
		padding:0;
	}
	#sectionContent #sectionlhCol{
		width:347px;
		float:left;
	}
	#sectionContent #sectionlhCol h2{
		width:299px;
	}
	#sectionContent #sectionlhCol br{
		margin-bottom:120px;
	}
	#sectionContent #sectionrhCol{
		width:365px;
		float:right;
	}
	#sectionContent #sectionrhCol h2{
		width:317px;
	}
	#sectionContent #sectionrhCol br{
		/*margin-bottom:120px;*/
	}
	#sectionContent #sectionrhCol h2 a, #sectionContent #sectionrhCol h2 span{
		display:block;
		padding:12px 0 0 10px;
		width:307px;
		height:36px;
	}
	#sectionContent ul{
		clear:both;
		margin:0;
		padding:8px 0 20px 72px;
		font-size:90%;
	}
	#subSection{
		width:530px;
	}
	#subSectionHeader{
		background:#F3F3F3;
		height:212px;
		margin-bottom:20px;
	}
	#subSectionHeader img{
		width:257px;
		padding:0;
		float:right;
	}
	#subSectionHeaderText{
		width:230px;
		float:left;
		padding:20px 0 0 25px;
	}
	#subSectionHeaderText p, #subSectionHeaderText ul{
		font-size:90%;
	}
	#subSectionHeaderText ul#feed li {
    	padding-bottom: 8px;
	}
	#subSectionHeaderText p a{
		font-weight:bold;
	}
	#subSectionHeaderText ul#feed {
    	line-height: 130%;
	}
	#subSectionContent{
		margin-bottom:20px;
	}
	#subSectionContent h2{
		background:#F4F4F4;
		margin:0;
		height:48px;
		font-size:130%;
		float:left;
	}
	#subSectionContent img{
		border:none;
		float:left;
	}
	#subSectionContent p{
		display:inline;
		margin:0;
		padding:0;
	}
	#subSectionContent #subSectionCol{
		width:256px;
		float:left;
	}
	#subSectionContent #subSectionCol h2{
		width:208px;
	}
	#subSectionContent #subSectionCol h2 a, #subSectionContent #subSectionCol h2 span{
		display:block;
		padding:12px 0 0 10px;
		width:198px;
		height:36px;
	}
	#subSectionContent h2 a:hover{
		background:#D7EAB0;
	}
	#subSectionContent ul{
		clear:both;
		margin:0;
		padding:8px 0 20px 72px;
		font-size:90%;
	}
	#subSectionContent ul ul{
		clear:both;
		margin:0;
		padding:8px 0 20px 10px;
		font-size:100%;
	}
	#headerText h1{
		margin-bottom:5px;
	}
	#headerText p{
		line-height:160%;
	}

/* ----------- 6.DONATE ----------------------------------------------------------------------------------*/

.donateRh{
		width:178px; 
		height:40px; 
		margin:10px 10px 10px 5px;
		text-align: center;
}
.donateRh a{
		font-family:"ClarendonTextProBold", georgia, verdana, arial; 
		display:block;
    	border: 1px solid #6D9C0C;
    	border-radius: 5px;
		padding:7px 10px;
		font-size:140%;
		color:#173223; 
		text-decoration:none;
		background: #82BD01;
}
.donateRh a:hover{
		text-decoration:none;
		background: #A7D14D;
}

	
	
	
/*--------- 7.STANDARD PAGE ELEMENTS ---------------------------------------------------------*/

.hidden, .hide{
	display:none;
}
.quote{
	margin:0px 37px 20px 5px;
	background:url(barn08-quote-left.gif) no-repeat;
	color:#777;
}
.quote div{
	padding:10px 25px;
	background:url(barn08-quote-right.gif) bottom right no-repeat;
}
.quote div p{
	font-size:90%;
	line-height:160%;
}
#content p a, #content li a, .highlightgrey a, .highlight a{
	font-weight:bold;
}
.alignright, .alignleft{
	float:right;
	clear:right;
	margin:5px 0 10px 15px;
}
.alignright img, .alignleft img{
	margin-bottom:5px;
}
.highlightgrey, .highlight{
	margin:15px 0 15px 0;
	padding:10px;
   	font-size: 0.90em;
   	line-height: 1.7em;
	border:1px solid #D0E5AC;
	clear:both;
}
.highlight br, .highlightgrey br{
	line-height:0.5em;
}
.quoteright, .quoteleft {
	margin: 10px 0 15px 15px;
	padding:10px;
	width:170px;
   	font-size: 0.9em;
	line-height: 1.5em;
	float:right;
	clear:right;
	border:1px solid #ABD067;
}
blockquote {
	margin: 20px 0px;
	background: url(barn10-double-quote-left.gif) no-repeat;
	color: #777;
}
blockquote p {
	padding: 2px 27px 0px 27px;
	font-size: 100%;
	line-height: 170%;
}
blockquote strong {
	color: #666;
}
.fullQuote{
	margin:15px 0px 15px 0px;
	background:url(barn08-quote-left.gif) no-repeat;
	color:#666;
}
.fullQuote p{
	padding:12px 27px 12px 28px;
	background:url(barn08-quote-right.gif) bottom right no-repeat;
	font-size:100%;
	line-height:160%;
}
.extrainfotitle{
	margin:8px 37px 0 5px;
}
.extrainfotitle h2{	
	background:#F9F9F9;
	border:1px solid #e5e5e5;
	padding:10px;
	line-height:100%;
	margin:0;
	font-size:110%;
	font-weight:bold;
	color:#666;
}
.ulbg{
	border:1px solid #e5e5e5;
	border-top:none;
	margin:0px 37px 0 5px;
	padding:10px;
	font-size:90%;
}
.ulbg ul li{
	line-height:140%;
}
.adobe{
	border:1px solid #e5e5e5;
	margin:8px 37px 0 5px;
	padding:10px;
	color:#666;
}
.adobe p{
	font-size:90%;
	line-height:160%;
}


a.btn{
		font-family:"ClarendonTextProBold", georgia, verdana, arial; 
		display:block;
		width:155px;
    	border: 1px solid #6D9C16;
    	border-radius: 4px 4px 4px 4px;
		padding:8px 15px 8px 10px;
		margin-top:8px;
		font-size:120%;
		color:#fff; 
		font-weight:normal;
		background: #7FBA00 url(button-green-arrow-light.png) no-repeat right;
		background: url(button-green-arrow-light.png) no-repeat right, linear-gradient(bottom, #7FBA00 0%, #9FCC42 85%);
		background: url(button-green-arrow-light.png) no-repeat right, -moz-linear-gradient(bottom, #7FBA00 0%, #9FCC42 85%);
		background: url(button-green-arrow-light.png) no-repeat right, -webkit-linear-gradient(bottom, #7FBA00 0%, #9FCC42 85%);

}
a:hover.btn{
		text-decoration:none;
		color:#fff;
		background: #72A602 url(button-green-arrow-light.png) no-repeat right;
		background: url(button-green-arrow-light.png) no-repeat right, linear-gradient(bottom, #72A602 0%, #8DB63A 85%);
		background: url(button-green-arrow-light.png) no-repeat right, -moz-linear-gradient(bottom, #72A602 0%, #8DB63A 85%);
		background: url(button-green-arrow-light.png) no-repeat right, -webkit-linear-gradient(bottom, #72A602 0%, #8DB63A 85%);
}
.servicelist ul {
	font-family: "ClarendonTextProRegular", "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 125%;
	line-height:125%;
	color:#111;
}

.servicelist li {
	margin: 10px 0;
}
#content .servicelist li a {
	font-weight:normal;
}
.cta a {
	background: #94c442 url(button-white-arrow.gif) no-repeat 100% 50%;
	background: url('button-white-arrow.gif') no-repeat 100% 50%, -moz-linear-gradient( center top, #94c442 5%, #8bb73a 100% );
	background: url('button-white-arrow.gif') no-repeat 100% 50%, -moz-linear-gradient( center top, #94c442 5%, #8bb73a 100% );
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94c442', endColorstr='#8bb73a');*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #6d9c16;
	display: inline-block;
	color: #fff !important;
	font-family: "ClarendonTextProRegular", georgia, verdana, arial;
	font-size: 16px;
	font-weight: normal;
	padding: 8px 42px 8px 12px;
	margin: 10px 0;
	text-decoration: none !important;
	text-shadow: 1px 1px 0px #6d9c16;
	line-height: 135%;
}

.cta a:hover {
	background: #8bb73a url(button-white-arrow.gif) no-repeat 100% 50% !important;
	background: url('button-white-arrow.gif') no-repeat 100% 50%, -moz-linear-gradient( center top, #8bb73a 5%, #94c442 100% );
	background: url('button-white-arrow.gif') no-repeat 100% 50%, -moz-linear-gradient( center top, #8bb73a 5%, #94c442 100% );
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bb73a', endColorstr='#94c442');*/
}

.cta a:active {
	position: relative;
	top: 1px;
}

/*---------Standard table ------*/

table{
	margin:10px 0;
	border-collapse:collapse;
}
td{
	padding:5px 10px 5px 0;
	line-height:140%;
	padding:8px 4px;
}
.rowheader{
	background:#7fba00;
	color:white;
	font-weight:bold;
	font-size:120%;
}
.rowheader h2{
	font-size:110%;	
	font-weight:normal;
	margin:0;
	color:#000;
}

.rowodd{
	background:#FFF;
	color:#444;
	font-size:90%;
}
.roweven{
	color:#444;
	background:#f5f5f5;
	font-size:90%;
}

/*--- Table with borders ----*/

.borderTable table{
	margin:10px 0;
	border-collapse:collapse;
}
.borderTable td{
	padding:5px;
	font-size:90%;
	line-height:140%;
	padding:8px;
	border:1px solid #B1D665;
}
.borderTable th{
	border:1px solid #B1D665;
	background:#7fba00;
	color:white;
	font-weight:bold;
	font-size:120%;
	text-align:left;
	padding:8px;
}

.borderTable td h2{
	font-size:120%;	
	margin:0;
	font-weight:normal;
}

.borderTable th h2{
	font-size:110%;	
	margin:0;
	font-weight:normal;
	color:#000;
}

.rowheader .rowodd{
	background:#FFF;
	color:#444;
}

.rowheader .roweven{
	color:#444;
	background:#f8f8f8;
}


.arrowBack{
	padding-left:15px;
	background:url(arrow-back.jpg) 0px 2px  no-repeat;
}
.arrowForward{
	padding-right:15px;
	background:url(arrow-forward.jpg) right 2px no-repeat;
}
.smalltext{
	font-size:90%;
}
.rhQuote{
	margin:10px 37px 20px 5px;
	background:url(barn08-quote-left.gif) no-repeat;
	color:#666;
}
.rhQuote div{
	padding:10px 25px 10px 25px;
	background:url(barn08-quote-right.gif) bottom right no-repeat;
}
.rhQuote div p{
	font-size:90%;
	line-height:160%;
}

#rhFeature div.rhQuote {
	margin:5px 5px 0px 5px;
}
#rhFeature div.rhQuote p {
    padding:0;
}
#rhFeature, .rhFeature{
	border:1px solid #e5e5e5;
	margin: 0px 37px 8px 5px;
	clear: right;
}
#rhFeature h2, .rhFeature h2{
	background:#F9F9F9;
	border-bottom:1px solid #e5e5e5;
	margin:0 0 7px 0;
	padding:10px;
	font-size:110%;
	line-height:140%;
	color:#444;
}
#rhFeature p, #rhFeature ul, #rhFeature ol, .rhFeature p, .rhFeature ul, .rhFeature ol{
	padding: 0 10px 7px 10px;	
	font-size:90%;
	line-height:150%;
	color:#666;
}
#rhFeature li, .rhFeature li{
	margin-bottom:3px;
}
#shoppinglist{
	margin:15px 0 0 5px;
}
#shoppinglist .smalltext {
	display:block;
	margin:0 35px 0 25px;
	line-height:150%;
}

/*------- Index style table -------*/

#indexStyle table{
	border-collapse: separate;
	border-spacing:0px;
	*border-collapse: expression('separate', cellSpacing = '0px');
	border:none;
	padding-top:10px;
}

#indexStyle table td{
	padding:0 0 10px 0 !important;
}
#indexStyle table h2, #indexStyle table h3{
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
}
#indexStyle table h2 a, #indexStyle table h3 a{
	display:block;
	padding:8px 0 9px 10px;
	margin:0 0 0 8px;
	background:#e9e9e9;
	color:#363;
}
#indexStyle table h2 a:hover, #indexStyle table h3 a:hover{
	text-decoration:underline;
	background:#D7EAB0;
}
#indexStyle table p{
	line-height:180%;
	margin:0;
	padding:5px 0 0 9px;
}


.flex-caption span{
	font-family:verdana,arial,helvetica;
}
.news #filterForm{
	float:none;
	width:100%;
	font-size:90%;
	background:#7FBA00;
	padding:0;
	margin: 0 0 15px 0;
}
.news #filterForm{
	color:#fff;
}
.news #filterForm{
	margin:0 0 15px 0;
}
form#filter {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #E5E5E5;
    float: right;
    padding: 10px 10px 5px;
    width: 185px;
}
form#filter h2{
	margin:0;
}
form#filter #button {
    margin-top: 10px;
}
select#topic{
	width:100%;
}


#subSectionContent.news h2 {
	float:none;
	height:auto;
	padding:5px 10px;
}
#subSectionContent.news p {
	width:90%;
	padding:5px 10px;
}
#subSectionContent.news ul {
	font-size:100%;
	margin:0;
	padding:0 0 10px 12%;
}
#subSectionContent.news td {
	width:50%;
	padding:0;
}
#subSectionContent.news table {
	width:95%;
	margin-left:5%;
}

#subSectionContent.news .subSectionCol {
	width:273px;
	float:left;
}
#subSectionContent.news .right {
	width:239px;
	margin-left: 17px;
}
.news #filterForm h2{
    background: #666;
	color:#fff;
	margin:0 0 5px 0;
	font-size:135%;
}
.news #filterForm div{
	padding:5px 12px;
	clear:both;
}
.news #filterForm div.button{
	padding-bottom:10px;
}
.news #filterForm p{
	font-weight:bold;
	width:25%;
	float:left;
	clear:left;
	font-size:120%;
	line-height:130%;
	padding:0;
	margin-bottom:7px;
}
.news #filterForm select{
	float:left;
}
.news #filterForm #topic{
	margin-bottom:5px;
}
.news #filterForm input[type="submit"]{
	margin:5px 0 0 0;
	width:100%;
	background: #666;
    background:-moz-linear-gradient(center bottom , #555 0%, #666 85%);
    border: 1px solid #444;
    border-radius: 4px;
	white-space:nowrap;
	clear:both;
}
.news #filterForm input[type="submit"]:hover{
	background: #555;
    background:-moz-linear-gradient(center bottom , #444 0%, #555 85%);
}
#newsList{
	width:520px;
	float:left;
    border-bottom: 1px solid #EBEBEB;
	margin-bottom: 15px;
	padding-bottom:10px;
}
#newsList h3{
	margin:1em 0 0.8em 0;
	line-height: 170%;
}
#newsList p a, #newsList li a{
	font-weight:bold;
}
#paginator {
    border-bottom: 1px solid #EBEBEB;
    margin: 10px 0;
    padding-bottom: 10px;
}
#paginator .bottom {
    border-bottom: 0 none;
    border-top: 1px solid #EBEBEB;
    padding-bottom: 0;
    padding-top: 10px;
}
#paginator span {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #222222;
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 3px;
    padding: 5px;
    text-align: center;
    width: 17px;
}
#paginator a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #222222;
    display: block;
    float: left;
    margin-right: 3px;
    padding: 5px;
    text-align: center;
    width: 17px;
}
#paginator a:hover {
    background: none repeat scroll 0 0 #DDDDDD;
}
a.newsBack{
	display:block;
	margin:5px 10px 0 0;
	width:16em;
	float:right;
	font-weight:bold;
	text-align:right;
}
a.newsBackBottom{
	display:block;
	margin:25px 0 0 0;
	clear:both;
	width:15em;
	font-weight:bold;
}
/*------------ 8.REGIONAL PAGES ------------------------------------------------------------*/
.extraregion{
	margin:10px 37px 10px 5px;
	border:1px solid #e5e5e5;
	padding-bottom:10px;
}
.extraregion h2{
	background:#F9F9F9;
	border-bottom:1px solid #e5e5e5;
	padding:10px;
	line-height:100%;
	margin:0;
	font-size:110%;
	font-weight:normal;
	color:#666;	
}
.extraregion p, .extraregion ul, .extraregion ol{
	padding:10px 10px 0 10px;
	font-size:90%;
}
#rhSpotlight{
	margin:10px 37px 0px 5px;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	background:#f3f3f3;
}
#rhSpotlight h2{
	border:1px solid #eee;
	border-left:none;
	background:#F9F9F9;
	padding-left:10px;
}
#rhSpotlight h3{
	font-size:105%;
	padding:7px 0 8px 10px;
	border-bottom:1px solid #eee;
	background:#fff;
	margin:0;
	line-height:130%;
}
#spotDescription{
	padding:5px 0 0 10px;
	font-size:90%;
	line-height:140%;
}


/*-------------------- 9.POPUPS ----------------------------------------------------------*/
#googlemap_banner_popup, #banner_popup, #popup_wrapper{
	width:100%;
}
#googlemap_banner_popup div, #googlemap_popup, #ecard_view{
	width:900px;
	margin:auto;
	background:#fff;
	padding:5px;
}
#banner_popup div, #centre_popup{
	width:480px;
	margin:auto;
	background:#fff;
	padding:10px;
}
.gmInfo{
	padding-bottom:10px;
	min-width:200px;
}
/*----------------------10. FOOTER ----------------------------------------------------------*/
	#footer{
		margin-top:30px;
		background:#DEDEDE;
		padding:0;
		font-size:90%;
	}
	#footer #footerLinks{
		color:#444;
		padding-bottom:18px;
	}
	#footer #col1{
		background:url(logo-footer.gif) 25px 1px no-repeat;
		width:140px;
		padding:62px 32px 0 50px;
		float:left;
		font-size:90%;
		
	}	
	#footer .col{
		width:167px;
		float:left;
		padding-right:20px;
	}
	#footer .col a, #footer #col1 a{
		color:#444;
	}
	#footer .col a:hover, #footer #col1 a:hover{
		color:#444;
		background:none;
	}
	#footer .col h3{
		padding:0;
		margin:0;
		font-size:130%;
		line-height:130%;
	}
	#footer .col ul{
		list-style-type:none;
		padding:0;
		margin:5px 0 0 0;
		line-height:140%;
	}
	#footer .col ul li{
		background: url(footer-arrow.gif) 0px 7px no-repeat;
		padding:2px 0 3px 10px;
	}
	#footer #footerBase{
		background:#666;
		padding:20px 40px 20px 50px;
		color:#e9e9e9;
	}
	#footer #footerBase a{
		color:#e9e9e9;
	}
	#footer #office{
		width:745px;
		float:left;
	}
	#footer #siteinfo{
		margin-top:5px;
	}
	#footer #siteinfo a:hover{
		background:none;
		color:#fff;
	}
	#footer #social{
		background:#7FBA00;
		padding:8px 0 8px 50px;
		margin-bottom:18px;
	}
	#footer #social a{
		display:block;
		width:187px;
		float:left;
		color:#fff;
	}
	#footer #social a:hover{
		background:none;
		color:#fff;
	}
	#footer #social a span{
		display:block;
	}
	#footer #social a .socialtext{
		padding-top:9px;
	}
	#footer #social a #vimeo{
		width:33px;
		height:33px;
		background:url(social-logos.png);
		float:left;
		margin-right:6px;
	}
	#footer #social a:hover #vimeo{
		background: url(social-logos.png) -33px 0px no-repeat;
	}
	#footer #social a #facebook{
		width:33px;
		height:33px;
		background:url(social-logos.png) -66px 0px no-repeat;
		float:left;
		margin-right:6px;
	}
	#footer #social a:hover #facebook{
		background: url(social-logos.png) -99px 0px no-repeat;
	}
	#footer #social a #twitter{
		width:33px;
		height:33px;
		background:url(social-logos.png) -132px 0px no-repeat;
		float:left;
		margin-right:6px;
	}
	#footer #social a:hover #twitter{
		background: url(social-logos.png) -165px 0px no-repeat;
	}
	#footer #social a #flikr{
		width:33px;
		height:33px;
		background:url(social-logos.png) -198px 0px no-repeat;
		float:left;
		margin-right:6px;
	}
	#footer #social a:hover #flikr{
		background: url(social-logos.png) -231px 0px no-repeat;
	}
	#footer #social a #email{
		width:33px;
		height:33px;
		background:url(social-logos.png) -264px 0px no-repeat;
		float:left;
		margin-right:6px;
	}
	#footer #social a:hover #email{
		background: url(social-logos.png) -297px 0px no-repeat;
	}
	
	
/* 11. NOMENSA GLOBAL CSS FOR BARNARDOS
 * inc: modifications to header
 * inc: modifications to footer
 * inc: buttons
--------------------------------------------------------------*/

/* HELPERS
--------------------------------------------------------------*/
.nomClearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
     
.nomRm {
    position: absolute; 
    left: -999em;
}
    

/* LINKIFIED STATES
--------------------------------------------------------------*/
.linkified {cursor:pointer;}
    
/* GRIDS
--------------------------------------------------------------*/
.nomUnit{float:left;}
.nomCol1of2 {width: 50%;}
.nomCol1of3{width:33.33333%;}
.nomCol2of3{width:66.66666%;}
.nomCol1of4{width:25%;}
.nomCol3of4{width:75%;}

.nomUnitInner {
    margin-left: 10px; 
    margin-right: 10px;
}

.nomWrapper {
    width: 970px;
    margin: 0 auto;
}
    
.nomGlobalWidth {
    width: 950px;
    margin: 0 auto;
}    
    
.nomLine {padding: 20px 0;}    

/* HEADER
--------------------------------------------------------------*/
#header {
    height: auto; 
    min-height: 100px;
    position: relative;
}
    
#header .logo {
    position: absolute; 
    top: 0; 
    left: 0;
}    
    
#header div {
    padding-top: 2em;
    padding-right: 20px;
    padding-bottom: 5px;
    width: auto;
}

#header p a,
#header p a:link {
    color: #336633;
    font-weight: bold;
}

#header p, 
#header form {
    display: inline-block;
    vertical-align: top;
}
  
#cse-search-box {
    border-style: solid; 
    border-width: 1px;
    border-color: #bbbbbb #bfbfbf #bebebe #c0c0c0;
    background-image: -moz-linear-gradient(top, #d5d5d5 0%, #bbbbbb 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #d5d5d5 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #d5d5d5 0%,#bbbbbb 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #d5d5d5 0%,#bbbbbb 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #d5d5d5 0%,#bbbbbb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */        
    width: 189px;
	height:27px;
}
    
#cse-search-box div {
    background: url(search-bg.gif) repeat-y 0 0;
    text-align: left;
    position: relative;
	height:27px;
}    
 
#cse-search-box input[type="text"] {
    background-color: transparent;
    border: medium none !important;
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1) inset;
    margin-right: 24px;
    width: 155px !important;
}

#cse-search-box input[type="submit"],
#cse-search-box input[type="submit"]:hover {
    background: url(search-icon.png) no-repeat 50% 50%;
    overflow:hidden;
    text-indent: -999em;
    width: 24px;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0 0 0 -4px;
    font-size: 0;
    line-height: 0;
    min-height: 2.5em;
    vertical-align:top;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
}
    
/* text resizer */
.nomTextResize {
	margin-left: 0;
	padding-top:3px;
}

#header .nomTextResize a,
#header .nomTextResize a:link {color: #333;}

#header .nomBttnA,
#header .nomBttnA:link {
    clear: both;
    float: right;
    margin-right: 20px;
}

/* FOOTER
--------------------------------------------------------------*/

/* social media links */
#footer #social {
    padding-left: 15px; 
    padding-right: 15px;
}

#footer #social a,
#footer #social a:link {
    font-weight: bold;
    color: #1f3e1f;
    width: 235px;
    padding-left: 5px;
}

#footer #social a:hover {color: #1f3e1f;}

#footer #social a:focus,
#footer #social a:active {text-decoration: underline;}

#footer #social a #youtube {
    width:33px;
    height:33px;
    float:left;
    margin-right:6px;
    background: transparent url(social-logos.png) no-repeat -330px 0;
}
    
#footer #social a:hover #youtube {background-position: -364px 0;}    
    
#footer #social a #twitter,
#footer #social a:hover #twitter {background-image: url(social-logos.png);}     

/* footer links */
#footerLinks {
    padding-left: 15px; 
    padding-right: 15px;
}
    
#footerLinks .col {
    width: 235px; 
    padding-left: 5px;
    padding-right: 0; 
}
    
#footerLinks a,
#footerLinks a:link {color: #336633;}    

#footerLinks .col h3 {
    font-size: 1.389em; /* 15px */
}

/* footer base */
#footer #footerBase {
    padding-left: 0; 
    padding-right: 0;
    background-color: #333;
}
    
#siteinfo {
    padding-left: 180px; 
    width: 555px;
    float: left;
    background: transparent url(barnardos-logo-small.png) no-repeat 20px 5px;
}
    
#footerBase #office {
    width: auto; 
    float: none;
} 

#footerBase .nomInline {
    margin-left: 0; 
    margin-bottom: 0;
}

#footerBase .nomInline li {display: inline;}
#footerBase .nomInline a,
#footerBase .nomInline a:link {font-weight: bold;}

#footer #footerBase .nomInline a:focus,
#footer #footerBase .nomInline a:active {
    background-color: #fff; 
    color: #333;
}

#footerBase #office p,
#footerBase #office a,
#footerBase #office a:link {color: #9b9b9b;}

#footerBase #office a:hover,
#footerBase #office a:focus,
#footerBase #office a:active {
    background-color: #9b9b9b; 
    color: #333;
    text-decoration: none;
}

#footerBase #office p {
    line-height: 1.390em;
    margin-bottom: 0.25em;
}
    
.nomSiteTerms {
    width: 255px; 
    float: right;
    margin-top: 5px;
}
    
.nomSiteTerms ul {
    margin-left: 5px;
    list-style-type: none;
}

#footer #footerBase .nomPrivacy {margin-bottom: 3.5em;}

#footer #footerBase .nomPrivacy a,
#footer #footerBase .nomPrivacy a:link {
    font-weight: bold;
    color: #7fba00;
}
    
#footer #footerBase .nomPrivacy a:hover,
#footer #footerBase .nomPrivacy a:focus,
#footer #footerBase .nomPrivacy a:active {
    color: #333; 
    background-color: #7fba00;
    text-decoration: none;
}    
    
.nomCopyright {color: #9b9b9b;}    
/* BUTTONS
--------------------------------------------------------------*/
.nomBttn,
.nomBttn:link,
input.nomBttn {
    padding: 0.5em 2em;
    display: inline-block;
    font-size: 1.143em;
    font-family: "ClarendonTextProBold", "Georgia", "Times New Roman", Times, serif;
    font-weight: normal;
    margin: 0 0 10px 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* green buttons */
.nomBttnA,
.nomBttnA:link,
input.nomBttnA {
    background: #93d600; /* Old browsers */
    background: -moz-linear-gradient(top, #93d600 0%, #7eb704 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93d600), color-stop(100%,#7eb704)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #93d600 0%,#7eb704 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #93d600 0%,#7eb704 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #93d600 0%,#7eb704 100%); /* IE10+ */
    background: linear-gradient(to bottom, #93d600 0%,#7eb704 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93d600', endColorstr='#7eb704',GradientType=0 ); /* IE6-9 */
    border: 1px #80b808 solid;
    color: #1f3e1f;
    -webkit-box-shadow: -1px 1px 0px 0px rgba(220, 220, 220, 0.75);
    -webkit-box-shadow: -1px 1px 0px 0px rgba(220, 220, 220, 0.75);
    box-shadow: -1px 1px 0px 0px rgba(220, 220, 220, 0.75); 
}
    
.nomBttnA:hover,
.nomBttnA:focus,
.nomBttnA:active,
input.nomBttnA:hover,
input.nomBttnA:focus,
input.nomBttnA:active {
    background: #7eb704; /* Old browsers */
    background: -moz-linear-gradient(top, #7eb704 0%, #93d600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7eb704), color-stop(100%,#93d600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7eb704 0%,#93d600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7eb704 0%,#93d600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7eb704 0%,#93d600 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7eb704 0%,#93d600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb704', endColorstr='#93d600',GradientType=0 ); /* IE6-9 */
}

/* grey buttons */
.nomBttnB,
.nomBttnB:link {
    background: #d6d6d6; /* Old browsers */
    background: -moz-linear-gradient(top, #d6d6d6 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d6d6d6 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d6d6d6 0%,#bbbbbb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d6d6d6 0%,#bbbbbb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d6d6d6 0%,#bbbbbb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
    border-color: #bbb #b7b7b7 #8b8b8b #b7b7b7;
    border-style: solid;
    border-width: 1px;
    color: #333;
}

.nomBttnB:hover,
.nomBttnB:focus,
.nomBttnB:active
input.nomBttnB:hover,
input.nomBttnB:focus,
input.nomBttnB:active {
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bbbbbb 0%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
}

/* BOX SKINS/THEMES 
------------------------------*/

/* box with a white background and a grey 1px solid top border */
.nomSkinA {
    background-color: #fff;
    border-width: 1px 0 0 0;
    border-color: #e6e6e6;
    border-style: solid;
}
    
.nomSkinALast {border-bottom-width: 1px;}

/* box with a grey background and a grey 1px solid top border */
.nomSkinB {
    background-color: #f7f7f7;
    border-top: 1px #ededed solid;
}

/* box with grey background and grey 1px solid top border */
.nomSkinC {
    border-top: 1px #ededed solid;
    background-color: #f7f7f7;
}

/* box with white background and grey border on all sides */
.nomSkinD {
    border: 1px #ededed solid;
    background-color: #fff;
}

/* box with grey background and grey border on all sides */
.nomSkinE {
    border: 1px #ededed solid;
    background-color: #fbfbfb;
}

/* box with green background and green borders on all sides */  
.nomSkinF {
    border:1px #c7f07e solid;
    background-color: #f2f8e8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* box with grey background and grey border on all sides */
.nomSkinG {
    border: 1px #e9e9e9 solid;
    background-color: #fafafa;
}

/* box with white background and green 3px top border */
.nomSkinH {
    border-top: 3px #92c23d solid;
    background-color: #fff;
}
    
/* box with a white background and a grey 1px solid top border */
.nomSkinI {
    background-color: #fff;
    border-width: 0 0 1px 0;
    border-color: #e6e6e6;
    border-style: solid;
    margin-bottom: 10px;
}

/* ---------------- 12. COOKIE BANNER -------------------- */
#cookieContinue{
	display:block;
	margin-top:13px;
	padding:8px;
	float:right;
	font-family: "ClarendonTextProRegular", "Georgia", "Times New Roman", Times, serif;
	font-size:1.2em;
    background: #93d600; /* Old browsers */
    background: -moz-linear-gradient(top, #93d600 0%, #7eb704 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93d600), color-stop(100%,#7eb704)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #93d600 0%,#7eb704 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #93d600 0%,#7eb704 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #93d600 0%,#7eb704 100%); /* IE10+ */
    background: linear-gradient(to bottom, #93d600 0%,#7eb704 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93d600', endColorstr='#7eb704',GradientType=0 ); /* IE6-9 */
    border: 1px #80b808 solid;
    color: #1f3e1f;
}
#cookieContinue:hover{
    background: #7eb704; /* Old browsers */
    background: -moz-linear-gradient(top, #7eb704 0%, #93d600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7eb704), color-stop(100%,#93d600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7eb704 0%,#93d600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7eb704 0%,#93d600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7eb704 0%,#93d600 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7eb704 0%,#93d600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb704', endColorstr='#93d600',GradientType=0 ); /* IE6-9 */
}
#cookieBanner{
	background:#333; padding:10px;
}
#cookieBannerMain{
	width:560px; margin:auto;
}
#cookieText{
 width:470px; float:left;padding:0;margin:0;line-height:1em;
}
#cookieText h2{
	color:#fff; margin:0;
	font-family: "ClarendonTextProRegular", "Georgia", "Times New Roman", Times, serif;
	font-size: 130%;
	line-height:100%;
}
#cookieText p{
	 color:#ddd;
	 margin-bottom:0;
	 line-height:140%;
}
#cookieText a{
	color:#D7EAB0
}
#cookieText a:hover{
	background:none;
}

/* Forms styles */
fieldset{
	padding:10px;
	margin-bottom:10px;
	color:#333;
	font-size:90%;
	border:1px solid #e5e5e5;
}
fieldset h3{
	clear:both;
	font-size:1.1em;
	font-weight:bold;
	color:#444;
}
fieldset p{
	font-size:1em;
	clear:both;
}
fieldset fieldset{
	border: none;
	margin:5px 0 0 0;
}
fieldset legend{
	font-size:1.1em;
	font-weight:bold;
	padding:0 5px 10px 5px;
	background: #fff;
	color:#111;
}
fieldset .error{
	background:#faeaea;
}
fieldset ul{
	font-size:1em;
	margin-left:3em;
}
fieldset label{
	text-align: right;
	width: 160px;
	font-weight:bold;
	padding: 3px 10px 0 0;
}
fieldset fieldset legend{
	text-align: right;
	font-weight:bold;
	padding: 0 10px 5px 0;
	width: 110px;
	margin:0;
}
fieldset fieldset label{
	font-weight: normal;
	padding: 3px 10px 0 0;
	width: 120px;
}
fieldset label{
	display: block;
	float: left;
	clear:left;
	margin-bottom: 10px;
}
fieldset input, fieldset select, fieldset .right{
	display: block;
	float: left;
	margin-bottom: 10px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.2em;
}
fieldset textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 225px;
	height: 160px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.2em;
}
.fullwidth{
	display: inline;
	text-align: left;
	width: 500px;
	font-weight:bold;
	padding: 3px 10px 0 0;
}
.fullwidthPopup{
	text-align: left;
	width: 300px;
	font-weight:bold;
	padding: 3px 10px 0 0;
}
.inline{
	float: none;
	display: inline;
	margin:0;
	padding:0;
}
.indent{
	display: inline;
	margin:3px 0 0 170px;
}
.indentPopup{
	margin:3px 0 0 170px;
}
fieldset br{
	clear: both;
}
fieldset .submit{
	margin-left:170px;
}
#formbutton{
	display: inline;
	margin-left:170px;
}
.multioptions label{
	font-weight:normal;
}
.req{
	font-weight:bold;
	color:#cc3333;
}
.corp label{
	width:6em;
	text-align:left;
	padding:0;
}
.corp label input{
	margin-top:-2px;
}
input[type="submit"], input[type="button"]{
	background:url(standard_button_bg.jpg) left no-repeat;
	border:1px solid #679513;
	padding:4px 8px;
	color:#fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
	cursor: pointer;
	font-family:verdana,arial;
	overflow:visible;
}
input[type="submit"]:hover, input[type="button"]:hover{
	background:url(standard_button_bg.jpg) right no-repeat;
}
/*--------donation -------------*/
.formintro{
	background:#F0C1C1;
	padding:5px 5px 5px 10px;
	margin:10px 0 0 0;
}
.singleform{
	background:#FAEAEA;
	margin:0;
	font-size:70%;
}

.post{
	float:left;
	width:214px;
	height:44px;
	padding:5px 0 0 54px;
	background:#f3f3f3 url(donate-envlope.gif) no-repeat;
	font-size:80%;
	margin-bottom:10px;
}
.phone{
	float:left;
	width:214px;
	height:44px;
	padding:5px 0 0 54px;
	margin-left:10px;
	background:#f3f3f3 url(donate-telephone.gif) no-repeat;
	font-size:80%;
	margin-bottom:10px;
}
.inmem{
	float:left;
	width:214px;
	height:44px;
	padding:5px 0 0 54px;
	background:#f3f3f3 url(donate_inmem.gif) no-repeat;
	font-size:80%;
	margin-bottom:10px;
	clear:left;
}
.work{
	float:left;
	width:214px;
	height:44px;
	padding:5px 0 0 54px;
	margin-left:10px;
	background:#f3f3f3 url(don-work.gif) no-repeat;
	font-size:80%;
	margin-bottom:10px;
}
.legacy{
	float:left;
	width:214px;
	height:44px;
	padding:5px 0 0 54px;
	background:#f3f3f3 url(don_legacy.gif) no-repeat;
	font-size:80%;
	margin-bottom:10px;
	clear:left;
}
/*-------------------- Direct Debit forms ---------------------*/

#DD_donation legend, #DD_contact legend, #DD_bank legend, #DD_giftaid legend{
	color:#222;
	background:none;
}
#DD_donation hr, #DD_contact hr, #DD_bank hr, #DD_giftaid hr{
	color:#ccc;
	height:1px;
	border:0;
	background-color:#ccc;
}
#DD_donation p, #DD_contact p, #DD_bank p, #DD_giftaid p{
	clear:none;
}
#DD_donation h3, #DD_contact h3, #DD_bank h3, #DD_giftaid h3{
	background:none;
	padding:0;
	margin:0;
	color:#222;
}
#DD_donation ul, #DD_contact ul, #DD_bank ul, #DD_giftaid ul{
	margin:0;
}
#DD_donation label, #DD_contact label, #DD_bank label{
	text-align: right;
	width: 148px;
	font-weight:normal;
	padding: 3px 10px 0 0;
}
.fakeinput{
    border: 1px solid #999;
	background-color : #fff;
    padding: 4px;
    margin-right:2px;
	color:black;
    font-family:verdana,helvetica,sans-serif;
	float: none;
	display: inline;
	margin:0;
}
input:disabled{
	background-color:#fff
}
p.formError{
	margin-top:10px;
	padding:10px;
	color:#c33;
	background:#f3f3f3;
}
span.formError{
	color:#c33;
	vertical-align:middle;
}

/* Ecard styles */
/*-------------------
  ECARDS STYLESHEET
-------------------*/

/* Personalisation Page
-----------------------*/

/* div boxes */

.personalise_container_top {
	position: relative;
	height: 8px;
	width: 535px;
	background-image: url(personalise_top.gif);
	background-repeat: no-repeat;
	font-size: 0.1em;
}

.personalise_container {
	z-index: 1;
	position: relative;
	height: auto;
	width: 533px;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
	font-size: 1em;
}

.personalise_container_bottom {
	z-index: 0;
	position: relative;
	height: 8px;
	width: 535px;
	background-image: url(personalise_bottom.gif);
	background-repeat: no-repeat;
	font-size: 0.1em;
}

#personalise_greeting {
	position: relative;
	width: 518px;
	padding: 0;
	margin: 0 10px 0 10px;
	border: 0px dotted orange;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
}

#personalise_greeting label {
	vertical-align: text-top;
}

#personalise_style {
	position: relative;
	left: 61px;
	width: 445px;
	height: auto;
	padding: 0;
	margin: 10px 10px 0 10px;
}

#flash_frame{
	width: 535px;
	height: 310px;
	margin:7px 0 7px 0;
}

#personalise_logo {
	position: relative;
	width: 518px;
	padding: 0;
	margin: 0 10px 0 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

.personalise_container #personalise_message_area {
	position: relative;
	width: 518px;
	padding: 0;
	margin: 0px 10px 0 10px ;
	vertical-align: top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
}

.personalise_container #personalise_message_chars {
	position: relative;
	left: 70px;
	width: 445px;
	height: auto;
	padding: 0;
	margin: 0;
}

.personalise_container #submit_container {
	position: relative;
	width: 535px;
	height: auto;
	padding: 0;
	margin: 0 auto 13px auto;
}

.personalise_container #submit_button {
	position: relative;
	text-align: right;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}

/* form elements */

.personalise_container form {
	margin: 0;
}

#input_font {
	margin: 0 2px 0 0;
	vertical-align: top;
	border: 1px solid #7f9db9;
	font-family: verdana, arial, helvetica, sans-serif;
}

.input_title {
	vertical-align: top;
	border: 1px solid #7f9db9;
	padding: 1px 1px 1px 2px;
}

#input_size {
	margin: 0 1px 0 0;
	vertical-align: top;
	border: 1px solid #7f9db9;
	font-family: verdana, arial, helvetica, sans-serif;
}

#image_bold {
	margin: 0 1px 0 0;
	vertical-align: top;
	cursor: pointer;
}

#image_italic {
	margin: 0 1px 0 0;
	vertical-align: top;
	cursor: pointer;
}

#image_left {
	margin: 0 1px 0 0;
	vertical-align: top;
	cursor: pointer;
}

#image_center {
	margin: 0 1px 0 0;
	vertical-align: top;
	cursor: pointer;
}

#image_right {
	margin: 0 1px 0 0;
	vertical-align: top;
	cursor: pointer;
}

#image_top {
	margin: 0 1px 0 0;
	vertical-align: top;
	cursor: pointer;
}

#image_bottom {
	margin: 0 1px 0 0;
	vertical-align: top;
	cursor: pointer;
}

#image_colour {
	margin: 0;
	vertical-align: top;
	cursor: pointer;
}

#style_other {
	position: relative;
	float: left;
	width: 405px;
	padding: 0;
	margin: 0;
}

#style_colour {
	z-index: 0;
	position: relative;
	float: left;
	width: 29px;
	padding: 0;
	margin: 0;
}

#style_clearer {
	clear: both;
	height: 0;
	padding: 0;
	margin-top: -1px;
	overflow: hidden;
}

#colour_picker {
	z-index: -1;
	position: absolute;
	top: 21px;
	left: 0px;
	width: 76px;
	height: 96px;
	padding: 2px 0 0 2px;
	background-color: #ffffff;
	border: 1px solid #7f9db9;
}

.colour_box {
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 2px 2px 0;
	cursor: pointer;
	border: 1px solid #000000;
}

#colour_name {
	position: relative;
	float: left;
	width: 68px;
	height: 12px;
	margin: 0 0 2px 0;
	padding: 1px 1px 3px 3px;
	background-color: #e2ebed;
	border: 1px solid #000000;
	font: 11px verdana;
}

#colour_choice {
	position: relative;
	width: 15px;
	height: 15px;
	background-color: #808080;
	border: 1px solid #000000;
}

#personalise_greeting input.button {
	width: 80px;
	height: 20px;
	padding: 0;
	background: #f5fae5;
	border: 1px solid #000000;
	cursor: pointer;
	font-family: verdana,arial,helvetica;
	font-size: 100%;
	font-weight: bold;
}

.personalise_container label {
	vertical-align: top;
}

/*---- e-card view page --- */
.personalise_container p{
	font-size:100%;
	color:#555;
	margin:0 10px 0 10px;
}

#ecard_view{
	width:590px;
	margin:auto;
	background:#fff;
	padding:10px 0 15px 10px;	
}

#ecardview_banner{
	width:575px;
	margin:auto;
	padding:25px 0 0 25px;
	background:#fff;
}

#ecard_view_footer{
	width:560px; 
	margin:auto; 
	background:#ccc;
	margin-top:0;
	padding:10px 20px 10px 20px;
	height:40px;
}

#ecard_view_footer p{
	font-size:90%;
	color:#777;
	margin:0;
}
#ecard_view_footer a{
	color:#333;
	text-decoration:underline;
}
#ecard_view_footer a:hover{
	color:#000;
	text-decoration:underline;
}


/* Google styles */

/* Maps Structure

-----------------*/

.mapWidth{
       width : 880px;
       font-size:110%;
}

.mapTitle{ 
       padding:5px 10px 5px 10px
}

.mapTitle h2{
       font-size:110%;
       font-weight:bold; 
       color:#444; 
       margin:0;
}

.googleMap{
       width:878px; 
       height:450px; 
       border:1px solid #ccc; 
       background:#e5e5e5 url(map_loading.gif) 300px 170px no-repeat;
	   margin:10px;
}

.typeDiv{
       height:140px; 
       float:left;
}

.typeDiv h3{
       color:#444;
       padding:5px 0px 5px 15px; 
       font-weight:bold;
       margin:0
}

.keywordTypeDiv{
       font-size:90%; 
       padding:5px 5px 0 15px; 
       float:right;
}

.objectTypeDiv{
       font-size:90%; 
       padding:5px 5px 0 15px;
}

.countryDiv{
       height:140px; 
       float:left; 
}

.countryDiv h3{
       color:#444; 
       padding:5px 0px 5px 15px; 
       font-weight:bold;
       margin:0;
}

.postcodeDiv{
       height:140px; 
       float:left; 
}

.postcodeDiv h3{
       color:#444; 
       padding:5px 0px 5px 15px; 
       font-weight:bold;
       margin:0;
}

.mapFooter{
       padding:5px; 
       margin-bottom:20px;
       padding:5px 0 5px 0; 
       width : 100%;
       text-align:center; 
       clear:both;
}

.mapButton{
       border:1px solid #ccc; 
       color:#fff; 
       font-size:90%; 
       font-weight:bold; 
       background:#e5e5e5; 
       padding:2px 0 2px 0; 
       width:200px
}
.gmInfo{
	padding-bottom:10px;
	min-width:200px;
}

/* 150th */
#header{
	background: url(150th-stamp-global2.jpg) no-repeat 172px 6px;
}
a.logo150th{
	display:block;
	width:100px;
	height:100px;
    position: absolute;
    top: 0;
    left: 170px;
	padding:0;
	margin:0;
}
a:hover.logo150th{
	background:none;
	padding:0;
	margin:0;
}

/* Misc */
.blog_post {
	margin: 20px 0 0 0;
	/*background: lavender;*/
}

.blog_post_date {
	float: left;
	height: 49px;
	width: 45px;
	background: url("fostering_adoption_date_bg.gif") no-repeat scroll 0 0 transparent;
}

.blog_post_month {
	display: block;
	margin-left: -3px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.blog_post_day {
	display: block;
	margin-left: -3px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999;
	text-align: center;
	text-transform: uppercase;
	line-height: 18px;
}

.blog_post_title {
	float: left;
	width: 390px;
	margin: 0 0 14px 0;
	padding: 0 0 0 11px;
	/*background: lavender;*/
}

.blog_post_title h2 {
	font-family: "ClarendonTextProRegular", "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 150%;
	line-height: 120%;
	padding: 0;
	margin: 0 0 4px 0;
	color: #111;
}

.blog_post_title h2 a {
	color: #6d9c16;
	text-decoration: none;
	padding: 2px 0 3px 0;
}

.blog_post_title h2 a:hover {
	text-decoration: underline;
}

.blog_post_info {
	font-size: 0.95em;
	color: #888;
}

.blog_post_entry {
	/*background: pink;*/
}

.blog_post_more {
	padding: 5px 0 20px 0;
	border-bottom: 1px dotted #bbb;
}

.blog_post_more a {
	display: block;
	width: 95px;
	padding: 6px 10px 7px 10px;
	background: #82bc05;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
}

.blog_post_more a:hover {
	background: #a1c24D;
	text-decoration: none;
}

.blog_post_back {
	padding: 5px 0 20px 0;
	border-bottom: 1px dotted #bbb;
}

.blog_post_back a {
	display: block;
	width: 150px;
	padding: 6px 10px 7px 10px;
	background: #82bc05;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
}

.blog_post_back a:hover {
	background: #a1c24D;
	text-decoration: none;
}

.blog_post_more a:visited {
	color: #fff;
}

.blog_clear {
	clear: both;
	height: 0;
	margin: 0;
	overflow: hidden;
}

/* Celebrity News */


.celebrity_news_back {
	padding: 5px 0 20px 0;
	border-bottom: 1px dotted #bbb;
}

.celebrity_news_back a {
	display: block;
	width: 150px;
	padding: 6px 10px 7px 10px;
	background: #82bc05;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
}

.celebrity_news_back a:hover {
	background: #a1c24D;
	text-decoration: none;
}


.hide{
	display:none;
}

.smoContainer{
	float:left;
	width:100%;
	border-top: 1px dotted #ccc;
	
}
.ashleyVideo{
	margin-top:5px;
	margin-bottom:15px;
	float:left;
}     

.smoContainer h3{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:15px;

}
.smoContainer > form{ 

  border-bottom: 1px dotted #7db618;
  margin-bottom: 15px;
  padding: 0 15px 15px;
  text-align: center;
}
.socialMedia {
	display: block;
	float: none !important;
	height: 30px;
	list-style: none outside none;
	margin: 17px auto;
	overflow: hidden;
	width: 180px !important;
}
.socialMedia li{
  list-style:none;
  float:right;
   height: 30px;
  margin-left:10px;
  line-height: 30px;
}
.socialMedia li a:hover{
	background-color:transparent;

}

.ashleyContainer{
	width:500px;
	float:left;
}

.ashleyContainer ~ p{
	width:500px;
}