@font-face {
  font-family: 'icomoon';
  src:url('/style/fonts/icomoon.eot');
  src:url('/style/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
      url('/style/fonts/icomoon.woff') format('woff'),
      url('/style/fonts/icomoon.ttf') format('truetype'),
      url('/style/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  color: #333;
  background-color: whitesmoke;
}
#wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  display: block;
  background-color: whitesmoke;
}
#logo {
  float: left;
  margin-right: 10px;
  padding: 0;
}
#headershare{
  display: inline-block;
}
@media all and (max-width: 640px){
  #header{
    text-align: center;
  }
  #site-name{
    float: none !important;
  }
  #headernav{
    margin: 5px auto !important;
    float: none !important;
  }
  
  #logo{
    margin: 0 auto;
    float: none;
    display: block;
    width: 63px;
  }
}
@media all and (max-width: 320px){
  #headershare{
    padding-top: 10px;
  }
  .pager-first, .pager-last{
    display: none;
  }
}
#logo img{
  height: 50px;
  width: auto;
}
#header a img:hover{
  box-shadow: none;
}
/********** Front page specifics **************/
.front .catimage{
  width: 33.333%;
  padding-top: 30px;
}
.front h3{
  font-size: 1.8em;
}
@media all and (max-width: 768px){
  .front .catimage{
    width: 100%;
  }
}
/**************** header/menu ***********/
#mainmenu-outer{
  background-color: white;
}
#header {
  background-color: white;
  padding: 10px 20px;
  overflow: hidden;
  position: relative;
}
#headerinner{
  max-width: 1170px;
  margin: 0 auto;
  padding: 2px;
}
.front a#letteropen.topmenu::after{
  border-color: #1c98cc;
  box-shadow: -5px 5px 0 #1c98cc;
}
.front #lettercontent,
.front #letteropen{
  background-color: #1c98cc;
}
h1#site-name, div#site-name{
  float: left;
}
#site-name a:link, #site-name a:visited {
  color: #333;
}
#site-name {
  margin: 0;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
}
#site-name .slogan{
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  color: #666;
  font-weight: normal;
  display: block;
}
#site-name .slogan a:link, #site-name .slogan a:visited{
  color: #666;
}
#site-name .slogan a:hover{
  color: #333;
  text-decoration: none;
}
#contentheader{
  padding: 20px;
  text-align: center;
  /*background-color: white;*/
}

a:link, a:visited{
  text-decoration:none;
  color: #0097ce;
}
a:hover{
  color: #282c78;
  text-decoration: underline;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
}
h1{
  font-size: 2.5em;
  margin: 0.2em 0;
  text-align: center;
}
h2{
  font-size: 2.5em;
}
.borderwrapper{
  border-bottom: 1px solid gainsboro;
  text-align: center;
}
.borderwrapper h2{
  font-size: 3em;
  margin: 0.5em 0;
}
.borderwrapper a{
  color: #333;
}
.adwrapper{
  text-align: center;
  margin: 30px 0;
}
.exwrapper{
  text-align: center;
  padding: 0 10px 20px 10px;
}
.exwrapper .borderwrapper{
  margin-bottom: 20px;
}
.exwrapper .borderwrapper h2{
  font-size: 2em;
  margin-bottom: 10px;
}
.addcontent{
  text-align: center;
  border-top: 1px solid gainsboro;
  padding-top: 15px;
}
/*************** Footer ****************/
#footer-outer{
  width: 100%;
  background-color: white;
  border-top: 1px solid gainsboro;
  margin-top: 20px;
}
#footer {
  padding: 10px 20px;
  overflow: hidden;
  display: block;
  font-size: 14px;
}
#footer a{
  color: #333;
}
#footer a:hover{
  color: #666;
}
#subfooter{
  padding: 5px 0;
  font-size: 11px;
}
#subfooter img{
  margin-top: 3px;
}
/*********************************** forms & buttons ****************************/
.searchform-wrapper{
  float: left;
  overflow: hidden;
  display: inline-block;
}
.searchform-wrapper input{
  border: none;
  padding: 2px 0;
  text-align: center;
  color: #666;
  margin: 0;
  float: right;
  margin-left: 2px;
}
#rhymesearchbox,
#searchbox,
#searchbox1{
  height: 24px;
  border: 1px solid gainsboro;
  width: 210px;
  border-left: none;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.searchform-wrapper input[type="submit"]{
  margin: 0;
  height: 30px;
  width: 35px;
  color: #fff;
  float: right;
  text-align: center;
  font-family: 'icomoon';
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

button:hover,
input[type="submit"]:hover,
#searchform .searchsubmit input:hover{
  background-color: #003a61;
  color: gainsboro;
}
.formwrapper{
  clear: both;
  padding: 0 20px 0 0;
  margin-bottom: 10px;
}
button,
input[type="submit"]{
  height: 30px;
  background: #0097ce;
  color: white;
  font-size: 100%;
  border: none;
  margin: 5px 10px 0 0;
  padding: 5px 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius-: 20px;
}
.pdbutton a{
  color: white;
}
a.pdbutton,
.pdbutton{
  padding: 5px 10px;
  margin: 5px 10px 0 0;
  background-color: #0097ce;
  color: white;
  -webkit-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius-: 20px;
}
.rhyme .pdbutton{
  background-color: #be237a;
}
.category .pdbutton{
  background-color: #654686;
}
.pdbutton a:hover{
  color: gainsboro;
  text-decoration: none;
}
.pdbutton:hover{
  background-color: #003a61;
  text-decoration: none;
  color: gainsboro;
}
.bluebutton a,
.pinkbutton a,
.purplebutton a{
  color: white;
}
.bluebutton a,
.pinkbutton a,
.purplebutton a{
  display: block;
  width: 280px;
  padding: 30px 20px;
  text-align: center;
  margin: 40px auto;
  -webkit-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius-: 20px;
  font-size: 1.5em;
}
.bluebutton a{
  background-color: #2a99ca;
}
.bluebutton a:hover{
  background-color: #1681b6;
}
.pinkbutton a{
  background-color: #be237a;
}
.pinkbutton a:hover{
  background-color: #a4297b;
}
.purplebutton a{
  background-color: #654686;
}
.purplebutton a:hover{
  background-color: #4f2f70;
}/********************************** Forms ********************************/
#editform{
  padding: 15px;
}
#editform textarea{
  width: 100%;
  margin: 10px 0;
  padding: 0;
  height: 100px;
}
.error{
  border: 1px solid darkorange;
  background-color: orange;
  margin: 10px;
  clear: both;
  padding: 10px;
}
.message{
  border: 1px solid green;
  background-color: lightgreen;
  margin: 10px;
  clear: both;
  padding: 10px;
}
#url{
  display: none;
}
.uploadleft, .uploadright{
  width: 50%;
  float: left;
}
#content .searchform-wrapper form{
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.centered{
  text-align: center;
}
.cropzone{
  padding: 10px;
  position: relative;
}
.croppreview{
  width: 300px;
  float: right;
}
.jcrop-keymgr{
  top: 0;
}
span.label{
  display: block;
  font-weight: bold;
}
label{
  color: #666;
}
#mc_embed_signup label{
  text-align: left;
}
#mc_embed_signup .indicates-required{
  font-size: 70%;
  margin-bottom: 10px;
}
#workspace{
  overflow: hidden;
}
#workspace form{
  padding: 10px;
}
#workspace input[type="email"],
#workspace input[type="select"],
#workspace input[type="text"],
#workspace textarea,
#workspace select{
  width: 100%;
  font-size: 16px;
}
#workspace input[type='radio']{
  margin-right: 10px;
}
/*********************************** Popup ***********************************/
#colorbox{
  background-color: white;
  border: 1px solid #ddd;
  padding: 15px 15px 50px 15px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  z-index: 500;
}
#cboxOverlay{
  background-color: black;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
}
#cboxClose{
  float: right;
  margin-right: 5px;
}
iframe.cboxIframe{
  width: 100%;
  height: 100%;
}
/*********************************** Share buttons ****************************/
.domore{
  overflow: hidden;
}
.domore ul{
  overflow: hidden;
  margin: 0;
  padding: 0;
}
a.headershare,
.share ul li a,
.domore ul li a{
  display: block;
  height: 30px;
  width: 30px;
  color: white;
  background-color: #999;
  border-radius: 20px;
  padding: 4px;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  font-family: 'icomoon';
}
a.headershare{
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  //float: left;
  display: inline-block;
  margin: 0px 3px;
  color: white !important;
}
.domore ul li a.disabled{
  background-color: gainsboro;
}
.rhyme .domore ul li a{
  background-color: #c2177a;
}
.category .domore ul li a{
  background-color: #674388;
}
a#headertwitter:hover,
a#headerfb:hover,
a#headermail:hover,
.share ul li a:hover,
.domore ul li a:hover{
  background-color: #003a61 !important;
  text-decoration: none;
  color: gainsboro;
  text-decoration: none;
}
a#headertwitter,
.dotwitter a{
  background-color: #55acee !important;
}
a#headerfb,
.dofb a{
  background-color: #3a5898 !important;
}
.dorhyme a{
  background-color: #a8217c !important;
}
.dorhyme{
  margin-right: 0;
}
a#headermail,
.domail a{
  background-color: #4f2f70 !important;
}
#headernav{
  float: left;
  margin: 8px 0 0 20px;
}
.share li,
.domore li{
  list-style-image: none;
  list-style-type: none;
  float: left;
  margin: 0 3px;
}
.searchcategories{
  padding: 0 20px;
  text-align: center;
}
/************************************** Words *******************************/
.word.full{
  overflow: hidden;
  padding: 20px;
  margin: 20px;
}
.word.full.even{
  padding: 0 20px;
}
.word.full p{
  white-space: pre-wrap;
}
.isfor{
  font-size: 0.8em;
  padding: 5px 10px 0 10px;
}
.word .title h2{
  margin-top: 0;
}
.word .title h2 a{
  color: #333;
}
.word .title h1{
  text-align: left;
  margin-top: 0;
}
.word .title h1 a{
  color: #333;
}
.contentinner{
    white-space: pre-wrap;
}
@media all and (max-width: 640px){
  .word.full{
    margin: 0 auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .word.full .title h2,
  .word.full .title h1{
    text-align: center;
  }
  .contentinner{
    padding: 0 20px;
  }
  .categories, .sciname, .videolink{
    text-align: center;
  }
  .word.full{
    margin-bottom: 20px !important;
  }
  .domore{
    text-align: center;
  }
  .domore li{
    float: none;
    display: inline-block;
  }
}
.categories,.sciname,.videolink{
  margin: 20px 0px;
  color: #999;
}
.categories a, .categories a:visited{
  border-bottom: none;
  color: #999;
}
.categories a:hover{
  color: #0097ce;
  text-decoration: underline;
}
.odd{
  background-color: white;
  padding: 20px 0;
  border: 1px solid gainsboro;
}

.odd h2, .even h2{
  margin: 0;
}
.odd h2 a, .even h2 a{
  color: #333;
}
.odd .pdbutton, .even .pdbutton{
  float: right;
  font-size: 4em;
  padding: 5px 30px 15px 30px;
  margin-right: 20px;
}
/************************************** Photo *******************************/
.word.full .photo{
  background-color: white;
  border: 1px solid gainsboro;
  padding: 20px 20px 15px 20px;
  float: left;
  margin-right: 40px;
}
.word.full.odd .photo{
  background-color: whitesmoke;
}

@media all and (max-width: 640px){
  .word.full .photo{
    float: none;
    margin: 10px auto;
  }
  .word.full .emptyphoto{
    float: none;
    margin: 10px auto;
  }
}
.emptyphoto{
  background-color: whitesmoke;
  border: 1px solid gainsboro;
  width: 273px;
  height: 273px;
  clear: both;
  margin-right: 40px;
} 
.full .emptyphoto{
  float: left;
  clear: none;
  margin-bottom: 10px;
}
.photo{
  width: 275px;
}
.photo .img-border {
  height:275px;
  width:275px;
  overflow: hidden;
  position: relative;
}
.byline{
  margin: 5px 0;
  font-size: 0.9em;
}
.license img{
  border: none;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 15px;
}
/************************************** Icons *******************************/
.subtermswrapper{
  text-align: center;
  margin: 20px 0;
}
#subterms{
  text-align: center;
}
.catimage {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  line-height: 1em;
}
.catimage a{
  display: block;
  color: #333;
  padding: 2px 0;
}
.catimage img{
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-bottom: 2px;
}
.triggersearch #content .active li img,
.triggersearch #content li img,
.catimage a img,
#contentheader a img,
#subterms a img{
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background-color: white;
  padding: 4px;
  /*border: 1px solid gainsboro;*/
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);

}
.triggersearch #content .active img{
  background-color: #c2177a;
}
.triggersearch #content img:hover,
.catimage a img:hover,
#contentheader a img:hover,
#subterms a img:hover{
  /*border: 1px solid #999;*/
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);

}
/****************************** Pager *******************************/
ul.pager{
  margin: 0px;
}
#pager-1,
#pager-2
{
  text-align: center;
  height: 40px;
  margin: 10px 0;
}
ul.pager{
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.pager li{
  float: left;
  margin: 0 6px;
}
@media all and (max-width: 640px){
  ul.pager li{
    margin: 0 3px;
  }
}

.pager a,
.pager .pager-ellipsis,
.pager-current{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 4px;
  margin: 0px;
  color: white;
  background-color: #999;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}
.pager a:hover{
  background-color: #003a61;
}

.pager-current{
  font-weight: bold;
  color: #fff;
  background-color: #0097ce;
}
.rhyme .pager a,
.rhyme .pager .pager-ellipsis{
  background-color: #c2177a;
}
.category .pager a,
.category .pager .pager-ellipsis{
  background-color: #674388;
}
/* Advanced pager stuff */
ul.pager-start-1 li.pager-item-left-ellipsis,
ul.pager-start-2 li.pager-item-left-ellipsis,
ul.pager-start-3 li.pager-item-left-ellipsis
{
  display: none;
}

ul.pager-end-0 li.pager-item-right-ellipsis,
ul.pager-end-1 li.pager-item-right-ellipsis,
ul.pager-end-2 li.pager-item-right-ellipsis
{
  display: none;
}
