@import "http://ajax.googleapis.com/ajax/libs/dojo/1.4/dijit/themes/soria/soria.css";
@import "http://ajax.googleapis.com/ajax/libs/dojo/1.4/dojox/image/resources/Lightbox.css";

html {
	color: black;
	background-color: #ebe8b6;
	font: normal 12px/18px Verdana,sans-serif;
}
/*
centering algorighms for background-position: center and margin:auto only align
when the image width is even and padding+width is odd, or vice-versa, in each of IE and
Mozilla.

In WebKit, they align only if they're both even or both odd.

I change the padding in a conditional comment in htmlhead for IE. I don't have a good
solution for WebKit.
*/
body {
	height: 100%;
	margin: 0;
}
div.top-content {
	position: relative;
	width: 950px;
	padding: 0px 5px 0px 4px;
	margin: 0px auto;
}
div.main-content {
	background: #FFF url(../images/bg.gif) center top repeat-y;
	width: 950px;
	padding: 0px 5px 0px 4px;
	margin: 0px auto;
}
a {
	font-weight: bold;
	color: #008ab7;
}
a img {
	border: none;
}
p {
	padding: 0px;
	margin: 9px 0px;
}
h1 {
	color: #cc6500;
	font: normal 30px/35px Georgia,serif;
	margin: 15px 0px 10px 0px;
	padding: 0px;
}
h2 {
	color: #349300;
	font: bold 12px/15px Verdana,sans-serif;
	padding: 6px 0px 9px 0px;
	margin: 0px;
	border-bottom: 2px solid #d9d9d9;
}

div.header {
	position: relative;
	height: 108px;
	background: #ebe8b6 url(../images/header.jpg) 4px top no-repeat;
	margin: 0;
	width: 950px;
	padding: 0 5px 0 4px;
}
div.header a.logo {
	position: absolute;
	left: 33px;
	top: 4px;
	width: 217px;
	height: 104px;
	cursor: pointer;
}
div.header div.gleaning {
	position: absolute;
	top: 34px;
	left: 258px;
	width: 579px;
	height: 36px;
}
div.header a.home {
	position: absolute;
	display: block;
	top: 0;
	right: 142px;
	width: 79px;
	height: 38px;
}
div.header a.contactus {
	position: absolute;
	display: block;
	top: 0;
	right: 22px;
	width: 120px;
	height: 37px;
}
div.header a img {
	border: 0;
}


div.pagetop {
	position: relative;
	height: 61px;
	background: #ebe8b6 url(../images/menubg.gif) left bottom no-repeat;
	margin: 0px 0 0 -4px;
	width: 955px;

}
div.pagetop img {
	position: absolute;
	top: 48px;
	left: 0px;
}
div.announcements {
	width: 660px;
	margin-top: 22px;
}
div.announcements-content {
	width: 660px;
	background: url(../images/announcements-bg.jpg) repeat-y left top;
}
div.announcements-content div {
	margin: 0;
	padding: 0 12px;
	float: left;
	width: 140px;
}
div.announcements-content div p {
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
div.announcements-content div.clear {
	clear: left;
	float: none;
	width: auto;
}
div.sidebar {
	display: inline;
	float: left;
	position: relative;
	width: 184px;
	padding-right: 11px;
	padding-left: 10px;
	margin: 19px 0 0 18px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.sbblue {
	padding-top: 10px;
	background-color: #cbebeb;
	margin-bottom: 14px;
}
div.sidebar-menu {
	padding: 22px 11px 20px 10px;
	background-color: #FFF;
}
div.sidebar-menu h2 {
	margin-left: 8px;
}
a.how2help {
	display: block;
	position: relative;
	width: 184px;
	height: 154px;
	margin-bottom: 14px;
}
.donatenow {
	display: block;
	position: relative;
	width: 184px;
	height: 65px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0 none;
	background: none;
	cursor: pointer;
}
a.buyhhgear {
	display: block;
	position: relative;
	width: 184px;
	height: 94px;
	margin-bottom: 6px;
}
.sbblue h2 {
	padding: 0px;
	margin: -3px -17px 0px -17px;
	border-bottom: none;
}
div.sbbox {
	position: relative;
	padding: 0px 14px 14px 14px;
	border: 3px solid white;
	margin-bottom: 14px;
}
div.sbbox h3 {
	font: bold 11px/14px Verdana,serif;
	color: #008ab7;
	margin: 0px;
	padding: 9px 0px 2px 0px;
}
div.sbbox h3 a {
	color: #008ab7;
	text-decoration: none;
}
div.sbbox p {
	margin: 0px;
	padding: 0px;
	font: normal 11px/14px Verdana,sans-serif;
}
div.sidemenu {

}
div.sidemenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.sidemenu ul li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #d6d6d6;
	line-height: 14px;
}
div.sidemenu ul li li {
	padding-left: 8px;
	border-bottom: none;
	border-top: 1px solid #d6d6d6;
}
div.sidemenu ul li a {
	color:black;
	display: block;
	padding: 7px 8px;
	text-decoration: none;
	font-weight: normal;
}
div.sidemenu ul li b {
	color:black;
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	background-color: #f8f4ba;
	font-weight: normal;
}
div.sidemenu ul li a:hover {
	background-color: #f8f4ba;
}

div.content {
	padding: 19px;
	background-color: #FFF;
	margin: 0px 0px 0px 237px;
	width: 675px;
}

div.footer {
	clear: left;
	position: relative;
	padding: 17px 28px;
}
div.footer p.links {
	position: absolute;
	top: 17px;
	left: 25px;
	color:#7b7b7b;
	letter-spacing: 2px;
	font: normal 11px/14px Verdana,sans-serif;
}
div#footermenu {
	padding: 9px 0px;
	overflow: hidden;
}
div#footermenu ul {
	position: relative;
	left: -6px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#footermenu li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px 6px;
	font: normal 12px/14px Verdana,sans-serif;
	border-left: 1px solid #7b7b7b;
}
div.footer p.links a {
	letter-spacing: 0px;
}
div.footer p.designedby {
	position: absolute;
	top: 17px;
	right: 89px;
	color: black;
	font: normal 11px/14px Arial,sans-serif;
	letter-spacing: 0px;
}
div.footer p.designedby a {
	color: black;
	font: bold 11px/14px Arial,sans-serif;
	text-decoration: underline;
}
div.footer a.poweredby {
	position: absolute;
	top: 17px;
	right: 23px;
	width:56px;
	height: 33px;
}

div.donate {
	border-top: 1px solid #e1e1e1;
	clear: both;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 10px;
	color: #000000;
}

div.content li {
	list-style: url(/images/orange-bullet.jpg);
}

div.galhead {
	margin-bottom:20px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
}
div.galhead h2 {
	font-weight: normal;
	border-bottom: 0px;
	color: black;
}
div.galhead p a,
div.galhead p b {
	color: #008ab7
}
div.galhead a.slideshow {
	float:right;
	margin-top:-62px;
}

div.thumblist {
	float: left;
	display: inline;
	width: 100%
	margin: 0px -20px;
}
div.thumb {
	float: left;
	display: inline;
	margin: 0px 0px 23px 40px;
}
div.thumb a {
	display: block;
	border: 1px solid #dddddd;
	padding: 10px;
	box-shadow: #dddddd 2px 2px 3px;
	-moz-box-shadow: #dddddd 2px 2px 3px;
	-webkit-box-shadow: #dddddd 2px 2px 3px;
}
div.singlephoto {
	text-align: center;
}
div.singlephoto img {
	border: 1px solid #dddddd;
	padding: 10px;
	box-shadow: #dddddd 2px 2px 3px;
	-moz-box-shadow: #dddddd 3px 3px 4px;
	-webkit-box-shadow: #dddddd 3px 3px 4px;
}
div.prevnext {
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	border: 1px solid #dddddd;
	background: #f3f3f3;
	padding: 5px;
	text-align: center;
}
div.prevnext a {
	background:#ffffff;
	border:1px solid #dddddd;
	padding:3px;
	margin-right:3px;
}

/* Begin table styles for got citrus page */
.citrus-challenge {
	font-family: Verdana, Arial, sans-serif;
	padding-top: 20px;
}
.citrus-challenge p.title {
	font-size: 14px;
	font-weight: bold;
	color: #40880f;
	margin-bottom: 10px;
	float: left;
}
.citrus-challenge table {
	width: 340px;
	float: left;
	clear: left;
}
.citrus-challenge table th {
	font-size: 10px;
	text-align: right;
	height: 19px;
	background-color: #d9d7b2;
	padding: 0 8px;
}
.citrus-challenge table th.source {
	text-align: left;
}
.citrus-challenge table td {
	font-size: 11px;
	text-align: right;
	height: 19px;
	background-color: #f4f2d2;
	padding: 3px 8px 4px;
	border-bottom: 1px solid #d9d7b2;
}
.citrus-challenge table td.source {
	text-align: left;
}
.citrus-challenge table tr:last-child td {
	border-bottom: none;
}
.citrus-challenge p.note {
	float: left;
	margin-left: 15px;
	width: 250px;
	font-size: 11px;
	margin-top: 0;
}
.citrus-collected {
	font-family: Verdana, Arial, sans-serif;
	padding-top: 40px;
	clear: left;
}
.citrus-collected p.title {
	font-size: 14px;
	font-weight: bold;
	color: #40880f;
	margin-bottom: 10px;
}
.citrus-collected table {
	width: 380px;
}
.citrus-collected table th {
	font-size: 10px;
	text-align: right;
	height: 19px;
	background-color: #d9d7b2;
	padding: 0 8px;
}
.citrus-collected table th.source {
	text-align: left;
}
.citrus-collected table tr.totals td {
	background-color: #a6f86f;
	font-weight: bold;
}
.citrus-collected table td {
	font-size: 11px;
	text-align: right;
	height: 19px;
	background-color: #f4f2d2;
	padding: 3px 8px 4px;
	border-bottom: 1px solid #d9d7b2;
}
.citrus-collected table td.source {
	text-align: left;
}
.citrus-collected table tr.totals td.unit {
	font-weight: normal;
}
.citrus-collected table tr:last-child td {
	border-bottom: none;
}
.citrus-varieties {
	margin: 40px 0 40px;
}
.citrus-varieties p.title {
	font-size: 14px;
	font-weight: bold;
	color: #40880f;
	margin-bottom: 10px;
}
/* End table styles for got citrus page */