/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */




/** @font-face fonts **/ 
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('fonts/sourcesanspro-semibold-bto-webfont.eot');
    src: url('fonts/sourcesanspro-semibold-bto-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-semibold-bto-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-semibold-bto-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-semibold-bto-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'source_sans_proregular';
	src: url('fonts/sourcesanspro-regular-bto-webfont.eot');
	src: url('fonts/sourcesanspro-regular-bto-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/sourcesanspro-regular-bto-webfont.woff') format('woff'),
		 url('fonts/sourcesanspro-regular-bto-webfont.ttf') format('truetype'), 
		 url('fonts/sourcesanspro-regular-bto-webfont.svg#source_sans_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'source_sans_problack';
    src: url('fonts/sourcesanspro-black-bto-webfont.eot');
    src: url('fonts/sourcesanspro-black-bto-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-black-bto-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-black-bto-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-black-bto-webfont.svg#source_sans_problack') format('svg');
    font-weight: normal;
    font-style: normal;
}



/** default elements **/
  body
  {
    margin: 0;
    padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #404848;
  }
 

 /** Global styles **/
.center {
display: block;
margin-left: auto;
margin-right: auto;
}

.clearfix:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

/** To allow fluid image widths for images larger in width than container **/
img {
max-width:100%;
}

/** no percentage max width for older content with table structure that has yet to be replaced - otherwise image width collapses to default table cell width **/
td img, #map-container img, #map img, #map-canvas img, .openlayers-views-map img {
max-width:none;
}



a.action-button {
/** border-top: 1px solid #f5b050; **/
-webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-family: 'source_sans_prosemibold', Arial, Verdana, Helvetica, sans-serif;
text-decoration: none;
vertical-align: middle;
display: inline-block;
text-align: center;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px 14px 14px 14px;
-webkit-transition: box-shadow 300ms;
-moz-transition: box-shadow 300ms;
transition: box-shadow 300ms;
position:relative;
}

a.action-button:hover {
/**  border-top: 1px solid #de790c; **/
color: #f7f7f7;
/** font-family: 'source_sans_problack', Arial, Verdana, Helvetica, sans-serif; **/
-webkit-box-shadow: 0.5px 1px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0.5px 1px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0.5px 1px 5px rgba(0, 0, 0, 0.5), inset 0px -8px 25px 0px rgba(0, 0, 0, .5); /* Inset shadow*/
}

a.action-button:active {
/**  border-top: 1px solid #c46b0c;  **/
-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0), inset 0px -8px 50px 0px rgba(0, 0, 0, .5); /* Inset shadow*/
}

a.action-button span, a.action-button:hover span {
display: block;
font-size: 0.6em; 
font-family: 'source_sans_prosemibold', Arial, Verdana, Helvetica, sans-serif;
padding-top: 0.4em;
}

/** button sizes **/
.button-large {
font-size: 1.8em;
min-width: 170px;
/** min-height: 36px; **/
padding: 14px;
margin: 0.8em;
}

.button-medium {
font-size: 1.6em;
margin: 0.4em;
/** min-height: 36px;  **/
min-width: 100px;
padding: 10px;
}

.button-small {
font-size: 1.4em;
margin: 0.2em;
/** min-height: 20px; **/
min-width: 100px;
padding: 6px;
}

/** Gradient button colours **/
.button-orange-gradient {
border: 2px solid rgb(170, 93, 14);
background: #de790c;
background: -webkit-gradient(linear, left top, left bottom, from(#de790c), to(#e6954e));
background: -webkit-linear-gradient(top, #de790c, #e6954e);
background: -moz-linear-gradient(top, #de790c, #e6954e);
background: -ms-linear-gradient(top, #de790c, #e6954e);
background: -o-linear-gradient(top, #de790c, #e6954e);
background: linear-gradient(#de790c, #e6954e);
-pie-background: linear-gradient(#de790c, #e6954e);
}

.button-blue-gradient {
border: 2px solid rgb(54, 104, 108);
background: #216c73;
background: -webkit-gradient(linear, left top, left bottom, from(#216c73), to(#28858e));
background: -webkit-linear-gradient(top, #216c73, #28858e);
background: -moz-linear-gradient(top, #216c73, #28858e);
background: -ms-linear-gradient(top, #216c73, #28858e);
background: -o-linear-gradient(top, #216c73, #28858e);
background: linear-gradient(#216c73, #28858e);
-pie-background: linear-gradient(#216c73, #28858e);
}


.button-purple-gradient {
border: 2px solid rgb(102, 49, 133);
background: #75417c;
background: -webkit-gradient(linear, left top, left bottom, from(#75417c), to(#9b5ba4));
background: -webkit-linear-gradient(top, #75417c, #9b5ba4);
background: -moz-linear-gradient(top, #75417c, #9b5ba4);
background: -ms-linear-gradient(top, #75417c, #9b5ba4);
background: -o-linear-gradient(top, #75417c, #9b5ba4);
background: linear-gradient(#75417c, #9b5ba4);
-pie-background: linear-gradient(#75417c, #9b5ba4);
}

.button-green-gradient {
border: 2px solid rgb(59, 96, 20);
background: #3e7021;
background: -webkit-gradient(linear, left top, left bottom, from(#3e7021), to(#5d9732));
background: -webkit-linear-gradient(top, #3e7021, #5d9732);
background: -moz-linear-gradient(top, #3e7021, #5d9732);
background: -ms-linear-gradient(top, #3e7021, #5d9732);
background: -o-linear-gradient(top, #3e7021, #5d9732);
background: linear-gradient(#3e7021, #5d9732);
-pie-background: linear-gradient(#3e7021, #5d9732);
}

.button-red-gradient {
border: 2px solid rgb(181, 69, 21);
background: #aa3518;
background: -webkit-gradient(linear, left top, left bottom, from(#aa3518), to(#d9531e));
background: -webkit-linear-gradient(top, #aa3518, #d9531e);
background: -moz-linear-gradient(top, #aa3518, #d9531e);
background: -ms-linear-gradient(top, #aa3518, #d9531e);
background: -o-linear-gradient(top, #aa3518, #d9531e);
background: linear-gradient(#aa3518, #d9531e);
-pie-background: linear-gradient(#aa3518, #d9531e);
}
 

  #page
  {
  border: #ccd6d6 solid 1px;
  padding: 0;
  margin: 0 auto;
  }

  #page-inner
  {
  margin: 0;
  padding: 0
  }

/** header **/
  #header
  {
  margin: 0;
  padding: 0
  }

  #header-inner
  {
  background-image: url('images/bto-header.jpg');
  height: 110px;
  margin: 0;
  padding: 0
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  min-height: 400px;
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
  padding: 5px 20px 0 0;
  margin-bottom: 3em;
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  padding-top: 10px;
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding: 0.5em 0 1em 0; /* Undo system.css */
	font-size: 0.9em;
  }

  h1.title /* The title of the page */
  {
  margin: 0.25em 0 0.5em 0;
  }
  
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }
  
  #content-bottom h2.title {
  margin-top: 1em;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

#content-area /* Wrapper for the actual page content */ {

}

  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0; /*0.5em;*/
  }
  
 
/*This over-rides style in layout.ccs*/
#navbar li {
float:left;
/*padding:0 6px;
margin: 0 0 0 6px;*/
}

#navbar li a {
	display:block;
/*	padding: 0 0 0 6px;*/
}
  
#primary ul li {
padding: 0.25em 0.5em;
border-right: 1px solid #96B06F;
}  

  #primary ul.links li.active-trail
  {
 /* margin-left: 4px;*/
 /* background: #154859 url('images/top-right-w.gif') no-repeat right top;*/
 background-color: #668140;
  }
  
  
  #primary ul.links li.active-trail a
  {
  /*background: #154859 url("images/top-left-w.gif") no-repeat left top;*/
  color: #ffffff;
  font-weight: bold;
  }

  #primary ul.links li.active-trail a:hover 
  {
  text-decoration: underline;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
	overflow: hidden;
	height: 4.1em;
  }

  #navbar-inner
  {

  }

  #search-box /* Wrapper for the search form */
  {
  float:right;
  margin: 70px 20px 0;
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  margin-left: 0;
  padding-top: 1px;
 /* border-bottom: 2px solid #96B06F;*/
  }
  
  #primary a
  {
  color: #2a4310;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  }

  #secondary /* Secondary links */
  {
margin-left: 0;
 /*   padding: 4px 0;*/
  background-color: #668140;
  }
  
  #secondary ul li
  {
  padding: 0.3em 1em;
  border-right: 1px solid #2a4310;
  }
  
  #secondary ul li.active
  {
  background-color: #2a4310;
  }
  
  #secondary a
  {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9em;
  }

/*** Styles for navigation menus ****************************************/

/*** General styles ***/

div#navbar h2.title
  {
  display:none;
  }


div#navbar ul.menu li
  {
  list-style-image: none;
  list-style-type: none;
  }

/*******/

body.no-sidebars div#content-inner{
padding-left: 20px;
}


/*** Styles for Book module features ***/
.book-block-menu li a.active {
font-weight: bold;
text-decoration: underline;
}

.book-navigation {
clear:both;
margin-top: 2em;
}




/*** Volunteer surveys  top menu styles**************************************/
  

  .section-volunteer-surveys #primary
  {
  background-color: #ffffff;
  }
  
  .section-volunteer-surveys #primary ul li.menu-1232
  {
 /* background: #154859 url('images/top-right-w.gif') no-repeat right top;*/
 background-color: #668140;
  }
  
  .section-volunteer-surveys #primary ul li.menu-1232 a
  {
  /*background: #154859 url("images/top-left-w.gif") no-repeat left top;*/
  color: #ffffff;
  font-weight: bold;
  }
   
  .section-volunteer-surveys #primary ul li.menu-1232 a:hover
  {
  text-decoration: underline;
  }

    
  .section-volunteer-surveys #navbar-inner
  {
  background-color: #668140;
  }

/** Volunteer surveys bottom menu styles **/
#navbar-inner .block-menu {
margin-bottom: 1em;
}

div#navbar-inner .block-menu ul li {
  border-right: 1px solid #96B06F;
  }

div#navbar-inner .block-menu ul li.active-trail
  {
  background-color: #2a4310;
  }


/*** BOMP styles - hide secondary links**************************************/

.node-type-bomp #secondary /* Secondary links */
  {
  display:none;
  }

.node-type-bomp #header-inner
{
  background: url('images/bomp-header.jpg') no-repeat;
}
  
 
#navbar div#block-menu-menu-bomp div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-bomp div.block-inner ul li a:hover 
  {
  text-decoration: underline;
  }



/*** BirdAtlas styles - hide primary links**************************************/

.node-type-birdatlas #secondary /* Secondary links */
  {
  display:none;
  }

.node-type-birdatlas #header-inner
{
  background: url('images/ba-header.jpg') no-repeat;
}

.node-type-birdatlas div#block-menu-menu-bird-track div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
.node-type-birdatlas div#block-menu-menu-bird-track div.block-inner ul li a:hover 
  {
  text-decoration: underline;
  }
  
/*** BirdTrack styles - hide primary links**************************************/

#hiddenflickr {
display: none;
}

body.node-type-birdtrack, body.page-volunteer-surveys-birdtrack-news-archive, body.birdtrack {
background:#DBD5AE url('images/bt-bgstripe.png') repeat left top;
}

body.node-type-birdtrack #page, body.page-volunteer-surveys-birdtrack-news-archive #page, body.birdtrack #page {
background-color: #FFFFFF;
border: 1px solid #000000;
}

.node-type-birdtrack #header-inner, .page-volunteer-surveys-birdtrack-news-archive #header-inner, .birdtrack #header-inner
{
background: url('images/birdtrack-header-130x960-title-mid.jpg') no-repeat;
height: 130px;
}

.node-type-birdtrack #logo
{
display:none;
}

.node-type-birdtrack #primary, .page-volunteer-surveys-birdtrack-news-archive #primary, .birdtrack #primary /* Primary links */
{
/* visibility: hidden; */
display: none;
}

/* Styles to move menu up to take place of primary links */
.node-type-birdtrack #navbar-inner, .page-volunteer-surveys-birdtrack-news-archive #navbar-inner, .birdtrack #navbar-inner
{
background-color: transparent;
/* border-bottom: 1px solid #000000; */
padding-bottom: 0.5em;
position: absolute;
top: -10px;
width: 100%;
}

.node-type-birdtrack div#navbar-inner .block-menu ul li, .page-volunteer-surveys-birdtrack-news-archive div#navbar-inner .block-menu ul li, .birdtrack #navbar-inner .block-menu ul li {
border-right: 1px solid #000000;
line-height: 15px;
padding: 0 20px;
}

.node-type-birdtrack div#navbar-inner .block-menu ul li.last, .page-volunteer-surveys-birdtrack-news-archive div#navbar-inner .block-menu ul li.last, .birdtrack #navbar-inner .block-menu ul li.last {
border-right: none;
}

.node-type-birdtrack div#navbar-inner .block-menu ul li.active-trail{
background-color: transparent;
}

.node-type-birdtrack #content, .page-volunteer-surveys-birdtrack-news-archive #content, .birdtrack #content, .node-type-birdtrack #sidebar-left, .page-volunteer-surveys-birdtrack-news-archive #sidebar-left, .birdtrack #sidebar-left, .node-type-birdtrack #sidebar-right, .page-volunteer-surveys-birdtrack-news-archive #sidebar-right, .birdtrack #sidebar-right {
margin-top: 2em;
}


.node-type-birdtrack #navbar, .page-volunteer-surveys-birdtrack-news-archive #navbar, .birdtrack #navbar
{
height: 2em;
}

.node-type-birdtrack #search-box, .page-volunteer-surveys-birdtrack-news-archive #search-box, .birdtrack #search-box /* Wrapper for the search form */
{
  margin: 40px 0 0 0;

}

/* BirdTrack news node page */
.field-field-birdtrack-news-post-image {
float: right;
margin-left: 2em;
}


/** BIRDTRACK home page styles **/

body.page-volunteer-surveys-birdtrack #sidebar-right-inner {
position: relative;
left: -14px;
}

div.leftLineBoxWrap {
margin: 0;
padding: 10px 0 0 0;
width: 165px;
background: transparent url("/sites/default/files/u37/images/home/nav-bars/blocklinel_top.png") no-repeat top left;
}

div.leftLineBoxText {
margin: 0;
padding: 0 12px 0 8px;
background: transparent url("/sites/default/files/u37/images/home/nav-bars/blocklinel_mid.png") repeat-y;
}

div.leftLineBoxBottom {
background: url("/sites/default/files/u37/images/home/nav-bars/blocklinel_bottom.png") no-repeat 0 0;
width: 165px;
height: 13px;
padding: 0 0 0.5em 0;
margin: 0;
}

div.leftBoxWrap {
margin: 0 2px 2px 0;
padding: 10px 0 0 0;
width: 165px;
background: transparent url("/sites/default/files/u37/images/home/nav-bars/blockl_top.gif") no-repeat top left;
}

div.leftBoxText {
margin: 0;
padding: 0 3px 0 0;
background: transparent url("/sites/default/files/u37/images/home/nav-bars/blockl_mid.gif") repeat-y;
}

div.leftBoxBottom {
background: url("/sites/default/files/u37/images/home/nav-bars/blockl_bottom.gif") no-repeat 0 0;
width: 165px;
height: 13px;
padding: 0 0 0.5em 0;
margin: 0;
}

div.lineBoxWrap {
margin: 0 0 2px 0;
padding: 12px 0 0 0;
width: 212px;
background: transparent url("/sites/default/files/u37/images/home/nav-bars/blockliner_top.gif") no-repeat top left;
}

div.lineBoxText {
margin: 0;
padding: 0 12px 0 8px;
background: transparent url("/sites/default/files/u37/images/home/nav-bars/blockliner_mid.gif") repeat-y;
}

div.lineBoxBottom {
background: url("/sites/default/files/u37/images/home/nav-bars/blockliner_bottom.gif") no-repeat 0 0;
width: 212px;
height: 13px;
padding: 0 0 0.5em 0;
margin: 0;
}

h2.red_heading, h2.red_heading_morespace {
color: #b71d3d;
text-transform: uppercase;
font-size: 0.9em;
font-weight: bold;
padding: 0 0 0.4em 0;
margin: 0;
}

p.lessSpace {
padding: 0;
margin-top: 0;
margin-bottom: 0;
margin-left: 0.2em;
margin-right: 0.2em;
border: 0;
}

p.noSpace {
padding: 0;
margin: 0;
}

/* birdtrack views */
/* birdtrack news views row */

.view-birdtrack-news, .view-birdtrack-news  .views-row {
clear: left;
}

.page-volunteer-surveys-birdtrack  #block-views-birdtrack_news-block_1 .views-field-field-birdtrack-news-post-image-fid {
float:left;
margin: 0.5em 1em 2em 0;
}

/* flickr badge styles */
#flickr_badge_uber_wrapper {text-align:center;}
#flickr_badge_wrapper a {
	margin: 0 5px 0 0;
	border: none;
	opacity: 0.75;
}
#flickr_badge_wrapper a:hover {border:none; opacity:1;}
#flickr_badge_wrapper a img {border:1px solid #000;}
#flickr_badge_wrapper a:hover img {border:1px solid #2a377e;}
.flickr_www {display:block; text-align:center; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}

/** BBS home page styles **/

body.page-volunteer-surveys-bbs #sidebar-right-inner {
position: relative;
top: 10px;
left: -14px;
}
center
/** WEBS home page styles **/

body.page-volunteer-surveys-webs #sidebar-right-inner {
position: relative;
top: 5px;
left: -14px;
}

/** GBW home page styles **/
body.page-volunteer-surveys-gbw #sidebar-right-inner {
position: relative;
top: 8px;
left: -14px;
}





/*** BBS styles - hide secondary links**************************************/

.node-type-bbs #secondary /* Secondary links */
  {
  display:none;
  }

.node-type-bbs #header-inner, .page-volunteer-surveys-bbs-taking-part-bbs-mentors #header-inner
{
  background: url('images/bbs-header.jpg') no-repeat;
}
  
 
#navbar div#block-menu-menu-bbs div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-bbs div.block-inner ul li a:hover 
  {
  text-decoration: underline;
  }

/*** chat survey styles - hide secondary links**************************************/
.node-type-chat-survey #header-inner
{
  background: url('images/chats-header.jpg') no-repeat;
}

.node-type-chat-survey #secondary /* Secondary links */
  {
  display:none;
  }
  
  
#navbar div#block-menu-menu-chat-survey div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-chat-survey div.block-inner ul li a:hover
  {
  text-decoration: underline;
  }

  
  

/*** Garden BirdWatch - hide secondary links**************************************/

.node-type-gbw #secondary, .gbw #secondary /* Secondary links */
  {
  display:none;
  }

.node-type-gbw #header-inner, .node-type-gbw-species #header-inner, .node-type-gbw-ambassador-region #header-inner, .gbw #header-inner
{
  background: url('images/gbw-header.jpg') no-repeat;
}
  


#navbar div#block-menu-menu-gbw div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-gbw div.block-inner ul li a:hover 
  {
  text-decoration: underline;
  }
  
  
/*** GBW Ambassador regions pages ***/
.node-type-gbw-ambassador-region .field-field-ambassador-name, .node-type-gbw-ambassador-region .field-field-ambassador-image {
text-align:center;
font-weight:bold;
font-size:1.2em;
margin-bottom:1em;
}

.node-type-gbw-ambassador-region #block-views-gbw_abassador_regions-block_2 {
text-align:center;
margin-bottom:1em;
}

.node-type-gbw-ambassador-region #block-views-Events-block_1 {
margin-bottom:1em
}

.node-type-gbw-ambassador-region #block-views-Events-block_1 .views-row  {
margin-bottom:1em;
clear:right;
}

.node-type-gbw-ambassador-region #block-views-Events-block_1 .views-field-field-event-date-value {
font-weight:bold;
}

.node-type-gbw-ambassador-region #block-views-Events-block_1 .views-field-field-event-poster-fid {
float:right
}

.node-type-gbw-ambassador-region #block-views-Events-block_1 .views-field-title, .node-type-gbw-ambassador-region #block-views-Events-block_1 .views-field-name, .node-type-gbw-ambassador-region #block-views-Events-block_1 .views-field-city {
display:inline;
font-weight:bold
}

.node-type-gbw-ambassador-region #block-views-Events-block_1 .views-field-field-event-description-value {
font-style:italic;
} 


/*** Garden Feeding Survey - hide secondary links**************************************/

.node-type-gbfs #secondary /* Secondary links */
  {
  display:none;
  }

.node-type-gbfs #header-inner
{
  background: url('images/gbfs-header.jpg') no-repeat;
}
  
 
#navbar div#block-menu-menu-gfs div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-gfs div.block-inner ul li a:hover 
  {
  text-decoration: underline;
  }
  
/*** Garden Nesting Survey - hide secondary links**************************************/

.node-type-gns #secondary /* Secondary links */
  {
  display:none;
  }

.node-type-gns #header-inner
{
  background: url('images/gns-header.jpg') no-repeat;
}
  
 
#navbar div#block-menu-menu-gns div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-gns div.block-inner ul li a:hover 
  {
  text-decoration: underline;
  }
 
/*** Heronries styles - hide secondary links**************************************/

.node-type-heronries #secondary /* Secondary links */
  {
  display:none;
  }

.node-type-heronries #header-inner
{
  background: url('images/heronries-header.jpg') no-repeat;
}
  
 
#navbar div#block-menu-menu-heronries div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-heronries div.block-inner ul li a:hover 
  {
  text-decoration: underline;
  }
  
/*** House Martin styles - hide secondary links**************************************/

.node-type-hms #secondary /* Secondary links */
  {
  display:none;
  }

.node-type-hms #header-inner
{
  background: url('images/hms-header.jpg') no-repeat;
}
  
 
#navbar div#block-menu-menu-hms div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-hms div.block-inner ul li a:hover 
  {
  text-decoration: underline;
  }
  

/*** National Nest Box Week - change header**************************************/
.node-type-about-birds.tag-nnbw #header-inner
{
  background: url('images/nnbw-header-2014-4.jpg') no-repeat;
}


/*** Nest Box Challenge styles - hide secondary links**************************************/

.node-type-nbc #secondary /* Secondary links */
  {
  display:none;
  }

.node-type-nbc #header-inner
{
  background: url('images/nbc-header.jpg') no-repeat;
}
  
 
#navbar div#block-menu-menu-nbc div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-nbc div.block-inner ul li a:hover 
  {
  text-decoration: underline;
  }
  



/*** Nest records styles - hide secondary links**************************************/

.node-type-nest-records #secondary /* Secondary links */
  {
  display:none;
  }
  

.node-type-nest-records #header-inner
{
  background: url('images/nrs-header.jpg') no-repeat;
}
  
#navbar div#block-menu-menu-nest-records div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-nest-records div.block-inner ul li a:hover
  {
  text-decoration: underline;
  }
  
/*** nightingale survey styles - hide secondary links**************************************/

.node-type-nightingale-survey #secondary /* Secondary links */
  {
  display:none;
  }
  
  
#navbar div#block-menu-menu-nightingale-survey div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-nightingale-survey div.block-inner ul li a:hover
  {
  text-decoration: underline;
  }


/*** Ringing - hide secondary links**************************************/

.node-type-ringing #secondary /* Secondary links */
  {
  display:none;
  }
  

.node-type-ringing #header-inner, .node-type-webform.tag-ringing #header-inner
{
  background: url('images/ringing-header.jpg') no-repeat;
}
  
#navbar div#block-menu-menu-ringing div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-ringing div.block-inner ul li a:hover  
  {
  text-decoration: underline;
  }

/** Ringing movements page **/

#dhtmltooltip{   position: absolute;  width: 300px;  border: 1px solid black;  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;  padding: 2px;  background-color: #ffffff;
  visibility: hidden;  z-index: 100;}


  
/* Ringing Rutland buttons sidebar block (TEMP) */  
#sidebar-left #block-block-55 p {
    margin: 0 0 1em;
}
  

/****************************************************************************/  

/*** Waterways Breeding Bird Survey - hide secondary links**************************************/

.node-type-wbbs #secondary /* Secondary links */
  {
  display:none;
  }
  

.node-type-wbbs #header-inner
{
  background: url('images/wbbs-header.jpg') no-repeat;
}
  
#navbar div#block-menu-menu-wbbs div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
 
 #navbar div#block-menu-menu-wbbs div.block-inner ul li a:hover
  {
  text-decoration: underline;
  }


/****************************************************************************/  

/*** WeBS - hide secondary links**************************************/

.node-type-webs #secondary /* Secondary links */
  {
  display:none;
  }
  

.node-type-webs #header-inner
{
  background: url('images/webs-header.jpg') no-repeat;
}
  
#navbar div#block-menu-menu-webs div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
 
 #navbar div#block-menu-menu-webs div.block-inner ul li a:hover
  {
  text-decoration: underline;
  }
  
  
  
/***********************************************************************/
/*** woodcock survey styles - hide secondary links**************************************/
.node-type-woodcock-survey #header-inner
{
  background: url('images/woodcock-header.jpg') no-repeat;
}

.node-type-woodcock-survey #secondary /* Secondary links */
  {
  display:none;
  }
  
  
#navbar div#block-menu-menu-woodcock-survey div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-woodcock-survey div.block-inner ul li a:hover
  {
  text-decoration: underline;
  }



/*** winter thrushes survey styles - hide secondary links**************************************/
.node-type-winter-thrushes-survey #header-inner
{
  background: url('images/winter-thrushes-header2.png') no-repeat;
}

.node-type-winter-thrushes-survey #secondary /* Secondary links */
  {
  display:none;
  }
  
  
#navbar div#block-menu-menu-winter-thrushes-survey div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-winter-thrushes-survey div.block-inner ul li a:hover
  {
  text-decoration: underline;
  }

/*** SOSS styles - hide primary links**************************************/

.node-type-soss #header-inner, .node-type-soss-restricted #header-inner
{
  background: url('images/soss-header.jpg') no-repeat;
  height: 110px;
}

/*.node-type-birdtrack #logo
{
  display:none;
}
*/
.node-type-soss #primary, .node-type-soss-restricted #primary /* Primary links */
{
display:none;
}

/* Styles to move menu up to take place of primary links */

.node-type-soss #navbar, .node-type-soss-restricted #navbar{
height: 3em;
position: relative;
top: -12px;
}

.node-type-soss #navbar-inner, .node-type-soss-restricted #navbar-inner
{
margin-left: 0;
background-color: #668140;
height: 2em;
}

.node-type-soss div#navbar-inner .block-menu ul li.active-trail, .node-type-soss-restricted div#navbar-inner .block-menu ul li.active-trail{
background-color: #2A4310;
}

.node-type-soss div#navbar-inner li, .node-type-soss-restricted  div#navbar-inner li
  {
  padding: 0.3em 1em;
  border-right: 1px solid #2a4310;
  }
  
.node-type-soss div#navbar-inner ul li.active, .node-type-soss-restricted div#navbar-inner ul li.active
  {
  background-color: #2a4310;
  }
  
.node-type-soss div#navbar-inner a, .node-type-soss-restricted  div#navbar-inner a
  {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9em;
  }

.node-type-soss #content, .node-type-soss-restricted  #content {
margin-top: 2em;
}

  


/*** BirdTrends 2011 styles - hide secondary links**************************************/
.node-type-birdtrends #header-inner
{
  background: url('images/birdtrends-2012-header.jpg') no-repeat;
}
/*
.node-type-birdtrends #secondary  Secondary links 
  {
  display:none;
  } 
*/

.blx1.node-type-birdtrends #block-menu-menu-birdtrends {
display:none;
}

#navbar div#block-menu-menu-birdtrends div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-birdtrends div.block-inner ul li a:hover 
  {
  text-decoration: underline;
  }

  
 /***
#navbar div#block-menu-menu-birdtrends div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
  
#navbar div#block-menu-menu-birdtrends div.block-inner ul li a:hover 
  {
  text-decoration: underline;
  }
**/

/** BirdTrends Footer **/
.node-type-birdtrends #footer  {
min-height: 100px;
}
    
  
  
  
  
 /** WCR JSP BLX1 SPECIES PAGES **/

/** No Padding for species pages **/ 
/** No margin for species page tables **/
.wcr-species table {
margin: 0;
}

body.no-sidebars div#content-inner#noPagePad {
padding-left:0;
padding-right:0;
}
  
/** WCR SPECIES STYLES **/

#headerDivImg, #contentDivImg, #contentDivImg_, #popheaderDivImg, #popcontentDivImg, #popcontentDivImg_ {
     width: 100%;
}

#titleTextImg, #addtitleTextImg, #poptitleTextImg {
     float: left;
	 
     font-size: 1.2em;
     font-weight: bold;
     margin: 5px 5px;
	 
}
#headerDivImg, #popheaderDivImg {
     background-color: #f1feff;
	 /**  NO LONGER REQUIRED FOR NEW SPECIES PAGE? 
	 border-top: #CCCCCC solid 1px;
	 border-bottom: #CCCCCC solid 1px;
	 **/
	 padding-bottom: 0.3em;
}

#headerDivImg h4, #popheaderDivImg h4{
margin: 0 0 0 0.5em;
}

#contentDivImg, #contentDivImg_, #popcontentDivImg, #popcontentDivImg_{
     background-color: #FFFFFF;
}
#headerDivImg img {
padding-left: 10px;
margin-top: 0.5em;
}

#popheaderDivImg img {
padding-left: 10px;
margin-top: 0.5em;
}

div#popheaderDivImg a:link, div#headerDivImg a:link {
text-decoration: none;
}

/** Styles in tables **/

.table {
border: 0;
}

.table tr td {
border-top: #CCCCCC solid 1px;
border-bottom: #CCCCCC solid 1px;
border-left: #CCCCCC solid 1px;
border-right: #CCCCCC solid 1px;
padding: 2px;
}

.table tr th {
border-top: #CCCCCC solid 1px;
border-bottom: #CCCCCC solid 1px;
border-left: #CCCCCC solid 1px;
border-right: #CCCCCC solid 1px;
padding: 2px;
}

.table tbody{
border: 0;
}

.table thead {
background-color: #f1feff;
}

td .SysTitleAndFooterContainer {
font-family: Arial, Helvetica, sans-serif;
}

td .SystemTitle {
font-weight: bold;
}

/*** SCIENCE AREA STYLES ***/

/** SOSS **/

/*.page-science-wetland-and-marine-soss #header-inner, .page-science-wetland-and-marine-soss-steering-group #header-inner, .page-science-wetland-and-marine-soss-projects  #header-inner
{
  background: url('images/soss-header.jpg') no-repeat;
}
  */


/****************************************************************************/  


/** HOME PAGE STYLES **/


.front div#page div#content-header h1 {
display: none;
}

div.topicBut {
width: 187px;
height: 125px;
/*background-color: #216c72;*/
margin-top: 10px;
}

div.volunteerPic {
background-color: #668140;
}

div.aboutBirdsPic {
background-color: #668140;
}

div.sciencePic {
background-color: #668140;
}

div#socialNet {
padding-top: 0.5em;
}

div#socialNet div {
padding: 0 5px 5px;
}

div#socialNet a {
font-size: 0.85em;
}

/*div.topicText {
padding: 0 0 0.3em 0.3em;

}*/

div.topicText a {
color: #fff;
font-weight: bold;
padding: 0 0 0.1em 0.3em;
}

div.lineBoxWrap150 {
margin: 0 0 2px 0;
padding: 12px 0 0 0;
width: 150px;
background: transparent url("/sites/default/files/u37/images/home/nav-bars/blockliner_top.gif") no-repeat top left;
}

div.lineBoxText150 {
margin: 0;
padding: 0 12px 0 8px;
background: transparent url("/sites/default/files/u37/images/home/nav-bars/blockliner_mid.gif") repeat-y;
}

div.lineBoxBottom150 {
background: url("/sites/default/files/u37/images/home/nav-bars/blockliner_bottom.gif") no-repeat 0 0;
width: 150px;
height: 13px;
padding: 0 0 0.5em 0;
margin: 0;
}

/* Home page news */

div.view-home-news div.views-row, div.view-news div.views-row {
clear: both;
margin-bottom:1em
}

div.view-news div.views-field-field-birdtrack-news-post-image-fid {
clear: both;
}

.views-field-field-home-feature-img-value .floatRight {
margin-bottom:1em
}

.node-type-home div.view-home-news div.views-field-title, .node-type-home div.view-news div.views-field-title {
color: #3c6015;
font-size: 1.6em;
padding-bottom: 0.4em;
line-height: normal;
}

div.attachment div.view-home-news div.views-field-title, div.attachment div.view-news div.views-field-title {
font-size: 1em;
color: #404848;
}

.node-type-home .view-display-id-block .views-row-odd {
background-color: #dcdac5;
}
/*** SUPPORT US PAGE STYLES ***/

/* Box styles */
.supportPageBox {
width: 280px;
/*height: 700px;*/
padding-right: 15px;
}

.supportPageBox p{
padding: 0 0 5px 0;
margin: 0;
}

.supportColBox {
padding: 5px;
}

div.appealBox {
height: auto;
}

/** Support Us Project Summary Page **/
.node-type-appeal .meta {
display:none;
}

.node-type-appeal .field-field-project-image {
float:right;
margin-left:1em;
}

/** Support Us featured quotes **/
.view-display-id-block_5 .views-row {
margin-bottom:2em
}

#block-views-8922a5accc31c250318899864ce3b34e {
margin-top:2em
}

/** Support Us corporate members list page **/
#block-views-Support_us_projects-block_1 h2, #block-views-Support_us_projects-block_2 h2, #block-views-bea50522000b002f5bba10fe763cf5b7 h2, #block-views-a5f80988857b71b0c70d540984a08ddf h2, #block-views-3c8d2aa5f5c6c5b060918641b6fe025d h2  {
clear:left;
color:#3C6015;
font-size:1.6em;
line-height:normal;
margin-bottom:0;
padding-bottom:0.2em;
}

.view-Support-us-projects .views-row {
clear: both;
margin-bottom: 2em;
}

.view-Support-us-projects .views-field-field-project-image-fid {
float: right;
margin: 0 1em 1em 2em;
}

.view-support-us-corporate-sponsor  table {
width:100%;
text-align:center;
}

.view-support-us-corporate-sponsor td {
padding: 0 1em 1em 0;
}

/** support us corporate members individual pages **/
.node-type-sponsor-corporate .meta {
display:none;
}

.view-Support-us-projects .views-field-title {
margin-bottom:1em;
}

/** Website / logo block **/
.view-id-support_us_corporate_sponsor.view-display-id-block_7 {
text-align:center;
}

/** projects supported block **/
#block-views-757580c3bfba1cf1e7bd517b56ddf87c .views-row {
float: left;
min-height: 150px;
margin: 1em;
width: 145px;
}



.view-display-id-block_6 {
margin-bottom: 1em;
}

.view-display-id-block_8 {
clear:left;
}

#block-views-757580c3bfba1cf1e7bd517b56ddf87c h2, #block-views-8922a5accc31c250318899864ce3b34e h2 {
color:#3C6015;
font-size:1.6em;
line-height:normal;
margin-bottom:0;
padding-bottom:0.2em;
}

.node-type-sponsor-corporate .views-field-field-corporate-sponsor-projects-nid, .node-type-sponsor-corporate .views-field-name, .node-type-sponsor-corporate .views-field-field-corporate-sponsor-add-info-value {
margin-top:1em
}

/*** SHOP STYLES ***/

/** position image to center within anchor link **/
.Poscenter img {
display:block;
margin: 0 auto 1em;
}

div#shopLeftCol{
width: 300px;
margin-bottom:2em;
}

div#shopRightCol{
width: 550px;
margin-bottom:2em;
}

/** birdcare range page **/
.page-shop-birdcare-range h1 {
display:none
}

/** Nearest Stockist GMAP page **/
.view-retailers .form-item {
float:left;
margin-right:
}

.view-retailers input, .page-shop-birdcare-range input.postcode  {
width:5em;
margin-right:1em;
}

.view-retailers .views-exposed-widget .form-submit {
margin-top:0
}

.view-retailers .form-item label  {
display:inline;
}

.view-retailers .view-content {
float:left;
margin-right:2em;
}

.view-retailers .views-field-distance {
font-weight:bold
}

div#content-area .view-retailers ul {
list-style-type:none;
}

/*** ABOUT BIRDS STYLES ***/

div#aboutBLeftCol{
width: 400px;
}

div#aboutBRightCol{
width: 450px;
}


.page-about-birds #block-views-bird_of_the_month-block_1, .page-about-birds #block-block-56 {
float: left;
width: 46%;
margin-right: 2em;
clear: left;
}

.page-about-birds #block-block-68, .page-about-birds #block-views-bird_id-block_3 {
float: left;
width: 48%;
margin-right: 2em;
}


/** BIRD OF THE MONTH STYLES **/

/** bird of month node page **/
.node-type-bird-of-the-month .field-field-bird-month-main-image {
float:right;
margin:0.5em 1em 1em 1em;
}

.node-type-bird-of-the-month .field-field-bird-month-month {
font-size:1.2em;
font-weight:bold;
margin-bottom:1em
}


/* Bird of the month views row */
#block-views-bird_of_the_month-block_1 label {
font-weight:bold
}

.views-field-field-bird-month-main-image-fid {
float:right;
margin:0.5em 1em 1em 0;
}



.view-bird-of-the-month  .views-row {
float:left;
clear:left;
width:100%
}

.views-field-field-bird-month-status-value span {
text-transform:uppercase;
font-weight: bold
}

/** BIRD ID STYLES **/
/* Bird ID views row */

.page-about-birds-bird-id .block-views, .view-bird-id, .view-bird-id  .views-row {
float:left;
clear: left;
width:100%
}

.views-field-field-bird-id-image-fid {
float:left;
margin: 0.5em 1em 1em 0;
}

/** BOOK REVIEW STYLES **/
/** Book review nodes **/
.node-type-book-review .meta {
display:none
}

.node-type-book-review .field-field-book-review-cover {
float:right;
margin: 0.5em 0 1em 1em;
}

.node-type-book-review .field-field-book-review-price, .node-type-book-review .field-field-book-review-currency {
display: inline-block;
}

/* Book Reviews views row */
.view-book-reviews  .views-row {
float:left;
clear: left;
width: 100%;
margin-bottom: 1em;
}

.view-book-reviews  .views-row-last {
margin-bottom:1em
}

.view-book-reviews  .views-row  .views-field-body {
margin-top:1em
}

.views-field-field-book-review-cover-fid{
float:right;
margin: 0.5em 0 1em 1em;
}

/*** Dynamic book review views results pages - duplicate about-birds secondary level menu needs styling**************************************/
.section-about-birds #primary {
background-color: #FFFFFF;
}

.section-about-birds #navbar-inner {
background-color: #668140;
}


#navbar div#block-menu-menu-about-birds div.block-inner ul li a
  {
  padding: 4px 6px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  }
 
 #navbar div#block-menu-menu-about-birds div.block-inner ul li a:hover
  {
  text-decoration: underline;
  }
  
  


/*** CUCKOO BLOG STYLES ***/

.fb_edge_widget_with_comment {
margin-top: 12px;
}

.field-field-blog-date .field-label {
display:none;
}

.node-type-cuckoo-blog .node-inner .meta {
display:none;
}

.node-type-cuckoo-blog h1 {
color: #3c6015;
font-size: 1.4em;
}

.field-field-blog-date {
color: #3c6015;
font-size: 1.1em;
padding-bottom: 0.5em;
}

/* Cuckoo blog views */

.cuckooBlogStyle .views-row, .cuckooBlogStyle .view-header {
margin-bottom: 1em;
}


.cuckooBlogStyle .views-field-title {
color: #3c6015;
font-size: 1.4em;
padding-bottom: 0.5em;
}

.cuckooBlogStyle .views-field-field-blog-date-value {
color: #3c6015;
font-size: 1.1em;
font-style: italic;
padding-bottom: 0.5em;
}

div.cuckooBlogLatest .views-field-title {
color: #3c6015;
font-size: 1em;
font-weight: bold;
padding-top: 0.5em;
}

div.cuckooBlogLatest .views-field-field-blog-date-value {
color: #3c6015;
font-size: 1em;
font-style: italic;
padding-top: 0.2em;
}

/* Cuckoo sponsors latest block */
.view-cuckoo-sponsors ul {
padding-left: 0;
}

.view-cuckoo-sponsors .item-list ul li {
margin-bottom: 0;
list-style:none;
}

/* All Cuckoo sponsors page  */
.page-science-migration-tracking-studies-cuckoo-tracking-sponsor-cuckoo-sponsors .block-views {
clear:left
}

.page-science-migration-tracking-studies-cuckoo-tracking-sponsor-cuckoo-sponsors .block-views h2 {
margin-top:20px
}

.page-science-migration-tracking-studies-cuckoo-tracking-sponsor-cuckoo-sponsors .floatLeft {
margin-bottom:2em
}

.view-cuckoo-sponsors table {
text-transform:capitalize;
}

.view-cuckoo-sponsors table td {
padding-right:5px
}

.page-science-migration-tracking-studies-cuckoo-tracking-sponsor-cuckoo-sponsors h3, .page-science-migration-tracking-studies-cuckoo-tracking-get-involved-sponsors h3  {
clear:left;
}
/*** Cuckoo tracking maps ***/
.page-science-migration-tracking-studies-cuckoo-tracking #content-bottom, .page-science-migration-cuckoo-map-update-test #content-bottom {
clear: both;
}

#map-container {
position: relative;
margin-top: 1em;
}

.yearPicker {
clear: left;
padding: 0.8em 0 0 5.8em;
display: inline;
}

#block-views-tracked_birds_cuckoos-block_13 .yearPicker {
padding: 0.8em 0 0 8px;
display: block;
}

.CurrentDate {
background-image: url("/sites/all/themes/laura/images/buttons/global-indicator-alpha-shadow.png");
color: #FFFFFF;
font-size: 1.6em;
height: 35px;
left: 75px;
padding: 0.2em 0.4em 1.4em;
position: absolute;
text-align: center;
top: 38px;
width: 212px;
z-index: 10;
}

#block-views-tracked_birds_cuckoos-block_13 .CurrentDate {
left: 4px;
}

.CurrentDate span {
display: block;
font-size: 0.6em;
font-style: italic;
margin-bottom: 0.3em;
}

.controlButtonsContainer {
float: right;
margin: 0.7em 0;
}

.controlButtons {
float: left;
font-weight: bold;
margin-right: 1em;
text-align: center;
}

#block-views-tracked_birds_cuckoos-block_13 .controlButtons {
margin-right: 0.5em;
}

.controlButtons div {
height: 35px;
}

#PlayButton {
 vertical-align: middle;
}

.controlButtons input {
background-color: #FFFFFF;
background-position:50% 50%;
background-repeat:no-repeat no-repeat;
border:none;
height:28px;
width: 34px;
text-indent: -5000px;
padding: 2px 8px;
}

.controlButtons input.ToStart {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-start.gif);
}

.controlButtons input.ToStart:hover {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-start-hover.gif);
}

.controlButtons input.MinusWeek {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-rewind.gif);
}

.controlButtons input.MinusWeek:hover {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-rewind-hover.gif);
}

.controlButtons input.MinusDay {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-step-backward.gif);
}

.controlButtons input.MinusDay:hover {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-step-backward-hover.gif);
}

.controlButtons input.MinusDay {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-step-backward.gif);
}

.controlButtons input.MinusDay:hover {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-step-backward-hover.gif);
}

.controlButtons input.Play {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-play-glyph.gif);
}

.controlButtons input.Play:hover {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-play-glyph-hover.gif);
}

.controlButtons input.Play.Pause {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-pause.gif);
}

.controlButtons input.Play.Pause:hover {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-pause-hover.gif);
}


.controlButtons input.PlusDay {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-step-forward.gif);
}

.controlButtons input.PlusDay:hover {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-step-forward-hover.gif);
}

.controlButtons input.PlusWeek {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-fast-forward.gif);
}

.controlButtons input.PlusWeek:hover {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-fast-forward-hover.gif);
}

.controlButtons input.ToEnd {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-end.gif);
}

.controlButtons input.ToEnd:hover {
background-image:url(http://www.bto.org/sites/all/themes/laura/images/buttons/button-end-hover.gif);
}

.view-id-tracked_birds_cuckoos .optionsBox div {
float: right;
font-weight: bold;
margin: 1em;
padding: 0;
}

.view-id-tracked_birds_cuckoos .optionsBox div span, .view-id-tracked_birds_cuckoos .selectAllBox span {

}

.view-id-tracked_birds_cuckoos .optionsBox div input, .view-id-tracked_birds_cuckoos .selectAllBox input {

}


.view-id-tracked_birds_cuckoos .optionsBox .cuckoo-map-filter {

}

.view-id-tracked_birds_cuckoos .optionsBox .markerBox {

}

.view-id-tracked_birds_cuckoos .optionsBox .routeBox {

}

.view-id-tracked_birds_cuckoos .selectAllBox {
float: left;
font-size: 1.2em;
font-weight: bold;
margin: 0.86em;
}

.view-id-tracked_birds_cuckoos .selectAllBox span {

}

.view-id-tracked_birds_cuckoos .selectAllBox input {

}

/*** Cuckoo tracking maps - OLD STYLES - DELETE IF NO LONGER REQUIRED ***/
.show-all {
margin: 0.5em 0;
text-align: right;
}

#block-views-tracked_birds_cuckoos-block_3, #block-views-tracked_birds_cuckoos-block_2 {
margin-bottom:1em
}

.view-id-tracked_birds_cuckoos.view-display-id-block_1, .view-id-tracked_birds_cuckoos.view-display-id-block_2, .view-id-tracked_birds_cuckoos.view-display-id-block_3 {
border-bottom: 2px dashed #3C6015;
}
.view-id-tracked_birds_cuckoos h2 {
display: inline;
}

.view-id-tracked_birds_cuckoos .cuckoo-map-filter {
display: inline;
float: right;
padding: 10px 0 0 5px;
}

.view-id-tracked_birds_cuckoos .view-content {
clear:left;
}

.view-id-tracked_birds_cuckoos .views-view-grid {

}

.view-id-tracked_birds_cuckoos .views-view-grid tr{

}

.view-id-tracked_birds_cuckoos .views-view-grid td {
padding-right: 1.5em;
}

.view-id-tracked_birds_cuckoos .views-view-grid .views-field-title {
height: 2.5em;
text-align: center;
}

.views-field-field-bird-hero-image-fid, .views-field-field-bird-hero-image-fid-1 {
position: relative;
text-align: center;
}

.view-display-id-block_12 .views-field-field-bird-hero-image-fid, .views-field-field-bird-hero-image-fid-1 {
position: relative;
width: 5em;
}



.views-field-field-bird-marker-image-fid {

}

.views-field-field-bird-hero-image-fid .imagefield-field_bird_marker_image {
left: 75px;
position: absolute;
top: 80px;
}


.views-field-field-bird-hero-image-fid-1 .imagefield-field_bird_marker_image {
left: 42px;
position: absolute;
top: 0px;
}

.view-id-tracked_birds_cuckoos .views-view-grid .views-field-markup {
text-align: center;
}
/*** END - Cuckoo tracking maps - OLD STYLES - DELETE IF NO LONGER REQUIRED  - END ***/

/**** Accordion headers prmarily for cuckoo tracking pages ****/

.ui-accordion .ui-accordion-header {
cursor: pointer;
display: block;
margin-top: 2px;
min-height: 0;
padding: 0.2em 0.2em 0.2em 2em;
position: relative;
background: repeat-x scroll 50% 50% #3C6015;
border: 1px solid #000000;
color: #FFFFFF;
border-radius: 4px;
}

.ui-accordion-header-icon {
background-image: url("images/buttons/accordion-green-arrow-right.gif");
left: 0.3em;
margin-top: -15px;
position: absolute;
top: 50%;
background-repeat: no-repeat;
display: block;
overflow: hidden;
text-indent: -99999px;
height: 30px;
width: 30px;
}

.ui-accordion-header.selected  .ui-accordion-header-icon, .ui-accordion-header.selected  .ui-accordion-header-icon:hover {
background-image: url("images/buttons/accordion-green-arrow-down.gif");
}

/**** Individual map pages ****/

#block-views-tracked_birds_cuckoos-block_6 {
margin-bottom: 2em
}


.view-id-tracked_birds_cuckoos.view-display-id-block_4 #map {
margin: 1em 0;
}



.cuckooStats .views-field-field-bird-sponsor-tribute-value, .cuckooStats .views-field-field-corporate-sponsor-logo-fid, .cuckooStats .views-field-field-corporate-sponsor-website-url {
text-align:center;
padding: 0 20px 0 10px;
}

.cuckooStats .views-field-field-bird-status-value {
margin-top:2em;
padding: 2px;
background: none repeat scroll 0 0 #ebeeee;
margin-right:10px
}

.cuckooStats .views-field-field-bird-status-value .field-content  {

}

.cuckooStats .views-field-field-bird-time-date-value {
padding: 2px;
margin-right:10px
}

.cuckooStats .views-field-field-bird-location-found-value {
padding: 2px;
background: none repeat scroll 0 0 #ebeeee;
margin-right:10px
}

.cuckooStats .views-field-field-bird-sex-value {
padding: 2px;
margin-right:10px
}

.cuckooStats .views-field-field-bird-sex-value .field-content  {

}

.cuckooStats .views-field-field-bird-age-w-found-value {
padding: 2px;
background: none repeat scroll 0 0 #ebeeee;
margin-right:10px
}

.cuckooStats .views-field-field-bird-age-w-found-value .field-content  {

}

.cuckooStats .views-field-field-bird-unique-id-value {
padding: 2px;
margin-right:10px
}

.cuckooStats .views-field-field-bird-unique-id-value .field-content  {

}

.cuckooStats .views-field-field-bird-ring-number-value {
padding: 2px;
background: none repeat scroll 0 0 #ebeeee;
margin-right:10px
}

.cuckooStats .views-field-field-bird-ring-number-value .field-content {

}

.cuckooStats .views-field-field-bird-wing-length-value {
padding: 2px;
margin-right:10px
}

.cuckooStats .views-field-field-bird-wing-length-value .field-content {

}
/****** Cuckoo sponsorship page *****/
#block-views-tracked_birds_cuckoos-block_9 .view-id-tracked_birds_cuckoos .views-view-grid .views-field-field-bird-sponsor-tribute-value {
    padding-top: 10px
}


#block-views-tracked_birds_cuckoos-block_9 .view-id-tracked_birds_cuckoos .views-view-grid .views-field-title, #block-views-tracked_birds_cuckoos-block_8 .view-id-tracked_birds_cuckoos .views-view-grid .views-field-title, #block-views-tracked_birds_cuckoos-block_10 .view-id-tracked_birds_cuckoos .views-view-grid .views-field-title {
    margin-top: -1.5em;
	padding: 1em 0 0.5em;
    text-align: center;
}

#block-views-tracked_birds_cuckoos-block_9 .view-id-tracked_birds_cuckoos .views-view-grid td, #block-views-tracked_birds_cuckoos-block_8 .view-id-tracked_birds_cuckoos .views-view-grid td, #block-views-tracked_birds_cuckoos-block_10 .view-id-tracked_birds_cuckoos .views-view-grid td {
    width: 200px;
    padding-right: 0.5em;
    text-align: center;
    vertical-align: top;
}



/********* Animated Cuckoo Map ******/


#sidebar-left #block-block-77 ul li {
list-style-type:disc;
margin-bottom: 1em;
text-indent: 0em;
}

#sidebar-left #block-block-77 ul li a {
color:#00569F;
}

h2.title-home {
font-size:2em;
line-height:1.3em;
margin-bottom:0.5em;
margin-left:0;
margin-right:0;
margin-top:0.25em;
}

.node-type-home .control-container {
width:540px;
height:60px;
margin: 1em 0;
text-align: center
}

.node-type-migration .control-container {
width:700px;
height:60px;
margin: 1em 0;
text-align: center
}


.cuckoo-journey-button  {
background: url("/sites/default/files/shared_images/buttons/start.gif") no-repeat center center;
width: 164px;
height: 45px;
border: none;
color: transparent;
font-size: 0;
margin: 1em auto;
text-align: center
-webkit-transition: background 0.25s linear;
-moz-transition: background 0.25s linear;
-o-transition: background 0.25s linear;
transition: background 0.25s linear;
}

.cuckoo-journey-button:hover {
background : url("/sites/default/files/shared_images/buttons/start_hover.gif") no-repeat center center;
-webkit-transition: background 0.25s linear;
-moz-transition: background 0.25s linear;
-o-transition: background 0.25s linear;
transition: background 0.25s linear;
}


.cuckoo-donate-now-button  {
background: url("/sites/default/files/shared_images/buttons/cuckoo-donate-now.gif") no-repeat center center;
width: 144px;
height: 45px;
border: none;
color: transparent;
font-size: 0;
margin: 1em auto;
text-align: center
-webkit-transition: background 0.25s linear;
-moz-transition: background 0.25s linear;
-o-transition: background 0.25s linear;
transition: background 0.25s linear;
}

.cuckoo-donate-now-button:hover {
background : url("/sites/default/files/shared_images/buttons/cuckoo-donate-now-hover.gif") no-repeat center center;
-webkit-transition: background 0.25s linear;
-moz-transition: background 0.25s linear;
-o-transition: background 0.25s linear;
transition: background 0.25s linear;
}

/****************************************************************************/  

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  padding: 5px 0 0 5px;
  }
  
  #sidebar-left h2.title
  {
  color: #154859;
  padding-bottom: 0.2em;
  }
  
  #sidebar-left h2.title a
  {
  text-decoration: none;
  color: #154859;
  }
  
  #sidebar-left h2.title a:hover
  {
  text-decoration: underline;
  }
/**  
  #sidebar-left p
  {
  margin: 0.5em 0 2em 0;
  } **/  
  
/** sidebar list styles **/  
  
  #sidebar-left ul
  {
  margin: 0 0 1em 14px;
  padding: 0;
  list-style: none;
  }

  #sidebar-left ul li
  {
/** list-style-image:url("../../misc/menu-leaf.png"); **/
list-style: none;
text-indent: -1em; /* Moves the first line of the list item 1em to the left to line up with second line, which otherwise wraps below bullet */
  }
  
  #sidebar-left ul li a
  {
  background: url(images/list-arrow.jpg) no-repeat 0 0.4em;
  padding: 0 0 0 1em;
  margin: 0;
  color: #154859;
  font-size: 0.9em;
  text-decoration: none;
}

  #sidebar-left ul li a:hover
  {
  text-decoration: underline;
  }
  
  #sidebar-left ul li a.active {
  font-weight: bold;
  text-decoration: underline;
  }

  #sidebar-left select {
  max-width: 170px;
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  margin: 0;
  padding: 5px 5px 0 0;
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  color: #717979;
  font-size: 0.8em;
  padding-left: 10px;
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {

  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  display:none
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1.8em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

/* STYLES FOR BLOCK MENUS */

  .block-menu_block
  {
	/*background:url("images/intro-top.png") no-repeat scroll left top transparent;*/
  }

  .block-menu_block .block-inner /* Additional wrapper for block */
  {
   /* background:url("images/intro-bottom.png") no-repeat scroll left bottom transparent;*/
	padding: 6px;
  }
  

  #sidebar-left .block h2.title /* Sidebar Block title */
  {
  font-size: 1em;
  font-weight: bold;
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }


  tr.even /* Some tables have rows marked even or odd. */
  {
    background-color: #fff; /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    background-color: #fff; /* Drupal core uses a #eee background */
  }

  tr.published-Yes.odd, tr.published-Yes.even
  {
  background-color: #C3FDC1;
  }

  tr.published-No.odd, tr.published-No.even
  {
  background-color: #FDE6C5;
  }



  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
	margin: 0 0 1em;
  }

 .form-radios .form-item {
	padding-left: 20px;
 }
  
  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/* Hide create a new password link */ 
#user-login-form .item-list ul {
display: none;
}


/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }
  
/** Content area styles **/

.content ul {
list-style-type:disc;
}

.content ul, ol {
margin: 1em 0;
padding-left: 2em;
}

.node ul li, .node ol li {
margin-bottom: 1em;
}

.node ul.compact-list li, .node ol.compact-list li {
margin-bottom: 0.2em;
}

/** Styles for formatting Views **/

/* Publications */
/*div#view-Publications */

div.view-Publications div.view-content div.views-row div, div.view-Publications div.view-content div.views-row p
{
display: inline;
}

div.view-Publications div.view-content div.views-row
{
padding-bottom: 1em;
}

/* Research reports */

div.view-research-reports div.view-content div.views-row div, div.view-research-reports div.view-content div.views-row p
{
display: inline;
}

div.view-research-reports div.view-content div.views-row
{
padding-bottom: 1em;
}


/*** Over-ridden tags ***/



h2, h3, h4, h5, h6 {
margin-bottom:0.3em;
margin-top: 0;
}


/** GENERAL FORMATTING STYLES **/
.centerText {
text-align:center;
}

/* just headers centered */
.centerTextTH th {
text-align:center;
}


.rightText {
text-align: right;
}

/* just table data cells right-aligned (for numerical data) */
.rightTextTD td {
text-align: right;
}


.sameLine{
display: inline;
}

.floatLeftNoSpace{
float: left;
margin: 0;
}

.floatLeft7pxRt{
float: left;
margin: 0 7px 0 0;
}

.floatLeft15pxRt{
float: left;
margin: 0 15px 0 0;
}

.floatLeft20pxRt{
float: left;
margin: 0 20px 0 0;
}

.floatLeft8pxRt{
float: left;
padding: 0 0 0 8px;
}

.floatRightNoSpace{
float: right;
margin: 0;
}

.floatRight3pxLt{
float: right;
margin: 0 0 0 3px;
}

.floatRight7pxLt{
float: right;
margin: 0 0 0 7px;
}


.clearRight{
clear: right;
}

.clearLeft{
clear: left;
}

.clearBoth {
clear: both;
}

.alignVert{
vertical-align: middle;
}

/* Widths */


.width150px{
width: 150px;
}

.width160px{
width: 160px;
}

.width200px{
width: 200px;
}

.width220px{
width: 220px;
}

.width250px{
width: 250px;
}

.width300px{
width: 300px;
}

.width350px{
width: 350px;
}

.width400px{
width: 400px;
}

.width500px{
width: 500px;
}

/* Padding */
.padTop2em {
padding-top: 2em;
}

.padTop1em {
padding-top: 1em;
}


div.padTop7px{
padding-top: 7px;
}

p.padTop5px{
padding-top: 5px;
}

p.padTop10px{
padding-top: 10px;
}

p.padTop15px{
padding-top: 15px;
}

p.padBottom5px{
padding-bottom: 5px;
}

p.padBottom10px{
padding-bottom: 10px;
}

img.padTop5px{
padding-top: 5px;
}

img.padBottom10px{
padding-bottom: 10px;
}

img.padRight10px{
padding-right: 10px;
}

img.padRight5px{
padding-right: 5px;
}


p.moreSpace {
margin: 0;
padding: 0 0 1.2em 0;
border: 0;
}

/* Coloured text */
.greenHeading {
color: #3c6015;
margin-top: 0;
line-height: normal;
font-weight:normal
}

.darkGreenText{
color: #3c6015;
}

.redText {
color: #ff0000;
}

.blueText {
color: #00078E;
}

.amberText {
color: #E86400;
}

.greenText {
color: #006600;
}

/** Text size **/

.noMargin{
margin: 0;
}

.reduceFontSize{
font-size: smaller;
}

p.tinyText{
font-size: x-small;
}

/* Background colours */

.greenBackS17x{
background-color: #e4e9d9;
}



/*** New styles added for formatting CKeditor ***/


.floatRight {
float: right;
margin: 0 0 1em 2em;
padding: 0;
}

.floatLeft{
float: left;
margin: 0 2em 1em 0;
}

.posCentre{
clear: both;
margin: 0.3em 0 0 0;
}
/* used to set max width on a div container to stop text wrapping */
.MaxFiftyPercent {
max-width: 45%;
}

/* intended for limiting the width of images when combining with limited width paragraphs */
.max350px {
max-width: 350px;
}

.floatLeftPoint5emRt { 
float: left;
margin: 0 0.5em 0 0;
list-style-type: none;
}


.imgLeft {
/*border: 4px solid #CCCCCC;*/
}

.imgCentre {
/*border: 4px solid #cccccc;*/
}

blockquote {
margin:1em 1em 1em 7em;
padding:0 1em 0 0.5em;
}

p.captionText {
padding: 0;
margin: 0 0 1em;
font-size: 0.7em;
line-height: 1.2em;
/*font-style: italic;*/
}

/* for centering tables without using the depreceiated 'align' */
.centre table {
margin-left:auto;
margin-right:auto;
}

.table
NeutralLight table {
border: 0 none;
width: auto;
border-spacing: 
}

/* subtle zebra stripe for better readability */
.tableNeutralLight tbody tr:nth-child(odd) {
background-color: #f6feff;
}


.tableNeutralLight table th {
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 0.5em;
background-color: #f1feff;
font-size: 1.2em;
}

.tableNeutralLight table td {
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 0.2em 0.5em;
}

.tableNeutralLight table p {
margin: 0;
}

.tableNeutralLight table tr.tableTop td {
padding: 0.5em 0.5em 0.2em 0.5em;
border-top: 1px solid #cccccc;
font-weight: bold;
}

.tableNeutralLight table tr.tableBottom td {
border-bottom: 3px solid #cccccc;
padding: 0.5em;
}

.tableNeutralLight table tr.tableCaption td {
border-bottom: 0;
padding: 0.5em;
font-size: 0.85em;
line-height: 1.2em;
}

/* old fck styles to be updated in db and removed */

div.standardTable table {
margin: 0.5em 0 0.5em 0;
padding: 0;
vertical-align: top;
}

div.standardTable td {
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 0.2em 0.5em;
}

div.standardTable th {
padding: 0.5em;
background-color: #f1feff;
font-size: 1.2em;
}


.greyBorder {
border: 1px solid #CCCCCC;
}

.colourBack1 {
background-color: #e6f7f8;
margin: 0.5em 0 1em 0;
}

.colourBack1 img {
margin: 1em;
}

.colourBack1 p {
padding: 1em;
}

.highlightBlock {
background-color: #e6f7f8;
margin: 0.5em 0 1em 0;
overflow: hidden;
}

.highlightBlock  img {
margin: 1em;
}

.highlightBlock  p {
padding: 1em;
}

.highlightBlock h3 {
padding-left: 1em;
}

/**************** VIEWS STYLES ******************************/
.clearRow .views-row {
display: inline-block;
clear: both;
margin-bottom:1em;
width: 100%;
}

.floatRow .views-row {
float:left;
margin: 0 2em 1em 0;
}

.floatRow h2 {
clear:both;
}



/* 3 or 4 wide grid of image links */
.imageGrid3x6 .views-row {
float: left;
margin: 0 0.5em 1em 0;
clear: none;
min-height: 150px;
width: 32%;
}

.imageGrid4x .views-row {
float: left;
margin: 0 0.5em 1em 0;
clear: none;
min-height: 150px;
width: 24%;
}

.imageGrid3x6 .views-row:nth-child(4), .imageGrid3x6 .views-row:nth-child(7), .imageGrid3x6 .views-row:nth-child(10), .imageGrid4x .views-row:nth-child(5), .imageGrid4x .views-row:nth-child(9), .imageGrid4x .views-row:nth-child(13), .imageGrid4x .views-row:nth-child(17), .imageGrid4x .views-row:nth-child(21) {
clear: left;
}



.imageGrid3x6 h3, .imageGrid4x h3 {
margin-top: 0;
font-style: normal;
}


/* PRESS RELEASES STYLES */

div.node-type-press-releases .field-field-press-release-no {
display: inline-block;
}

div.node-type-press-releases .field-field-month {
display: inline-block;
padding-left: 1em;
padding-top: 0.2em;
}

div.node-type-press-releases .field-field-year {
display: inline-block;
padding-bottom: 0.5em;
}

div.view-press-releases .views-table {
width: 100%;
}

/* REGIONAL NETWORK STYLES */

div.view-rn-directory .views-table {
width: 100%;
}

/* GBW Species view styles */

div.view-gbw-species .views-table {
width: 100%;
}






/*div.node-type-gbw-species .imagefield-field_species_image {
float: right; 
clear: right;
/*margin: 0  0  1.5em 1.5em;*/
/*width: 105px;
}*/

/*div.node-type-gbw-species .field-field-image-caption{
float: right;
/*clear: right;*/
/*font-size: 0.85em;
line-height: 1.2em;
position: relative;
top: -15px;*/
/*width: 105px;
}*/

/*div.node-type-gbw-species .field-field-image-caption p{
color: #FF0000;
}*/

div.node-type-gbw-species div.meta {
display: none;
}

div.node-type-gbw-species .field-field-reporting-rate-caption {
font-size: 0.85em;
line-height: 1.2em;
padding-bottom: 3em;
}

div.node-type-gbw-species div.field-field-latin-name p {
display: inline;
}

div.node-type-gbw-species div.field-field-summary {
padding-top: 1em;
}

div.node-type-gbw-species div.field-field-birdtable-pdf {
padding-bottom: 2em;
}

div.node-type-gbw-species div.field-field-birdtable-pdf .filefield-file {
display: inline;
}

.page-volunteer-surveys-gbw-publications-magazine-current-issue div#header-inner, .page-volunteer-surveys-gbw-gardens-wildlife-garden-birds-a-z-garden-birds div#header-inner, .page-volunteer-surveys-gbw-gardens-wildlife-garden-mammals-a-z-garden-mammals div#header-inner, .page-volunteer-surveys-gbw-gardens-wildlife-garden-invertebrates-a-z-invertebrates div#header-inner, .page-volunteer-surveys-gbw-publications-magazine-archive div#header-inner, .page-volunteer-surveys-gbw-gardens-wildlife-garden-reptiles-amphibians-a-z-reptiles-amphibians div#header-inner {
background-image:url("images/gbw-header.jpg");
height:110px;
margin:0;
padding:0;
}

.page-volunteer-surveys-gbw-publications-magazine-archive table{
width: 50%;
}

/*** GBFS VIEWS ***/
.node-type-gbfs-results div#header-inner {
background-image:url("images/gbfs-header.jpg");
}

.views-field-field-gbfs-graph-value, .field-field-gbfs-graph {
float: left;
padding-right: 10px;
}

.views-field-field-gbfs-species-photo-value img{
padding-top: 16px;
}

div.views-field-field-gbfs-trend-text-value, .field-field-gbfs-trend-text {
clear: left;
}

.view-gbfs-results table {
width: 50%;
}


/** myBTO VIEWS **/
/** featured bird clubs view table **/
.view-id-myBTO_birdclubs_featured table td {
text-align: center;
}

/**** VIEWS GENERAL ****/
/* spacing for exposed filters / widgets  */
.views-exposed-widgets {
margin-bottom:2em
}


/* Clear floats for each row of a view with the following class, to stop subsequent rows overlapping */
.list-view-floats .views-row {
clear: right;
margin-bottom: 2em
}

.block-views {
margin-bottom: 2em
}

/** Twitter Feed block **/

#block-views-twitter_feed-block_1 h2, #block-block-75  h2, #block-block-76 h2, #block-block-78 h2 {
color: #3C6015;
font-size: 1.6em;
line-height: normal;
margin-bottom: 0.5em;
}

.view-twitter-feed .views-row {
clear:left;
margin-bottom:1em
}

.view-twitter-feed .view-footer {
clear:left;
margin-top:3em
} 


.view-twitter-feed .views-field-phpcode-1, .view-twitter-feed .view-footer img {
float: left;
margin-right: 1em;
}

.view-twitter-feed img {
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
max-width: 48px;
}

.view-twitter-feed .views-field-timestamp {
color: #999999;
margin-left: 60px
}

/** News & events home page styles **/

/** Delete when finished overhauling **/
body.page-news-events #sidebar-right-inner {
position: relative;
top: 15px;
left: -14px;
}
/** NEWS EVENTS LANDING PAGE **/
.page-news-events #block-views-home_news-block_3, .page-news-events #block-block-72, .page-news-events  #block-views-News-block_3 {
float: left;
width: 46%;
margin-right: 2em;
clear: left;
}

.page-news-events #block-views-Events-block_5, .page-news-events #block-views-Events-block_4 {
float: left;
width: 48%;
margin-right: 2em;
}

.buttons-list {
text-align:center;
}


/** EVENTS node pages **/

.node-type-events .field {
margin-bottom:1em
}

.node-type-events .field-field-event-poster {
float:right
}

.node-type-events .field-field-event-date {
font-size:1.2em;
font-weight:bold;
}

.node-type-events .field-field-event-availability {
font-weight:bold;
}

.node-type-events .field-field-event-description {
font-size:1.5em;
}

.node-type-events .field-field-event-image-additional .field-item {
float:left;
margin:0 1em 1em 0;
}

/** Events by month list pages **/

.view-Events table td {
width:33%
}
.view-id-Events  .views-row  {
margin-bottom:1em;
clear:right;
}

.view-id-Events  .views-field-field-event-date-value {
font-weight:bold;
}

.view-id-Events  .attachment .views-field-field-event-date-value .field-content {
display:inline
}

.view-id-Events .views-field-field-event-poster-fid {
float:right
}

.view-id-Events .views-field-title, .view-id-Events .views-field-name, .view-id-Events .views-field-city {
font-weight:bold
}

.view-id-Events.view-display-id-block_4 .views-field-title {
display:block
}

.view-id-Events .views-field-field-event-description-value {
font-style:italic;
} 

/** Similar events blocks **/
.view-id-Events.view-display-id-block_3 .views-field-name, .view-id-Events.view-display-id-block_3 .views-field-city {
display:block;
}

.view-id-Events.block-views-Events-block_3 .date-display-single {
font-size:0.8em;
}

/** Training programme tables **/
.centred-pic-200 {
margin: 1em auto 2em;
text-align: center;
width: 90%;
}

.centred-pic-200  div {
display: inline-block;
margin: 0 5px;
width: 30%;
}

.centred-pic-200  div span {

}

.view-id-Events table caption {
color: #3c6015;
margin-top: 0;
line-height: normal;
font-weight:normal;
font-size: 1.3em;
margin-bottom: 0.5em
}

#block-views-Events-block_6, #block-views-Events-block_7 {
margin-bottom:4em
}

#block-views-Events-block_6 h2, #block-views-Events-block_7 h2 {
font-size: 1.8em;
font-weight: bold;
text-align: center;
}

.view-id-Events table {
margin: 0 auto 2em;
width: 95%;
text-align: center;
}
.view-id-Events table tr.even, .view-id-Events table tr.odd {
background-color: transparent;
}

.view-id-Events table td.views-field-field-event-poster-fid {
float:none;
width:15%
}

.view-id-Events table td.views-field-name {
width:30%
}

.view-id-Events table td.views-field-name span {
display:block
}

.view-id-Events table td.views-field-field-event-date-value {
width:20%
}

.view-id-Events table td.views-field-field-event-date-value .date-display-end {
display:block
}

.view-id-Events table td.views-field-field-event-description-value {
font-style:normal;
width: 35%;
}

.view-id-Events table td.views-field-field-event-description-value .host{
font-style:italic;
}

/**** Associated images carousel / lightbox styles  *****/

.views_slideshow_main img, .views-slideshow-controls-bottom  img {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.views_slideshow_thumbnailhover_main {
float: left;
margin-right: -8px;
}

.views-slideshow-controls-bottom {
float: left;
}

.view-id-associated_images_news_slideshow .views-slideshow-controls-bottom {
margin-bottom: 2em;
margin-top: -12px;
}

.views-field-field-timeframe-value {
clear: both;
}

.slideshow-overlay {

}

.view-associated-images-news-slideshow.view-display-id-block_1 .views-field-markup { 
position: absolute;
top:200px;
}

.view-associated-images-news-slideshow.view-display-id-block_1 .views-field-markup .slideshow-overlay {
color:white;
font-size:2em;
margin-left:1em;
max-width:400px;
line-height:1.3em;
text-shadow:#000000 3px 3px 0px, #000000 -1px -1px 0px, #000000 1px -1px 0px, #000000 -1px 1px 0px, #000000 1px 1px 0;
}

.view-associated-images-news-slideshow.view-display-id-block_1 .views-field-markup .slideshow-overlay a:link, .view-associated-images-news-slideshow.view-display-id-block_1 .views-field-markup .slideshow-overlay a:visited {
color: white;
text-decoration: none;
}

#views_slideshow_thumbnailhover_breakout_teasers_associated_images_news_slideshow-block_1 .views_slideshow_thumbnailhover_div_breakout_teaser {
float: left;
position: relative;
}

.views_slideshow_thumbnailhover_div_breakout_teaser img {
border: 8px solid #FFFFFF;
}

.views_slideshow_thumbnailhover_div_breakout_teaser.activeSlide  img, .views_slideshow_main img {
border: 8px solid #C5C5C5;
}

.views_slideshow_main .inner-image img {
border: 4px solid white;
right: 20px;
position: absolute;
top: 20px;
}

.views_slideshow_main .inner-content img {
border: none;
}

.views_slideshow_main .inner-content {
background: background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
background: rgba(255, 255, 255, .7);
margin: 20px;
padding: 10px;
position: absolute;
bottom: 20px;
border-radius: 8px 8px 8px 8px;
font-weight: bold;
}

.views_slideshow_main .inner-content h3 {
margin-top: 0.2em;
}

.views-content-field-project-logo-fid {
position: relative;
}
.thumbTitle {
left: 60px;
margin: 0 0 0 5px;
max-width: 5em;
position: absolute;
top: 20%;
}

.views-slideshow-controls-bottom .captionText {
text-indent: 1em;
}

/** Specific to projects slideshow on volunteer surveys landing page - min width to include absolute positioned thumb titles **/
.view-bto-projects.view-display-id-block_1 {
min-width: 630px;
}

/*** Payment forms - static payment forms in /web-forms/ and payment-handler form on blx1 that is pulled in by Worldpay at end of transaction. ***/
body#payment-form td.title {
background-color: #668140;
width: 100%;
}

body#payment-form .intro {
font-size: 0.9em;
line-height: 1.2em;
margin: 0;
padding: 0.5em 1em 0;
}

body#payment-form h1 {
color: #FFFFFF;
margin: 0;
padding: 0.2em;
font-size: 1.3em;
}

body#payment-form .borderGrey1px {
border: 1px solid #ccc;
width: 700px;
}

body#payment-form .footer {
color: #717979;
font-size: 0.6em;
}

body#payment-form TD.tabletoprowleft {
color: #FFFFFF;
text-decoration : none;
font-weight: bold;
background-color: #668140;
text-align: left;
padding: 0.2em 0.2em;
}



/** TRANSFERABLE CSS3 STYLES FOR CONTENT **/
/** Social media links block **/
.service-links ul {
	padding-left: 0;
}

.service-links ul li {
	margin-right: 0.5em;
}

/** Latest research / Science story styles - develop into generic fields for use across other content types **/
.node-type-science-latest-research .field-field-latest-research-image {
	margin-bottom: 20px;
}

.node-type-science-latest-research .field-field-latest-research-image img {
         max-width:100%;
}


.node-type-science-latest-research .field-field-latest-research-intro {
	line-height:1.3em;
	font-size:1.2em;
} 

.node-type-science-latest-research .view-display-id-block_12 { /** Staff publication feature block **/
	background: url("images/icons/document-reference.png") no-repeat scroll 10px 12px #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin: 20px 0;
    min-height: 60px;
    padding: 19px 19px 19px 85px;
}

.view-science-latest-research.view-display-id-block_2 {
    margin:20px 0;
}

/** Images D7 **/

/** Image border with hoverable drop-shadow to indicate link  **/
img.image-border, .image-border img {
padding: 5px;
border: solid 1px #EFEFEF;
}

a:hover img.image-border, .image-border a:hover img, a.image-border:hover img  {
border: solid 1px #CCC;
-moz-box-shadow: 1px 1px 5px #999;
-webkit-box-shadow: 1px 1px 5px #999;
box-shadow: 1px 1px 5px #999;
}

.image-tilt {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
transform: rotate(10deg);
z-index: -1;
}

/** Buttons and blocks D7 **/
.block-feature-node {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DADEDE;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px 4px 4px 4px;
-moz-box-shadow: 0 0 17px #E6E6E6;
-webkit-box-shadow: 0 0 17px #E6E6E6;
box-shadow: 0 0 17px #E6E6E6;
margin-bottom: 10%;
padding: 2em 3em;
}

.block-feature-sidebar {
background: none repeat scroll 0 0 #FFFFFF;
border:1px solid #DADEDE;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px 4px 4px 4px;
-moz-box-shadow: 0 0 17px #E6E6E6;
-webkit-box-shadow: 0 0 17px #E6E6E6;
box-shadow: 0 0 6px #E6E6E6;
margin-bottom: 1.8em;
padding: 1em;
}

.block-feature-sidebar .row {
margin-bottom: 1.5em;
padding-top: 1em;
border-top: 1px solid #DADEDE;
}

.block-feature-sidebar h2 {
font-size: 1.6em;
line-height: 1em;
margin-bottom: 1em;
}

.block-feature-sidebar h3 {
font-size: 1.2em;
}

.block-feature-sidebar div:first-of-type {
padding-top:0;
border: none;
}

.block-feature-sidebar div:last-of-type {
margin-bottom: 0;
}

.block-feature-sidebar a:link {
display: block;
margin-bottom: 1em;
text-decoration: none;
color: #404848;
}

.block-feature-sidebar a:hover {
text-decoration: underline;
color: #00569F;
} 


.absolute-messages-status {
background-color: #668140;
color: #FFFFFF;
border-bottom: 1px solid #CCD6D6;
}

.absolute-messages-message {
font-size: 1em;
}

.absolute-messages-status a:link, .absolute-messages-status a:visited {
color: #FFFFFF;
}

/** Pricing table styles **/
.pricing-table {
width: 700px;
margin: 3em auto;
}

.pricing-table ul{
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    border-radius: 3px;
    margin: 3px;
    width: 220px;
    text-align: center;
    list-style: none;
    float: left;
    padding: 0px;
    background-color: #FFFFFF;
}
.pricing-table ul li{
    padding: 5px;
    background-color: #EFEFEF;
    border-width: 2px;
    border-color: #B83737;
    border-radius: 0px;
    border-bottom-width: 2px;
    font-size: 14px;
    margin-bottom:0;
}
.pricing-table li:nth-child(odd){
    background-color: #F7F7F7;
}
.pricing-table ul .heading{
    color: #FFFFFF;
    background-color: #668140;
    font-size: 16px;
}
.pricing-table ul .price{
    font-size: 20px;
}
.pricing-table ul .action{
    font-size: 14px;
    color: #2A6496;
    padding:10px;
}
.pricing-table .feature{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 3px 5px 7px rgba(0,0,0,.7);
}
.pricing-table .action a{
    border-color: #B83737;
    border-width: 0px;
    border-radius: 5px;
    background-color: #F99E1C;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-style: solid;
    color: #FFFFFF;
}


/** Webform styles **/
form.webform-client-form label, form.webform-client-form input, form.webform-client-form select, form.webform-client-form textarea {
vertical-align: middle;
min-height: 30px;
}

form.webform-client-form {
  margin: 20px 0;
  padding: 20px;
  background: #F7F7F7;
}

form.webform-client-form .description {
  
}

form.webform-client-form .webform-component {
margin: 0 auto 30px;
clear: both;
}

form.webform-client-form .resizable-textarea {
width: 100%;
}

form.webform-client-form .resizable-textarea textarea {
display: inline-block;
}

form.webform-client-form .resizable-textarea .grippie {
display: none;
}

form.webform-client-form .webform-component-fieldset { 
}

form.webform-client-form .webform-component-fieldset legend { 
display: block;
font-weight: bold;
padding: 0;
}

form.webform-client-form #edit-actions {
clear: both;
min-height: 30px;
margin: 0 auto;
text-align: center;
width: 500px;
}

form.webform-client-form #edit-previous {
float: left;
}

form.webform-client-form #edit-next {
float: right;
}

form.webform-client-form .webform-component .form-radios, form.webform-client-form .webform-component .form-checkboxes {
margin-left: 42%;
max-width: 45%;
}

form.webform-client-form .webform-component .form-radios input {
margin: 0 5px 0 -20px;
min-height: 0;
}

form.webform-client-form .webform-component label {
float: left;
text-align: right;
width: 40%;
}

form.webform-client-form .webform-component .form-radios label, form.webform-client-form .webform-component .form-checkboxes label {
float:none;
}

form.webform-client-form .webform-component .form-item .description {
clear: left;
margin-bottom: 20px;
margin-left: 42%;
color: #959595;
font-size: 0.8125em;
font-weight: 700;
letter-spacing: 0.01em;
line-height: 1.38462em;
}

form.webform-client-form input[type="text"], form.webform-client-form [type="email"], form.webform-client-form [type="number"], form.webform-client-form textarea, form.webform-client-form select {
margin-left: 5%;
background-color: #fff;
border: 2px solid #c9c9c9;
border-radius: 3px;
display: inline-block;
margin: 0 0 0 10px;
padding: 0 0.4em;
max-width: 45%;
}

form.webform-client-form input[type="text"]:hover, form.webform-client-form [type="email"]:hover, form.webform-client-form [type="number"]:hover form.webform-client-form textarea:hover, form.webform-client-form select:hover {
border-color: #a6a6a6;
}
form.webform-client-form input[type="text"]:focus, form.webform-client-form [type="email"]:focus, form.webform-client-form [type="number"]:focus, form.webform-client-form textarea:focus, form.webform-client-form select:focus { 
border: 2px solid #52bad5;
outline: medium none;
-moz-box-shadow:0px 0px 10px #aaaaaa; 
-webkit-box-shadow:0px 0px 10px #aaaaaa; 
box-shadow:0px 0px 10px #aaaaaa;
}

form.webform-client-form input[type="submit"] {
padding: 5px;
}

/** Ringing Permit Renewal form styles **/

#webform-client-form-13597 .webform-component label {
width: 48%;
}

#webform-client-form-13597 .webform-component .form-radios, #webform-client-form-13597 .webform-component .form-checkboxes, #webform-client-form-13597 .webform-component .form-item .description {
margin-left: 52%;
max-width: 45%;
}

#webform-client-form-13597 #edit-submit {
float: right;
}

/** Ringing Trainer form styles **/
#webform-client-form-13440 fieldset {
border:none;
border-bottom: 1px solid;
padding: 0 5px 0;
margin: 0;
clear:both;
}
#webform-client-form-13440 fieldset legend {
display:none;
}
#webform-client-form-13440 fieldset .webform-component {
float: left;
margin: 0 20px 10px 0;
clear: none;
}

#webform-client-form-13440 fieldset .webform-component-textarea {
clear:both;
width: 100%;
}

#webform-client-form-13440 fieldset .form-item {
width: 100px;
}

#webform-client-form-13440 fieldset .form-item.name {
width: 160px;
}

#webform-client-form-13440 fieldset .form-item label {
display:none;
float: none;
text-align: left;
width: auto;
}
#webform-client-form-13440 fieldset .form-item.first label {
display:block;
height: 70px;
}
#webform-client-form-13440 fieldset .webform-component-radios .form-item {
width:250px;
}

#webform-client-form-13440 fieldset .webform-component-textarea .form-item {
width: 100%;
}

#webform-client-form-13440 fieldset .webform-component-radios .form-radios {
margin: 0;
max-width: none;
}
#webform-client-form-13440 fieldset .webform-component-radios .form-radios .form-item {
float:left;
width:auto;
margin-top:0;
margin-bottom:0;
margin-right:10px;
}
#webform-client-form-13440 fieldset #webform-component-trainee-set1--choice1 label {
display:block;
height:70px;
}

#webform-client-form-13440 fieldset .webform-component-radios .form-item .form-radios label, #webform-client-form-13440 fieldset .webform-component-textarea label, #webform-client-form-13440 fieldset #webform-component-trainee-set1--choice1 .form-item .form-radios label {
display:block;
height:auto;
}

#webform-client-form-13440 .form-submit {
margin-top:20px;
padding: 5px 10px;
}
