/*
Theme Name: GEF
Theme URI: 

*/

body{
	margin:0;
	color:#414042;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/bg-body.gif);
}
/* general reset */
img{border-style:none;}
img.alignleft, div.alignleft
{
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright
{
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;
}
a{
	text-decoration:underline;
	color:#6b953c;
}
a:hover{text-decoration:none;}

/* container style */
#container {
	margin:34px auto 0;
	width:819px;
	overflow:hidden;
}
/* header style */
#header {
	width:802px;
	padding:0 8px 0 9px;
	overflow:hidden;
}
.logo {
	background:url(images/logo.gif) no-repeat;
	width:323px;
	height:63px;
	float:left;
	margin:0;
	overflow:hidden;
}
.logo a {
	width:323px;
	height:63px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
.form {
	float:right;
	padding-top: 32px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 310px;
}
input.text {
	float:left;
	width:154px;
	padding:2px;
	margin:0 4px 0 0;
	border:1px solid #040000;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
input.button {
	background:url(images/btn-search.gif) no-repeat;
	width:64px;
	height:23px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
	cursor:pointer;
	border:none;
	margin:0;
}
.size {
	display:block;
	text-align:right;
	font-size:12px;
	color:#000;
}
.size a {
	text-decoration:none;
	color:#000;
}
.size a:hover {text-decoration:underline;}
a.invisible {display:none;}
.row {
	width:228px;
	overflow:hidden;
	padding:0 0 5px;
}
/* main style */
#main {
	width:100%;
	background:url(images/bg-main-top.png) no-repeat;
	padding:15px 0 0;
	margin:-2px 0 0;
}
.main-holder {
	background:url(images/bg-main-center.png) repeat-y;
	width:802px;
	padding:0 8px 6px 9px;
}
.img-holder {
	width:100%;
}
.img-holder img {
	margin-top: -6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/* menu style */
ul.menu {
	list-style:none;
	padding:0;
	margin:0;
	clear:both;
	width:100%;
	overflow:hidden;
}
ul.menu li {float:left;}
ul.menu a {
	display:block;
	background:url(images/bg-menu.gif) no-repeat;
	height:37px;
	overflow:hidden;
	cursor:pointer;
}
ul.menu a span {
	height:37px;
	overflow:hidden;
	display:block;
	text-indent:-9999px;
}
ul.menu li.about a {
	width:87px;
	background-position:0 0;
}
ul.menu li.choices a {
	width:77px;
	background-position:-87px 0;
}
ul.menu li.photos a {
	width:70px;
	background-position:-164px 0;
}
ul.menu li.news a {
	width:131px;
	background-position:-234px 0;
}
ul.menu li.donations a {
	width:96px;
	background-position:-365px 0;
}
ul.menu li.volunteers a {
	width:102px;
	background-position:-461px 0;
}
ul.menu li.job a {
	width:155px;
	background-position:-563px 0;
}
ul.menu li.contact a {
	width:84px;
	background-position:-718px 0;
}

ul.menu li.about a:hover, ul.menu li.about a.active {background-position:0 -37px;}
ul.menu li.choices a:hover, ul.menu li.choices a.active {background-position:-87px -37px;}
ul.menu li.photos a:hover, ul.menu li.photos a.active {background-position:-164px -37px;}
ul.menu li.news a:hover, ul.menu li.news a.active {background-position:-234px -37px;}
ul.menu li.donations a:hover, ul.menu li.donations a.active {background-position:-365px -37px;}
ul.menu li.volunteers a:hover, ul.menu li.volunteers a.active {background-position:-461px -37px;}
ul.menu li.job a:hover, ul.menu li.job a.active {background-position:-563px -37px;}
ul.menu li.contact a:hover, ul.menu li.contact a.active {background-position:-718px -37px;}
/* columns style */
.columns {
	background:url(images/bg-columns-center.gif) repeat-y;
	width:788px;
	margin:5px 6px 0 8px;
}
.columns .holder {background:url(images/bg-columns-top.gif) no-repeat;}
.columns .inner {
	background:url(images/bg-columns-bottom.gif) no-repeat 0 100%;
	width:757px;
	padding:0 23px 0 8px;
	overflow:hidden;
}
/* left-side style */
.left-side {
	float:left;
	width:456px;
	padding:16px 0 23px;
}
.left-side h2 {
	background:url(images/heading-friendly.gif) no-repeat;
	width:456px;
	height:52px;
	overflow:hidden;
	margin:0;
}
.left-side h2 span {
	display:block;
	width:456px;
	height:52px;
	overflow:hidden;
	text-indent:-9999px;
	position:relative;
}
/* info-box style */
.info-box {
	width:426px;
	overflow:hidden;
	padding:10px 13px 1px 17px;
}
.img-box {
	float:left;
	width:124px;
	margin:1px 23px 0 0;
}
.img-box img {
	display:block;
	margin:0 auto;
	border:1px solid #231f20;
}
.info-box h3 {
	margin:0 0 8px;
	font-size:18px;
	color:#414042;
}
.info-box p {margin:0;}
/* feature-box style */
.feature-box {
	float:right;
	width:270px;
	padding:29px 0 10px;
	text-align:center;
}
.feature-box img {
	display:block;
	border:1px solid #231f20;
	margin:0 auto 27px;
}
.feature-box p {margin:0 0 4px;}
/* bottom-box style */
.bottom-box {
	width:781px;
	padding:4px 0 16px 21px;
	overflow:hidden;
}
.ads {
	float:left;
	width:123px;
	margin:0 25px 0 0;
}
a.building {
	display:block;
	background:url(images/ads-1.gif) no-repeat;
	width:123px;
	height:65px;
	overflow:hidden;
	margin:0 0 2px;
	cursor:pointer;
}
a.building span {
	display:block;
	width:123px;
	height:65px;
	overflow:hidden;
	text-indent:-9999px;
}
.ads span {
	display:block;
	text-align:center;
}
.ads-2 {
	float:left;
	width:290px;
	margin:0 28px 0 0;
	padding:4px 0 0;
}
.best {
	float:left;
	background:url(images/ads-2.gif) no-repeat;
	width:114px;
	height:82px;
	overflow:hidden;
	margin:0 13px 0 0;
	cursor:pointer;
}
.best span {
	display:block;
	width:114px;
	height:82px;
	overflow:hidden;
	text-indent:-9999px;
}
.ads-2 p {margin:0;}
.more {
	float:left;
}
.more-news {
	display:block;
	background:url(images/heading-more.gif) no-repeat;
	width:201px;
	height:21px;
	overflow:hidden;
	margin:0 0 9px;
}
.more-news span {
	display:block;
	width:201px;
	height:21px;
	overflow:hidden;
	text-indent:-9999px;
}
.more ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:14px;
}
/* footer style */
#footer {
	width:774px;
	padding:2px 22px 10px 23px;
	overflow:hidden;
	background:url(images/bg-footer.png) no-repeat;
}
/* footer-menu style */
.footer-menu {
	width:774px;
	padding:0 0 11px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.footer-menu .holder {
	left: 50%;
	float: left;
	position: relative;
	text-align: center;
}
#footer ul{
	left: -50%;
	float: left;
	position: relative;
	list-style:none;
	padding:0;
	margin:0;
}
#footer ul li {
	float:left;
	background:url(images/bullet.gif) no-repeat 0 5px;
	padding:0 0 0 10px;
}
#footer ul li:first-child {background:none;}
#footer ul li a {
	display:block;
	height:28px;
	overflow:hidden;
	cursor:pointer;
}
#footer ul li a span {
	display:block;
	height:28px;
	overflow:hidden;
	text-indent:-9999px;
}
#footer ul li.links a {
	background:url(images/menu-links.gif) no-repeat;
	width:54px;
}
#footer ul li.privacy a {
	background:url(images/menu-privacy.gif) no-repeat;
	width:67px;
}
#footer ul li.contactors a {
	background:url(images/menu-contactors.gif) no-repeat;
	width:167px;
}
/* bottom-text style */
.bottom-text {
	width:100%;
	overflow:hidden;
	font-size:10px;
}
.bottom-text p {
	float:left;
	margin:2px 0 0;
	font-weight:bold;
}
.bottom-text a {
	float:right;
	font-size:12px;
	text-transform:uppercase;
}
/* inner page*/
/* main-area style */
.breadcrumb {
	font-size: 12px;
	padding-bottom: 10px;
}
.main-area {
	background:url(images/bg-main-area-center.gif) repeat-y;
	width:788px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 8px;
}
.main-area .holder {background:url(images/bg-main-area-top.gif) no-repeat;}
.main-area .inner {
	background:url(images/bg-main-area-bottom.gif) no-repeat 0 100%;
	width:788px;
	overflow:hidden;
}
/* main-area full style */
.main-area-full {
	width:788px;
	margin:5px 5px 0 8px;
	background-image: url(images/bg-full-center.gif);
	background-repeat: repeat-y;
}
.main-area-full .holder {background:url(images/bg-full-top.gif) no-repeat;}
.main-area-full .inner {
	background:url(images/bg-full-bottom.gif) no-repeat 0 100%;
	width:788px;
	overflow:hidden;
}
/* main-content style */
.main-content {
	float:left;
	width:568px;
	padding:35px 0 31px 24px;
	height:auto !important;
	height:420px;
	min-height:420px;
}
.main-content-full {
	float:left;
	width:750px;
	padding:35px 0 31px 24px;
	height:auto !important;
	height:420px;          
	min-height:420px;
}
.main-content h2 {
	margin:0 0 17px;
	font-size:21px;
	color:#6b953c;
	text-transform:uppercase;
}
.main-content p {margin:0 0 15px;}
.main-content-full h2 {
	margin:0 0 17px;
	font-size:21px;
	color:#6b953c;
	text-transform:uppercase;
}
.main-content-full p {margin:0 0 15px;}
.info-holder {
	width:100%;
	overflow:hidden;
}
.info-holder img {
	margin:1px 12px 3px 0;
}
ul.no-bullet {
	list-style:none;
}
/* secondary-nav style */
ul.secondary-nav {
	float:right;
	width:160px;
	list-style:none;
	padding-top: 22px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
ul.secondary-nav li {
	border-top:1px solid #6b953c;
	line-height:17px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	list-style-image: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 7px;
}
ul.secondary-nav li:first-child {border:none;}
ul.secondary-nav li a {
	color:#6b953c;
	text-decoration:none;
}
ul.secondary-nav li a:hover {text-decoration:underline;}
li.page_item {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

#sidebar{
	float:right;
	width:135px;
	padding:22px 21px 0 0;
	list-style:none;
	margin:0;
}
/* Christina's Additions */
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
