@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background: url(images/bg.jpg) #cde3a6;
}
img {
	border: none;
	display: block;
}
h1 {
	font-size: 1.4em;
	color: #0e80bd;
}
input {
	margin-bottom: 5px;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
form.singleButton {
	padding-top: 10px;
}
a {
	color: #0e80bd;/*6a7852*/
}
a:hover {
	text-decoration: none;
	color: #6a7852;
}
.container {
	width: 1039px;
	margin: 0 auto;
	clear: both;
}
.banner {
	background: url(images/topbar_bg.jpg) repeat-x;
	height: 155px;
}
.homeButton {
	float: left;
	margin-left: 197px;
}
.navigation {
	background: #30470c;
	height: 33px;
}
.navigation a {
	color: #fff;
	text-decoration: none;
	padding: .35em 1em;
	display: inline-block;
	float: left;
	border-top: 3px solid #30470c;
}
.navigation a:hover, div.dropdown:hover a.parent {
	border-top: 3px solid #8c9e6c;
	color: #fe7316;
}
.navigation span.selected {
	color: #fe7316;
}
.dropdown a.parent {
	height: 25px;
	padding: .35em 0 0 1em;
	width: 173px;
}
div.dropdown:hover .dropMenu {
	visibility: visible;
}
.dropdown {
	float: left;
	width: 173px;
	display: block;
}
.dropMenu {
	font-size: .85em;
	position: absolute;
	margin-top: 33px;
	background: #8c9e6c;
	width: 173px;
	padding: .5em 0;
	visibility: hidden;
	clear: left;
}
.dropMenu a {
	border-top: none;
	clear: left;
	display: block;
	padding: .35em 15px;
	width: 143px;
}
.dropMenu a:hover {
	border-top: none;
	background: #30470c;
	color: #fff;
}
.dropdown#tools, .dropdown#tools .dropMenu, .dropdown#tools a.parent {
	width: 118px;
}
.dropdown#tools .dropMenu a {
	width: 88px;
}
.subNav {
	font-size: .9em;
	color: #6a7852;
	font-weight: normal;
	background: #b7cf8d;
	padding: .1em .3em .4em .3em;
	margin-top: 6px;
	display: block;
	clear: right;
}
.subNav a {
	padding-right: .9em;
	padding-left: .3em;
	font-size: .7em;
	color: #6a7852;
	font-weight: bold;
}
.subNav a:hover {
	color: #000;
}
.subNav a.selected {
	color:#0e80bd;
	text-decoration:none;
}
.newStuff {
	background: url(images/events_bg.jpg) repeat-x;
	height: 146px;
}
.newHome {
	background: url(images/newHome_bg.jpg) repeat-x;
	height: 45px;
}
.newBlock {
	width: 223px;
	border-right: 8px solid #8c9e6c;
	margin-right: 23px;
	height: 78px;
	display: inline-block;
	margin-top: 8px;
	float: left;
	padding: 20px 20px 20px 0;
	font-size: .85em;
	line-height: 1.4em;
}
.newBlock.last {
	border-right: none;
	margin-right: 0;
}
.newBlock strong {
	color: #0e80bd;
}
.mainContent {
	clear: both;
}
.mainContent.noEvents {
	background: url(images/no_events_bg.gif) repeat-x;
}
.sidebar {
	width: 166px;
	padding: 10px 15px 15px 30px;
	float: left;
}
.sidebar h1 {
	color: #000;
}
.sidebar a {
	color: #0e80bd;
	text-decoration: none;
	display: block;
	margin-left: 10px;
	float: left;
	padding-top: 1.1em;
	font-weight: bold;
}
.sidebar a:hover {
	color: #000;
}
.twitter {
	clear: left;
	padding-top:10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #98ab76;
	height: 48px;
}
.newsletterSignup {
	clear: left;
	border-top: 1px solid #fff;
	padding-top: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #98ab76;
}
.congoDonation {
	clear: left;
	border-top: 1px solid #fff;
	padding-top: 25px;
}
.congoDonation a {
	padding-top: .5em;
	margin-left: 0;
	float: none;
}
.pageContent {
	float: left;
	border-left: 8px solid #8c9e6c;
	min-height: 630px;
	padding: 10px 20px 40px 20px;
	width: 780px;
	line-height: 1.3em;
}
.pageContent p {
	border-bottom: 1px solid #98ab76;
	border-top: 1px solid #fff;
	padding: 15px 0;
	margin: 0;
}
.pageContent p.first {
	border-top: none;
	padding-top: 0;
}
.pageContent p.last {
	border-bottom: none;
}
.pageContent h1 {
	line-height: normal;
}
.footer {
	background: #30470c;
	border-top: 8px solid #8c9e6c;
	clear: left;
	min-height: 500px;
}
.footerBlock {
	width: 233px;
	margin-right: 30px;
	float: left;
	padding-top: 15px;
	font-size: .85em;
}
.footerBlock.first {
	margin-left: 239px;
}
.footerBlock strong {
	color: #c4d3aa;
	padding-bottom:10px;
	border-bottom: 1px solid #000;
	display: block;
}
.footerBlock a {
	color: #fff;
	text-decoration: none;
	display: block;
	clear: left;
	padding: .2em 0;
}
.footerBlock a.first {
	border-top: 1px solid #6d814c;
	padding-top: 10px;
}
.footerBlock a:hover {
	color: #5e9ad3;
}

.storeRow {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #98ab76;
	border-top: 1px solid #fff;
}
.storeRow h2 {
	font-size: 1em;
	color: #ea6a14;
}
.storeRow form {
	clear: left;
	padding-top: 10px;
	margin: 0;
}
.storeRow.start {
	padding-top: 0;
	border-top: none;
}
.storeRow.end {
	border-bottom: none;
	padding-bottom: none;
}
.storeColA, .storeColB, .storeColC {
	width: 240px;
	margin-right: 30px;
	float: left;
}
.storeColC {
	margin-right: 0;
}
.storeThumb {
	background: url(images/thumb_border.png) no-repeat;
	width: 230px;
	padding: 10px 0 0 10px;
	height: 138px;
}
.storeThumb img {
	float: left;
	margin-right: 25px;
}
.description {
	clear: left;
	margin-top: 10px;
	color: #58595b;
	font-size: .85em;
	line-height: normal;
}
.storeSold {
	position: absolute;
	background: url(Graphics/SOLD_TN.png);
	width: 128px;
	height: 128px;
}
.pages {
	font-size: .85em;
	color: #58595b;
	padding-top: 15px;
}
.pages a {
	color: #58595b;
	text-decoration: none;
	display: inline-block;
	padding: 0 .1em 0 .2em;
}
.pages a:hover {
	color: #fff;
	background: #58595b;
}
.newTag {
	display: inline;
	background: #0e80bd;
	color: #fff;
	padding: .1em .3em;
}
.featureTag {
	display: inline;
	background: #C00;
	color: #fff;
	padding: .1em .3em;
}

.featureBlock {
	width: 302px;
	padding: 8px 8px 8px 0;
	background: #d3cea8;
	float: left;
}
.featureText {
	padding: 54px 10px 0px 10px;
	background: url(images/featured_banner2.png) no-repeat top #e6e0bf;
	font-size:.85em;
	line-height: 1.5em;
	height: 252px;
	color: #6f4219;
	height: 379px;
}
.featureText strong {
	color:#a32523;
	font-size: 1.3em;
	font-weight: normal;
	display: inline-block;
	padding-bottom:.3em;
}
.featureText a {
	color: #f07222;
}
.featureText a:hover {
	color: #a32523;
}
.theLoop {
	background: url(images/loop_bg.png) no-repeat;
	height: 132px;
	font-size: 1.2em;
	color: #fff;
	padding: 10px;
}
.loopHeader {
	background:#5d2a00;
	text-align:center;
	color:#fff;
	padding:.5em 0;
	display:block;
	margin-top:40px;
}
.homeSpecialBlocks {
	clear:both;
	display: block;
}
.homeSpecialBlocks img {
	border: 8px solid #d3cea8;
	display: block;
	float: left;
}
a.homeTextBlocks {
	width:213px;
	height:23px;
	border:8px solid #d3cea8;
	text-align: center;
	padding-top:115px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: .85em;
}
.homeStars {
	text-align: center;
	padding: 20px 0;
	clear: both;
}
.homeStars img {
	display: inline-block;
	vertical-align: middle;
}
.homeStars a {
	color: #a32523;
}


/* Styles for lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 45%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(Graphics/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(Graphics/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* End Styles for lightbox */
