a { text-decoration : none; }
a:link {color:#0000cc;}
a:visited {color:#551a8b;}
a:hover {color:#ff0000;}
a:active {color:#ff0000;}
img { border:0; }

/* input,select { font-size:0.9em; } */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400px;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(/i/c/zN7GBFwfMP4uA6AR0HCoLQ.ttf) format('truetype');
}

* {
  font-family: 'Roboto', sans-serif;
}

i { padding-right: 0.25em; }
 
h1 a {
  text-decoration: underline;
}
h1 { 
  font-size:1.2em;
  font-weight: bold;
  margin:0px;
  padding:5px;
}

acronym {
  cursor:help;
}

blockquote {
  display:inline-block;
  background: #f7f7f7;
  border: 1px solid #000000;
  font-size: 1.0em;
  margin: 0.5em 25px 0.5em 25px;
  padding: 5px;
  vertical-align: top;
  -moz-box-shadow: 2px 2px 4px #000;
  -webkit-box-shadow: 2px 2px 4px #000;
  box-shadow: 2px 2px 4px #000;
  border-bottom-right-radius:8px;
}
blockquote cite {
  font-style: normal;
  font-weight: bold;
  display: block;
  font-size: 0.9em;
}
.plant_sponsor img {
  border: 1px solid black;
  padding:0; margin-top: 10px;
}
img.thumb {
  vertical-align:middle; /* needed so the text after it looks right */
  border:1px solid #000000;margin:5px;
}
img.plant_thumbimage {
  vertical-align:middle; /* needed so the text after it looks right */
  border:1px solid #000000;margin:5px;
  width:175px;
  height:175px;
}
.plant_thumbbox {
  float:left;
  border:1px solid black;
  margin:1px;
  padding:1px 1px 20px 1px;
  width:200px;
  height:220px;
  text-align:center;
}
img.fiftythumb {
  border:1px solid #000000;
  margin-left:5px;
  margin-right:5px;
}
img.foodguide_thumb {
  padding: 5px;
  border: solid 1px #CCC;
  float:right;
}

.rwdicon {
  width:20px;
  height:20px;
  vertical-align:bottom;
}
.social_count {
  font-size: 1.0em;
  vertical-align:bottom;
}

a.gs {
  color: #ffffff;
  font-weight:bold;
  text-decoration: none;
  text-align:center;
}
.gs, input[type="submit"] {
  border: 1px solid black;
  padding: 2px 8px;
  background-color: #799C5D;
  color: #ffffff;
  font-weight:bold;

  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;

  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.gs:hover, input.hover[type="submit"] {
  border: 1px solid black;
  padding: 2px 8px;
  cursor:pointer;
  background-color: #f5f583;
  color: #000000;
}
.addlist_button {
  border: 1px solid black;
  padding: 2px 8px;
  background-color: #0050ab;
  color: #ffffff;
  font-weight:bold;

  background: #0050aB url('/i/p/add.png') no-repeat left center ;
  padding-left: 20px;

  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;

  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.addlist_button:hover {
  border: 1px solid black;
  padding: 2px 8px;
  cursor:pointer;
  color: #000000;
  background: #f5f583 url('/i/p/add.png') no-repeat left center ;
  padding-left: 20px;
}

a.new {
  text-decoration: underline;
  color: #ff0000;
  text-align: center;
}

/* Page Chunking: */
.page_chunk {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #eee;
  padding:15px;
  border: 1px dotted #ddd;
}
.page_chunk a, .page_chunk a:link, .page_chunk a:visited, .page_chunk a:active {
  text-decoration: none;
  color: Blue;
  border:1px solid black;
  background-color: #efefef;
  padding: 5px;
}
.page_chunk a:hover {
  border: 1px solid black;
  background-color: #d2d2d2;
  color: #FFF;
  text-decoration: none;
}
.page_chunk .PageActive {
  border:1px solid black;
  padding: 8px;
  background-color: White;
  font-weight: bold;
  font-size: 1.2em;
}
// .page_chunk .PageInactive { display: none; }

.page_chunk a:hover {
  background-color: #cccccc;
}

/* / Page Chunking: */

#topsearch input {
  font-size:1.0em;
  width:175px;
  height:27px;
}
#topsearch {
  font-size:0.8em;
  padding:3px;
  width:250px;
  position: absolute;
  top: 0.5em;
  right: 1.5em;
}

/* is the main content window on the left side of the page */
.front-box {
  margin: 0;
  width:100%;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #000;
  background-color: #d2dce6;
}
.front-box caption {
  font-weight: bold;
  caption-side: top;
  font-style: italic;
  text-align: left;
}

.blue_grad {
  background: url(/i/p/blue_grad.png) repeat;
  background-repeat:repeat-x;
}
.simple-table {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */
.simple-table tr:nth-of-type(even) {
  background: #eee;
}
.simple-table th {
  background: #799C5D;
  color: white;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #000;
  text-align: left;
}
.simple-table td {
  vertical-align:top;
  padding: 5px;
  border: 1px solid #000;
  text-align: left;
  word-break: break-word;
}
.simple-table caption {
  border: 1px solid #000000;
  border-bottom: 0;
  background-color: #eeeeee;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-size:1.0em;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  padding: 5px;
}

.pretty-table {
  width: 100%;
  border-collapse: collapse;

}
/* Zebra striping */
.pretty-table tr:nth-of-type(even) {
  background: #eee;
}
.pretty-table th {
  background: #799C5D;
  color: white;
  font-weight: bold;
  padding: 6px;
  border: 1px solid #000;
  text-align: left;
}
.pretty-table td {
  vertical-align:top;
  padding: 6px;
  border: 1px solid #000;
  text-align: left;
  /* word-break: break-word; */
}
.pretty-table caption {
  border: 1px solid #000000;
  border-bottom: 0;
  background-color: #eeeeee;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-size:1.0em;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  padding: 5px;
}

.nga-content {
  width: 100%;
  border-collapse: collapse;
}
.nga-content td#nga-contentright, td#nga-contentleft {
  vertical-align:top;
  text-align: left;
}
td#nga-contentleft {
  min-height: 700px;
}
.nga-content td#nga-contentright {
  padding-left: 15px;
}

.pretty-box {
  width:100%;
  padding: 3px;
  margin-bottom: 10px;
  border: 1px solid #000000;
  background-color: #fefefe;
}
.pretty-box li {
  list-style-type:circle;
  margin-left:20px;
}
.pretty-box caption {
  border: 1px solid #000000;
  border-bottom: 0;
  background-color: #eeeeee;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-size:1.0em;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  padding: 5px;
}


.thread-table {
  width:100%;
  padding: 0;
  margin:0;
  margin-bottom:10px;
  border-collapse: collapse;
  border: 1px solid #333;
  border-top: 10px solid #799C5D;
}

.thread-table td {
  border: 1px solid #666;
  padding: 0.2em;
  text-align: left;
  color: #000000;
  background-color: #ededed;
  vertical-align:top;
  word-break: break-word;
}

.thread-table tr.alt td {
  background-color: #f7f7f7;
  border-top: 1px #000;
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.thread_actions {
  margin-top: 5px;
  text-align:right;
}

blockquote.q_quote {
  display:inline-block;
  background: #ffffff;
  border: 1px solid #000000;
  margin-left: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  vertical-align: top;
  box-shadow: 2px 2px 4px #000;
  border-bottom-right-radius:8px;
  font-size: 2em;
  font-style: italic;
  color: #005aff;
}

.bluebox_icon {
  background:url('/i/sprites/icons_20141023.png') no-repeat;
  background-position: -260px 0;
  height:30px;
  width:30px;
  float:left;
  margin-right: 10px;
}
.bluebox {
  font-weight:bold;
  background-color: #ffffff;
  border:1px solid blue;
  margin: 0px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  min-height:30px;
  overflow:hidden;
  border-radius: 5px;
  font-size: 1.0em;
}

.redbox_icon {
  background:url('/i/sprites/icons_20141023.png') no-repeat;
  background-position: -30px 0;
  height:30px;
  width:30px;
  float:left;
  margin-right: 10px;
}
.redbox {
  font-weight:bold;
  background-color: #eeeeee;
  border:1px solid red;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  min-height:30px;
  overflow:hidden;
  border-radius: 30px;
  font-size: 1.0em;
}

.greenbox {
  font-weight:bold;
  font-size:120%;
  color:green;
  border:1px dotted green;
  background-color: #eeeeee;
  margin: 0px 10px 0px 10px;
  padding: 5px;
  overflow:hidden;
}
.greenbox a { text-decoration:underline; }

.simple-box {
  border:1px solid black;
  margin: 0px;
  background-color: #fff;
  padding: 5px;
  /* 
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  */
}

.changeoptions, .enableswap {
  cursor:pointer;
  border: 0;
  padding: 0;
  border: 0;
  background: 0;
  width:20px;
  height:20px;
}


.padb10 { padding-bottom: 10px; }
.padt10 { padding-top: 10px; }
.padt5 { padding-top: 5px; }

.clear { clear:both; }

.fontsize1 {font-size:83%}
.fontsize2 {font-size:91%}
.fs2 {font-size:1.1em;font-weight:bold;}
.fs3 {font-size:150%;font-weight:bold;}

.font80 { font-size:0.8em; }
.font90 { font-size:0.9em; }
.font100 { font-size:1.0em; }
.font120 { font-size:1.2em; }
.font140 { font-size:1.4em; }
.font200 { font-size:2.0em; }

.font26 {font-size:26pt;}
.font24 {font-size:24pt;}
.font20 {font-size:20pt;}
.font18 {font-size:18pt;}
.font16 {font-size:16pt;}
.font14 {font-size:14pt;}
.font12 {font-size:12pt;}
.font10 {font-size:10pt;}


.tooltip {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;

  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  display:none;
  background-image:url(/i/p/white_arrow.gif);
  height:120px;
  width:250px;
  padding:25px;
  margin-left:120px;
  color:#000;
}

#tooltip {
  display:none;
  background-image:url(/i/p/white_arrow.gif);
  height:120px;
  width:250px;
  padding:25px;
  margin-left:120px;
  color:#000;
}
span.db_tooltip {
  cursor:help;
}

/* for enabling/disabling */
.co-enabled {
  background:url(/i/icon/enabled.png) no-repeat;
  height: 22px;
  width: 22px;
}
.co-disabled {
  background:url(/i/icon/disabled.png) no-repeat;
  height: 22px;
  width: 22px;
}
/* for smilies */
.smily {
  cursor:pointer;
}

.showsmily {
  vertical-align:top;
}
 
/* for Thumbs Up */
.thumbgrey {
  height: 16px;
  width: 16px;
  border:0;
  cursor:pointer;
  vertical-align:bottom;
}
.thumbgreen {
  height: 16px;
  width: 16px;
  border:0;
  cursor:pointer;
  vertical-align:bottom;
}
.acorns_tip {
  height: 16px;
  width: 16px;
  border:0;
  cursor:pointer;
  vertical-align:bottom;
}
.acorns_count {
  vertical-align:bottom;
  padding-right:5px;
  border:0;
}
.thumbsup_count {
  vertical-align:bottom;
  border:0;
}
/* for stars */
.staroff {
  height: 16px;
  width: 16px;
  border:0;
  cursor:pointer;
  vertical-align:bottom;
}
.staron {
  height: 16px;
  width: 16px;
  border:0;
  cursor:pointer;
  vertical-align:bottom;
}

.float_left {float: left; margin-right: 10px; vertical-align: top; border: 1px solid black; }
.float_right {float: right; margin-left: 10px; margin-bottom:10px; border: 1px solid black; }

.inlinebox {
  display: inline-block;
  padding:5px;
}
.db_photo_navbar{
  width:190px;
  display: inline-block;
  border:1px solid black;
  padding:5px;
  margin-top:10px;
}
.db_photo_newswire {
  text-align: center;
  width:160px;
  display: inline-block;
  border:1px solid black;
  padding:5px;
}
.db_photo_noattr {
  width:270px;
  display: inline-block;
  border:1px solid black;
  padding:5px;
}
.db_photo_center {
  border: 1px solid black;
  width:250px;
  margin-top:0px;
  margin-right:10px;
  margin-bottom:10px;
  margin: 0 auto;
}
.db_photo_left {
  float:left;
  width:270px;
  display: inline-block;
  border:1px solid black;
  padding:5px;
  text-align:center;
  margin-right:10px;
  margin-bottom:10px;
}
.db_photo_right {
  float:right;
  width:270px;
  display: inline-block;
  border:1px solid black;
  padding:5px;
  text-align:center;
  margin-left:10px;
  margin-bottom:10px;
}

.edit_dialog {
  cursor:pointer;
}


/* For plant search: */
.Search {
  display:block;
  height:1.5em;
  position:relative;
  min-height:1px;
  border:solid 1px #AAAAAA;
  color:black;
  background-color:white;
  border-radius: 4px;
  width:80%;
}

.Search input {
  color:black;
  direction:ltr;
}
.Search input:focus {
  outline:none;
}
.Search input.placeholder {
  color:#999999;
}
.Search input::-webkit-input-placeholder {
  color:#999999;
}
.Search input.searchInput {
  position:absolute;
  top:0;
  left:0;
  width:80%;
  margin:0;
  padding:0;
  padding-left:0.2em;
  padding-top:0.2em;
  padding-bottom:0.5em;
  outline:none;
  border:none;
  font-size:0.8em;
  background-color:transparent;
  direction:ltr;

}
.Search button.searchButton {
  position:absolute;
  width:10%;
  right:0;
  top:0;
  padding:0;
  padding-top:0.3em;
  padding-bottom:0.2em;
  padding-right:0.4em;
  margin:0;
  border:none;
  cursor:pointer;
  background-color:transparent;
  background-image:none;
}
.Search button.searchButton img {
  border:none;
  margin:0;
  margin-top:-3px;
  padding:0;
}
.Search button.searchButton > img {
  margin:0;
}

/* For autocomplete: */
.ui-autocomplete-loading { background: white url('/i/ajax/articles/ui-anim_basic_16x16.gif') right center no-repeat; }
.ul_menu_item { font-size: 100%; }
.ui-autocomplete  { font-size: 100%; }
.ui-menu  { font-size: 100%; }
.ui-widget  { font-size: 100%; }
.ui-widget-content  { font-size: 100%; }
.ui-corner-all { font-size: 90%; }


/* For colorbox: */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

#cboxOverlay{background:#000;}
#colorbox{}
#cboxTopLeft{width:14px; height:14px; background:url(/i/colorbox/controls.png) no-repeat 0 0;}
#cboxTopCenter{height:14px; background:url(/i/colorbox/border.png) repeat-x top left;}
#cboxTopRight{width:14px; height:14px; background:url(/i/colorbox/controls.png) no-repeat -36px 0;}
#cboxBottomLeft{width:14px; height:43px; background:url(/i/colorbox/controls.png) no-repeat 0 -32px;}
#cboxBottomCenter{height:43px; background:url(/i/colorbox/border.png) repeat-x bottom left;}
#cboxBottomRight{width:14px; height:43px; background:url(/i/colorbox/controls.png) no-repeat -36px -32px;}
#cboxMiddleLeft{width:14px; background:url(/i/colorbox/controls.png) repeat-y -175px 0;}
#cboxMiddleRight{width:14px; background:url(/i/colorbox/controls.png) repeat-y -211px 0;}
#cboxContent{background:#fff; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxLoadingOverlay{background:url(/i/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(/i/colorbox/loading.gif) no-repeat center center;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(/i/colorbox/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
#cboxPrevious{left:0px; background-position: -51px -25px;}
#cboxPrevious:hover{background-position:-51px 0px;}
#cboxNext{left:27px; background-position:-75px -25px;}
#cboxNext:hover{background-position:-75px 0px;}
#cboxClose{right:0; background-position:-100px -25px;}
#cboxClose:hover{background-position:-100px 0px;}

.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
























/* LAYOUT BEGINS */

html, body {
  height: 100%;
  min-height:100%;
}

body {
  margin:0;
  padding:0;
  background-color:#82a5be;
}

textarea, input {
   font-family: inherit;
   font-size: 100%;
}


.page-wrapper {
  min-height:100%;
  margin:0;
  padding:0;
}

.rwdmenu {
  display:none;
}

#atptop {
  height:151px;
  background-color: #ffffdd;
  background-repeat: repeat-x;
  background-size: auto 150px;
  border-bottom: 1px solid #000;
  background-position: 105px 0;
  padding: 0px;
  margin:0px;
  height:150px;
  background-color: #ffffdd;
  background-repeat: repeat-x;
  background-size: auto 150px;
  border-bottom: 1px solid black;
}

#atpleft {
  width: 200px;
  background-color:#82a5be;
  border-right:1px solid black;
  vertical-align:top;
  margin:0px;
  padding:0px;
  bottom:0px;
  float:left;
}
#atp_rwdtop {
  width: 75%;
  background-color:#82a5be;
  border-right:1px solid black;
  position:relative;
  display:none;
  left:0;
  margin:0;
  padding:0;
  margin-left: auto;
  margin-right: auto;
}
#atpbody {
  margin:0;
  padding:0;
  margin-left: 200px;
  vertical-align:top;
  background-color: #fff;
  border-left: 1px solid black;
}
#atpcontent {
  background-color:#fff;
  /* top, right, bottom, left */
  padding-left: 10px;
  padding-right: 10px;
  min-height:500px;
}
#atpfooter {
  color: #fff;
  background-color:#82a5be;
  border-top: 1px solid #5c7e7e;
  border-bottom: 1px solid #82a5be;
  padding: 20px;
  font-size: 0.9em;
  text-align: center;
  /* I added the line below because the blue was bleeding into other
   *   areas. */
  overflow:hidden;
}
#atpfooter a {color: #fff; margin: 0 3px; text-decoration: underline;}
#atpfooter a:hover {color: #ccc; text-decoration: underline}

/*
 *  New Layout for October 28, 2014.
 */

.wrapper {
  min-width: 300px;
  min-height:100%;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  border-collapse: collapse;
  width:100%;
}

.col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  padding-right: 5px;
}
.col_left {
  width: 50%;
  min-width:280px;
}
.col_right {
  width: 49%;
}

.col_ideal {
  width:70%;
  min-width:280px;
  max-width: 800px;
}
.col_idear {
  width:320px;
}

/* ******************** */
#nav_search {
  padding-top: 10px;
  padding-bottom: 10px;
}
#nav_buttons {
  margin:0;
  padding:0;
  font-size: 0.9em;
}

#nav_buttons ul {
  padding:0 0 0 15px;
  list-style-type:none;
  margin:0;
}
#nav_buttons li {
  list-style-type:none;
  display:inline-block;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 5px;
}
#nav_buttons a {
  color: #fff;
  font-weight: bold;
  background:url('/i/sprites/icons_20141023.png') no-repeat;
  display:block;
}

#nav_buttons li a.menu_home {background-position: 0 0; width: 30px; height: 30px;}
#nav_buttons li a.menu_rwdmenu {background-position: -290px 0; width: 30px; height: 30px; }
#nav_buttons li a.menu_sysmsg_on {background-position: -260px 0; width: 30px; height: 30px;}
#nav_buttons li a.menu_sysmsg_off {background-position: -60px 0; width: 30px; height: 30px;}
#nav_buttons li a.menu_treemail_off {background-position: -90px 0; width: 30px; height: 30px;}
#nav_buttons li a.menu_treemail_on {background-position: -120px 0; width: 30px; height: 30px;}
#nav_buttons li a.menu_your_posts {background-position: -150px 0; width: 30px; height: 30px;}
#nav_buttons li a.menu_profile {background-position: -180px 0; width: 30px; height: 30px;}
#nav_buttons li a.menu_noicon { background-position: -980px 0; height:30px; font-size: 1.5em; }

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


#nav_buttons li a.menu_rwdmenu {
  display:none;
}

/* ******************** */
.topnavlinks {
  border-bottom: 1px solid black;
}

.topnavlinks ul {
  padding:0;
  list-style-type:none;
  margin:0;
}
.topnavlinks li a {
  list-style-type:none;
  border-top:1px dotted #3D82AD;
  padding:7px 0 7px 15px;
  font-weight:bold;
  display:block;
  color:white;
}
.topnavlinks li a:hover{
  background-color: #799c5d;
  color: #fff;
  border-top:1px solid black;
  border-bottom:1px solid black;
}

.topnavlinks li a.activetab { border:1px dotted black; background: url("/i/p/butterfly.png") no-repeat right; }

.topnavlinks li a.activetab:hover {
  background-color: #799c5d;
  color: #fff;
  border-top:1px solid black;
  border-bottom:1px solid black;
}

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

.customlinks_fixed {
  position: fixed;
  top:50px;
  width: 200px;
}
.nav_buttons_fixed {
  position: fixed;
  top:0;
}

#customlinks ul {
  padding:0;
  list-style-type:none;
  margin:0;
}

#customlinks {
  border-bottom: 1px solid black;
}
#customlinks li {
  list-style-type:none;
}
#customlinks a {
  list-style-type:none;
  border-top:1px dotted #3D82AD;
  padding-top: 7px;
  padding-right: 0;
  padding-bottom: 7px;
  padding-left: 35px;
  display:block;
  color:white;
  background: #82a5be url('/i/p/customlink.png') no-repeat left;
  background-position: 12px 50%;
}
#customlinks li a:hover{
  background-color: #799c5d;
  color: #fff;
  border-top:1px solid black;
  border-bottom:1px solid black;
}
/* ******************** */
.specialpagelinks {
  border-bottom: 1px solid black;
  font-weight:bold;
  color:white;
}
.specialpagelinks li a {
  padding-top: 7px;
  padding-right: 0;
  padding-bottom: 7px;
  padding-left: 35px;

  font-size:0.9em;

  list-style-type:none;
  border-top:1px dotted #fff;
  display:block;
  color:white;
  background: #82a5be url('/i/p/binocs.png') no-repeat left;
  background-position: 10px 50%;

}
.specialpagelinks li a:hover{
  background-color: #799c5d;
  color: #fff;
  border-top:1px solid black;
  border-bottom:1px solid black;
}
/* ******************** */

.right-box {
  border:1px solid black;
  color: #000;
  background-color: #fff;
  width:180px;
  padding: 5px;
  margin: 10px auto 10px auto;
}
/* ******************** */

#h1bar {
  float:right;
  padding-top: 10px;
}

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


.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden}
.no-wrap {white-space: nowrap}

/* Below is for the threads and tree mail display: */
.large_badge {
  font-size:1.2em;
  color:#82a5be;
  font-weight:bold;
  background-color: #fff;
  border: 1px solid black;
  padding: 5px;
  margin-right: 5px;
  float:left;
}
.t_avatar {
  margin-right: 5px;
  margin-left: 5px;
  float:left;
  width:135px;
  height:135px;
}
.t_avatar img {
  width:125px;
  height:125px;
}

.t_name a {
  font-size:1.5em;
}
.t_profile {
  float:right;
  text-align:right;
  overflow: hidden;
  font-size:0.9em;
  padding-right:5px;
}
.t_sig {
  margin-top: 2em;
  padding-top: 3px;
  border-top: 1px dotted #000000;
  overflow: hidden;
  height:4.0em;
  font-size:0.7em;
}
/* Above is for the threads and tree mail display: */


.overflow_hidden {
  overflow:hidden;
}

/************************************************************************************
 * STRUCTURE
 * *************************************************************************************/
#pagewrap {
	padding: 5px;
	width: 960px;
	margin: 20px auto;
}
#header {
	height: 180px;
}
#content {
	width: 600px;
	float: left;
}
#sidebar {
	width: 300px;
	float: right;
}
#footer {
	clear: both;
}

/* 
 * This is for the tooltips:
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  cursor: pointer;
  background:url('/i/p/help_20.png') no-repeat;
  height:20px;
  width:20px;
  float:right; 
}
  
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
} 
  
/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.plants_sponsor {
  border: 1px solid black;
  background-color: #ffffdd;
  color: #000;
  width:100%;
  padding: 3px;
  margin-bottom: 10px;
  font-size:1.2em;
  
}

.h4green {
  color: green;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
}



/* Top 10 lists for articles. Access this with bbcodes. */
.top_list em {
  float:left;
  background:#008e0a;
  color:#FFFFFF;
  width:40px;
  height:40px;
  border:0;
  border-radius:5px;
  line-height:40px;
  font-size:24px;
  font-weight:bold;
  font-style:normal;
  text-align:center;
  margin:0 0 0 0;
}

.top_list>b{
  color:#82a5be;
  font-size:28px;
  line-height:28px;
  font-weight:bold;
  display:block;
  padding:7px 0 20px 50px;
  margin-right:125px;
}

/* / Top 10 lists for articles. Access this with bbcodes. */

