/*  -----  1. RESET  -----  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
/*	outline: 0;*/
}
body {
	color: #000;
	background: #fff url('/themes/site_themes/palmera/bg_tile.gif');
	font: 100.01%/1.25em "Helvetica Neue", Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*  -----  TYPOGRAPHIC SETUP  -----  */

a {
	color:#693; 
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, ul, ol {
	margin: 1.25em 0 0.5em 0;
}

p {
	margin: 0.5em 0;
}

h1, h2, h3, h4 {
	font-weight: bold;
	clear: both;
}

h1, h2, h3 {
	color: #690;
}
h1 {
	font-size: 1.7em;
	margin: 1em 0 1em 0;
	letter-spacing: -1px;
	text-shadow: 2px 2px 3px rgba(50,50,50,0.2);
}

h2 {
	font-size: 1.25em;
	letter-spacing: -1px;
}

h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 0.75em;
}

p, ul, ol {
	font-size: 0.75em;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

#MainContent ul {
	list-style: inside square;
}
#MainContent ol {
	list-style: inside decimal;
}
	#MainContent li {
		
	}

	#MainContent a {
		color:#693; 
		text-decoration: none;
		border-bottom: 1px solid #e5e5cc;
		-webkit-transition: border 0.1s linear;
	}
	#MainContent a:hover {
		border-bottom-color: #693;
	}

/*  ----- GENERAL PAGE LAYOUT  -----  */

#wrap {
	width:1025px;
	margin: 20px auto 40px auto;

}

#PalmeraBanner {
	height:149px;
	background: url('/themes/site_themes/palmera/logobanner.png') no-repeat;	
}
	#PalmeraBanner h1 {
		text-indent: -9999px;
		margin: 0;
	}

#ContentWrap {
	background: #fff url('/images/bg_nav.jpg') repeat-y 0 0;
	float: left;
	width: 1025px;
}

#MiddleBanner {
	background: #fff;
	float: left;
	width: 1025px;
}
	#MiddleBanner img {
		display: block;
	}
	#MiddleBanner img#MiddleBannerImg {
		float: left;
	}
	#SecondaryNav {
		float: right;
		width: 266px;
		text-align: right;
	}
	
	/*  ----- SECONDARY NAV (Green boxes)  -----  */
		#SecondaryNav a {
			border: 0 none;
			color: #fff;
			font-weight: bold;
			font-size: 10px;
			text-decoration: none;
			display: block;
			padding: 5px 20px 5px 20px;
			height: 28px; /* 114 (banner height) divided by 3 = 38, minus padding */
			line-height: 28px;
			background: #70a12f url('/images/green-sprite.jpg') no-repeat 0 0;
		}
			#SecondaryNav a span {
				display: block;
				font-size: 1.8em;
			}
			#SecondaryNav a:hover {
/*				color: #555;*/
				background-position: 0 -58px;
			}
			
#PrimaryNav {
	float: left;
	width: 210px; /* 220 less 10px right padding */
}

#MainContent {
	float: left;
	width: 765px; /* 805 - padding */
	padding: 0 20px 20px 20px;
}

/*  -----  FOOTER  -----  */

#Footer {
	width:1005px; /* 1025 minus padding */
	line-height: 28px;
	background: url('/themes/site_themes/palmera/bg_footer.gif');
	clear: both;
	color: #666;
	font-size: 11px;
	padding-left: 20px;
}
	#Footer .copyright {
		display: inline-block;
		width: 200px;
	}
	#Footer a {
		padding: 0 10px;
		text-decoration: none;
	}
		#Footer a:hover, #Footer a:focus {
			border-bottom: 1px solid #693;
		}


/*  -----  NAVIGATION  -----  */

#PrimaryNav ul, #PrimaryNav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#PrimaryNav {
	padding: 20px 10px 20px 0;
	font-size: 14px;
	line-height: 20px;
}
	#PrimaryNav li {
		display: block;
	}
		#PrimaryNav li.active {
			font-weight: bold;
		}
			#PrimaryNav li.active a {
				color: #690;
			}
		#PrimaryNav li a {
			display: block;
			padding: 5px 20px;
			text-decoration: none;
			color: #666;
			text-shadow: 1px 1px 2px rgba(50,50,50,0.2);
			background: rgba(255,255,255,0);
			-webkit-transition: background 0.1s linear;
		}
			#PrimaryNav li a:hover {
				background: #faf7ec;
				background: rgba(255,255,255,0.5);
			}

	/* -- SUBNAV -- */

	#PrimaryNav ul li ul {
		margin-left: 20px;
		margin-right: 20px;
		font-size: 12px;
		line-height: 15px;
	}
		#PrimaryNav ul li ul li {
			font-weight: normal;
			font-size: 12px;
		}
		#PrimaryNav ul li ul li a {
			color: #888;
		}


/*  ----- CAMPAIGN NAVIGATION -----  */

#campaign-subnav {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0 0 20px -10px;
	padding-right: 10px;
	border-bottom: 1px solid #E5E5CC;
	font-size: 75%;
	list-style: none !important;
}
#campaign-subnav li {
	float: left;
	margin: 0 10px;
}
	#campaign-subnav li a {
		padding: 5px 10px;
		margin-bottom: -1px;
		border: 1px solid #E5E5CC;
		color: #666;
		display: block;
		text-decoration: none;
		background: #fafaef;
	}
	#campaign-subnav a:hover {
		background: #f2f2f2;
	}
	#campaign-subnav li.active {
		z-index: 10;
		font-weight: bold;
		font-size: 120%;
	}
		#campaign-subnav li.active a {
			color: #690;
			background: #fff;
			border-bottom-color: #fff;
		}
		
/*  -----  BLOG POSTS -----  */	
/* RP-24-June2010 2:00PM. 
   Commenting this out because it seems to be too large a font
.post {
	border-bottom: 1px solid #e5e5cc;
	margin: 1em 0 1em 0;
}

.post-title {
	margin-bottom: 0.4em;
}
*/
/* the below script is a replacement for above RP-24-June2010 2:00PM. */
.post {
	border-bottom: 1px dotted #E5E5CC;
	font-size: medium;
}

.post .post-title {
	margin-bottom: 0.4em;
}
.post-date {
	color: #999;
	margin-top: 0.4em;
}
	.post-date span {
		font-weight: bold;
	}

/*  -----  SLIDESHOW  -----  */
#SlideshowWrap {
	height: 500px;
}

/*  -----  HOME PAGE ONLY  -----  */
#FeaturedArticles, #MiniSlideshow {
	margin-top: 1em;
}

#FeaturedArticles {
	width: 510px;
	float: left;
}
	#FeaturedArticles .Article {
/*		margin: 0 0 10px 0;*/
/*		border: 1px solid #e5e5cc;
		border-width: 0 1px 1px 1px;*/
		-webkit-transition: opacity 0.2s linear;
	}
	#FeaturedArticles .Article .Header {
		margin: 0;
		display: none;
	}
	#FeaturedArticles .Article .Banner {
		border: 0 none;
	}
		#FeaturedArticles .Article .Banner img {
			display: block;
		}
	#FeaturedArticles .Article .Content {
		padding: 10px 20px;
	}

#FeaturedArticles:hover .Article {
	opacity: 0.6;
}
	#FeaturedArticles .Article:hover {
		opacity: 1.0;
	}
#MiniSlideshow {
	float: right;
	width: 245px;
	text-align: right;
}

/*  -----  VOLUNTEER PROGRAMS  -----  */

#CountryList .Country {
	border: 1px solid #e5e5cc;
	-moz-box-shadow: 0 0 10px rgba(50,50,50,0.08);
	-webkit-box-shadow: 0 0 10px rgba(50,50,50,0.08);
	-webkit-transition: -webkit-box-shadow 0.2s linear;
/*	background: #e5e5cc;*/
	/*border-bottom: 1px solid #bbb;*/
	padding: 10px;
	margin: 10px 0;
	width: 745px; /* 765 minus padding */
	float: left;
}
#CountryList .Country:hover {
	-moz-box-shadow: 0 0 10px rgba(50,50,50,0.25);
	-webkit-box-shadow: 0 0 10px rgba(50,50,50,0.25);
}
	#CountryList .Country .Picture {
		float: left;
		width: 212px; /* 200 plus internal padding and borders on <a> */
	}
		#CountryList .Country .Picture a {
			border: 1px solid #e5e5cc;
			padding: 5px;
			display: block;
		}
		#CountryList .Country .Picture a:hover {
			border-color: #693;
		}
			#CountryList .Country .Picture img {
				display: block;
			}
	#CountryList .Country .Detail {
		float: right;
		width: 505px;
	}
		#CountryList .Country .Detail h2 {
			margin: 6px 0 1em 0;
		}
			#CountryList .Country .Detail h2 a {
				text-decoration: none;
				border-bottom: 1px solid #e5e5cc;
			}
			#CountryList .Country .Detail h2 a:hover {
				border-bottom-color: #693;
			}
			
/*  -----   BREADCRUMBS  -----  */
#breadcrumbs {
	margin: 1em 0 -0.75em 0;
	font-size: 12px;
}
	#breadcrumbs a {
		text-decoration: none;
		border-bottom: 1px solid #e5e5cc;
	}
		#breadcrumbs a:hover, #breadcrumbs a:focus {
			border-bottom-color: #693;
		}
	