@charset "UTF-8";
/* CSS Document */

form {margin:0; padding:0;}

body {
	background:#fff url(../img/bg.jpg) 0 0 repeat-x;
	font-size: 60%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .container selector */
	color: #898989;
	}

.container {
	text-align:left;
	width:740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	font-size:1.5em;
	line-height:1.4em;
	position:relative;
	}

h2 {
	font-size:140%;
	color:#4354a6;
	}

h3 {
	color:#555555;
	font-size:110%;
	}

strong{font-weight:bold;}

.share_article { position: absolute; top: 243px; right: 350px; }

.share_article_single { position: absolute; top: 202px; right: 292px;}

/* Links */

a:link {color: #68bc45; text-decoration:none; border-bottom:none;}     /* unvisited link */
a:visited {color: #68bc45; text-decoration:none; border-bottom:none;}  /* visited link */
a:hover {color: #4354a6; text-decoration:none; border-bottom:1px solid #c1cce8;}   /* mouse over link */
a:active {color: #68bc45; text-decoration:none; border-bottom:none;}   /* selected link */

a.button:link {border:none;}     /* unvisited link */
a.button:visited {border:none;}  /* visited link */
a.button:hover {border:none;}   /* mouse over link */
a.button:active {border:none;}   /* selected link */

a img {border:none;}


/* Header */

.header {
	height:130px;
	position: relative;
	z-index:1001;
	display:block;
	}

h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	}

h1 a:link, h1 a:visited, h1 a:hover	{
	display: block;
	width: 376px;
	height: 100px;
	background:transparent url(../img/50ways.gif) 0 44px no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}

/* login */

.comment { margin-bottom: 10px; border-bottom: 1px solid #dddddd; padding-bottom: 5px; }
	.comment .details { font-size: 80%; }

.login {
	width:260px;
	height:123px;
	background:url(../img/login_bg.jpg) 0 0 no-repeat;
	position:absolute;
	top:5px;
	left:480px;
	}

.login a:active, .login a:link, .login a:visited {color: #68bc45; text-decoration:none; border-bottom:none;}
.login a:hover {color: #fff; text-decoration:none; border-bottom:1px solid #c1cce8;}

.login .logged_in { margin: 35px 0 0 18px; color: #ffffff; }

.login div {
	position:relative;
	padding:3px;
	margin:38px 10px 0 20px;
	}

.login div input {
	/*margin:38px 0 0 0;*/
	margin:0;
	padding:0;
	}

.login div input.button {
	margin:-1px 0;
	}

.login div input.textfield {
	border: 1px solid #fff;
	background-color: #dfe8ff;
	color:#7c859e;
	vertical-align: top;
	width:70px;
	padding:1px;
	margin:0 3px 0 -2px;
	display: inline;
	}

.login div p {
	position:absolute;
	top:24px;
	left:0;
	padding:0;
	margin:0;
	font-size:75%;
	color:#ffffff;
	}


/* searchbar */

.searchbar {
	padding:3px 0;
	margin:0 0 10px 0;
	background: transparent url(../img/search.jpg) 500px 15px no-repeat;
	}


.searchbar input {
	margin:6px 0 0 6px;
	padding:0;
	}

.searchbar input.textfield {
	border: 1px solid #aabae6;
	background-color: #ffffff;
	padding:3px;
	color:#aabae6;
	margin:6px 0 0 54px;
	vertical-align: top;
	width:136px;
	font-size:11px;
	}

.searchbar input.btn {
	margin:-1px 0;
	padding:0;
	}

.searchbar span.dn {
	margin:0;
}

.searchbar span.sb {
	float:right;
}

/* searchresults */

.searchresults {
	padding:0;
	margin:0 0 10px 0;
	border-top:1px solid #e6ebf9;
	}

.searchresults p {
	padding:0;
	margin: -10px 0 0 0;
	}

/* Breadcrumbs */

.breadcrumbs {
	margin:30px 0 10px 0;
	font-size:80%;
	}



/* Layout Tables */

table.layout {
	padding:0;
	margin:0;
	border:0;
	border-collapse: collapse;

	}

table.layout td {
	padding:0;
	margin:0;
	border:0;
	}

table.layout .leftcol { }

table.layout .rightcol { width: 0px !important; }

/* standard sub page content */

.sidebar {
	width:260px;
	background:transparent url(../img/sidebar_bg.jpg) 0 0 no-repeat;
	padding:0 0 20px 0;
	margin:0;
	min-height:100px;
	border-top:1px solid #fff;
	}

.sidebar ul {
	padding:0 20px 0 20px;
	margin:0;
	list-style-type:none;
	}

.sidebar li {
	margin:0 0 6px 0;
	}

.sidebar h3 {
	padding:10px 20px 0 20px;
	text-transform:uppercase;
	color:#748ac6;
	font-weight:normal;
	font-size:.8em;
	}


/* standard sub page content */

.norm {
	width:450px;
	margin:0 0 30px 0;
	}

.norm img.large {
	border: 3px solid #e5e5e5;
	}


/* related content */

table.layout .related {
	width:260px;
	background:transparent url(../img/related_bg.jpg) 0 0 no-repeat;
	padding:0;
	margin:0;
	}

table.layout .related ul {
	padding:30px 20px 0 20px;
	margin:0;
	list-style-type:none;
	}

table.layout .related li {
	margin:0 0 6px 0;
	}


/* blog content */

.sidebarblog {
	width:260px;
	background:transparent url(../img/sidebar_bg.jpg) 0 0 no-repeat;
	padding:0 0 20px 0;
	margin:0;
	min-height:100px;
	border-top:1px solid #fff;
	}

.sidebarblog ul {
	padding:0 20px 0 20px;
	margin:0;
	list-style-type:none;
	}

.sidebarblog li {
	margin:3px 0 0 0;
	text-transform:uppercase;
	font-size: .8em;
	color:#748ac6;
	}

.sidebarblog li a {
	text-transform:capitalize;
	/*font-size: 1.6em;*/
	}

.sidebarblog h3 {
	padding:10px 20px 0 20px;
	text-transform:uppercase;
	color:#748ac6;
	font-weight:normal;
	font-size:.8em;
	}

table.layout .norm hr {
	border:0;
	border-style:none;
	margin:25px 0 25px 0;
	height: 1px;
	width: 100%;
	color:#dddddd;
	background-color:#dddddd;
	}

table.layout .norm .date {
	color:#748ac6;
	font-size:1em;
	}
	
div.withborder {
	border-bottom: 1px solid #DDDDDD;
}

div.frontArticle h4 {
	margin-right: 10px;
	padding: 0px;
}

div.frontArticle img {
	border:3px solid #E9E9E9;
	float:left;
	margin-right:15px;
	display:block;
}

div.frontArticle p {
	font-size:13px;
	
}


/* past spotlights */

table.layout .spotlight {
	width:260px;
	background:transparent url(../img/spotlight_bg.jpg) 0 0 no-repeat;
	padding:0;
	margin:0;
	}

table.layout .spotlight ul {
	padding:30px 20px 0 20px;
	margin:0;
	list-style-type:none;
	}

table.layout .spotlight li {
	margin:0 0 6px 0;
	}

/* more to focus on */

table.layout .focus {
	width:260px;
	background:transparent url(../img/focus_bg.jpg) 0 0 no-repeat;
	padding:0;
	margin:0;
	}

table.layout .focus ul {
	padding:30px 20px 0 20px;
	margin:0;
	list-style-type:none;
	}

table.layout .focus li {
	margin:0 0 6px 0;
	}

/* more advice */

table.layout .advice {
	width:260px;
	background:transparent url(../img/more_advice_bg.jpg) 0 0 no-repeat;
	padding:0;
	margin:0;
	}

table.layout .advice ul {
	padding:30px 20px 0 20px;
	margin:0;
	list-style-type:none;
	}

table.layout .advice li {
	margin:0 0 6px 0;
	}


/* quotes */

.quote {
	width:260px;
	padding:0;
	margin:0;
	}

.quote div {
	padding: 0 20px;
	margin:0 0 30px 0;
	}

.quote img {
	border:3px solid #e5e5e5;
	margin:30px 0 0 0;
	}

.quote blockquote {
	margin:10px 0 0 0;
	padding:0 0 0 38px;
	color:#4354a6;
	font-weight:bold;
	background:transparent url(../img/quote_bg.gif) 0 0 no-repeat;
	}

.quote p {
	text-align:right;
	margin:2px 0 0 0;
	color:#a3b2da;
	font-size:80%;
	}


/* Donate Form */

.donate_form {
	padding: 30px 0 0 20px;
	background: transparent url(../img/donate.gif) 15px 10px no-repeat;
	}

.donate_form div {
	margin:5px 0;
	padding:0;
	}

.donate_form div span.left {
	margin:0 0 0 8px;
	padding: 0;
	display: table-cell;
	width: 25px;
	}

.donate_form div span.right {
	margin:0;
	padding:0;
	display: table-cell;
	}

.donate_form div span.right input.txt {
	margin:0;
	padding:0;
	border: 1px solid #898989;
	color: #898989;
	}

.donate_form div span.right input.btn {
	margin:5px 0;
	padding:0;
	border: none;
	}

.donate_form div p {
	margin:0 0 0 70px;
	}

.donate_form br {
	margin:0;

	}

.donate_form div img {
	float:left;
	margin:0 0 0 0;
	border:3px solid #e9e9e9;
	}

.donate_form div h4 {
	padding:0 0 0 0;
	margin:0 0 0 70px;
	}



/* Featured */

.featured {
	background:transparent url(../img/featured_wbg.gif) 0 0 no-repeat;
	}

.featured div.sub {
	padding: 30px 10px 0 20px;
	/*background: transparent url(../img/featured.gif) 20px 10px no-repeat;*/
	}

.featured div.sub div {
	margin:5px 0;
	padding:0 10px 0 5px;
	height: 240px;
	overflow: auto;
	}

.featured h2 {
	font-size:110%;
	color:#4354a6;
	}

.featured h3 {
	color:#555555;
	font-size:110%;
	}


/* News */

.container_rss {width:150px; float:left; padding-left:19px;}
.container_rss h4 {margin: 0 !important;}
.heifer_feed {float:left; width: 60px;}
.heifer_feed img {float: none !important;}
.rss_icon {padding-top:10px; text-align:right; margin-right:-5px;}
.rss_icon img {float:none !important; border:none !important;}
.rss_icon a:hover {text-decoration: none !important; border: none !important;}

.news {
	padding: 30px 0 0 20px;
	background: transparent url(../img/headline_news.gif) 20px 10px no-repeat;
	position: relative;
	display: block;
	width: 740px;
	overflow: auto;
	}

.news table {
	border-top: 1px solid #ddd;
	padding-bottom: 10px;
	}

.news td {
	width: 235px;
	padding: 10px 0 15px 0;
	margin: 0 0 20px 0;
	border: none;
	}

.news td.lightGrayBorder {
	padding-right:10px;
	border-right: 1px solid #ddd;
	}

.news td.lightGrayPadding {
	padding-left:10px;
	}

.news td p {
	margin:0 0 0 70px;
	}

.news br {
	margin:0;
	}

.news td img {
	float:left;
	margin:0 0 0 0;
	border:3px solid #e9e9e9;
	}

.news td h4 {
	padding:0 0 0 0;
	margin:0 0 0 70px;
	}


/* Partners */

.partners {
	background:transparent url(../img/partnersbg.gif) left bottom no-repeat;
	position:relative;
	float:right;
	height:140px;
	width:240px;
	margin:0;
	}

.partners .left {
	background:transparent url(../img/partnershealia.gif) left top no-repeat;
	padding:64px 10px 10px 18px;
	}

.partners .right {
	position: absolute;
	left: 140px;
	top: 0;
	}

.partners .right .button {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	}

.partners .right .ppn a:link, .partners .right .ppn a:visited, .partners .right .ppn a:hover, .partners .right .ppn a:active {
	background:transparent url(../img/partnersppn.gif) right center no-repeat;
	display: block;
	width: 98px;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0;
	}

.partners .right .apa a:link, .partners .right .apa a:visited, .partners .right .apa a:hover, .partners .right .apa a:active {
	background:transparent url(../img/partnersna.gif) right center no-repeat;
	display: block;
	width: 98px;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0;
	}

.partners input.button {
	margin: 0 0 0 18px !important;
	display:block;
	}


/* Tabs */

.tabs {
	position:relative;
	}

.tabs h3 {
	color:#4354a6;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.2em;
	letter-spacing:.1em;
	}

.tabs ul {
	width:435px;
	height:30px;
	margin:0;
	padding:0;
	border:0;
	background: transparent url(../img/tabs.gif) 0 0 no-repeat;
	position:relative;
	}

.tabs ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}

.tabs ul li, .tabs ul a {
	height: 30px;
	display: block;
	}

.tabs ul a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	border-bottom:none;
	}

#tab_1	{left: 0; width: 172px;}
#tab_2	{left: 172px; width: 137px;}
#tab_3	{left: 309px; width: 126px;}

#tab_1.active, #tab_1.active a:hover {background: transparent url(../img/tabs.gif) 0 -60px no-repeat; border-bottom:none;}
#tab_2.active, #tab_2.active a:hover {background: transparent url(../img/tabs.gif) -172px -60px no-repeat; border-bottom:none;}
#tab_3.active, #tab_3.active a:hover {background: transparent url(../img/tabs.gif) -309px -60px no-repeat; border-bottom:none;}

#tab_1 a:hover	{background: transparent url(../img/tabs.gif) 0 -30px no-repeat; border-bottom:none;}
#tab_2 a:hover 	{background: transparent url(../img/tabs.gif) -172px -30px no-repeat; border-bottom:none;}
#tab_3 a:hover 	{background: transparent url(../img/tabs.gif) -309px -30px no-repeat; border-bottom:none;}

.tabs_content {
	width:480px;
	background:transparent url(../img/tabs_bg.jpg) left top no-repeat;
	position:relative;
	left:0;
	margin:0;
	}

.tabs_content div {
	padding:10px 20px;
	}



/* Footer */

.footer {
	background:#fff url(../img/footer_bg.gif) 0 0 repeat-x;
	height:120px;
	color:#afbde1;
	padding:0;
	text-align:left;
	font-size:1.2em;
	}

.footer div {
	margin:0 auto;
	width:740px;
	padding:20px 0 0 0;
	}

.footer p {
	float:right;
	margin:0;
	padding:0;
	}

.footer span {
	display: block;
	margin:0;
	padding:7px 0;
	}

.footer a:link, .footer a:visited, .footer a:active {color: #ffffff; text-decoration:none; border-bottom:none;}
.footer a:hover {color: #ffffff; text-decoration:none; border-bottom:1px solid #afbde1;}   /* mouse over link */



/* Calendar */


.widget-calendar .widget-content {
	border: 1px solid #d8dff1;
	empty-cells: show;
	font-size: 14px;
	margin: 20px 20px 0 20px;
	width: 218px;
}

.widget-calendar .widget-content #next a {
	padding-right: 10px;
	text-align: right;
}

.widget-calendar .widget-content #prev a {
	padding-left: 10px;
	text-align: left;
}

.widget-calendar .widget-content a {
	display: block;
	text-decoration: none;
	border:none;
}

.widget-calendar .widget-content a:hover {
	background: #e0e6e0;
	color: #333333;
}

.widget-calendar .widget-content caption {
	text-transform:uppercase;
	color:#748ac6;
	font-weight:normal;
	font-size:.85em;
	text-align: left;
}

.widget-calendar .widget-content td {
	color: #cccccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

.widget-calendar .widget-content td.pad:hover {
	background: #fff;
}

.widget-calendar .widget-content td:hover, .widget-calendar .widget-content #today {
	background: #eee;
	color: #bbbbbb;
}

.widget-calendar .widget-content th {
	font-style: normal;
	text-transform: capitalize;
}

/* Wordpress Calendar */


#wp-calendar {
	border: 1px solid #d8dff1;
	empty-cells: show;
	font-size: 14px;
	margin: 20px 20px 0 20px;
	width: 218px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	border:none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333333;
}

#wp-calendar caption {
	text-transform:uppercase;
	color:#748ac6;
	font-weight:normal;
	font-size:.85em;
	text-align: left;
}

#wp-calendar td {
	color: #cccccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbbbbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/* Wordpress Calendar */

#header {
	position:relative;
	display:block;
	}
#promo_main {
	position:relative;
	display:block;
	}
#body {
	position:relative;
	display:block;
	width:740px;
	overflow: hidden;
	}
#lCol, #tabs {
	position:relative;
	width:480px;
	float:left;
	}
#rCol {
	position:relative;
	width: 240px;
	float:right;

}
#footer {
	position:relative;
	display:block;
	width:auto;
	}
img.thumb {
	border:3px solid #e5e5e5;
	margin:5px 20px 20px 0;
	float:left;
	}
span.authorThumb {
	position: relative;
	float: right;
	margin: -20px 5px 0px 5px;
	color: #748ac6;
	text-align: center;
	font-style: italic;
}

.tabs_content div img.large {
	border: 3px solid #d8dff1;
}

.tabs_content a.title {
	font-size: 12pt;
	font-weight: bold;
}

.tabs_content p {
  margin: 5px 0 10px 0;
}

.tabs_content h3 {
	color:#4354a6;
}
	
.tabs_content hr {
  border: none;
  border-top: 1px solid #f3f3f3;
}
span abbr {
	text-decoration: none;
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../img/feed-icon-14x14.png") no-repeat 0 50%;
}

.print {
	float: right;
	margin:5px; 
}

a.print:hover {
	text-decoration: none;
}