/*
Western Pennsylvania Conservancy
Screen CSS File
Created: 10 Dec 2007 by Jonathan Brodsky <jon@walltowall.com>
Wall-to-Wall Studios, Inc.
*/

/* ========================================= */
/* = Reset stuff so browsers act the same. = */
/* ========================================= */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
ul, ol, dl {
             position: relative;  }

/* ======================= */
/* = Global declarations = */
/* ======================= */

body {
	background: #fff url('../img/bkg_body_bluegreen.gif') repeat-x;
	color:#555;
}

body, table, td, th, input, select, textarea {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 16px;
}

/* ====================== */
/* = Global link styles = */
/* ====================== */

a {
	color:#5185b1 !important;
	text-decoration:none;
}
a.alt {
	color:#996 !important;
}

a:hover {
	color:#048fc6 !important;
	text-decoration:underline;
}

a img {
	border-width:0px !important;
}

a.current {
	color: #ccc !important;
}

img {
	border-width: 0px;
}
p a {
	text-decoration: underline;
}


/* =================== */
/* = Global elements = */
/* =================== */

div.clear {
	position:relative;
	clear:both;
}

.alignleft {
	float:left;
	margin:0 1.75em 1.5em 0;
}

.alignleft.small {
	margin-top:0.5em;
	position: relative;
	top: 1em;
}

.alignright {
	float:right;
	margin:0 0 1.5em 1.75em;
}

.centered {
	text-align: center;
}

.border {
	padding:4px;
	border:1px #eee solid;
}

.thick.border {
	padding:0;
	border:7px #cc9 solid;
}

span.highlight {
	background-color:#ff9;
}

a .border {
	padding:4px;
	border:1px #eee solid !important;
}
a:hover .border {
	border:1px #ccc solid !important;
}

a .thick.border {
	padding:0;
	border:7px #cc9 solid !important;
}
a:hover .thick.border {
	border:7px #996 solid !important;
}

ul li img {
	vertical-align: top;
}


input.focus {
	color:#1597D3 !important;
}


.width_holder {
	width:960px;
}

.width_holder_large {
	width:960px;
}

.height_prop {
	height:500px;
	float:right;
	width:1px;
}



/* ===================== */
/* = Global typography = */
/* ===================== */

p, table, td, th, ul, ol, h1, h2, h3, h4, h5, h6 {
	font:normal 11px/16px Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
}

p {
	padding-bottom:0.7em;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.1em;
	font-family: Georgia, Times, serif;
	color:#5185B1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#5185B1 !important;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#5185B1 !important;
	text-decoration:underline;
}

h1 {
	margin:0 0 0.75em 0;
	font-size:30px;
	font-weight:normal;
}

h2 {
  color: #6ca11b;
	font-size:24px;
	font-weight:normal;
	margin:0.5em 0 10px 0;
	padding:0;
}
h2 a {
	color:#1597D3 !important;
	text-decoration:none !important;
}
h2 a:hover {
	text-decoration:underline !important;
}

table {
	margin-top: 0px;
}

td {
	padding-bottom: 5px;
}

td h3 {
	padding-top: 3px;
	margin-bottom: 5px;
	margin-top: 10px;
}

h3 {
	margin: 0 0 10px 0;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#333;
}
h3.section_name {
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #666;
}

h4 {
	font-size:16px;
	line-height:1.4em;
	margin: 0.6em 0 5px 0;
	color: #6ca11b;
}
h4 a {
	color:#5185B1 !important;
}

h5 {
	font-family: Georgia, "Times New Roman";
	font-size:10px;
	line-height:15px;
	font-weight:normal;
	margin: 0.4em 0 3px 0;
	color:#555;
}

h6, cite {
	display:block;
	margin: 0 0 0.4em 0;
	font-size:11px;
	line-height: 14px;
	font-weight:bold;
	font-style:normal;
	font-family: Verdana, Arial;
	color: #333;
}

cite {
	margin: 3px 0 0 0;
	color:#666;
	font-weight:normal;
	font-style:italic;
}

h1.top, h2.top, h3.top, h4.top, h5.top, h6.top {
	margin-top:0px !important;
	padding-top:0px !important;
}

.topline {
	margin-top:0.9em;
	border-top:1px #e5e5cc solid;
	padding-top:0.25em;
}

ul, ol {
	padding-bottom:10px;
	padding-top: 0px;
	line-height:15px;
	color:#555;
}

ul {
	padding-left:0px;
	list-style:disc outside;
	margin-left:0px;
}

ol {
	padding-left:0px;
	list-style:decimal outside;
	margin-left:0px;
}

ul.narrow, ol.narrow {
	padding-left: 20px;
	width: 350px;
}

li {
	margin-left:30px;
	padding-bottom:5px;
	line-height:15px;
}

div.callout, div.inline_content {
	float:right;
	margin:0.2em 0 1.75em 2.25em;
	width:200px;
}
div.inline_content {
	width:271px;
}
div.callout.left, div.inline_content.left {
	float:left;
	margin:0.2em 2.25em 1.75em 0;
}
div.callout.right, div.inline_content.right {
	float:right;
	margin:0.2em 0 1.75em 2.25em;
}

div.inline_content h3 {
	margin:0;
	padding:0.6em 0 0.1em 0;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:normal;
	font-weight:bold;
	color:#996;
}

div.callout, div.callout p {
	font-size:130%;
	line-height:1.3em;
	font-style:italic;
	color:#999;
}
div.inline_content a {
	color:#996 !important;
}

div.callout p, div.inline_content p {
	margin:0;
	padding:0 0 0.5em 0;
}
div.inline_content p {
	line-height:1.4em;
	color:#999;
}
div.callout cite {
	margin:-0.1em 0 0 0;
	padding:0;
	color:#999;
	font-style:italic;
	text-align:left;
	font-size:12px;
	line-height:1.1em;
}




/* =============== */
/* = Global tags = */
/* =============== */

abbr, acronym, dfn {
	border-bottom:1px #999 dotted;
	cursor:help;
}

blockquote {
	background:url("../images/blockquote.gif") 0px -2px no-repeat;
	font-size:90%;
	color:#aaa;
	margin-left:5px;
	padding-left:28px;
	line-height:1.6em;
	margin-bottom:15px;
}
blockquote, blockquote p {
	font-family:Arial, sans-serif;
	font-size:13px;
	line-height:16px;
}
blockquote p {
	padding:0 0 0.75em 0;
}

code, tt {
	font-family:"Courier New", Courier, monospace;
	padding:1px 2px;
	font-size:105%;
	line-height:105%;
	background-color:#f2f2f2;
	color:#333;
}

em, i {
	font-style:italic;
}

fieldset {
	display:block;
	margin:0 0 12px 0;
	padding:0 10px 5px 10px;
	border:1px #cc9 solid;
	width:585px;
}
fieldset p {
	margin:0;
	padding:0.3em 0 0.5em 0;
}
fieldset, fieldset p {
}
fieldset a {
	color:#996 !important;
	text-decoration:none;
}
fieldset a:hover {
	text-decoration:underline;
}
fieldset.half {
	width:273px;
}
form {
	font: bold 12px/18px Verdana;
	color: #666;
}
form a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
input, select {
	margin: 3px 0 1em;
	padding: 3px;
	font: 16px/18px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #bbb;
	border: 1px solid #aaa;
}
.search_box{
	float:left;
	display:block;
	width:150px;
	margin:0 0 15px 0;
	padding: 4px 4px 5px 4px;
	font-size:14px;
	font-weight:normal;
	border:1px inset #666;
	color: #aaa;
}
#inline_search_form .search_box {
	width:350px;
}
.search_button{
	float:left;
	display:block;
	margin:0 0 15px 1px;
	padding: 0;
	line-height:normal;
	border-width: 0px;
}
input.noborder {
	padding: 0;
	border: none;
}
input.medium {
	width: 280px;
}
input.wide {
	width: 360px;
}
select {
	padding: 2px;
}
select.wide {
	width: 287px;
}
legend {
	margin-left:-3px;
	padding:6px 5px 6px 3px;
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height:normal;
	font-weight:bold;
	color:#1597D3;
}
legend img {
/*	padding:5px 5px 2px 4px;*/
}

hr, div.hr {
	position:relative;
	clear:both;
	margin:0;
	padding:0;
	height:1px;
	color:#eee;
	background-color:#eee;
	border:none;
}
div.hr {
	height:1px;
	color:#fff;
	background-color:#fff;
}
.content_alt hr {
	color:#cc9;
	background-color:#cc9;
}
.content_alt div.hr {
	background-color:#cc9;
}

ins {
	color:#333;
	text-decoration:none;
}

pre {
	font-family:"Courier New", Courier, monospace;
	margin:1em 0 1.5em 0;
	overflow:scroll;
}

select {
}

strong, b {
	font-weight:bold;
}

strike, del {
	text-decoration: line-through;
	color:#999;
}

sup {
	position: relative;
	bottom: 0.5em;
	font-size: 9px;
}

sub {
	position: relative;
	top: 0.3em;
	font-size: 9px;
}

tr, td {
	vertical-align:top !important;
}

var {
	padding-bottom:1px;
	font-family:"Courier New", Courier, monospace;
	font-size:105%;
	line-height:105%;
	font-style:normal;
	color:#1597D3;
}

/* ====================== */
/* = Home Page Specific = */
/* ====================== */

#slideshow_image {
  margin-left: 39px;
  top: 84px;
  padding: 2px;
  position: absolute;
  border: 1px solid #e1ecd1;
  overflow: hidden;
  height: 392px;
  /*these should be turned back on before moving the left and right columns off the stage*/
  border-left: none; 
  border-right: none;
  
  width: 826px;
}

#homepage_main {
  position: relative;
  margin-top: 1px;
  padding: 0;
  top: 20px;
  width: 832px;
height:399px;
  left: 39px;
  overflow: hidden;
}

#homepage_main #right_column {
	position:absolute;
	top:0px;
	right: 0px;
	height: 388px;
	width: 248px;
	background: #fff;
	padding-left: 20px;
	padding-top: 11px;
/*  float: right;*/
}
#homepage_main #left_column {
	position:absolute;
/*	float:left;*/
	top: 0px;
	left: 0px;
	height: 388px;
	width: 248px;
	background: #fff;
	padding-top: 10px;
}

#homepage_main #left_column #todays_snapshot {
  background: url("../img/head_todays_snapshot.gif") no-repeat 3px 0px;
}
#homepage_main #left_column #todays_snapshot img {
  padding: 20px 0px 10px 0px;
}

#homepage_main #left_column #newsandevents {
  background: url("../img/head_latest_news_and_events.gif") no-repeat 0px 10px;
  padding-top: 17px;
  margin-top: 0;
}
#homepage_main #left_column #newsandevents #newsandeventscontainer {
  padding-right: 6px;
  width: 229px;
  height: 180px;
  overflow: auto;
}

#homepage_main #left_column #newsandevents .news_post {
	clear: both;
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 7px;
	border-top: 1px solid #f3f2e7;
}
#homepage_main #left_column #newsandevents .news_post h5 {
	font-size:11px;
}
#homepage_main #left_column #newsandevents .news_post h3 {
	font-size:14px;
	line-height:1.2em;
}
#homepage_main #left_column #newsandevents .news_post.first {
  clear: both;
  border-top: none;
}
#homepage_main #left_column #newsandevents .news_post .news_type{
  color: #a6a59b;
  font-style: italic;
  font-family: verdana;
  font-size: 9px;
}
/*#homepage_main #left_column #newsandevents .news_item p{
  font-family: georgia, serif;
  font-size: 14px;
}*/
/*#homepage_main #left_column #newsandevents .news_item img.news_image {
  float: left;
  margin-right: 10px;
}*/

#secondary_home_content{
  margin: 50px 40px 0 40px;
}

#secondary_home_content h3 {
	color : #5185b1;
	font-size: 15px;
	line-height: 23px;
}

#slide_menu{
	position: absolute;
	right: 54px;
	top: 94px;
}
#slide_information{
	position: absolute;
	top: 95px;
	left: 76px;
	color: #fff;
	font-size: 10px;
}
#show_slide_info{
	position: absolute;
	top: 93px;
	left: 47px;
	z-index: 50;
}
#show_slide_info.hover{
	cursor: pointer;
}
#slide_menu_bg{
	top: 84px;
	left: 39px;
	position: absolute;
	width: 833px;
	height: 38px;
	background: #000;
}



/* ========================= */
/* = Section Page specific = */
/* ========================= */
#wrapper.section {
	height:661px;
	background: url('../img/bkg_section_wrapper.gif') no-repeat 2px 63px;
}
#section #section_background {
  position: absolute;
  left: 289px;
  top: 83px;
}

#section #left_column {
  margin-left: 40px;
  width: 248px;
  background: #6ca11b;
}

#section #right_column {
	position: absolute;
	right: 54px;
	background: #fff;
	width: 195px;
	height: 444px;
	top: 96px;
	padding: 22px;
	padding-top: 14px;
	z-index: 800;
}

/* ========================== */
/* = Interior Page Specific = */
/* ========================== */
#wrapper.interior {
  background: url('../img/bkg_interior_content.gif') repeat-y 15px 0px;
  position: relative;
}
#wrapper.garden_popup {
  width: 561px;
  top: 28px;
  text-align: center;
  background:none;
}
.fullwidth #content, .slide #content, .map #content, .interior #content {
  background: url('../img/bkg_interior_content.jpg') no-repeat -1px 0px;
  padding: 21px 38px;
}
.slide #content, .map #content {
	padding-top: 10px;
}
.map #map_container {
	width:834px;
	height:502px;
}
.interior #interior_header {
  border-bottom: 1px solid #fff;
  padding:0;
  margin:0;
  width: 833px;
  height: 130px;
  float: left;
  overflow: hidden;
}
.slide #slide_link{
	background: url('../img/bkg_slidemenu_selected.gif') #E1EBD0 repeat-x;
	border: 3px solid #DAE8C6;
	border-bottom: none;
	padding: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.interior #left_column {
  float: left;
  clear:left;
  position: relative;
  z-index: 32;
  padding:0;
  background: #e4f0d2 url('../img/bkg_interior_left_column.gif') bottom left repeat-x;
  padding-bottom: 80px;
}
.interior #left_column .bottom {
  padding-top: 25px;
  padding-left: 29px;
	padding-right:29px;
	width:190px;
}

.interior #left_column .bottom ul, .interior #left_column .bottom ul li, .interior #center_column ul li{
  padding: 0;
  margin: 0;
  list-style: none;
}
.interior #left_column .bottom ul li {
  margin-bottom: 3px;
}
.interior #left_column .bottom ul li a {
  color: #a5c570 !important;
}
.interior #left_column .bottom h4 {
	color: #666;
}

.interior #center_column {
  float: left;
  width: 152px;
  position: relative;
  z-index: 31;
  background: #a5c671 url('../img/bkg_interior_center_column.jpg') bottom left no-repeat;
  padding-top: 25px;
  padding-left: 16px;
  padding-bottom: 350px;
}

.interior #center_column ul li {
  margin-bottom: 6px;
  display: block;
}

.interior #center_column li a {
  color: #fff !important;
}

.interior #center_column .bottom {
	padding-top: 25px;
	padding-right:16px;
	width:136px;
}

#menu_side_el {
	display:none;
	position:absolute;
	width:5px;
	height:30px;
	background:#a5c671;
}



#section_nav  {
	padding: 0px 16px 30px 0px;
	width:136px;
}

#section_nav ul, #section_nav li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:10px;
}

#section_nav a {
	display:block;
	padding:0 0 0.3em 0;
}
#section_nav ul ul li a {
	padding-left:0;
	line-height: 13px;
}
#section_nav ul ul ul li a {
	padding-left:0.2em;
}
#section_nav li a.currentSection {
	display:none;
}
#section_nav li a.currentPage {
	color:#4f7417 !important;
	font-weight: bold;
}

#section_nav a:hover{
}

#section_nav ul ul {
/*	margin-left:1em;
	border-left:1px #f2f2f2 solid;*/
}
#section_nav ul ul li {
	margin:0;
	padding:0 0 0.2em 0;
	list-style-type:none;
	font-weight: normal;
}

#section_nav ul ul ul {
	margin-left:1em;
	/*border-left:1px #96b468 solid;*/
}
#section_nav ul ul ul li {
	font-size:10px;
}





.interior #right_column {
  float: left;
  position: relative;
  width: 418px;
  z-index: 30;
}

.interior #center_column .slide_link {
  display: block;
  padding: 36px 23px;
  background: url('../img/bkg_slide_links.jpg') no-repeat;
  margin-left: 4px;
}

.interior #center_column .slide_caption {
padding-right: 19px;
text-align: center;
font-size: 10px;
color: #507312;
}

.interior #right_column h2.title {
  background: url('../img/bkg_interior_title.gif') repeat-x;
  border-right: 1px solid #fff;
margin:0;
  padding: 19px 0px 19px 19px;
}

.interior #right_column div.content {
	padding: 0px 0px 0px 19px;
	border-right:1px #fff solid;
}

.interior div.content_bottom {
  height: 1%;
}

/* ============================= */
/* = Block-level page elements = */
/* ============================= */
#wrapper {
	position:relative;
	width: 912px;
	background: url('../img/bkg_wrapper.gif') no-repeat 0px 63px;
	margin: auto;
	top: 10px;
	padding: 0;
}



/* ========== */
/* = Header = */
/* ========== */

#header {
  background: url('../img/bkg_header.gif') no-repeat;
  width: 912px;
	height: 63px;
}
#header #header_type{
  left: 257px;
  top: 18px;
  display: block;
  position: relative;
}

#header ul#header_nav {  
  text-align: center;
  padding-top: 43px;
  position: relative;
  z-index: 10;
  margin-left: -30px;
}

#header ul#header_nav li {  
  display: inline;
  font-family: georgia, serif;
  font-size: 11px;
}

.slide #header ul#header_nav li {  
  margin-left: 20px;
}



/* ============ */
/* = timeline = */
/* ============ */
.details_wrapper{
  overflow: auto;
  height: 280px;
  width: 550px;
}
.details_wrapper ul{
  position:static;
}
.closebox{
  height: 20px;
  width: 550px;
  padding-top: 5px;
  border-top: 1px solid #F3F1E5;
  background: url('../img/btn_thickbox_close.gif') 0px 5px no-repeat;
}
.timeline_details{
  display:none;
}

.timeline_details_header{
  margin:0;
  font-size: 20px;
  color: #6C4239;
  padding-bottom: 9px;
  border-bottom: 1px solid #F3F1E5;
}

.details_wrapper ul, .details_wrapper ol {
 	padding-bottom: 0px !important;
 	margin-bottom: 0px !important;
}

.details_wrapper h2 {
	margin-top: 10px !important;
	margin-bottom: 0px !important;
}

.details_wrapper p {
   color: #555;
}

div.search_result {
	margin-top:1em;
	margin-bottom:1.5em;
	border-top:1px #f4f4f4 solid;
}

div.search_result h4 {
	font-size:13px;
	margin-top:0.5em;
	margin-bottom:0.1em;
}

div.news_post {
	margin-bottom:2em;
}
div.news_post h5 {
	margin-bottom:0px;
	font-size:12px;
	line-height:1.4em;
	color:#bbb;
}
div.news_post.single h5 {
	margin-bottom:0.5em;
}
div.news_post h5 a {
	color:#999 !important;
}
div.news_post h3 {
	font-size:18px;
}
div.news_post.single h3 {
	font-size:14px;
}
#garden_container{
  padding-bottom: 7jj0px;
}
.garden_popup #main_image{
  border: 1px solid #bdcfd9;
}
.garden_popup #garden_container{
  top: 30px;
  position: absolute;
  text-align:center;
  
  left: 20px;
}
.garden_popup #garden_area{
  color: #5185b1;
  text-align:center;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px
}
.garden_popup #garden_title{
  color: #666666;
  font-size: 19px;
  text-align:center;
  
  font-family: georgia;
  margin-top: 10px
}
.garden_popup #garden_region{
  color: #9ab8d2;
  font-size: 14px;
  font-style:italic;
  text-align:center;
  font-family: georgia;
  margin-top: 10px;
  margin-bottom: 10px;
}
.garden_popup #garden_flowers, .garden_popup #garden_established, .garden_popup #garden_steward{
  font-family: georgia, serif;
  font-style:italic;
  text-align:center;
  color: #6a6f65;
  font-size: 12px;
  margin-top: 5px;
  width: 522px;
}
.garden_popup .callout_type{
  color:#5185b1;
  font-weight:bold;
  font-style:normal;
  text-transform:uppercase;
  font-size: 10px;
  font-family: Verdana,Arial,sans-serif;
}
.garden_popup #volunteer_coordinator{
  margin-top: 10px;
}


div.site_form form, div.site_form input {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666;
}

div.site_form fieldset {
	width: 350px;
}

div.site_form input.radio, div.site_form div.checkbox input {
	float: left;
	clear: left;
	margin: 0.2em 0px 0px 5px;
	border: 0px;
}

div.site_form select {
	color: #666;
}

div.site_form div.checkbox input {
	margin: 0px 0px 0px 8px;
}

div.site_form label.radio, div.site_form div.checkbox label {
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin-left: 30px;
	margin-bottom: 0.5em;
}

div.site_form input.submit, div.site_form input.reset {
	background: #eee;
	color:#666;
}

div.site_form input.text {
	margin: 4px 0;
}

div.site_form div.error-message {
	color: red;
}








/* ========== */
/* = Footer = */
/* ========== */

#footer {
	clear:both;
	float:left;
	position:relative;
	display:block;
	height: 82px;
	width: 820px;
	margin: 40px 40px 55px 40px;
}

.fullwidth #footer, .slide #footer, .map #footer, .interior #footer {
  padding-top: 10px;
  margin: 0px 0px 0px 0px;
  padding: 40px;
  padding-bottom: 70px;
  background: #fff url('../img/bkg_interior_bottom.gif') no-repeat 15px 0px;
}

#footer #footer_nav {
  float: left;
}
#footer #footer_nav ul li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 10px;
  padding-right: 5px;
}
#footer #copyright_and_design_credit {
  float: right;
  text-align: right;
}
#footer #copyright_and_design_credit p {
  text-align: right;
  font-size: 11px;
}

#footer .content {
	padding-top:0px;
}

#footer, #footer p, p.footer {
	font-size:10px;
	line-height:16px;
	color:#bbb;
	text-align: center;
}
#footer p {
  left: 300px;
}
.interior #footer p {
  left: 340px;
}

#footer a, p.footer a {
	color:#5185b1 !important;
	text-decoration:none;
}
#footer a:hover, p.footer a:hover {
	text-decoration:underline;
}
