/* ========================================== 
JaxBirding.com styles sheet. Created by thomaswebservices.com 2013
=============================================== */
/* CSS RESET
------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
@font-face {
    font-family: 'BreeSerifRegular';
    src: url('../font/BreeSerif-Regular-webfont.eot');
    src: url('../font/BreeSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/BreeSerif-Regular-webfont.woff') format('woff'),
         url('../font/BreeSerif-Regular-webfont.ttf') format('truetype'),
         url('../font/BreeSerif-Regular-webfont.svg#BreeSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body, input, textarea, table {
  color: #474C14;
  font-size: 16px;
  line-height: 1.525em;
  -webkit-font-smoothing: antialiased;
  font-family: BreeSerifRegular, Arial, Helvetica, Sans-Serif;
}
body{
  background: #000000 url(../images/bg-body.jpg) no-repeat fixed top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#lightbox {
  text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: BreeSerifRegular, Arial, Helvetica, Sans-Serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin: 0;
  opacity: 0.9;
}
h1 {
  font-size: 2.8em;
}
h2 {
  font-size: 2.0em;
}

h3 {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 1.6em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.9;
}

h4 {
  font-size: 1.1em;
}
p {
  margin: 0 0 1em 0;
  line-height: 1.4em;
  font-size: 12px;
  text-transform: none;
  opacity: 0.9;
}
#disqus_thread {
  padding: 1em;
  background-color: #353503;
}
#disqus_thread img{
  margin: 0.5em;
}
ul, ol {
  margin: 0 0 1.25em 0;
  font-size: 14px;
}
form input{
  color:#333300;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.625em;
}

strong {
  font-weight: bold;
}

i {
  font-style: italic;
}
a {
  color: #4F4F22;
  font-weight: normal;
  text-decoration: none;
  font-family: BreeSerifRegular, Arial, Helvetica, Sans-Serif;Serif;
}
a:hover {
  color: #ff8800;
}
ul{
  color: #474C14;
  list-style-type: none;
}
#top{
  height: 5px;
  background: #013205;
}
#container{
  width: 1200px;
  background: #2f2f00 url(../images/container-bg-wide.jpg);
  background-repeat: repeat-y;
  margin: 0 auto;
  padding: 0;
  border-left: 2px solid #2f2f00;
  border-right: 2px solid #2f2f00;  
  -webkit-box-shadow: 0px 0px 50px #000; /* Saf3.0+, Chrome */
     -moz-box-shadow: 0px 0px 50px #000; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 50px #000; /* Opera 10.5, IE9, FF4+, Chrome 10+ */	
}
.photo img {
  border: medium solid black;
}
.divider {
  clear: both;
}
.nowrap {
  white-space: nowrap;
}

/* -----------------------------------------------

		NAVIGATION

------------------------------------------------- */
#mobile-menu {
  display: none;
}
#navbar{
  font-family: BreeSerifRegular, Arial, Helvetica, Sans-Serif;
  text-align: center;
  float: left;
  background-color: #333300;
  padding: 5px 5px 0 5px;
  width: 212px;
  margin-left: 0px;
}
#navbar .pic{
  margin-left: -10px;
  border: 2px solid #27230A;
  border-top: 0;
}
#navbar .navbar_heading {
  padding-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
#navbar .navbar_heading a{
  color: #c0a000;
  font-size: 21px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #45460A;
  line-height: 1.2em;
  border: 1px solid #3f3f0f;
  opacity: 0.8;
  text-align: center;
  text-transform: uppercase;
}
#navbar .navbar_heading a:hover{
  font-size: 21px;
  color: #c0a000;
}

#navbar ul{
  margin: 0;
  list-style-type: none;
  text-align: left;
  margin-bottom: 20px;
  list-style-type: none;
  color: #474C14;
  padding: 1px;
  padding-top: 0;
  background-color: #333300;
  border-radius: 6px 6px 0 0;
}
#navbar ul span.navbar_title{
  text-indent: 5px;
  color: #FFFFAA;
  font-size: 14px;
  line-height: 32px;
  padding-left: 5px;
  text-shadow: 1px 1px #000;
  width: 181px;
  opacity: 0.9;
  letter-spacing: 1px;
  padding-bottom: 8px;
  margin-left: 5px;
}
#navbar ul li{
  border-top: 1px solid #27230A;
  border-left: 1px solid #2f2f0f;
  padding-top: 1px;
  line-height: 32px;
  background-color: #39390A;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
#navbar a{
  padding: 5px;
  padding-left: 7px;
  color: #c0a000;
  text-decoration: none;
  text-align: left;
  display: block;
  line-height: 22px;
  text-shadow: 1px 1px #000;
  font-size: 15px;
}
#navbar a:hover{
  color: #FF8800;
  text-decoration: none;
  opacity: 0.9;
  background-color: #45460A;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
#navbar a#here{
  color: #FF8800;
  text-decoration: none;
  opacity: 0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  background-color: #45460A;
}

#navbar ul #nav1{
  background-color: #b04D06;
  -webkit-border-radius: 6px 6px 2px 2px;
}
#navbar #nav_group1 a:hover{
  color: #f98B04;
}
#navbar #nav_group1 a#here{
  color: #f98B04;
}

#navbar ul #nav2{
  background-color: #41573A;
  border-radius: 6px 6px 2px 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
#navbar #nav_group2 a:hover{
  color: #f98B04;
}
#navbar #nav_group2 a#here{
  color: #f98B04;
}

#navbar ul #nav3{
  background-color: #6D8349;
  border-radius: 6px 6px 2px 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
#navbar #nav_group3 a:hover{
  color: #f98B04;
}
#navbar #nav_group3 a#here{
  color: #f98B04;
}

#navbar ul #nav4{
  background-color: #715C04;
  border-radius: 6px 6px 2px 2px;
}
#navbar #nav_group4 a:hover{
  color: #f98B04;
}
#navbar #nav_group4 a#here{
  color: #f98B04;
}

#navbar ul #nav5{
  background-color: #717C04;
  border-radius: 6px 6px 2px 2px;
}
#navbar #nav_group5 a:hover{
  color: #f98B04;
}
#navbar #nav_group5 a#here{
  color: #f98B04;
}



.slideHolder {height:538px; width:100%; margin:0px; padding:0px;background-color: #333300;}

.slideOuter {height:538px; width:100%; overflow:hidden; margin:0;background-color: #333300;}
.slideOuter .slide {padding:0; margin:0; list-style:none; width:100%; overflow:hidden;}
.slideOuter .slide li {width:100%; overflow:hidden;margin-left:-1px;
-webkit-transition: 0.75s;
-moz-transition: 0.75s;
-o-transition: 0.75s;
transition: 0.75s;
}

.slideOuter .slide.current li {height:34px;}
.slideOuter .slide.current li.current {height:463px;}
.slideOuter .slide.current li.p3 {height:463px;}

.slideOuter .slide li.p1 {background:url(../images/pic1.jpg);}
.slideOuter .slide li.p2 {background:url(../images/left-panel-bg.jpg);background-position: center 210px;background-repeat: no-repeat;}
.slideOuter .slide li.p3 {background:url(../images/left-panel-bg.jpg);background-position: center 120px;background-repeat: no-repeat;center center fixed;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;background-size: cover;}

.slideOuter .slide:hover li.p1, 
.slideOuter .slide:hover li.p2, 
.slideOuter .slide:hover li.p3 {height:34px;}

.slideOuter .slide:hover li.p1:hover,
.slideOuter .slide:hover li.p2:hover,
.slideOuter .slide:hover li.p3:hover {height:463px;}

.slideOuter h2 {
  padding: 7px 10px; margin:0; font-size:14px;color:#D8D483;text-shadow: 1px 1px #000;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.slideOuter .slide li a {display:block; color:#fff; padding:0 15px; margin:0; font-size:14px; line-height:25px; width:100%; text-decoration:none;}
.slideOuter .slide li a:hover {text-decoration:underline;}

.clear {clear:left;}



 
/* -----------------------------------------------

		CONTENT

------------------------------------------------- */

#content{
  float: left;
  padding: 0;
  width: 62.95%;
  margin: 0;
  border-left: 4px solid #666522;
  min-height: 300px;
  background-color: #FFFFDD;
}
#content article {
  padding: 1em;
}
.content_images {
  margin: 5px 10px;
  padding: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0px 0px 15px #999;
  -webkit-box-shadow:0px 0px 15px #999;
  box-shadow:0px 0px 15px #999;
}
.subheader{
  margin: 0;
  margin-top: -15px;
  padding: 0;
  width: 100%;
  height: auto;
}
.read_comments{
  text-align: center;
  font-size: 18px;
}
.big-letter{
  font-size: 38px;
  color: #d63606;
}
#content h1{
  text-align: center;
  font-size: 1.6em;
  color: #DD5522;
  margin: 0px;
  padding: 0px;
  line-height: normal;
}
#content p {
  font-size: 0.9em;
  font-weight: normal;
  color: #474710;
  line-height: 1.4em;
  font-family: Georgia,Utopia,Palatino,'Palatino Linotype',Times,serif;
}
#content p.blog-pic{
  text-align: center;
}
#content ul.address{
  margin: 25px;
  margin-bottom: 50px;
  font-size: 18px;
  color: #474C14;
}
#content #contactform{
  margin: 15px;
  margin-bottom: 170px;
  font-size: 12px;
  color: #222;
}
#content h2{
  text-align: center;
  font-size: 1.4em;
  color: #88a616;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px dotted #5F701F;
}
#content h2 span{
  text-transform: capitalize;
}
#content #subtitle h2{
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0;
  color: #443;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: none;
}
#content h3, #content h2.entry-title{
  text-align: left;
  font-size: 20px;
  opacity: 0.9;
}
#content h3 span, #content h2.entry-title span{
  font-variant: normal;
}
#content .topNavigation{
  text-align: center;
  color: #474C14;
  margin: 2px auto;
  margin-bottom: 10px;
}
#content .topNavigation a{
  text-decoration: none;
  font-size: 16px;
  color: #676C14;
  text-transform: uppercase;
  font-weight: normal;
}
#content .topNavigation a:hover{
  text-decoration: none;
  color: #dd3300;
}
#content .topNavigation a .selected {
  text-decoration: none;
  color: #dd3300;
}
#content .entry{
  font-weight: normal;
  margin: 10px 0;
  clear: left;
  display: block;
  line-height: 1.1em;
} 
#content .entry ul{
  padding-top: 5px;
  margin-left: 130px;
  position: relative;
  left: 8px;
}
#content .entry ul li{
  margin: 5px 0;
  line-height: 1.1em;
}
#content .entry .pic{
  border: 5px solid #DBD196;
  background-color: #B5B172;
  float: left;
  margin: 10px;
  text-align: center;
  width: 102px;
  padding: 2px;
  box-shadow: 5px 5px 10px #888;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#content .entry img{
  border: 1px solid #F0EACA;
  width: 100px;
  height: 100px; 
  background-color: #222;
}
#content .entry img:hover{
  border: 1px solid #222;
}
#content .entry .moreInfo{
  text-transform: uppercase;
  font-size: 12px;
  color: #974C14;
  line-height: 12px;
}
#content .entry .name{
  text-transform: uppercase;
  margin-left: 5px;
  width: 200px;
  color: #dd3300;
  font-weight: bold;
}
#content .entry .officialName{
  text-transform: capitalize;
  margin-left: 5px;
  font-weight: normal;
  font-style: italic;
  width: 200px;
  color: #474C14;
}
#content .entry .estonianName{
  margin-left: 5px;
  font-weight: normal;
  width: 200px;
  color: #474C14;
}
#content .entry .description{
  margin-left: 5px;
  font-weight: normal;
  color: #222;
}
#content .entry .capital{
  text-transform: uppercase;
  margin-left: 5px;
  width: 200px;
  color: #dd3300;
  font-size: 14px;
}
#content .entry .list{
  margin-left: 5px;
  font-weight: normal;
  font-size: 13px;
  width: 200px;
  color: #474C14;
}
#content .entry .credits{
  font-size: 11px;
  color: #474C14;
  clear: both;
  display: block;
  text-transform: uppercase;
}
#content .entry a{
  color: blue;
  text-decoration: none;
}
#content .entry a:hover{
  color: #474C14;
  text-decoration: none;
}
#content .goTop{
  clear: both;
  margin: 0 auto;
  margin-top: 10px;
  width: 95%;
  border-top: 1px dotted #5F701F;
  text-align: center;
  color: #ff6600;
}
#content .goTop a{
  font-size: 13px;
  text-transform: uppercase;
}
#content .goTop a:hover{
  text-transform: uppercase;
  text-decoration: none;
}
#disqus_thread{
  margin-top: 20px;
  clear: left;
  color: #333300;
}
#content .divider{
  clear: both;
  margin: 20px;
} 
#content .codes{
  padding: 1em;
}
#content .codes ul{
  padding-top: 5px;
  margin-left: 10px;
}
#content .codes ul li{
  color: #FF7700;
  margin-left: 10px; 
}
#content .codes ol li{
  margin-left: 40px; 
  list-style-type: decimal;
}
#content .codes h2{
  text-align: left;
  padding-left: 10px;
  color: #ff6600;
}
.bird_trax {
  margin-left: 10px;
}
h3.show_more_highlights {
  width: 46%;
  height: auto;
  float: left;
  margin: 8px 8px 0 0;
  text-align: left;
-webkit-box-shadow: 2px 2px 5px 0 #442200;
box-shadow: 2px 2px 5px 0 #442200;
background: #ffc578; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc578 0%, #fb9d23 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffc578 0%,#fb9d23 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
  border: 2px solid #FBC472;
  border-radius: 6px  6px 6px  6px;
}
h3.show_more_highlights a{
  padding: 2px;  
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 1em;
  letter-spacing: normal;
}
iframe.video {
  background-image: url(img/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
}

/*  Top content box styles  ============ */

#content #facts {
  padding: 1em;
  text-align: center;
  margin: 0;
  background-color: #ffe670;
  background-image: url(../images/first-page-bg.jpg);
  background-repeat: repeat-x;
}
#content #facts p {
  text-align: left;
  font-size: 0.9em;
  font-weight: normal;
  color: #221;
  line-height: 1.4em;
  margin: 1em;
  margin-left: 2em;
}
#content #facts h2 {
  margin-top: 10px;
  color: #332;
  border: 0;
  clear: both;
} 
#content #facts p:first-letter {
  font-size: 140%;
  font-weight: bold;
  letter-spacing: 1px;
}
#content a#author img{
  float: left;
  margin-top: 0;  
  margin-bottom: 0; 
  margin-left: 10px; 
  padding: 1px;
  opacity: 0.95;
  border-radius: 20px  0px 20px  0px;
}
#content #facts ul{
  margin-top: 15px;
  text-align: center;
  float: left;
  padding: 0;
}
#content #facts ul li{
  font-size: 1em;
  color: #5F701F;
  text-align: left;
  margin-left: 10px;
}
#content #facts #highlights_block {
  width: 59%;
  float: left;
  margin-top: -5px;
}
#content #facts #highlights_block .highlight_page_buttons {
  margin-bottom: 20px;
}
#content #facts #highlights_block h2 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  line-height: normal;
}
#content #facts #highlights_block h4 {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 10px;
  text-align: left;
  color: #464329;
}
#content #facts #highlights_block b {
  font-weight: bold;
  font-size: 83.333%;
  color: #121212;
}
#content #facts #highlights_block p {
  margin-left: 0;
}
#content #facts #highlights_block p a {
  text-decoration: underline;
}
#content #facts #highlights_block p .date{
  font-weight: bold;
  font-family: Arial,sans-serif;
  font-size: 83.333%;
  color: #1D1804;
  white-space: nowrap;
}		
#content #highlights_block hr.line {
  width: 96%;
  float: left;
  height: 2px;
  border: 1px solid #9C8F4A;
  border-right: 0;
  border-left: 0;
  margin-bottom: 20px;
}
#content #photo_of_the_day {
  width: 41%;
  float: left;
}
#content #photo_of_the_day h2{
  line-height: 0.9em;
}
#content #photo_of_the_day h2 span{
  font-size: 0.5em;
  color: #222;
}
#content #photo_of_the_day .photoEntry {
  width: 255px;
  margin: 15px auto;
  padding: 2px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #FCB249;
  background-color: #FDBC4E;
}
#content #photo_of_the_day img{
  width: 245px;
  min-height: 155px;
  margin: 0;
  padding: 0;
  border-radius: 4px;
}
#content #photo_of_the_day .photoEntry .photoDesc span.photoTitle {
  font-size: 16px;
  line-height: 1.4em;
  color: #ff3300;
  text-transform: uppercase;
}
#content #photo_of_the_day .photoDesc {
  font-size: 0.75em;
  line-height: 1em;
  color: #332;
}

#content h2.subtitle {
  margin: 20px auto;
  font-size: 1.6em;
  padding: 0;
  opacity: 0.9;
  color: #383818;
}
#content .ebirdChartLink {
  text-align: center;
}
#content .ebirdChartLink a {
  font-size: large;
}
.random_pic img{
  width: 60%; 
  margin:0 auto;
  border: 1px solid #888877;
  padding: 2px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  -o-border-radius: 8px 8px 8px 8px;
}
#content #comments_container {
  margin: 2em 1em;
}
#content .comment {
  margin: 0.5em;
  border-left: 10px solid #8A8A5B;
  border-top: thin solid #8A8A5B;
  border-bottom: thin solid #8A8A5B;
  padding: 1em;
}
/* ------------- mySQL table styles -------------- */

table {
  width: 96%;
  font-size: 82%;
  margin-top: 15px;
  margin-left: 15px;
}
table tr th {
  text-transform: uppercase;
  text-align: left;
  padding-right: 7px;
  padding-bottom: 3px;
  font-size: 1.1em;
}
table tr td {
  padding-right: 5px;
  vertical-align: top;
}
table tr td label{
  font-size: 14px;
}

table.yearlist{
  margin-top: 10px;
}
table#thumbs {
  width: 98%;
}
table#thumbs tr td {
  width: 20%;
}
table#thumbs tr td img {
  width: 100%;
  height: auto;
}
#main_photo{
  margin: 20px auto;
  width: 100%;
  border-radius: 10px;
  height: 500px;
}
#main_photo img{
  border-radius: 0px 10px 10px  0px;
  position: relative;
  border-left: 5px solid #222;
}
#main_photo #leftPanel{
  width: 210px;
  height: 480px;
  padding: 10px;
  float: left;
  color: #ffe;
  font-size: 1em;
  text-align: center;
  text-shadow: 4px 4px 7px #332;
  background-image: url(../images/left-panel-bg.jpg);
  background-repeat: no-repeat;
  border-radius: 8px 0px 0px  8px;
}
#main_photo #leftPanel .picName {
  margin: 0;
  opacity: 0.75;
  padding-top: 25px;
  font-size: 1.6em;
  color: #ffe;
  text-shadow: 4px 4px 7px #332;
  padding-bottom: 10px;
  line-height: 1em;
  border-bottom: thin solid #6D8349;
  text-align: center;
  margin: -10px;
  margin-bottom: 10px;
  background-color: #121212;
  border-radius: 8px 0px 0px  0px;
}
#main_photo #leftPanel .picName span{
  font-size: 0.44em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.picCount, #picNav{
  text-align:center;
  white-space: nowrap;
}
#thumbs {
  margin-left: 5px;
}
#thumbs a {
  text-transform: uppercase;
  color: #dd3300;
  font-size: 1.1em;
}
#thumbs img { 
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#thumbs .desc{
  width: 100%;
  margin-top: -4px;
  margin-bottom: 10px;
  line-height: 12px;
  font-size: 0.95em;
  text-align: center;
  line-height: 1.3em;
}
#count {
  position: relative;
  left: -35px;
}
#content .picCount{
  font-size: 1em;
}

.hotspot_entry iframe {
  position: relative;
  z-index: 1000;
  border:0;
  float:right;
  margin:5px;
}
.commence {
  width: 94%;
  margin-left: 20px;
}
/* ------------- blog page -------------- */
#blog {
  width: 100%;
  margin: 0 auto;
}
#blog h1 a {
  margin-left: 0;
  margin-bottom: -15px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 0.8.5em;
  text-transform: uppercase;
  color: #ff6600;
  font-weight: normal;
  line-height: 1.4em;
  width: 90%;
  margin: 10px auto 0 auto;
}
#blog h1 a:hover {
  color: #dd3300;
}
.posted {
  text-align: center;
  font-weight: normal;
  color: #474C14;
  font-size: small;
  margin-bottom: 15px;
}
#content .content_pic {
  margin: 0.5em 1em;
  padding: 0;
  width: 46%;
  float: right;
  display: block;
  position: relative;
  z-index: 1;
}
#content .content_pic img{
  float: right;
  height: auto;
  min-height: 160px;
  background-color: #FEEE8F;
  clear: none;
  border-radius: 10px;
  width: 100%;
}
#blog img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 50%;
  height: auto;
  display: block;
}
#blog h2 {
  margin-top: 20px;
  margin-left: 10px;
  color: #333300;
  margin: 0 auto;
}
#blog ul li {
  list-style-type: disc;
  margin-left: 40px;
}
#blog ol li {
  margin-left: 40px;
}
article img {
  margin-left: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* ------------- bird stories page -------------- */
ul.birdList li{
  font-size: 12px;
  list-style-position: inside;
  list-style-type: decimal;
  margin-left: 20px;
  color: #474C14;
}
.highlights{
  font-size: medium;
  font-variant: small-caps; 
}
.entry_title{
  font-weight: bolder;
}
.name {
  font-size: small;
  float: right;
  clear: both;
  font-style: italic;
  text-align: right;
  margin-right: 10px;
  color: #11473A;
}
.error{
  color: red;
  font-size: 13px;
}

/* ------------- lifelist styles -------------- */

#lifelist{
  clear: both;
  text-align: left;
  padding: 5px 0 10px 0;
  background-color: #ffffcc;
  color: #aa8855;
  width: 100%;
  margin: 0 auto;
}
#lifelist .highlight{
  background-color: #ffefbf;
  border: 1px solid #ffcc99;
  margin: 0 6px 10px 6px;
  padding-left: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #aa8855;
  border: 1px solid #ffcc99;
  border-radius: 5px;
}
#lifelist p.subtitle{
  padding: 0;
  color: #474C14;
}
#lifelist p {
  font-size: 1em;
}
#lifelist p.subtitle .left {
  margin-left: 32px;
  font-size: 14px;
  color: #aa8855;
  text-transform: uppercase;
}
#lifelist p.subtitle .right {
  margin-left: 15px;
  font-size: 14px;
}
#lifelist ul {
  margin-top: 0;
  margin-right: 5px;
  margin-left: 10px;
  list-style-type: decimal;
}
#lifelist ul li {
  padding-left: 1px;
  padding-top: 7px;
  color: #474C14;
  font-size: 16px;
  border-radius:5px;
  border-top: 1px dotted #FFCC99;
  display: block;
  float: left;
  width: 31.5%;
  margin: 5px;
  margin-bottom: 1em;
}
#lifelist ul li:first-child {
  width: 1px;
  float: left;
  position: relative;
  left: 2em;
  margin-left: -1em;
}
#lifelist ul li a {
  font-size: 1.1em;
  line-height: 1em;
}
#lifelist ul li span.date {
  font-size: 0.8em;
  color: #464646;
  clear: left;
  font-weight: normal;
}
#lifelist ul li .photo {
  font-size: 1em;
  padding-left: 5px;
  color: #67652A;
  clear: both;
  float: left;
}
#lifelist ul li .notes {
  font-size: 1em;
  padding-left: 5px;
  color: #67652A;
}
#lifelist ul li img {
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 7px;
  height: auto;
  margin-right: 10px;
  border: 1px solid #ffcc99;
  border-radius:4px;
  -moz-border-radius:4px; /* Firefox 3.6 and earlier */
}
#lifelist ul ul {
  line-height: 30px;
  text-transform: capitalize;
  margin: 5px;
  margin-top: 25px;
  height: 45px;
  color: #474C14;
  border: none;
  text-transform: uppercase;
  list-style-type: none;
  background-color: #FFCD9B;
  display: block;
  clear: left;
}
#lifelist ul ul li {
  font-size: 1.2em;
  white-space: nowrap;
}

#tplPreviewBody {
  height: 500px;
  -webkit-box-shadow:  5px 5px 15px 5px #222;
  box-shadow:  5px 5px 15px 5px #222;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#tplPreviewBody img{
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow:  0px 0px 1px 4px #fff;
  box-shadow:  0px 0px 1px 4px #fff;
}


<!-- imageRow -->

.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
.imageRow .single {
  float: left;
}
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 4px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.imageRow .single a:hover {
  background-color: #8ad459;
}
.imageRow .set {
  padding: 5px;
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 10px;
}
.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
.imageRow .set .single a:hover {
  background-color: #8ad459;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.imageRow {
  *zoom: 1;
  margin: 20px 0;
  width: 102.7%;
  margin-left: -0.6%;
}

.ad_1 {
  width: 85%;
  margin: 5px auto;
}
.ebird-list p {
  text-align: center;
}

/* -----------------------------------------------

		SIDE BAR

------------------------------------------------- */

#sidebar{
  width: 208px;
  float: right;
  padding: 4px;
  padding-top: 5px;
  padding-bottom: 88px;
  text-align: left;
  background-color: #2f2f00;
}
#sidebar ul{
  border-top: 1px solid #27230A;
  margin-bottom: 5px;
  list-style-type: none;
  color: #474C14;
  background-color: #2f2f00;
}
#sidebar ul .sidebar_title{
  text-indent: 5px;
  color: #FFFFAA;
  font-size: 14px;
  line-height: 32px;
  padding-left: 5px;
  text-shadow: 1px 1px #000;
  opacity: 0.9;
  letter-spacing: 1px;
  border-bottom: 1px solid #3f3f0f;
  padding-bottom: 8px;
}
#sidebar ul li{
  padding: 0;
  background-color: #2f2f00;
  border-top: 1px solid #27230A;
  border-left: 1px solid #2f2f0f;
  padding-top: 1px;
  margin: 0;
}
#sidebar img{
  margin: -4px;
  width: 205px;
  height: auto;
  background-color: #000;
}
#sidebar ul li a{
  font-size: 14px;
  text-indent: 2px;
  color: #c0a000;
  text-shadow: 1px 1px #000;
  line-height: 32px;
  display: block;
  padding: 0;
  margin: 0;
}
#sidebar ul li a:hover{
  color: #FF8800;
  text-decoration: none;
  background-color: #262600;
  display: block;
  padding: 0;
  margin: 0;
}
#sidebar ul li.selected a{
  text-decoration: none;
  color: #FF8800;
}
#sidebar a#here{
  color: #FF8800;
  opacity: 0.9;
  background-color: #333300;
}
/* -----------------------------------------------

		FOOTER

------------------------------------------------- */

#footer{
  border-top: 4px solid #37331A;
  clear: both;
  background: #202000;
  padding-top: 5px;
  padding-bottom: 10px;
}
#footer p{
  color: #575C24;
  text-align: center;
  padding: 10px;
  padding-bottom: 20px;
}
#footer.audio{
  background-color: #333300;
  padding: 30px;
}
#footer p a{
  color: #475C14;
  text-align: center;
  text-decoration: none;
  word-spacing: 1px;
}
#footer p a:hover{
  color: #4f4f1f;
  text-decoration: underline;
}
#footer .audio{
  background-color: #333300;
  padding: 5px;
  padding-bottom: 0;
}

#wowslider-container1{
  border: 1px solid #a2aA71;
  box-shadow: 0 0 10px #888888;
}




/* -----------------------------------------------

		MOBILE STYLES

------------------------------------------------- */


/* Mobile styles */

@media screen and (max-width: 800px) {
.mobile {
  display: block;
}
body {
  margin: 0;
  padding: 0;
}		
#container {
  width: 99%;
  overflow: hidden;
  margin: 0;
  background-position: center center;
} 
#navbar {
  margin-left: -3000px;
}
#mobile-menu {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 6px;
  z-index: 1000;
}
#mobile-menu img:hover {
  width: 60px;
  height: 60px; 
  transition-duration: 0.5s;
}
#mobile-menu img {
  border-radius: 0 0 4px 0;
  width: 50px;
  height:  50px;
}
#subtitle {
  margin-top: 10px;
}
.nomobile {
  display: none;
}
.slideHolder {
 height: auto; 
 width: 100%; 
}
#content {
  width: 100%;
  padding-right: 4px solid #666522;
}
h1 span {
  font-size: 0.86em;
}
.subheader {
  width: 100%;
  height: auto;
}
#content #gallery {
  margin-right: 20px;
}
#content iframe {
  height: 320px;
  width: 98%;
  margin: 0 auto;
}
#content #facts {
  width: 94%;
  padding-left: 0;
  padding-right: 1em;
}		
#content #facts #photo_of_the_day {
  width: 100%;
}		
#content #facts #photo_of_the_day .photoEntry {
  width: 92%;
  height: auto;
  margin: 10px auto;
}		
#content #facts .video {
  width: 98%;
  margin-right: 0.5em;
}		
#content #facts #photo_of_the_day .photoEntry img {
  width: 98%;
  height: auto; 
}
#content #facts #highlights_block {
  width: 96%;
  padding-left: 15px;
}
#content .content_pic {
  width: 80%;
  float: none;
  clear: both;
  display: block;
}
#content .content_pic img {
  width: 100%;
  float: none;
  clear: both;
  height: auto;
  min-height: 100px;
}
#content table.yearlist{
  width: 98%;
  margin-left: 0;
}
#main_photo {
  width: 100%;
  height: auto;
}
#main_photo img {
  width: 99%; 
  height: auto;
  border-radius: 8px;
}
#main_photo #leftPanel{
  display: none;
}
#content table#thumbs{
  width: 98%;
  height: auto;
}
#content table#thumbs tr td {
  width: 20%;
  height: auto;
  min-height: 120px;
}
#content table#thumbs tr td .desc {
  width: 98%;
  height: auto;
  font-size: 0.6em;
  color: #121212;
}
#sidebar {
  display: none;
}
table tr td:first-child {
  min-width: 20px;
}
table input{
  max-width: 80%;
}
table textarea{
  max-width: 80%;
}
#lifelist {
  width: 100%;
  margin-left: 0;
}
#lifelist ul {
  margin-left: 0;
}
#lifelist ul li {
  width: 100%;
  height: auto;
}
#lifelist ul li img {
  width: 40%;
  height: auto;
}
#lifelist ul li span.date {
  font-size: 0.8em;
}
#content .content_pic {
  margin-left: 5px;
  width: 96%;
  height: auto;
  float: left;
}
}