﻿* { font-size: 1em; }
form,html,body { margin: 0; padding: 0; height: 100%; font-size: 100%; }
body 
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}

/* =Building blocks
***************************************/
.photo
{
    padding: 2px;
    border: 1px solid white;
    background: none;
    margin: 15px;
    box-shadow: 0px 0px 4px #a9a9a9;
}
.ar { float: right; }
.al { float :left; }


.container { display: inline-block; }
.container:after { content: '.'; clear: both; display: block; overflow: hidden; visibility: hidden; height: 0; }

dl.propertyGrid { overflow: hidden; }
.propertyGrid dt { float: left; width: 120px; padding: 5px 0; text-align: right; clear: left; }
.propertyGrid dd { margin-left: 120px; padding: 5px; }

.expander
{
    clear: both;
    height: 0;
    overflow: hidden;
}

/* =ELEMENTS
***********************************/
ul, ol { margin: .5em 0 1em 0; padding-left: 2.5em; }
big { font-size: 1.2em; }
small { font-size: .8em; }

input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit; vertical-align:middle;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}

a {color:#1e67ce; }



/* Data tables
******************************/
table.data {border-collapse: collapse; border: 1px solid #000;}
.data thead th { background: #000; color:#F8B900; padding: 3px 5px; }
.data td { padding: 2px 5px; }
.data tbody th { color: #6F4120; font-size: 1.2em; text-align: left; padding-top: 10px; border-bottom: 3px solid #000; }
.data thead th a:link, .data thead th a:visited  { color: #F8B900; }
.data thead th a:hover  { color: #86B8E9; }

table .alt { background: #ADCFEF; }

/* Natural Areas Listing
*******************************/
.searchResults { border-bottom: 3px solid; } 
.searchResults h3, .searchResults li, .searchResults ul { display: inline; }
.searchResults li { padding-left: 5px; margin-right: 5px; border-left: 1px solid #aaa; }
.naturalAreas dl { line-height: 1.4em; }
.naturalAreas img.thumb { float: left; margin-right: .5em; width: 60px;  }
.naturalAreas dt { font-weight: bold; }
.naturalAreas dd { margin-left: 0; }
.naturalAreas .mapNum { text-align: center; font-size: .75em; text-transform: uppercase; color: #F8B900; background: #000; width: 4em; float: left; margin-left: -5.4em; }
.naturalAreas .nab { background: #FBD218; color: #000; }
.naturalAreas .naq { background: #EF0E01; color: #fff; }
.naturalAreas .nab.naq { background: #D49724; color: #000; }

.naturalAreas .mapNum span { font-size: 1.8em; display: block; }

/* Natural Areas Detail
******************************/
.naturalArea .info {
    border-bottom: 1px solid;
    border-top: 1px solid;
    font-size: 0.9em;
    margin-bottom: 1em;
    width: 34%;
}
.naturalArea table.info tbody th, .naturalArea table.info tbody td {
    margin: 0;
    padding: 2px 10px;
}
.naturalArea th { text-align: left; }


/* Natural Feature and What's New/NaturalFeature2
*****************************/
.naturalFeature, .naturalFeature2, .relatedContent {
    float: left;
    height: 130px;
    margin: 18px 18px 0;
    padding: 10px;
    width: 41%;
    border: 2px dotted #e9e9e9;
}

.relatedContent
{
    height:auto;
    width:250px;
    margin-right:0;
}

.relatedContent .feature-title
{
    font-size:1.1em;
}

.relatedContent .feature-title b
{
    margin:0 8px 8px;
    padding-top:11px;
    text-transform:uppercase;
    display:block;
}

.naturalFeature img, .naturalFeature2 img { box-shadow: 0 0 4px #999999;
    float: left;
    height: 56px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 3px;
    width: 75px;
}
/* .naturalFeature p, .naturalFeature2 p, .relatedContent p {margin-top: 10px;} */
.feature-date { background: none repeat scroll 0 0 #CBE4FD;
    border-bottom: 1px solid #86B8E9;
    border-radius: 4px 4px 4px 4px;
    border-right: 1px solid #86B8E9;
    clear: left;
    color: #333333;
    float: left;
    font-size: 10px;
    font-weight: bold;
    padding: 4px;
    position: relative;
    top: -20px;
}
.feature-date2 { background: none repeat scroll 0 0 #FEF595;
    border-bottom: 1px solid #e2c920;
    border-radius: 4px 4px 4px 4px;
    border-right: 1px solid #e2c920;
    clear: left;
    color: #333333;
    float: left;
    font-size: 10px;
    font-weight: bold;
    padding: 4px;
    position: relative;
    top: -20px;
}
.featured {display: none;}
.naturalFeature:hover, .naturalFeature2:hover { background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ 
border: none;
padding: 12px;
}
.relatedContent { background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ 
border: none;
padding: 12px;
border-radius: 10px;
}
.upcoming {
    border: 2px dotted #E4E4E4;
    margin-bottom: 40px;
    margin-left: 18%;
    margin-top: 20px;
    padding: 10px;
    width: 70%;
}
.upcoming-description {
    color: #222222;
    padding: 12px;
}
.upcoming-title {
    color: #FFFFFF;
    padding: 11px;
    text-transform: uppercase;
}
.upcoming-date {
    background: none repeat scroll 0 0 #FFE762;
    border: 1px solid #ECD349;
    border-radius: 3px 3px 3px 3px;
    color: #4F2F0C;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    left: 100px;
    margin-top: -32px;
    padding: 2px 100px 2px 7px;
    position: absolute;
    text-transform: uppercase;
}
.naturalArea .relatedContent img 
{
max-width: 250px;
margin: 10px 0px 10px 0px;
}
.naturalArea h2 {
    color: #724325;
    font-variant: small-caps;
    line-height: 1em;
    margin: 10px 0px 2px 0;
    padding: 0;
}
.naturalArea img {
    max-width: 60%;
}
.relatedContent h2 {
   border: none;
   display: block;
   font-variant: normal;
   margin: none;
   padding: 5px 0px;
}
/* =IE hacks
***********************************/
.container { display: block; }
* html .container { height: 1%; }
* html .mapNum { display: inline; }

/* Cute Editor Snippet Style */
.CaptionSnippet2 {border-left: 1px solid #000; border-bottom: 1px solid #000; border-right: 1px solid #000; padding: 10px; background-color: #FFF1CC;} 
.CaptionSnippet1 {background-color: #FFF1CC; border: 1px solid #000;} 

