/* fonts, text */
html {
    font: 62.5% Verdana, Arial, sans-serif; /* 10/16 */
}

input,
select,
textarea,
button {
    font-family: Verdana, Arial, sans-serif;
}

input,
select,
textarea,
button {
    overflow: auto;
    overflow-x: hidden;
    font-size: 12px;
}

.home .main h2,
.home .side h2,
h1 {
    font-size: 2.4em;
}

.agenda {
    font-size: 1em;
}

.intro h2,
.nav {
    font-size: 2em;
}

.toc h2,
.main h2 {
    font-size: 1.8em;
}

.alert h2,
.side h2 {
    font-size: 1.6em;
}

.news h3, .agenda h3 {
    font-size: 1.2em;
}

.intro p,
.main .lead p,
.nav-sub {
    font-size: 1.4em;
}

.footer,
.titleheader a,
.content p,
.content td,
.content th,
.content ul,
.content ol {
    font-size: 1.2em;
}

.lang-nav-header {
    font-size: 1.1em;
}

.lightbox-close,
.top .more {
    font-weight: bold;
}

h1,
.home .side h2,
.intro h2,
.toc h2,
.toc h3,
.main h2,
.main h3 {
    font-weight: normal;
}

.intro p {
    line-height: 1.571;
}

.content p,
.content ul,
.content ol {
    line-height: 1.667;
}

.main .lead p {
    line-height: 1.714;
}

h2 a,
.nav-header a,
.lang a,
.more,
.more a,
.nav-sub a,
.nav a,
.agenda .item a,
.news  a {
    text-decoration: none;
}

h2 a:hover,
.lang a:hover,
a.more:hover,
.more a:hover,
.nav-sub a:hover,
.nav-header a:hover {
    text-decoration: underline;
}

.nav-header,
.nav {
    text-transform: lowercase;
}

/* colors, some backgrounds */
#search .gsc-resultsbox-visible,
.nav a {
    border-color: #FFF;
}

.lightbox .lightbox-box,
#search .gsc-resultsbox-visible,
.top {
    background-color: #FFF;
}

#search input.gsc-search-button,
.nav .active a {
    color: #FFF;
}

.agenda .item {
    background-color: #F7F7F7;
}

.agenda .item,
.alerts,
.toc .page,
.lead,
.news a {
    border-color: #EFEFEF;
}

html {
    background-color: #EFEFEF;
}

.partners {
    background-color: #EEE;
}

.lang li {
    border-color: #000;
}

.agenda .item {
    color: #666;
}

html,
.agenda .item dt,
.home .main h2,
a {
    color: #000;
}

/*.contactform .errorlist {
    color: red;
    line-height: 1px;
    font-size: 1em;
    float: right;
}*/
.contactform  .errors {
    clear: both;
    float: left;
    width: 380px;
    padding: 0 0 18px;
    color: red;
    margin: 0;
}
.contactform  .errors li {
    list-style: none;
}
.contactform label.error {
    color: #F00;
}
.contactform .error input,
.contactform .error textarea,
.contactform .error select {
    border-color: #F00;
    border-style: solid;
    border-width: 1px;
}




/* very light orange */
.intro .image.fl {
    border-color: #F4F2E9;
}

.intro,
.sidebanner,
.agenda .item {
    background-color: #F4F2E9;
}

/* orange */
#search input.gsc-search-button {
    background-color: #C60;
}

.top .more,
.news .date,
.agenda .item dd,
.more a,
.intro h2,
.intro h2 a,
.toc h2 a,
.main h2,
.lightbox-close,
.nav-sub .active a {
    color: #C60;
}

.top {
    background-image: url(top.png);
    background-repeat: repeat-x;
}

.logo {
    background-image: url(logo.png);
}

.intro {
    background-image: url(line.gif);
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.intro .text {
    background-image: url(line.gif);
    background-repeat: repeat-x;
}

.nav a {
    background-image: url(nav.png);
    background-repeat: repeat-x;
}

.nav .active a {
    background-image: url(nav-active.png);
    background-position: 50% 0;
    background-repeat: repeat-x;
}

.agenda .item {
    background-image: url(agenda.png);
    background-repeat: repeat-x;
}

.bottom {
    background-image: url(bottom.png);
    background-repeat: repeat-x;
}

.bottom .container {
    background-image: url(logo.png);
    background-position: 0 22px;
    background-repeat: no-repeat;
}

.more {
    background-image: url(link-bold.gif);
    background-position: 0 5px;
    background-repeat: no-repeat;
}

.intro .more {
    background-image: url(link-large.gif);
    background-position: 0 10px;
}

.top .more {
    background-image: url(link-bold.gif);
}

.content .more.fr {
    background-position: 0 8px;
}

.footer .more {
    background: url(link-normal.gif) 0 4px no-repeat;
}

.lightbox {
    background-image: url(semi-transparent-black.png);
}

/* other non-layout */
#search .gsc-resultsbox-visible {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -o-box-shadow: 0 0 20px rgba(0,0,0,1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,1);
    box-shadow: 0 0 20px rgba(0,0,0,1);
}


/* base elements layout */
* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    margin-left: 2em;
}

/*fieldset,
input,
select,
button,
textarea {
    border: none;
}
*/
table {
    margin: 20px 0;
    border-collapse: collapse;
}

th, td {
    padding: 0 1em 0.2em 0;
    vertical-align: top;
    text-align: left;
}

table.contactform label{
    text-align: left;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}


.fl {
    clear: left;
    float: left;
    margin: 0 30px 20px 0;
}

.fr {
    clear: right;
    float: right;
    margin: 0 0 20px 30px;
}

.more {
    padding-left: 10px;
}

/* common layout */
.intro:after,
.titleheader:after,
.sidebanner:after,
.container:after,
.footer:after,
.blog-news-highlighted:after,
.blog-news-highlighted .subsection:after,
.blog-news-item:after,
.blog-news-item .subsection:after,
.home .alerts:after,
.footer-section:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.skip,
.nav .h,
.lang .h {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

.l {
    margin-left: 0;
    list-style: none;
}

.footer .external .more,
.nav li {
    display: -moz-inline-box; /* FF2 */
    -moz-box-orient: vertical; /* FF2 */
    display: inline-block;
}

.footer .external,
.nav .l {
    margin-right: -1px; /* counter rounding errors and link outlines */
    letter-spacing: -0.35em; /* negative letter- and word-spacing help remove the whitespace between inline-blocks */
    word-spacing: -0.5em; /* opera needs this */
}

.footer .external .more,
.nav li {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}
.bottom .social-section {
  margin: 20px 0;
  padding-bottom: 50px;
  clear: both;
  color: #999;
  font-size: 110%;
}
.social-section .social-sites {
  float: left;
  width: 60%;
}
.social-section .social-sites span,
.social-section .social-sites a {
  margin-right: 16px;
  float: left;
  display: block;
}
.social-section .social-sites a {
  margin-top: -6px;
  height: 28px;
  text-decoration: none;
  text-indent: -9999px;
}
.social-section .social-sites .to-twitter {
  width: 76px;
  background: url('logo_twitter.gif') no-repeat;
}
.social-section .social-sites .to-flickr {
  width: 60px;
  background: url('logo_flickr.gif') no-repeat;
}
.social-section .social-sites .to-youtube {
  width: 56px;
  background: url('logo_youtube.gif') no-repeat;
}

.social-section .copyright {
  float: right;
  width: 40%;
  text-align: right;
}

/* specific layout */
html {
    height: 100%;
}

body {
    min-height: 100%;
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 958px;
}

.logo {
    display: block;
    width: 246px;
    height: 34px;
    overflow: hidden;
    text-indent: -9999em;
}

.content h1 {
    margin-bottom: 17px;
}

.lead {
    margin-bottom: 20px;
    border-style: solid;
    border-width: 0 0 1px;
    padding-bottom: 23px;
}

.toc .page {
    margin-top: 20px;
    border-style: solid;
    border-width: 1px 0 0;
    padding-top: 17px;
}

.toc .page:first-child {
    margin: 0;
    border: none;
    padding: 0;
}

.content h2 {
    margin: 8px 0;
}

.intro p {
    margin-top: 6px;
    margin-bottom: 6px;
}

.content p,
.content ul,
.content ol {
    margin-top: 8px;
    margin-bottom: 8px;
}

.intro {
    padding-right: 15px;
    overflow: hidden;
    display: none;
}

.intro .image.fl {
    position: relative;
    margin: 0 0 2px;
    border-style: solid;
    border-width: 0 30px 0 0;
}
.intro .image.fl img {
    display: block;
}

.intro .text {
    clear: right;
    margin-top: -2px;
    padding-top: 20px;
}

.alerts {
    clear: both;
    border-style: solid;
    border-width: 1px 0 0;
    padding-top: 30px;
}

.alert {
    float: left;
    margin-left: 23px;
    width: 222px;
}

.alert:first-child {
    margin-left: 0;
}

.titleheader {
    clear: both;
}
/*
.home .titleheader {
    padding-top: 15px;
}*/

.alerts .titleheader {
    padding-top: 0;
}

.titleheader .h {
    clear: left;
    float: left;
}

.titleheader a {
    float: right;
    margin-top: 20px;
}

.sidebanner {
    margin-bottom: 20px;
    padding: 5px 19px 3px;
}

.sidebanner .image {
    margin: 7px 0;
}

.nav-sub li {
    margin-bottom: 8px;
}

.nav-sub .child {
    margin-left: 8px;
}

.nav li {
    margin-right: 25px;
}

.nav .active {
    position: relative;
    top: -1px;
}

.nav a {
    display: block;
    border-style: solid;
    border-width: 1px 0 0;
    padding: 0 6px 0 14px;
    height: 38px;
    white-space: nowrap;
}

.nav .active a {
    padding: 1px 10px 0;
}

.nav a .t {
    display: block;
    margin-top: -3px;
}

/* Agenda section */
.agenda {
  margin-bottom: 20px;
  background: #f5f2eb; 
}
.agenda .titleheader .h,
.about .titleheader .h,
.now-in-museum .titleheader .h {
  margin-top: 0;
  margin-bottom: 19px;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #d8d8d8;
  color: #666;
  float: none;
  font-size: 220%;
}
.agenda .titleheader .h {
  margin-bottom: 0;
  padding: 13px 10px 11px 10px;
  color: #cc6600;
  font-size: 180%;
}
.agenda .item {
	margin: 0;
  border-bottom: 1px solid #dbd9d1;
	padding: 5px 14px 15px 14px;
  position: relative;
	min-height: 32px;
	line-height: 1.25;
  background: none;
}
.agenda .item .agenda-date {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #666;
  font-size: 115%;
}
.agenda .item h3 a {
  padding-left: 8px;
  display: block;
  color: #cc6600;
  font-weight: normal;
  background: url('link-normal.gif') 0 4px no-repeat;
}
.agenda .item h3 a:hover { text-decoration: underline; }
.agenda .to-agendaoverview {
  margin: 0;
  padding: 8px;
  text-align: right;
}
.agenda .to-agendaoverview a {
  padding-left: 8px;
  color: #cc6600;
  text-decoration: none;
  background: url('link-normal.gif') 0 4px no-repeat;
}
.agenda .to-agendaoverview a:hover { text-decoration: underline; }
.agenda .item .text {
    margin: 0;
    line-height: 1.25;
}
.agenda .item .agenda-type {
  margin: 0;
  padding: 0 7px;
  position: absolute;
  top: 9px;
  right: 15px;
  color: #333;
  font-size: 90%;
  line-height: 150%;
  background-color: #fbfaf6;
}

/* About section */
.side .about {
  margin-bottom: 20px;
  color: #fff;
  background: #666;
}
.about .titleheader { padding-top: 0; }
.about .titleheader .h {
  margin-bottom: 11px;
  padding: 13px 10px 3px 10px;
  border-bottom: 1px solid #838383;
  color: #fff;
  font-size: 180%;
}
.about-content {
  padding: 8px 10px 6px 10px;
}
.about-content h3 {
  font-size: 150%;
  font-weight: normal;
  line-height: 115%;
}
.about-content .singular { text-align: right; }
.about-content a {
  padding-left: 8px;
  color: #fff;
  text-decoration: none;
  background:  url("singular_arrow_white.gif") 0 4px no-repeat;
}
.about-content a:hover { text-decoration: underline; }

/* Now in museum section */
.now-in-museum-item {
  margin-bottom: 20px;
  position: relative;
}
.now-in-museum-item-hidden { display: none; }
.now-in-museum .titleheader .h {
  margin: 0;
  padding-bottom: 8px;
  border: 0;
}
.now-in-museum-item img { display: block; }
.now-in-museum-item .description {
  min-height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0,0,0,0.6);
}
.now-in-museum-item .description h3 {
  margin: 6px 60px 6px 12px;
  font-size: 180%;
  font-weight: normal;
}
.now-in-museum-item .description p {
  margin: 0 12px;
  line-height: 140%;
}

.now-in-museum-item p { margin: 12px 0 -1px 0; }
.now-in-museum-item .description  .to-museumsite {
  margin-bottom: 5px;
  text-align: right;
}
.now-in-museum .to-museumsite a {
  padding-left: 8px;
  color: #cc6600;
  text-decoration: none;
  background: url('link-normal.gif') 0 4px no-repeat;
}
.now-in-museum .to-museumsite:hover { text-decoration: underline; }

.now-in-museum { position: relative; }
.now-in-museum .museum-paginator {
  margin: 0;
  position: absolute;
  bottom: 67px;
  right: 10px;
}
.now-in-museum .museum-paginator .now-in-museum-item-pageitem {
  margin-left: 7px;
  float: left;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
}
.now-in-museum .museum-paginator .now-in-museum-item-pageitem-current,
.now-in-museum .museum-paginator .now-in-museum-item-pageitem:hover {
  background: #cc6600;
}




.news .item {
	min-height: 85px;
}


.lang,
.nav-header,
.lang-nav-header .l,
.lang-nav-header li {
    display: inline;
}

.nav-header {
    margin-right: 25px;
}

.lang-nav-header li {
    margin-left: 3px;
    border-style: solid;
    border-width: 0 0 0 1px;
    padding-left: 6px;
}

.lang-nav-header li:first-child {
    margin: 0;
    border: none;
    padding: 0;
}


.footer {
    padding-top: 70px;
}

.footer  a {
  color: #cc6600;
  font-size: 95%;
}

.footer .externallink {
    display: inline;
}

.footer .more {
    margin-bottom: 10px;
}

.footer .internal .more {
    display: block;
}

.footer .external .more {
    width: 229px;
}


/* lightbox */
.lightbox {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: -40px;
    width: 50%;
    height: 100%;
    overflow: hidden;
    text-indent: -9999em;
    cursor: pointer;
    opacity: .6;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: 1;
}
.lightbox-prev {
    left: 0px;
}
.lightbox-next {
    right: 0px;
}
.lightbox > span {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
}

.lightbox .lightbox-box {
    position: relative;
    margin: 10px 0;
    padding: 10px 0 30px;
    max-width: 90%;
    height: auto;
    text-align: left;
}

.lightbox-content {
    padding: 20px;
    overflow: auto;
}

.lightbox-content img {
    max-width: none;
}

.lightbox-content strong {
    position: relative;
    z-index: 1;
}

.lightbox-close {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding-right: 20px;
    cursor: pointer;
}

/* Google Custom Search */
#search td {
    padding: 0;
}

#search .gsc-branding {
    display: none;
}

#search input.gsc-input {
    border: 1px solid;
    border-top-color: #808080;
    border-right-color: #D0D0D0;
    border-bottom-color: #D0D0D0;
    border-left-color: #808080;
    padding: 1px 0;
}

#search input.gsc-search-button {
    margin-left: 10px;
    padding: 0 5px 2px;
    border: 0;
}

#search .gsc-clear-button {
    position: absolute;
}
    
#search div.gsc-clear-button {
    z-index: 1;
    top: 52px;
    right: 205px;
    margin: 0;
}

#search .gsc-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 20px;
    margin-left: -534px;
    width: 600px;
}

#search .gsc-resultsbox-visible {
    border-style: solid;
    border-width: 20px;
}

#search .gsc-tabsArea,
#search .gsc-resultsHeader {
    display: none;
}
table.gsc-search-box { margin-top: 0; }


/* Imported Blognews */
.home .main .blog-news-highlighted { margin-bottom: 24px; }
.home .main .blog-news-highlighted h2,
.home .main h2.blog-news-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 8px;
  color: #666;
  font-size: 220%;
}
.blog-news-highlighted .subsection { background: #f4f2e9; }
.blog-news-highlighted img {
  float: left;
  display: block;
}
.blog-news-highlighted .blog-news-content {
  margin-right: 10px;
  padding: 10px 0 0 0;
  position: relative;
  float: right;
  width: 198px;
  min-height: 210px;
}
.blog-news-highlighted h3,
.blog-news-item h3 {
  font-size: 175%;
  line-height: 135%;
}
.blog-news-highlighted h3 a,
.blog-news-item h3 a {
  color: #cc6600;
  text-decoration: none;
}
.blog-news-highlighted h3 a:hover,
.blog-news-item h3 a:hover {
  text-decoration: underline;
}
.blog-news-highlighted p a:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: -434px;
  width: 420px;
  height: 220px;
  overflow: hidden;
}
.blog-news-highlighted p a:first-child img {
  margin-top: -47px;
  width: 420px;
  height: auto;
}
.blog-news-highlighted .to-more {
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.blog-news-highlighted .to-more a,
.blog-news-highlighted a.to-more {
  color: #cc6600;
  text-decoration: none;
}
.blog-news-highlighted a.to-more {
  padding-left: 8px;
  font-size: 120%;
  background:  url("link-normal.gif") 0 5px no-repeat;
}
.blog-news-highlighted .to-more a:hover,
.blog-news-highlighted a.to-more:hover {
  text-decoration: underline;
}

.home .main .blog-news-section h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 8px;
  border-bottom: 0;
  color: #666;
  font-size: 220%;
}
.home .main .blog-news-section h2.blog-news-title {
  margin-bottom: 15px;
  padding: 0 0 8px;
  border-bottom: 1px solid #d8d8d8;
}
.blog-news-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
  min-height: 134px;
}
.blog-news-item .subection {
  padding-bottom: 15px;
}
.blog-news-item img,
.blog-news-item .blog-news-visual {
  float: left;
  display: block;
}
.blog-news-item h3 {
  margin-top: -6px;
  margin-right: 60px;
}
.blog-news-item .blog-news-content {
  position: relative;
  float: right;
  width: 418px;
}
.blog-news-item .blog-news-date {
  margin: 0;
  padding: 0 6px;
  position: absolute;
  top: 0;
  right: 0;
  color: #cc6600;
  font-size: 90%;
  background: #f4f2e9;
}
.blog-news-item a.to-more,
.blog-news-item a {
  color: #cc6600;
  text-decoration: none;
}
.blog-news-item a.to-more{
  padding-left: 8px;
  background:  url("link-normal.gif") 0 5px no-repeat;
}
.blog-news-item a.to-more:hover,
.blog-news-item a:hover {
  text-decoration: underline;
}

.blog-news-item .blog-news-content { position: relative; }
.blog-news-item .blog-news-content p a:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: -224px;
  height: 120px;
  overflow: hidden;
}
.blog-news-item .blog-news-content p a:first-child img {
  margin-top: -19px;
  display: block;
  width: 210px;
  height: auto;
}
.content .to-all-news {
  margin: -10px 0 0 0;
  padding: 0;
}
.content .to-all-news a {
  margin-left: 8px;
  padding-left: 8px;
  display: block;
  color: #cc6600;
  text-decoration: none;
  background: url("link-normal.gif") 0 7px no-repeat;
}
.to-all-news a:hover { text-decoration: underline; }
.meta-nav { display: none; }


/* Alerts section */
.home .alerts-section {
/*S  border-top: 1px solid #efefef;*/
  clear: both;
}
.home .alerts {
  margin-right: -100px;
  padding-top: 0;
  border: 0;
}
.home .alert {
  margin-left: 18px;
  border-bottom: 1px solid #d8d8d8;
  width: 226px;
}
.home .alert:first-child { margin-left: 0; }
.home .alerts .titleheader { border-bottom: 1px solid #d8d8d8; }
.home .alerts .titleheader .h {
  margin: 10px 0;
  float: none;
  color: #666;
  font-weight: normal;
}
.home .alerts .more.fr {
  margin-left: 0;
  font-weight: normal;
  float: none;
}
.home .alerts .image,
.home .alerts .text {
  padding: 0 0 0 0;
  border: 1px solid #d8d8d8;
  border-top: 0;
  border-bottom: 0;
}
.home .alerts .image {
  padding: 10px 0;
  /*min-height: 170px;
*/
}
.home .alerts .image img {
  margin: 0 auto;
  display: block;
  max-width: 204px;
}
.home .alerts .text p { margin: 0; }
.home .alerts .text .more {
  margin: 0 10px;
  padding: 0 0 20px 10px;
  display: block;
}
.lang-nl body.home .alert-1 .text,
.lang-nl body.home .alert-2 .text,
.lang-nl body.home .alert-3 .text,
.lang-nl body.home .alert-4 .text,
.lang-en body.home .alert-1 .text,
.lang-en body.home .alert-2 .text,
.lang-en body.home .alert-3 .text,
.lang-en body.home .alert-4 .text {
  padding: 10px 10px 0 10px;
  /*min-height: 220px;
*/
}
.lang-nl body.home .alert-1 .text .more,
.lang-nl body.home .alert-2 .text .more,
.lang-nl body.home .alert-3 .text .more,
.lang-nl body.home .alert-4 .text .more,
.lang-en body.home .alert-1 .text .more,
.lang-en body.home .alert-2 .text .more,
.lang-en body.home .alert-3 .text .more,
.lang-en body.home .alert-4 .text .more {
  margin: 0;
}


/* Footer section */
.screenreader { display: none; }
.footer-section {
  padding-top: 90px;
  font-size: 110%;
  line-height: 150%;
}
.footer-section .subsection {
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ccc;
  float: left;
  width: 175px;
  min-height: 170px;
}
.footer-section .subsection-ncbnaturalis-sites {
  border-right: 0;
  width: 364px;
}
.footer-section h3 {
  margin-top: -3px;
  margin-bottom: 0.4em;
  color: #666; 
  font-size: 100%;
  font-weight: bold;
}
.footer-section ul,
.footer-section li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-section ul {
  float: left;
  width: 175px;
  min-height: 150px;
}
.footer-section li a {
  margin-bottom: 0.4em;
  padding: 0 0 0 9px;
  display: block;
  color: #cc6600;
  text-decoration: none;
  background: url('singular_arrow.gif') 0 6px no-repeat;
}
.footer-section li a:hover { text-decoration: underline; }
.footer-section .ncbnaturalis-sites-last {
  margin-left: 6px;
  margin-right: -10px;
  padding-left: 7px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 182px;
}



/* 404 Page not found page */
.notfound-page .content h1 {
  margin-top: -4px;
  margin-bottom: 12px;
  color: #666;
}
.pagenotfound-section {
  margin-bottom: 110px;
  position: relative;
}
.pagenotfound-section img { display: block; }
.pagenotfound-section .description {
  margin: 0;
  position: absolute;
  text-indent: -9999px;
}
.pagenotfound-section p.to-alternative-pages-en a,
.pagenotfound-section p.to-alternative-pages-en {
  color: #999;
}
.pagenotfound-section .to-alternative-pages {
  margin: 0;
  position: absolute;
  bottom: 52px;
  left: 69px;
  color: #fff;
  font-size: 150%;
}
.pagenotfound-section .to-alternative-pages a,
.pagenotfound-section .to-alternative-pages span{
  margin: 0 42px 0 0;
  padding: 5px 0 8px 0;
  float: left;
  color: #fff;
  text-decoration: none;
}
.pagenotfound-section .to-alternative-pages .to-homepage {
  padding: 5px 12px 8px 12px;
  background-color: #cc6600;
}
.pagenotfound-section .to-alternative-pages .to-homepage span {
  margin: 0;
  padding: 0 15px 0 0;
  background: url('link_to_home.gif') 100% 11px no-repeat;
}
.pagenotfound-section .to-alternative-pages .to-the-dodo {
  padding-left: 10px;
  background: url('link_to_dodo.gif') 0 50% no-repeat;
}
.pagenotfound-section .to-alternative-pages .to-homepage:hover span,
.pagenotfound-section .to-alternative-pages .to-the-dodo:hover {
  text-decoration: underline;
}


@media all and (min-width: 38em) {

    .top .container {
        z-index: 1;
        padding: 25px 0 50px;
        min-height: 300px;
    }
    
    .header {
        padding-bottom: 100px;
    }
    
    .content {
        float: left;
        position: relative;
        left: 214px;
        width: 744px;
    }
    
    .toc .page, .lead {
        position: relative;
        max-width: 430px;
        min-height: 176px;
    }

    .lead {
        min-height: 0px;
    }

  
    .toc .thumbnail {
        position: absolute;
        top: 17px;
        left: 100%;
        margin-left: 25px;
    }
    
    .main {
        float: left;
        margin-right: 26px;
        width: 430px;
    }
    
    .side {
        float: right;
        width: 288px;
        min-height: 1px;
    }

	.news .item  {
		border-top: 1px solid #eeeeee;
	}

	.news  .first{
		border-top-color: transparent;
	}
    
	.news .item  .news_thumbnail{
		margin: 10px 0 0 10px;
		float: right;
		max-width: 75px;
	}
	
    .news_thumbnail {
        vertical-align: top;
    }

    .side,
    .nav-sub {
        padding-top: 50px;
    }
    
    .nav-sub {
        float: left;
        position: relative;
        left: -744px;
        width: 214px;
    }
    
    .home .content {
        float: none;
        position: static;
        left: auto;
        width: auto;
    }
    
    .home .main {
        margin-top: -13px;
        padding: 0 0 20px;
        width: 642px;
    }
    
    .home .side {
        margin-top: -13px;
        padding: 0 0 20px;
        width: 290px;
    }
    
    .nav {
        position: absolute;
        top: 93px;
        left: 0;
        width: 100%;
    }
    
    .lang-nav-header {
        position: absolute;
        top: 12px;
        right: 0;
        left: 246px;
        text-align: right;
    }
    
    .footer .internal {
        float: right;
        width: 239px;
    }
    
    .footer .external {
        float: left;
        width: 718px;
    }
    
    #search {
        position: absolute;
        top: 43px;
        right: 0;
        width: 250px;
    }
    
    

}

