@charset "UTF-8";

/* --------------- General -------------- */

html {
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  padding: 0 0 40px 0;
  color: #65523f;
  font-size: 14px;
  font-family: Tahoma, Arial, sans-serif;
  background-color: #135a85;
}
img{
  border: none;
}
a:link, a:visited, a:active {
  color: #005686;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #0088aa;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", serif;
  color: #a59687;
  font-weight: normal;
}
h2 {
  font-size: 24px;
  margin: 0 0 0 0;
  padding: 0;
}
h3 {
  font-size: 20px;
  clear: left;
  margin: 5px 0;
  padding: 0;
}
h4 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
h5 {
  font-size:15px;
}

/* --------------- Header --------------- */
#header {
  background-image: url(../images/titlebg.gif);
  background-repeat: repeat-x;
  background-color: #0f547b;
  text-align: center;
}
#title {
  height: 272px;
  background-image: url(../images/bird.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;
}
#title div {
  margin: 0px auto;
  width: 350px;
  height: 54px;
  background-image: url(../images/logo.gif);
  background-repeat: no-repeat;
  padding: 0 0 0 64px;
  text-align: left;
  position: relative; 
  top: 35px;
  left: 200px;
}
#title div h1 {
  margin: 0;
  padding: 4px 0 0 0;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 30px;
  color: #a7c2df;
}
#header p {
  margin: 0; padding: 0;
  font-family: Tahoma, Arial, sans-serif;
  color: #7397bc;
  font-size: 16px;
}

/* --------------- Navigation ------------ */
#navigation {
  background: #FFF url(../images/navbg.gif) repeat-x center bottom;
  padding-bottom: 30px;
}

#navigation .menu_primary ul {
  list-style-type: none;
  text-align: center;
  background: #FFF url(../images/mainnavbg.gif) repeat-x scroll center bottom;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  padding: 4px 0px;
}
#navigation .menu_primary ul li {
  display: inline;
}
#navigation .menu_primary ul a:link,
#navigation .menu_primary ul a:visited,
#navigation .menu_primary ul a:active {
  height: 30px;
  color: #005889;
  text-decoration: none;
  padding: 0px 3px;
}
#navigation .menu_primary ul li.active a {
  font-weight: bold;
  color: #004477;
}
#navigation .menu_primary ul a:hover {
  background-color: #f8f8ff;
  color: #004477;
}
#navigation .menu_secondary ul {
  list-style-type: none;
  text-align: center;
  background-image: url(../images/subnavbg.gif);
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: Tahoma, Arial, sans-serif;
  padding: 5px 0px;
}
#navigation .menu_secondary ul li {
  display: inline;
}
#navigation .menu_secondary ul a:link,
#navigation .menu_secondary ul a:visited,
#navigation .menu_secondary ul a:active {
  height: 30px;
  color: #005889;
  text-decoration: none;
  padding: 0px 3px;
}
#navigation .menu_secondary ul li.active a {
  font-weight: bold;
  color: #003344;
}
#navigation .menu_secondary ul a:hover {
  background-color: #eeeeff;
  color: #004477;
}

/* --------------- Body ----------------- */
#bodyarea {
  background-image: url(../images/bodybg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 30px;
  background-color: #fff;
  float: left;
  width: 100%;
}
#bodyarea_container {
	width: 780px;
	margin-top: 0%;
	margin-right: 5%;
	margin-bottom: 0%;
	margin-left: 5%;
}
#bodyarea ul, #bodyarea ol {
  padding: 0;
}
#bodyarea ul {
  list-style-type: none;
  margin-left: 0;
}
#bodyarea ol {
  margin: 0 0 1em 1.3em;
}
#bodyarea ol li {
  margin-bottom: 5px;
}
#bodyarea ul li {
  padding-left: 14px;
  background-image: url(../images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  margin-bottom: 5px;
}
#bodyarea .sort ul {
  padding: 0 0 10px 0;
  margin: 10px 0 10px 0;
  border-bottom: 3px solid #DDDDDD;
}
#bodyarea .subscribe {
  clear: both;
  padding: 10px 0 0 0;
  margin: 0;
}
#bodyarea .sort ul li {
  padding:5pt 5px 8pt 5pt;
  background-image: none;
  display: inline;
  margin: 0;
}
#bodyarea .sort ul li form {
  display: inline;
}
#bodyarea .col_full {
  margin: 0;
  width: 745px;
}
#bodyarea .col_large, .store_main {
  margin-right: 40px;
  padding-bottom:50px;
  width: 460px;
  float: left;
}
#bodyarea .col_medium, .store_sidebar {
  width: 240px;
  margin-right: 40px;
  float: left;
  font-size: 12px;
}
blockquote {
  background-color: #ffe;
  border-top: 1px solid #eed;
  border-bottom: 1px solid #eed;
  padding: 6px;
  color: #666;
}

/* --------------- Footer --------------- */
#footer {
  clear: both;
  text-align: center;
}
#footer #search {
  background-image: url(../images/searchbg.gif);
  background-repeat: repeat-x;
  height: 39px;
  background-color: #d9f1ff;
  margin-bottom: 0;
}
#footer #search fieldset {
  border: none;
  padding: 0;
  margin: 0;
  padding-top: 6px;
}
#footer #search .textfield {
  border: 2px solid #a4dfff;
  padding: 2px;
  background-color: #def3ff;
  width: 200px;
}
#footer #search .submitbutton {
  border: none;
  background-color: transparent;
  color: #005889;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", serif;
}
#footer p {
  margin: 0;
  padding: 20px 0 20px 0;
  color: #7498bf;
}
#footer p a {
  color: #88aacc;
}
#footer p a:hover {
  text-decoration: underline;
}

#login {
  background-image: url(../images/footerbg.gif);
  background-repeat: repeat-x;
  text-align: center;
  padding-top: 15px;
  color: #FFF;
}
#login a {
  color: #FFF;
  text-decoration: none;
}

/* --------------- Miscellaneous --------- */
#event_calendar {
  clear: both;
}
#event_calendar table {
  border-collapse: collapse;
  margin: 0;
}
.dayName th {
  border-bottom: 2px solid #A7987C;
  vertical-align: top;
  color: #595241;
  width: 75px;
  text-align: left;
  background-color:white;
  font-size:14px;
}
#event_calendar table td {
  border-bottom: 1px solid #A7987C;
  vertical-align: top;
  font-size: 80%;
}
#event_calendar table td.today {
  text-align:left;
  color: #A7987C;
  background-color: #ffc;
}
#event_calendar table td.today p {
  background-color: #ffc;
}
#event_calendar table td p {
  padding: 0;
  margin: 0;
}
#bodyarea #event_calendar table td ul {
  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
}
#bodyarea #event_calendar table td ul li {
  padding: 0 0 10px 0;
  line-height: 1em;
  background-image: none;
}
.clear {
  clear: both;
  line-height: 0px;
}
#event_calendar .day, #event_calendar .weekendDay {
  text-align:left;
  height:60px;
  background-color:white;
}
#searchcontent {
  text-align: right;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-color: #eee;
  padding: 3px 0px 3px 0px;
  margin: 1em 0 .5em 0;
  clear: both;
}
#searchcontent fieldset {
  border: 0;
}
#bodyarea div.content_item {
  margin-bottom: 1em;
  clear:both;
  padding:0px;
}
#bodyarea div.content_item p {
  padding: 0;
  border: 0;
}
#bodyarea p.meta {
  color: #999;
  font-size: 0.8em;
  margin: 0.5em 0 1em 0;
  padding: 0;
}
#bodyarea div.content_item p.meta {
  margin: 0;
}
#bodyarea div.content_item img.imgfloat {
  float: right;
  border: 1px solid black;
  margin-left: 10px;
  position: relative;
  top: -15px;
}
#bodyarea div.functions {
  text-align: right;
}
#bodyarea div.functions p {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}
#paginate {
  padding-top: 2em;
  font-size: 1.2em;
  clear: both;
}
#paginate .previous {
  float: left;
}
#paginate .next {
  float: right;
}
.imagecaption {
  float: right;
  width: 260px;
}
.imagecaption img {
  border: 1px solid black;
  margin: 0 0 0 20px;
}
.imagecaption p {
  font-size: 10px;
  margin: 0 0 0 20px;
}
.datehighlight {
  font-weight: bold;
  background-color:#DEF3FF;
  padding:5px;
}
div.current {
  background-color: #ffc;
  border-top: #aa8;
  border-bottom: #aa8;
  padding: 3px;
}
#bodyarea .thumb {
  float: left;
  width: 90px;
  margin: 10px 10px 10px 0;
  border: 1px solid black;
}
#bodyarea .thumb a:link,
#bodyarea .thumb a:visited{
  margin: 0 0 0 0;
  display: block;
}
#bodyarea .thumb a img{
  display: block;
  margin: 0;
  border: none
}

/* --------------- Store --------- */
#bodyarea .products_list li {
  background-image:none;
}
#bodyarea .products_list li p {
  padding:5px;
}
.categories .widget p {
  margin-right:10px;
}
.sort .current {
  background-color: #DDDDDD;
}
#cart {
  float:right;
}
.sort{
  clear:both;
  font-size:90%;
}
.cart_title {
  text-align:left;
}
#media_library .catmeta {
  font-size: 0.8em;
}
#media_library .media_col_name {
  font-size: 1.8em;
  font-weight: bold;
}
#media_library .media_coll_contents {
  padding: 0 10px;
}
.podcast_links {
  float: left;
}
.podcast_links a {
  margin-right: 5px;
  float: left;
}
.submit_content {
  padding: 5px 20px;
}
.map {
  width: 160px; 
  height: 150px;
  margin-left: 3px;
}

#admin_map {
  width: 160px; 
  height: 150px;
  margin-left: 3px;
}
.google_text {
  font-size: .8em;
  color: #CCC;
  padding:0px;
}

/*=STORE
=== === === === === === === === === === */
#bodyarea #buysteps{
  margin: 0 0 10px 0;
  font-size: 85%;
}
#bodyarea #buysteps ul{
  padding: 24px 0 24px 0;
  margin: 0;
  list-style: none;
}
#bodyarea #buysteps ul li {
  padding: 0 10px 0 0;
  display: inline;
  color: #999;  
  background-image: none;
}
#bodyarea #buysteps ul li.current {
  font-weight: bold;
  color: #666;
}
#bodyarea ul.products_list{
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
#bodyarea ul.products_list li, .content_item {
  background-image: none;
  font-size: 85%;
  padding: 12px 0 12px 0;
  margin: 0 0 0 0;
  float: left;
  border-bottom: 1px solid #ccc;
}
#bodyarea ul.products_list li .product_img {
  overflow: hidden; 
  float: right;
  text-align: right;  
  display: inline-table;
  /* Hides from IE-mac \*/
    height: 1%;
    display: block;
  /* End hide from IE-mac */  
}
#news .product_img{
  float:left;
  width:110px;
}
html>body #bodyarea ul.products_list li .product_img, .product_img {
  height: auto;
}
#bodyarea ul.products_list li .product_img:after, .product_img:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#bodyarea ul.products_list li .product_img img, .product_img img {
  margin: 0 0 0 0;
}
#bodyarea ul.products_list li .product_desc, .product_desc {
  width: 300px;
  float: left;
}
#bodyarea ul.products_list li p {
  padding: 0 0 10px 0;
  margin: 0;
}
#bodyarea #cart p{
  text-align: right;
  font-size: 85%;
  margin: 0;
  padding: 10px 20px 0 20px;
}
#bodyarea table.products_list {
  margin: 24px 0px 40px 0px;
  border-collapse: collapse;
}
#bodyarea .summary table {
  margin: 0px 0px 40px 0px;
  border-collapse: collapse;
}
#bodyarea table.products_list tr th,
#bodyarea .summary table th {
  padding: 3px;
  color: #999;
  font-weight: normal;
  font-size: 85%;
}
#bodyarea table.products_list td,
#bodyarea .summary table td{
  padding: 6px;
  border-top: 1px solid #ccc;
  font-size: 85%;
}
#bodyarea div#searchcontent fieldset {
  border: none;
}
div#paginate {
  clear: both;
  display: block;
  height: 20px;
  padding: 12px 24px 12px 12px;
}
div#paginate div.next {
  display: inline; 
  float: right;
}
div#paginate div.previous {
  display: inline;
  float: left;
}
p { 
  margin-top: 0;
  line-height:16px;
}
#bodyarea form label {
  padding: 0;
  line-height: 100%;
}
p.top_cart_links {
  padding: 0 0 12px 0 ;
}
p.more {
  font-weight: bold;
  text-align: right;
}
.view_links {
  margin-top:-20px;
}
#news h2{
  border:none;
}
.flash_player {
  margin-left:0px;
}

div.view_more_link {
  padding: 10px 0;
}