/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  Modified for the Jackson Zoo 
  www.jacksonzoo.org
  Design (c) 2009 DIG - www.dig.us.com
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
	background-image: url(images/page_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #106015;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #ffffff;
	background-image: url(images/head_bg.png);
	background-color: transparent;
	padding: 0px;
	margin: 0 auto 0 auto;
	width: 972px;
	height: 235px;
	}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(p7csslm/img/clm08_middle.gif);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(p7csslm/img/clm08_top.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 813px;
}
#column_bottom {
	background-image: url(p7csslm/img/clm08_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Define 3 columns */
#center {
	width: 450px;
	float: left;
}
#left {
	width: 160px;
	float: left;
}
#right {
	width: 160px;
	float: left;
}
#left h1.top, #right h1.top {
	background-color:#bedb8e;
	color: #083b00;
	display: block;
	padding: 6px 6px 6px 8px;
	font-size: .9em;
	margin: 0 2px 6px 2px;
	border-top: 1px solid #083b00;
	border-bottom: 1px solid #083b00; 
	font-variant: small-caps;
}
#center h1.top {
	background-color:#bedb8e;
	color: #083b00;
	display: block;
	padding: 6px;
	font-size: .9em;
	margin: 0 12px;
	border-top: 1px solid #083b00;
	border-bottom: 1px solid #083b00; 
	font-variant: small-caps;	
}
#center .content {
	padding: 0 16px 24px 16px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#left .content {
	padding: 0 16px 24px 16px;
	font-size: 0.75em;
	line-height: 1.4em;
}
#right .content {
	padding: 0 16px 24px 16px;
	font-size: 0.75em;
	line-height: 1.4em;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 0 12px 6px 12px;
}
#footer {
	color: #666666;
	background-image: url(images/footer_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 80px;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #f1e8d7;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #ffffc8;
}
#left a:visited {
	color: #ffffc8;
}
#left a:hover {
	color: yellow;
	background-color:#6f9a4b;
}
#center a:link {
	color: #ffffc8;
	background-color:#6f9a4b;
}
#center a:visited {
	color: #ffffc8;
	background-color:#6f9a4b;
}
#center a:hover {
	color: yellow;
	background-color:#6f9a4b;
}
#right a:link {
	color: #ffffc8;
}
#right a:visited {
	color: #ffffc8;
}
#right a:hover {
	color: yellow;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #e2f310;
	border-left: 6px solid #B0B0B0;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link, #footer a:visited {color: #094402; text-decoration: underline;}
#footer a:hover {color: #418B7A;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.2em;
	margin: 0 0 4px 0;
	color: #2a540c;
}
h2 {
	font-size: 1.1em;
	margin: 4px 0 2px 0;
	line-height: 1.2;
	color: #083b00;
}
h3 {
	background-color:#bedb8e;
	color: #083b00;
	display: block;
	padding: 3px;
	font-size: 1.1em;
	margin: 0 2px 8px 2px;
	border-top: 1px solid #083b00;
	border-bottom: 1px solid #083b00; 
	font-variant: small-caps;
/*	color: #e2f310; */
}
h4 {
	font-size: .9em;
	margin: 0 0 4px 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 0 0 8px 0;
}
#footer .content p {
	margin: 6px 0 0 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0 0 0 6px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 6px 0 0;
}
.emphasis {
	font-style: italic;
	color: #ffffc8;
}
ul {
	margin: 8px 0 12px 10px;
	padding: 0 0 0 14px;
}
li {
	line-height: 1.1;
	margin: 2px 0 10px 4px;
	padding: 0;
}
hr.thin {
	height: 2px;
	border: 0;
	color: #608340;
	width: 100%;
}
.formbutton {
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 1px;
background:url(images/formbg.gif) repeat-x left top;
font-size: .9em;
}
/* SEARCH PAGES */
.highlight { background-color: #FFFF40; color: #000000; }
.searchheading { font-size: 1.2em; font-weight: bold; padding: 6px 0 0 0; }
.summary { font-size: .9em; font-style: italic; color: #eeeeee; }
.suggestion { font-size: 100%; }
.results { font-size: 100%; color: #ffffff; }
.category { color: #ffffff; }
.sorting { text-align: right; }
.result_title { font-size: 100%; }		
.description { font-size: 100%; color: #ffffff; }
.context { font-size: 100%; color: #ffffff; }
.infoline { font-size: .9em; font-style: normal; color: #eeeeee;}
.zoom_searchform { font-size: 100%; }
.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
.zoom_match { font-size: .9em; margin-left: 10px;}				
.zoom_categories { font-size: .9em; }
.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }

.cat_summary ul { margin: 0px; padding: 0px; display: inline; }
.cat_summary li { display: inline; margin-left: 15px; list-style-type: none; }		
	
input.zoom_button {  }
input.zoom_searchbox {  }		
	
.result_image { float: left; display: block; }
.result_image img { margin: 10px; width: 80px; border: 0px; }
.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
	
.result_pages { font-size: 100%; }
.result_pagescount { font-size: 100%; }

.searchtime { font-size: 80%; }
	
.recommended 	{ 
background: #DFFFBF; 
border-top: 1px dotted #808080; 
border-bottom: 1px dotted #808080; 
margin-top: 15px; 
margin-bottom: 15px; 
}
.recommended_heading { float: right; font-weight: bold; }
.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
.recommend_title { font-size: 100%; }
.recommend_description { font-size: 100%; color: #ffffff; }
.recommend_infoline { font-size: .9em; font-style: normal; color: #eeeeee;}
.recommend_image { float: left; display: block; }
.recommend_image img { margin: 10px; width: 80px; border: 0px; }
