html {
  background-color: transparent;
  font-size: 13px; }

body {
  background-color: #26282c;
  color: #c4c8d2;
  text-align: center;
  font-family: verdana, arial, 'sans-serif'; }

table {
  margin-top: 1em; }

th, td {
  border: none;
  text-align: left;
  vertical-align: top; }

a {
  color: #919b38; }

a:hover {
  color: #ccd76a; }

h1, h2 {
  font-size: 182%;
  margin: 0; }

h3, h4 {
  font-size: 138.5%;
  margin: 0; }

h1, h3 {
  font-family: georgia, times, serif; }

h2, h4 {
  font-family: verdana, arial, 'sans-serif'; }

h1, h2, h3, h4 {
  color: #919b38;
  font-weight: normal; }
  h1 a,   h2 a,   h3 a,   h4 a {
    text-decoration: none;
    color: #919b38; }

.standard {
  font-family: georgia, times, serif;
  color: #2a2c34;
  font-size: 108%;
  line-height: 138.5%;
  text-align: left; }

#structure {
  margin: 0 auto;
  width: 73.077em;
  '*width': 71.25em;
  text-align: left; }

#header {
  background: url(/images/structure/back_poppies_dark.gif) 27px bottom no-repeat; }
  #header .right {
    width: 36.84%;
    float: right;
    text-align: right;
    margin-right: 3.5em;
    display: inline; }
    #header .right .logo {
      margin-top: 3em;
      margin-bottom: 17px; }
  #header .nav {
    color: #5a5e68; }
    #header .nav .nav-items {
      font-size: 85%; }
      #header .nav .nav-items a {
        color: #c4c8d2;
        text-decoration: none; }
      #header .nav .nav-items a:hover {
        color: #919b38; }
    #header .nav .text-size {
      color: #fff;
      margin-left: .75em; }
      #header .nav .text-size .small {
        font-size: 68%; }
      #header .nav .text-size .medium {
        font-size: 85%; }
      #header .nav .text-size .large {
        font-size: 108%; }
      #header .nav .text-size a {
        text-decoration: none; }

#body {
  background: #fff url(/images/structure/back_poppies_light.gif) bottom right no-repeat;
  color: #2a2c34;
  padding-bottom: 1em;
  width: 73.077em; }
  #body .tl {
    background: url(/images/structure/rnd/ffffff/tl.gif); }
  #body .tr {
    background: url(/images/structure/rnd/ffffff/tr.gif); }
  #body .right {
    float: right;
    width: 25%;
    border-left: 1px solid #e6e7e8;
    margin-top: 2.5em;
    margin-bottom: 125px; }
    #body .right .links {
      margin: 0 2.5em 1em; }
      #body .right .links .text {
        font-size: 85%; }
        #body .right .links .text a {
          text-decoration: none;
          color: #5a5e68; }
        #body .right .links .text a:hover {
          color: #919b38; }
      #body .right .links h4 {
        margin: 1em 0 .2em; }
  #body .left {
    width: 71%;
    margin-bottom: 60px;
    margin-left: 1.5em;
    overflow: hidden; }
  #body .full_width {
    margin: 1em 1.5em 60px; }

.padding-box {
  margin: 0 20px;
  padding: 20px 0; }

#footer {
  background-color: #919b38;
  color: #fff;
  font-size: 77%;
  font-weight: bold;
  margin-bottom: 5em; }
  #footer .padding-box {
    padding: 8px 0; }
  #footer .right {
    float: right;
    margin-right: 1em;
    display: inline; }
  #footer .country {
    margin-left: 20px; }
    #footer .country a {
      margin-left: 3px; }
      #footer .country a img {
        vertical-align: middle; }
  #footer .bl {
    background: url(/images/structure/rnd/919b38/bl.gif); }
  #footer .br {
    background: url(/images/structure/rnd/919b38/br.gif); }

.corners {
  height: 2px; }

.tl, .tr, .bl, .br {
  font-size: 1%;
  height: 2px;
  width: 2px; }

.tl, .bl {
  float: left; }

.tr, .br {
  float: right; }

.breadcrumbs {
  font-size: 77%;
  color: #6f6f6f;
  padding: 1em 0 0 2em; }
  .breadcrumbs a {
    text-decoration: none; }

.autocomplete-w1 {
  background: url(/images/structure/shadow.png) no-repeat bottom right;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 8px 0 0 6px;
  _background: none;
  _margin: 0; }

.autocomplete {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  text-align: left;
  max-height: 350px;
  overflow: auto;
  margin: -6px 6px 6px -6px;
  _height: 350px;
  _margin: 0;
  _overflow-x: hidden; }
  .autocomplete .selected {
    background: #e6e7e8; }
  .autocomplete div {
    padding: 2px 5px;
    white-space: nowrap; }
  .autocomplete strong {
    font-weight: normal;
    color: #919b38; }

.wym_iframe {
  background-color: #ffffff; }

.clearfix {
  display: inline-block; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .clearfix {
    height: 1px; }

.reset {
  display: block;
  clear: both;
  font-size: 1px;
  height: 1px;
  line-height: 0.1;
  background: transparent; }

.hidden {
  display: none; }

.placeholder {
  background-color: #e6e7e8;
  border: 1px solid #2a2c34; }

#login {
  text-align: center; }
  #login th, #login td, #login input {
    text-align: left; }
  #login table {
    margin: 5em auto; }

.notice {
  padding: 5px;
  margin: 10px 0;
  color: #919b38;
  background-color: #efeeef;
  border: 1px solid #e6e7e8; }

#dialog p {
  text-align: left; }

h2.img {
  margin-top: 0;
  text-indent: -9999px;
  background-repeat: no-repeat; }

h2.welcome {
  background-image: url(/images/structure/h2_welcome.gif);
  background-position: 0 92px;
  height: 126px;
  width: 457px;
  margin-bottom: 0;
  margin-left: 38px; }

.journal-entry {
  margin-bottom: 1em;
  padding-bottom: 1em; }
  .journal-entry h1 input {
    color: #919b38;
    font-family: georgia, times, serif;
    color: #919b38; }
  .journal-entry h1 a {
    text-decoration: none; }
  .journal-entry img {
    border: 6px solid #efeeef; }

.separator {
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 2em; }

.byline {
  font-family: verdana, arial, 'sans-serif';
  font-size: 77%;
  margin-bottom: 1.5em; }
  .byline .pipe {
    color: #cccccc; }
  .byline em {
    font-style: normal; }
  .byline #publish_date {
    text-transform: capitalize; }

#post_comment {
  border: 1px solid #e6e7e8;
  padding: 1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

#post_comment, #spamments {
  overflow: hidden; }
  #post_comment h2,   #spamments h2 {
    font-size: 138.5%;
    font-family: georgia, times, serif;
    color: #2a2c34; }

#comments {
  overflow: hidden;
  font-family: georgia, times, serif; }
  #comments th {
    padding: 0 .5em;
    line-height: 1em;
    font-size: 197%;
    font-weight: normal;
    vertical-align: top; }

#spamments table {
  width: 100%;
  margin: 1em 0 0; }
#spamments form {
  border: 1px solid #cb100f;
  background-color: #fbfbfb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 1em 0;
  padding: .5em; }

.f_left {
  float: left;
  margin: .25em 1em 0 0; }
  .f_left img {
    border: 6px solid #efeeef; }

.f_right {
  float: right;
  margin: .25em 0 0 1em; }
  .f_right img {
    border: 6px solid #efeeef; }

.photo_placeholder {
  background-image: url(/images/structure/photo_placeholder.gif);
  background-repeat: no-repeat;
  height: 100px; }

.pp_left {
  width: 100px;
  float: left;
  margin-right: 10px; }

.pp_right {
  width: 100px;
  float: right;
  margin-left: 10px; }

.pp_top,
.pp_bottom {
  background-position: top center;
  margin-bottom: 10px;
  margin-top: 10px; }

.drop_target {
  background-color: #e6e7e8; }

.photo_center, .photo_left, .photo_right {
  margin-bottom: 10px; }
  .photo_center img,   .photo_left img,   .photo_right img {
    border: 6px solid #efeeef; }
  .photo_center p,   .photo_left p,   .photo_right p {
    margin: 0; }

.photo_center {
  clear: both;
  text-align: center; }
  .photo_center .caption {
    text-align: left;
    width: 500px;
    margin: 0 auto; }

.photo_left {
  float: left;
  margin-right: 10px;
  width: 337px; }

.photo_right {
  float: right;
  margin-left: 10px;
  width: 337px; }

.caption {
  font-family: verdana, arial, 'sans-serif';
  font-size: 77%;
  font-style: italic;
  color: #6f6f6f;
  padding: 0.5em 6px 1em;
  margin-bottom: 1.3em;
  border-bottom: 1px solid #e6e7e8; }
  .caption p {
    margin: 0; }

.dbl_click {
  position: absolute;
  margin-top: 10px;
  margin-left: 10px; }

.ad {
  border: 1px solid #e6e5dc;
  margin: 0 2.5em 1em;
  text-align: center;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em; }

table.form input,
table.form textarea {
  border: 1px solid #919b38;
  padding: 2px;
  font-size: 116%;
  background-color: #fbfbfb; }
table.form button {
  border-width: 0;
  padding: 0; }
table.form th {
  font-weight: normal;
  text-align: left;
  font-size: 116%;
  vertical-align: top;
  padding-right: 1.5em;
  font-family: georgia, times, serif; }
table.form textarea {
  width: 32em;
  height: 8em; }

p.copy-placeholder {
  color: #939496; }

form.oversized {
  font-size: 153.9%; }
  form.oversized th, form.oversized td, form.oversized input {
    font-weight: normal;
    font-family: georgia, times, serif; }
  form.oversized input {
    padding: 3px 2px;
    border: 1px solid #939496; }

img.hero {
  margin: 0 0 20px; }

.intro {
  font-family: georgia, times, serif; }

table.about {
  margin-top: 30px; }
  table.about th {
    vertical-align: top;
    padding: 0 .5em 0 0; }
    table.about th img {
      border: 6px solid #efeeef; }
  table.about td {
    padding: 0 3em 3em 1em; }
    table.about td .location {
      color: #6f6f6f;
      font-size: 85%; }
    table.about td .bio {
      margin-top: 1em;
      font-family: georgia, times, serif; }
      table.about td .bio a.complete {
        text-decoration: none; }

.contributing_authors h1 {
  color: #2a2c34; }
.contributing_authors .author {
  border: 1px solid #e6e7e8;
  margin: 2em 2em 0 0;
  padding: 1em;
  width: 30em;
  float: left; }
  .contributing_authors .author .location {
    color: #6f6f6f;
    font-size: 85%;
    margin-top: .5em;
    margin-bottom: 1.5em; }
  .contributing_authors .author .recent {
    margin: .5em 0;
    font-weight: bold; }
    .contributing_authors .author .recent a {
      font-weight: normal; }
  .contributing_authors .author img {
    float: left;
    margin-right: 10px; }

.bigbuttons {
  margin: 4em 2em 2em;
  text-align: center; }
  .bigbuttons a {
    display: block;
    color: #919b38;
    text-align: left;
    text-decoration: none;
    border: 1px solid #e6e7e8;
    background: #ededed url(/images/buttons/light_gray_gradient.gif) repeat-x;
    padding: .5em 1.75em;
    margin: 1em 0;
    font-family: georgia, times, serif;
    font-size: 182%;
    font-weight: normal;
    -moz-border-radius: .1em;
    -webkit-border-radius: .1em; }
  .bigbuttons a:hover {
    color: #ffffff;
    background: #b1bb58 url(/images/buttons/green_gradient.gif) repeat-x; }
  .bigbuttons a.menu-header,
  .bigbuttons a.menu-header:hover {
    background: #bdbdbd url(/images/buttons/dark_gray_gradient.gif) repeat-x;
    color: #fff;
    margin: 0 0 0 0;
    border-width: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0; }

button.btn, a.btn {
  position: relative;
  border: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  outline: none;
  background: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer; }

button.btn:active,
a.btn:active {
  outline: none;
  overflow: hidden; }


.h25 {
  height: 25px; }

.h25:hover {
  background-position: 0 -25px; }

.h25:active {
  background-position: 0 -50px; }

button.continue {
  width: 153px;
  background-image: url(/images/buttons/h25_continue.gif); }

button.publish {
  width: 153px;
  background-image: url(/images/buttons/h25_publish.gif); }

button.submit {
  width: 153px;
  background-image: url(/images/buttons/h25_submit.gif); }

button.add {
  display: inline-block;
  width: 58px;
  background-image: url(/images/buttons/h25_add.gif); }

button.back {
  display: inline-block;
  width: 87px;
  background-image: url(/images/buttons/h25_back.gif); }

button.cancel {
  display: inline-block;
  width: 87px;
  background-image: url(/images/buttons/h25_cancel.gif); }

button.crop {
  display: inline-block;
  width: 87px;
  background-image: url(/images/buttons/h25_crop.gif); }

button.remove {
  display: inline-block;
  width: 87px;
  background-image: url(/images/buttons/h25_remove.gif); }

button.save {
  display: inline-block;
  width: 87px;
  background-image: url(/images/buttons/h25_save.gif); }

button.submit-for-approval {
  display: inline-block;
  width: 197px;
  background-image: url(/images/buttons/h25_submit_for_approval.gif); }

button.update {
  display: inline-block;
  width: 87px;
  background-image: url(/images/buttons/h25_update.gif); }

.photo_category {
  font-size: 85%; }
  .photo_category .grid {
    display: inline-block;
    margin-top: 5px; }
    .photo_category .grid:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    * html .photo_category .grid {
      height: 1px; }
  .photo_category .target {
    height: 164px;
    width: 246px;
    float: left;
    margin-right: 10px;
    background: #ededed url('/images/admin/photo_here.gif') center center no-repeat; }
  .photo_category .active {
    height: 156px;
    width: 238px;
    border: 4px solid #ddd; }
  .photo_category .hover {
    height: 156px;
    width: 238px;
    border: 4px solid #919b38; }
  .photo_category ul.thumbs {
    width: 350px;
    float: left;
    margin: 0;
    padding: 0; }
    .photo_category ul.thumbs li {
      list-style-type: none;
      float: left;
      margin-right: 12px;
      margin-bottom: 12px;
      background-color: #ededed;
      width: 75px;
      height: 49px; }

.crop_this_feature {
  width: 388px;
  height: 113px; }

.crop_this_identification {
	width: 216px; }

.photo_crop_choices {
  text-align: left; }
  .photo_crop_choices table.photo-crop-choice {
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 0;
    border-collapse: separate;
    border-spacing: 0; }
    .photo_crop_choices table.photo-crop-choice td {
      margin: 0;
      padding: 0px 10px 10px 0px;
      vertical-align: top; }
    .photo_crop_choices table.photo-crop-choice img {
      border: 4px solid #ddd; }
  .photo_crop_choices .back-btn {
    text-align: center; }

.fieldWithErrors { display: inline;}