/* resetting some default styles */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
a:focus {outline:1px dotted #999;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

html { font-size:100.01%; }
body { font-size:0.625em; }

textarea {overflow:auto}
button {cursor:pointer}
input[type="checkbox"], 
input[type="radio"],
input.radio,
input.checkbox {
	vertical-align:text-top;
	width:13px;
	height:13px;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
	top:2px;
}
a {text-decoration:none; color:#ff0101;}
a:hover {text-decoration:underline}
/*  -----------------------------------
	a better and smarter way to clear floats
--------------------------------------*/

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block}
/* Hide from IE Mac \*/
.clearfix {display:block}
/* End hide from IE Mac */
* html .clearfix {height:1px}

body {
	background:url(../images/pageBG.png) repeat-x left top #fff;
	font:100 11px/1.5 Arial, Verdana, Sans-serif;
}
body.home {
	background:url(../images/homePageBG.png) repeat-x left top #dadada;
}


#wrap {
	width:980px;
	margin:0 auto 50px
}
	#header {
		height:134px;
	}
	#identity {
		float:left;
	}
	
	#header_slider {
		float:right;
		width:540px;
		height:134px;
		position:relative;
	}
		#header_slider li {
			position:absolute;
			left:0;
			top:0;
			width:100%;
			height:100%;
			background-color:#fff;
			
		}
			#header_slider li h3 {
				float:left;
				width:140px;
				position:relative;
				z-index: 3;
				margin-top:40px;
				color:#6793cd;
				font:italic 100 18px Georgia, Cambria, Palatino, Serif;

			}
				#header_slider li h3 em {
					color:#002c77;
					display:block;
					margin-left:-10px;
				}
			#header_slider li img {
				position:absolute;
				left:80px;
				bottom:0;
				z-index: 2;
			}
			#header_slider li blockquote {
				float:right;
				width:300px;
				position:relative;
				z-index: 3;
				margin:20px 20px 0 0;
				color:#6793cd;
				font-size:12px;
				font-weight:700;
			}
				#header_slider li blockquote cite {
					font-size:11px;
					color:#000;
					font-weight:100;
					font-style:normal;
					float:right;
					margin-top:5px;
				}
					#header_slider li blockquote cite span {
						display:block;
						margin-left:1.3em;
					}

#topNav {
	margin-bottom:10px;
}
	#topNav li {
		float:left;
		background:url(../images/topNavSeparator.png) no-repeat left center;
		height:41px;
		padding-left:2px;
	}
	#topNav li.home,
	#topNav li.share {background-image:none;padding:0;}
	#topNav li.share {
		float:right
	}
		#topNav li a {
			display:block;
			line-height:41px;
			padding:0 18px;
			color:#fff;
			text-transform:uppercase;
			font-weight:700;
			text-shadow: #444 1px 0px 1px;
			font-size:16px;
		}
#topNav li a.cufonReplaced {
	margin-top:13px;
}
		#topNav li a:hover,
		#topNav li.current_page_item a {
			text-decoration:none;
			color:#dfe75c;
		}
		#topNav li.home a {padding-left:0;}
		#topNav li.share a {padding-right:0;}
		
		#topNav li.share {
			background:url(../images/shareThisIcon.png) no-repeat right center;
			padding-right:28px;
		}
		#topNav li.share a {
			font-size:12px;
			margin-top:15px;
		}

.postFromCurrentCat {
	position:absolute;
	right:0;
	top:0;
	z-index: 10;
	width:300px;
	background:#A1B4DF;
}
.my_breadcrumb .postFromCurrentCat li {
	float:none;
}
	.postFromCurrentCat li {
		display:none;
		border-bottom:1px solid #eee;
	}
		.postFromCurrentCat li a,
		.postFromCurrentCat li.first {
			display:block;
			line-height:24px;
			padding:0 10px;
			color:#fff;
			font-size:11px;
			text-transform:lowercase;
			
		}
		.postFromCurrentCat li a:hover{
			background-color:#c4cef1;			
			color:#000;
			text-decoration:none;
		}
			.postFromCurrentCat li.first {
				font-weight:700;
				cursor:pointer;
				font-size:12px;
				background:url(../images/DiggMenu-arrow.png) no-repeat 98% center;
				line-height:28px
			}
	
	.postFromCurrentCat:hover li {
		display:block;
	}
#theContent {
	float:left;
	width:680px;
	position:relative;
}
body.home #theContent{
	width:690px;
}
body.single #theContent,
body.page #theContent,
body.category #theContent {
	margin-top:20px;
	font-size:12px;
}
	#theContent p {
		margin-bottom:1em;
	}
	#home_slider {
		height:293px;
		margin-bottom:20px;
		position:relative;
	}
		#home_slider .items {
			z-index: 2;
			position:absolute;
			left:0;
			top:0;
			width:100%;
			height:100%;
		}
			#home_slider .items li {
				position:absolute;
				width:100%;
				height:100%;
				left:0;
				top:0;
			}
				#home_slider .items li img {
					position:absolute;
					left:0;
					bottom:0;
				}
		#home_slider .pages {
			position:absolute;
			right:0;
			top:30px;
			width:155px;
			z-index: 5;
		}
			#home_slider .pages table {
				width:100%;
			}
			#home_slider .pages td {
				vertical-align:middle;
				background:url(../images/homeSliderSteps.png) no-repeat left -66px;
				height:66px;
				width:140px;
				border-collapse:collapse;
			}
			#home_slider .pages tr.s td {
				background-position:left 0;
				cursor:pointer;
			}
			
				#home_slider .pages a {
					color:#505050;
					font-weight:700;
					padding:0 10px;
					text-decoration:none;
					display:block;
					margin-top:-6px;
					outline:none;
				}
				#home_slider .pages tr.s a{
					color:#fff;
				}
				#home_slider .pages td.arrow {
					width:15px;
					background:url(../images/homeSliderStepsArrows.png) no-repeat 20px 16px;
				}
				#home_slider .pages tr:hover td.arrow {
					background-position:2px 15px;
				}
				#home_slider .pages tr.s td.arrow {
					background-position:2px -55px;
				}
	#newsArea {
		background:#fff;
		min-height:500px;
		-moz-border-radius:5px;
		-webkit-border-radius: 5px;
		border-radius:5px;
		padding:20px 0 
	}
		#newsArea .column {
			width:230px;
			float:left;
			height:100%;
			position:relative;
		}
		#newsArea .middleColumn {
		}
		#newsArea .middleColumn .columnContent {
			border: 1px solid #e5e5e5;
			border-width:0 1px;
		}
			#newsArea .column h2 {
				border-bottom:1px solid #e5e5e5;
				margin:0 5px 0;
				line-height:32px;
				text-align:center;
				font-size:16px;
				color:#545454;
				font-family:"Trebuchet MS", Helvetica, Tahoma, Sans-serif;
				text-transform:uppercase;
			}
			#newsArea .column h2.cufonReplaced {
				padding:5px 0;
			}
			#newsArea .column .columnContent h2 {
				margin:0 0 1em
			}
		#newsArea .columnContent {
			padding:10px 10px 0;
		}
	#newsArea  .wp-caption {
		width:210px;
		overflow:hidden;
	}
.wp-caption,
.wp-caption.aligncenter {
	background-color:#a2b5e0;
	margin-bottom:2em;
	font-size:11px;
}
	.wp-caption img {
		display:block;
		margin:0 auto
	}
	#theContent p.wp-caption-text,
	.wp-caption-text {
		padding:5px;
		margin:0
	}

.latestNews {
	border-bottom:1px solid #e5e5e5;
	text-transform:lowercase;
}
.latestNews p:first-letter {
	text-transform:uppercase;
}
	.latestNews li,
	.resourcesList li {
		margin-bottom:.5em;
		padding-bottom:.5em;
	}
		.resourcesList li strong {
			display:block;
			text-transform:uppercase;
		}
.aligncenter {
	margin:1em auto
}
.readMore {
	display:block;
	margin-top:.5em;
}
.categoryTitle {
	margin-bottom:1em;
	text-transform:uppercase;
	font-size:14px;
}
	.categoryTitle a {
		color:#003f84		
	}

.eventsPage {
	
}
	.eventsPage h2 {
		font-size:16px;
		text-transform:uppercase;
		margin-bottom:10px;
	}
	.eventEntry h3 {
		text-transform:uppercase;
		color:#003F84;
	}
	.upcomingEvents {
		margin-bottom:20px;
	}
	.eventEntry {
		margin-bottom:1em;
		padding-bottom:1em;
		border-bottom:1px solid #eee;
	}
		.eventEntry .image {
			float:left;
			padding:5px 5px 0;
			background-color:#d4d8de;
			font-size:10px;
			text-align:center;
			width:150px;
			color:#555;
			font-weight:700;
		}
		.eventEntry .image:hover {
			background-color:#a1b4df;
			text-decoration:none;
			color:#fff;
		}
			.eventEntry .image img {
				display:block;
			}
			.eventEntry .image small {
				line-height:22px;
				display:block;
			}
	.eventEntry .eventText {
		margin-left:170px;
	}
body.page .categoryTitle,
body.category .categoryTitle {
	display:none;
}
.excerptPage {
	border-bottom:1px solid #E5E5E5;
	padding-bottom:1em;
	margin-bottom:1em;
}

.piclenselink {
	display:none;
}
/* inner pages
------------------------------------------------------------- */
body.single #theContent .postTitle,
body.page #theContent .postTitle,
body.category #theContent .postTitle {
	font-size:16px;
	color:#003F84;
	text-transform:uppercase;
	margin:10px 0;
}
body.single #theContent .addedOn,
body.page #theContent .addedOn,
body.category #theContent .addedOn {
	font-size:11px;
}

body.single #theContent .story h3,
body.page #theContent .story h3,
body.category #theContent .story h3 {
	text-align:center;
	font-size:14px;
	margin-bottom:1.5em;
	text-transform:uppercase;
}
.singleEntry h1,
.singleEntry h2,
.singleEntry h3,
.singleEntry h4,
.singleEntry h5,
.singleEntry h6 {
	margin-bottom:1em;
}

.singleEntry h5 {
	color:#003F84;
}
.singleEntry h4 {
	font-size:14px;
	margin:5px 0
}
.singleEntry .story h4  {
	font-size:16px;
	margin:0 0 10px
}
.my_breadcrumb { 
	height:28px;
	margin-bottom:2em;
}
	.my_breadcrumb li {
		float:left;
		line-height:28px
	}
	.my_breadcrumb li.drop {
		float:right;
		position:relative;
		width:300px;
	}
	.my_breadcrumb .page_item {
		text-transform:uppercase;
		font-weight:700;
		font-size:16px;
		margin-right:5px;
	}
		.my_breadcrumb .page_item a {
			color:#003F84;
		}

.singleEntry h2 {
	font-size:16px;
	margin:0 0 5px
}
.biosList {
	
}
	.biosList li,
	.singleEntry {
		border-bottom:1px solid #eee;
		margin-bottom:1em;
		padding-bottom:1em;
	}
	.biosList li.biosListSubcat {
		margin:0;
		border: none;
	}
		.biosList li.biosListSubcat  h2 {
			font-size:14px;
			margin:0
		}
	.singleEntry .biosList h1,
	.biosList h1  {
		margin-bottom:0;
		font-size:14px;
	}
		.singleEntry .biosList h1 a ,
		.biosList h1 a {
			color:#003F84;
		}

.factsListing li {
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
	padding-bottom:15px;
}
	.factsListing li h4 {
		font-size:14px;
		margin-bottom:5px;
	}
.biosPage {
	margin-left:160px;
}
	.biosThumb {
		float:left;
		border: 5px solid #a4b2e1;
		margin-top:5px;
	}
	body #theContent .biosPage .postTitle {
		text-align:left;
		margin-bottom:0;
	}
	body #theContent .biosPage h5.position {
		font-weight:100;
	}
#theContent.innerPages h2 {
	font-size:18px;
	margin-bottom:15px;
}

#theContent.innerPages h1,
#theContent.innerPages h2,
#theContent.innerPages h3,
#theContent.innerPages h4,
#theContent.innerPages h5,
#theContent.innerPages h6 {
	margin:15px 0
}

#sidebar {
	float:right;
	width:280px;
	min-height:293px;
}

	#newsletterBox {
		height:260px;
		padding:10px;
		background:url(../images/newsletterBox.png) no-repeat left top;
		margin-bottom:30px;
	}
		#newsletterBox h3 {
			height:38px;	
			line-height:38px;
			text-align:center;
			font-size:14px;
			color:#545454;
			text-shadow: #ececec 1px 0px 1px;
			text-transform:uppercase;
		}
		#newsletterBox h3.cufonReplaced {
			height:25px;
			padding-top:13px;
		}
		#newsletterBox h4 {
			color:#742874;
			font-size:14px;
			margin:7px 0 7px 10px;
		}
		#newsletterBox form {
			margin:0 10px;
			border-bottom:1px solid #d8e0f2;
			padding-bottom:10px;
		}
			#newsletterBox form p {
				margin-bottom:10px;
				height:21px;
				line-height:21px;
				background:url(../images/newsletterButtons.png) no-repeat 60px top;
			}
				#newsletterBox form p input {
					background:transparent;
					border: none;
					width:165px;
					font-size:11px;
					margin:3px 0 0 5px
				}
				#newsletterBox form p label {
					float:left;
					width:45px;
					font-weight:700;
					color:#742874;
					text-align:right;
					margin-right:15px;
				}
				#newsletterBox form button {
					display:block;
					margin:0 auto 0;
					background:url(../images/newsletterButtons.png) no-repeat 0 -30px;
					height:29px;
					line-height:28px;
					width:100px;
					border: none;
					padding-bottom:3px;
					text-transform:uppercase;
					color:#fff;
					font-weight:700;
					text-shadow: #aa7bba 1px 0px 1px;
					font-size:12px;
				}
		#newsletterBox .makeAdonation {
			display:block;
			background:url(../images/newsletterButtons.png) no-repeat 0 -69px;
			height:45px;
			width:210px;
			margin:0 auto;
			text-align:center;
			color:#5c5f5c;
			text-shadow: #d5edd4 1px 0px 1px;
		}
			#newsletterBox .makeAdonation strong {
				display:block;
				text-transform:uppercase;
				padding-top:4px;
			}
			#newsletterBox .makeAdonation:hover {
				text-decoration:none;
				color:#000;
			}
			

.sidebarBox  {
	margin-bottom:20px;
	border: 4px solid #bbb;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	background-color:#fff;
	padding:5px 10px
}
	.latestVideo {
		background:transparent;
		border: none;
		padding:0
	}
	.sidebarBox h2 {
		font-size:16px;
		text-align:center;
		font-family:"Trebuchet MS", Helvetica, Tahoma, Sans-serif;
		text-transform:uppercase;
		color:#545454;
		margin:0 15px 5px;
		border-bottom:1px solid #e5e5e5;
		padding-bottom:5px;
		letter-spacing:0.04em;
	}
	.sidebarBox h2.cufonReplaced {
		padding:8px 0
	}
	.latestVideo h2 {
		border: none;
	}
	.sidebarBox .sponsors {
		text-align:center;
		margin-top:10px;
	}
		.sidebarBox .sponsors li {
			margin:5px 0
		}
	.charityStandards {
		font-size:11px;
		padding-top:20px;
	}
		.charityStandards img {
			float:left;
			margin:-10px 10px 0 0;
		}


cufon {
	margin:2px 0
}


#footer {
	background-color:#706b6c;
	color:#DEDDDD;
	font-size:13px;
}
	#footer .innerFooter {
		width:980px;
		margin:0 auto;
		padding:40px 0 20px;
		position:relative;
	}
		#footer .innerFooter img {
			float:left;
			margin:-30px 20px 0 0
		}
		#footer .innerFooter a.goUp {
			position:absolute;
			right:0;
			top:-30px;
			color:#fff;
			background-color:#706b6c;
			padding:10px 30px
		}
#footer a {
	color:#fff;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}


#sharethis_0 {
	display:none;
}
































/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}