hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
td.checkbox, th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
.breadcrumb {
  padding-bottom: .5em
}
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  float: left;
}
div.tree-child {
  background: url(/misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
  background: url(/misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
  background: url(/misc/tree.png) no-repeat -11px center;
}
.error {
  color: #e55;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
  padding: 2px;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning, tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok, tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
}
ol.task-list li.active {
  font-weight: bold;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
.nowrap {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}
.pager-current {
  font-weight: bold;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left;
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}
.container-inline div, .container-inline label {
  display: inline;
}
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
html.js input.form-autocomplete {
  background-image: url(/misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
}
html.js input.throbbing {
  background-position: 100% -18px;
}
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(/misc/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(/misc/menu-collapsed.png);
  background-position: 5px 50%;
}
* html.js fieldset.collapsed legend, * html.js fieldset.collapsed legend *, * html.js fieldset.collapsed table * {
  display: inline;
}
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(/misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}
.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em;
  padding: 0.42em 1.5em 0.42em 0.5em;
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(/misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right;
  padding-right: 5%;
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right;
  margin: 0 5% 0 0;
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(/misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right;
}
.progress-disabled {
  float: left;
}
.ahah-progress {
  float: left;
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(/misc/throbber.gif) no-repeat 0px -18px;
  float: left;
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}
tr.selected td {
  background: #ffc;
}
table.sticky-header {
  margin-top: 0;
  background: #fff;
}
#clean-url.install {
  display: none;
}
html.js .js-hide {
  display: none;
}
#system-modules div.incompatible {
  font-weight: bold;
}
#system-themes-form div.incompatible {
  font-weight: bold;
}
span.password-strength {
  visibility: hidden;
}
input.password-field {
  margin-right: 10px;
}
div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px;
}
div.password-description ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0 0 0 0;
}
input.password-confirm {
  margin-right: 10px;
}
.confirm-parent {
  margin: 5px 0 0 0;
}
span.password-confirm {
  visibility: hidden;
}
span.password-confirm span {
  font-weight: normal;
}
ul.menu {
  list-style: none;
  border: none;
  text-align: left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(/misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(/misc/menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(/misc/menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}
#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em;
}
#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em;
  float: left;
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
#user-login-form {
  text-align: center;
}
#user-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#user-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}
#user-admin-settings fieldset .description {
  font-size: 0.85em;
  padding-bottom: .5em;
}
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .picture {
  float: right;
  margin: 0 1em 1em 0;
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}
#bonnier-newsletter-newsletter-page-form {
}
#bonnier-newsletter-newsletter-page-form #newsletter-required {
  font-size: 12px;
}
#bonnier-newsletter-newsletter-page-form #newsletter-description {
  padding: 20px 0 0;
}
#bonnier-newsletter-newsletter-page-form legend {
  display: none;
}
#bonnier-newsletter-newsletter-page-form h3.legend {
  padding: 0 0 5px;
  border-bottom: 4px solid #000;
}
#bonnier-newsletter-newsletter-page-form .our-newsletter #newsletter-image {
  display: inline;
  float: left;
}
#bonnier-newsletter-newsletter-page-form .our-newsletter .form-item {
  padding: 0 0 0 225px;
}
#bonnier-newsletter-newsletter-page-form .our-newsletter .form-item .form-checkboxes .form-item {
}
#bonnier-newsletter-newsletter-page-form .our-newsletter .form-item .form-item {
  padding: 0;
}
#bonnier-newsletter-newsletter-page-form .your-info {
  clear: left;
}
#bonnier-newsletter-newsletter-page-form .your-info #edit-zip-wrapper input {
  width: 100px;
}
#bonnier-newsletter-newsletter-page-form .your-info .form-item {
}
#bonnier-newsletter-newsletter-page-form .your-info .form-item label {
  padding: 0 20px 0 0;
  float: left;
  text-align: right;
  width: 180px;
}
#bonnier-newsletter-newsletter-page-form .your-info .form-item input {
  width: 410px;
  _width: 409px;
}
#bonnier-newsletter-newsletter-page-form .your-info #edit-main-agree-1-wrapper label {
  padding: 0;
  width: 375px;
  font-size: 12px;
  text-align: left;
}
#bonnier-newsletter-newsletter-page-form .your-info #edit-main-agree-1-wrapper input {
  width: auto;
}
#bonnier-newsletter-newsletter-page-form .form-submit {
  margin: 0 0 0 250px;
  width: 100px;
  height: 40px;
  font-size: 20px;
  font-weight: normal;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
}
#publications_list_logo label {
  padding: 0 10px 0 0;
}
#publications_list_logo img {
  vertical-align: middle;
}
#blogs {
  position: relative;
  width: 100%;
}
#blogs .outer-left {
  display: inline;
  float: left;
  width: 75%;
}
#blogs .top {
}
#blogs .top .blog-header {
}
#blogs .inner-left {
  display: inline;
  float: left;
  width: 25%;
}
#blogs .middle {
  display: inline;
  float: left;
  width: 75%;
}
#blogs .outer-right {
  display: inline;
  float: left;
  width: 25%;
}
.field .field-label, .field .field-label-inline, .field .field-label-inline-first {
  font-weight: bold;
}
.field .field-label-inline, .field .field-label-inline-first {
  display: inline;
}
.field .field-label-inline {
  visibility: hidden;
}
.node-form .content-multiple-table td.content-multiple-drag {
  width: 30px;
  padding-right: 0;
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
  padding-right: .5em;
}
.node-form .content-add-more .form-submit {
  margin: 0;
}
.node-form .number {
  display: inline;
  width: auto;
}
.node-form .text {
  width: auto;
}
.form-item #autocomplete .reference-autocomplete {
  white-space: normal;
}
.form-item #autocomplete .reference-autocomplete label {
  display: inline;
  font-weight: normal;
}
#content-field-overview-form .advanced-help-link, #content-display-overview-form .advanced-help-link {
  margin: 4px 4px 0 0;
}
#content-field-overview-form .label-group, #content-display-overview-form .label-group, #content-copy-export-form .label-group {
  font-weight: bold;
}
table#content-field-overview .label-add-new-field, table#content-field-overview .label-add-existing-field, table#content-field-overview .label-add-new-group {
  float: left;
}
table#content-field-overview tr.content-add-new .tabledrag-changed {
  display: none;
}
table#content-field-overview tr.content-add-new .description {
  margin-bottom: 0;
}
table#content-field-overview .content-new {
  font-weight: bold;
  padding-bottom: .5em;
}
.advanced-help-topic h3, .advanced-help-topic h4, .advanced-help-topic h5, .advanced-help-topic h6 {
  margin: 1em 0 .5em 0;
}
.advanced-help-topic dd {
  margin-bottom: .5em;
}
.advanced-help-topic span.code {
  background-color: #EDF1F3;
  font-family: "Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
  font-size: 0.9em;
  padding: 1px;
}
.advanced-help-topic .content-border {
  border: 1px solid #AAA
}
.ctools-locked {
  color: red;
  border: 1px solid red;
  padding: 1em;
}
.ctools-owns-lock {
  background: #FFFFDD none repeat scroll 0 0;
  border: 1px solid #F0C020;
  padding: 1em;
}
a.ctools-ajaxing, input.ctools-ajaxing, select.ctools-ajaxing {
  padding-right: 18px !important;
  background: url(http://gardendesign.com/sites/all/modules/platform/ctools/images/status-active.gif) right center no-repeat;
}
div.ctools-ajaxing {
  float: left;
  width: 18px;
  background: url(http://gardendesign.com/sites/all/modules/platform/ctools/images/status-active.gif) center center no-repeat;
}
.container-inline-date {
  width: auto;
  clear: both;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
}
.container-inline-date .form-item {
  float: none;
  padding: 0;
  margin: 0;
}
.container-inline-date .form-item .form-item {
  float: left;
}
.container-inline-date .form-item, .container-inline-date .form-item input {
  width: auto;
}
.container-inline-date .description {
  clear: both;
}
.container-inline-date .form-item input, .container-inline-date .form-item select, .container-inline-date .form-item option {
  margin-right: 5px;
}
.container-inline-date .date-spacer {
  margin-left: -5px;
}
.views-right-60 .container-inline-date div {
  padding: 0;
  margin: 0;
}
.container-inline-date .date-timezone .form-item {
  float: none;
  width: auto;
  clear: both;
}
#calendar_div, #calendar_div td, #calendar_div th {
  margin: 0;
  padding: 0;
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
  width: 185px;
  border-collapse: separate;
  margin: 0;
}
.calendar td {
  padding: 0;
}
span.date-display-single {
}
span.date-display-start {
}
span.date-display-end {
}
span.date-display-separator {
}
.date-repeat-input {
  float: left;
  width: auto;
  margin-right: 5px;
}
.date-repeat-input select {
  min-width: 7em;
}
.date-repeat fieldset {
  clear: both;
  float: none;
}
.date-views-filter-wrapper {
  min-width: 250px;
}
.date-views-filter input {
  float: left !important;
  margin-right: 2px !important;
  padding: 0 !important;
  width: 12em;
  min-width: 12em;
}
.date-nav {
  width: 100%;
}
.date-nav div.date-prev {
  text-align: left;
  width: 24%;
  float: left;
}
.date-nav div.date-next {
  text-align: right;
  width: 24%;
  float: right;
}
.date-nav div.date-heading {
  text-align: center;
  width: 50%;
  float: left;
}
.date-nav div.date-heading h3 {
  margin: 0;
  padding: 0;
}
.date-clear {
  float: none;
  clear: both;
  display: block;
}
.date-clear-block {
  float: none;
  width: auto;
  clear: both;
}
.date-clear-block:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.date-clear-block {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .date-clear-block {
  height: 1%;
}
.date-clear-block {
  display: block;
}
.date-container .date-format-delete {
  margin-top: 1.8em;
  margin-left: 1.5em;
  float: left;
}
.date-container .date-format-name {
  float: left;
}
.date-container .date-format-type {
  float: left;
  padding-left: 10px;
}
.date-container .select-container {
  clear: left;
  float: left;
}
div.date-calendar-day {
  line-height: 1;
  width: 40px;
  float: left;
  margin: 6px 10px 0 0;
  background: #F3F3F3;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  color: #999;
  text-align: center;
  font-family: Georgia, Arial, Verdana, sans;
}
div.date-calendar-day span {
  display: block;
  text-align: center;
}
div.date-calendar-day span.month {
  font-size: .9em;
  background-color: #B5BEBE;
  color: white;
  padding: 2px;
  text-transform: uppercase;
}
div.date-calendar-day span.day {
  font-weight: bold;
  font-size: 2em;
}
div.date-calendar-day span.year {
  font-size: .9em;
  padding: 2px;
}
.filefield-icon {
  float: left;
  margin-right: 0.4em;
}
.filefield-element {
  margin: 1em 0;
  white-space: normal;
}
.filefield-element .widget-preview {
  float: left;
  padding-right: 10px;
  border-right: 1px solid #CCC;
  margin-right: 10px;
  max-width: 30%;
}
.filefield-element .widget-edit {
  float: left;
  max-width: 70%;
}
.filefield-element .filefield-preview {
  width: 16em;
  overflow: hidden;
}
.filefield-element .widget-edit .form-item {
  margin: 0 0 1em 0;
}
.filefield-element input.form-submit, .filefield-element input.form-file {
  margin: 0;
}
.filefield-element input.progress-disabled {
  float: none;
  display: inline;
}
.filefield-element div.ahah-progress, .filefield-element div.throbber {
  display: inline;
  float: none;
  padding: 1px 13px 2px 3px;
}
.filefield-element div.ahah-progress-bar {
  display: none;
  margin-top: 4px;
  width: 28em;
  padding: 0;
}
.filefield-element div.ahah-progress-bar div.bar {
  margin: 0;
}
.filefield-generic-edit .filefield-icon {
  float: left;
  margin-right: 0.7em;
  margin-top: 0.3em;
}
.filefield-generic-edit-description {
  margin-right: 6em;
}
.filefield-generic-edit .form-text {
  width: 99%;
}
.filefield-generic-edit .description {
  white-space: normal;
  margin-bottom: 0;
  overflow: auto;
}
form.fivestar-widget {
  clear: both;
  display: block;
}
form.fivestar-widget select, form.fivestar-widget input {
  margin: 0;
}
.fivestar-combo-stars .fivestar-static-form-item {
  float: left;
  margin-right: 40px;
}
.fivestar-combo-stars .fivestar-form-item {
  float: left;
}
.fivestar-static-form-item .form-item, .fivestar-form-item .form-item {
  margin: 0;
}
div.fivestar-widget-static {
  display: block;
}
div.fivestar-widget-static br {
  clear: left;
}
div.fivestar-widget-static .star {
  float: left;
  width: 17px;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
  background: url(http://gardendesign.com/sites/all/modules/platform/fivestar/widgets/default/star.gif) no-repeat 0 0;
}
div.fivestar-widget-static .star span.on {
  display: block;
  width: 100%;
  height: 100%;
  background: url(http://gardendesign.com/sites/all/modules/platform/fivestar/widgets/default/star.gif) no-repeat 0 -32px;
}
div.fivestar-widget-static .star span.off {
  display: block;
  width: 100%;
  height: 100%;
  background: url(http://gardendesign.com/sites/all/modules/platform/fivestar/widgets/default/star.gif) no-repeat 0 0;
}
div.fivestar-widget {
  display: block;
}
div.fivestar-widget .cancel, div.fivestar-widget .star {
  float: left;
  width: 17px;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
}
div.fivestar-widget .cancel, div.fivestar-widget .cancel a {
  background: url(http://gardendesign.com/sites/all/modules/platform/fivestar/widgets/default/delete.gif) no-repeat 0 -16px;
  text-decoration: none;
}
div.fivestar-widget .star, div.fivestar-widget .star a {
  background: url(http://gardendesign.com/sites/all/modules/platform/fivestar/widgets/default/star.gif) no-repeat 0 0;
  text-decoration: none;
}
div.fivestar-widget .cancel a, div.fivestar-widget .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  cursor: pointer;
}
div.fivestar-widget div.on a {
  background-position: 0 -16px;
}
div.fivestar-widget div.hover a, div.rating div a:hover {
  background-position: 0 -32px;
}
form.fivestar-widget div.description {
  margin-bottom: 0;
}
span.star-label {
  float: left;
}
.jqmWindow {
  display: none;
  position: fixed;
  top: 17%;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  background-color: #EEE;
  color: #333;
  border: 1px solid black;
  padding: 12px;
}
.jqmOverlay {
  background-color: #000;
}
* iframe.jqm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}
* html .jqmWindow {
  position: absolute;
  top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.jcarousel-container {
  position: relative;
}
.jcarousel-clip {
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.jcarousel-list {
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.jcarousel-list li, .jcarousel-item {
  float: left;
  list-style: none;
  width: 75px;
  height: 75px;
}
.jcarousel-next {
  z-index: 3;
  display: none;
}
.jcarousel-prev {
  z-index: 3;
  display: none;
}
.laserfist-admin-links {
  position: relative;
}
.laserfist-admin-links ul {
  position: absolute;
  display: none;
}
.laserfist-admin-links.show ul {
  display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style: none;
}
.item-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.jcarousel {
  position: relative;
}
.feature-slideshow {
  width: 400px;
}
.feature-slideshow a {
  color: #fff;
}
.feature-slideshow div ul {
  height: 300px;
  width: 400px;
  margin: 0px;
  padding: 0px;
}
.feature-slideshow .view-content li {
  position: relative;
}
.feature-slideshow .views-field-title {
  position: absolute;
  top: 200px;
  right: 20px;
}
.feature-slideshow .views-field-common-dek {
  color: #fff;
  position: absolute;
  top: 220px;
  right: 20px;
}
.feature-slideshow .carousel-control {
  position: absolute;
  top: 240px;
  right: 20px;
  z-index: 3;
}
.carousel-content {
  position: absolute;
  left: 9999px;
}
.feature-tout {
  height: 200px;
}
.feature-tout .views-row {
  height: 200px;
  width: 110px;
  float: left;
}
.directory-section .right {
  width: 150px;
}
.left {
  float: left;
}
.right {
  float: left;
}
.clear {
  clear: both;
}
#homepage-layout {
}
#homepage-layout .panel-col-first {
  width: 180px;
}
#homepage-layout .panel-col-last {
  width: 450px;
}
#navbar {
  overflow: visible;
}
.mega-menu {
}
.mega-menu li {
  float: none;
}
.mega-menu li.menu-item {
  float: left;
  display: inline;
  position: relative;
}
.mega-menu .menu-body {
  position: absolute;
  width: 18em;
  z-index: 10;
}
.mega-menu .menu-body {
  background: #fff;
  border: #ababab 3px solid;
  display: none;
}
.mega-menu li.hovering .menu-body {
  display: block;
}
div.panel-pane div.admin-links {
  font-size: xx-small;
  margin-right: 1em;
}
div.panel-pane div.admin-links li a {
  color: #ccc;
}
div.panel-pane div.admin-links li {
  padding-bottom: 2px;
  background: white;
  z-index: 201;
}
div.panel-pane div.admin-links:hover a, div.panel-pane div.admin-links-hover a {
  color: #000;
}
div.panel-pane div.admin-links a:before {
  content: "[";
}
div.panel-pane div.admin-links a:after {
  content: "]";
}
div.panel-pane div.panel-hide {
  display: none;
}
div.panel-pane div.panel-hide-hover, div.panel-pane:hover div.panel-hide {
  display: block;
  position: absolute;
  z-index: 200;
  margin-top: -1.5em;
}
div.panel-pane div.node {
  margin: 0;
  padding: 0;
}
div.panel-pane div.feed a {
  float: right;
}
.quote-msg {
  margin: 1em 2em 1em 2em;
  padding: 1em;
  border: 1px solid #DDD;
  background-color: #F6F6F6;
}
.quote-author {
  display: block;
  font-weight: bold;
  margin: 0 0 1em 0;
}
#TB_window {
  font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
  color: #666666;
}
#TB_window a:link {
  color: #666666;
}
#TB_window a:visited {
  color: #666666;
}
#TB_window a:hover {
  color: #000;
}
#TB_window a:active {
  color: #666666;
}
#TB_window a:focus {
  color: #666666;
}
#TB_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.TB_overlayMacFFBGHack {
  background: url(http://gardendesign.com/sites/all/modules/platform/thickbox/macffbghack.png) repeat;
}
.TB_overlayBG {
  background-color: #000;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color: #000000;
  display: none;
  text-align: left;
  top: 50%;
  left: 50%;
}
#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border: 1px solid #ccc;
}
#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left;
}
#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right;
}
#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right;
}
#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px;
}
#TB_title {
  background-color: #e8e8e8;
  height: 27px;
}
#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}
#TB_ajaxContent.TB_modal {
  padding: 15px;
}
#TB_ajaxContent p {
  padding: 5px 0px 5px 0px;
}
#TB_load {
  position: fixed;
  background: url(http://gardendesign.com/sites/all/modules/platform/thickbox/loading_animation.gif);
  display: none;
  height: 13px;
  width: 208px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px;
}
#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
}
.thickbox-hide-image {
  display: none;
}
* html #TB_overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight + 'px');
}
* html #TB_window {
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
* html #TB_load {
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
* html #TB_HideSelect {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight + 'px');
}
* html #TB_iframeContent {
  margin-bottom: 1px;
}
.TB_overlayBG {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
#TB_HideSelect {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.vote-up-down-widget {
  float: left;
  clear: left;
  padding: 2px;
  margin: 2px 5px 2px 0;
  border: 1px solid #ccc;
}
.vote-up-down-via {
  float: right;
  color: #999;
  padding-left: 3px;
}
.vote-up-act, .vote-up-inact, .vote-down-act, .vote-down-inact, .up-inact, .down-inact {
  display: block;
  text-decoration: none;
  width: 15px;
  height: 16px;
}
a.vote-up-inact, a.vote-down-inact, span.vote-up-inact, span.vote-down-inact {
  cursor: pointer;
}
a.vote-up-act, a.vote-down-act, span.vote-up-act, span.vote-down-act {
  cursor: default;
}
.vote-up-act, .vote-up-inact:hover {
  background: url(http://gardendesign.com/sites/all/modules/platform/vote_up_down/images/a_up_act.png) no-repeat 0px 0px;
}
.vote-up-inact, .up-inact {
  background: url(http://gardendesign.com/sites/all/modules/platform/vote_up_down/images/a_up_inact.png) no-repeat 0px 0px;
}
.vote-down-act, .vote-down-inact:hover {
  background: url(http://gardendesign.com/sites/all/modules/platform/vote_up_down/images/a_down_act.png) no-repeat 0px 0px;
}
.vote-down-inact, .down-inact {
  background: url(http://gardendesign.com/sites/all/modules/platform/vote_up_down/images/a_down_inact.png) no-repeat 0px 0px;
}
.vote-points {
  font-weight: bold;
}
.vote-up-down-widget-alt {
  float: left;
  clear: left;
  padding: 0;
  margin: 2px 5px 2px 0;
  border: 0;
}
.vote-up-down-widget-alt .vote-points {
  background: #ff0;
  font-weight: normal;
  font-size: 1.5em;
  text-align: center;
  padding: 3px;
  margin-bottom: 3px;
}
.vote-up-down-widget-alt .vote-points .vote-points {
  background: transparent;
  font-weight: normal;
  font-size: 1em;
  padding: 0;
  margin-bottom: 0;
}
.vote-up-down-widget-alt .vote-points-label {
  font-size: 0.5em;
  background: transparent;
}
.vote-up-down-widget-alt .vote-up-act, .vote-up-down-widget-alt .vote-up-inact, .vote-up-down-widget-alt .up-inact {
  display: block;
  min-width: 16px;
  max-width: auto;
  height: 22px;
}
.vote-up-down-widget-alt span.vote-up-act, .vote-up-down-widget-alt span.vote-up-inact, .vote-up-down-widget-alt span.up-inact {
  border: 1px solid #ccc;
}
.vote-up-down-widget-alt .vote-up-act, .vote-up-down-widget-alt .vote-up-inact:hover {
  background: url(http://gardendesign.com/sites/all/modules/platform/vote_up_down/images/plus_act.png) no-repeat center 3px;
}
.vote-up-down-widget-alt .vote-up-inact, .vote-up-down-widget-alt .up-inact {
  background: url(http://gardendesign.com/sites/all/modules/platform/vote_up_down/images/plus_inact.png) no-repeat center 3px;
}
* html .vote-up-down-widget-alt .vote-up-act, * html .vote-up-down-widget-alt .vote-up-inact, * html .vote-up-down-widget-alt .up-inact {
  width: 55px;
}
* html .content {
  height: 1%;
}
div.fieldgroup {
  margin: .5em 0 1em 0;
}
div.fieldgroup .content {
  padding-left: 1em;
}
.panel-2col-stacked {
  margin-top: 0;
  padding-top: 0;
}
.panel-2col-stacked .panel-col-top, .panel-2col-stacked .panel-col-bottom {
  width: 99.9%;
  clear: both;
}
.panel-2col-stacked .panel-col-top .inside {
  margin-bottom: .5em;
}
.panel-2col-stacked .panel-col-first {
  float: left;
  width: 50%;
}
* html .panel-2col-stacked .panel-col-first {
  width: 49.9%;
}
.panel-2col-stacked .panel-col-first .inside {
  margin: 0 .5em 1em 0;
}
.panel-2col-stacked .panel-col-last {
  float: left;
  width: 49.9%;
}
.panel-2col-stacked .panel-col-last .inside {
  margin: 0 0 1em .5em;
}
.panel-2col-stacked .panel-separator {
  margin: 0 0 1em 0;
}
.panel-1col {
}
.panel-2col .panel-col-first .inside {
  margin: 0;
}
.panel-1col .panel-col {
}
#panels-edit-display .panel-pane, #panels-edit-display .helperclass {
  margin: .5em;
}
.panel-2col .panel-separator {
  margin: 0 0 1em 0;
}
.taxonomy-super-select-checkboxes {
  clear: both;
  padding-top: 1em;
}
.taxonomy-super-select-checkboxes .form-item label.option {
  float: left;
  margin-right: 1.5em;
}
.taxonomy-super-select-radios {
  clear: both;
  padding-top: 1em;
}
.taxonomy-super-select-radios .form-item label.option {
  float: left;
  margin-right: 1.5em;
}
.taxonomy-super-select-radios .description {
  clear: both;
}
.taxonomy-super-select-help {
  display: block;
  font-style: italic;
  margin-left: 1em;
}
#taxonomy-form-vocabulary .taxonomy-super-select-radios {
  padding-top: 0;
}
#taxonomy-form-vocabulary .form-radios {
  margin-top: 0;
}
#taxonomy-form-vocabulary .form-item {
  margin-top: 0;
}
.taxonomy-super-select-image .form-item {
  display: inline;
}
body {
  font-size: 100%;
}
#page {
  font-size: 0.75em;
  line-height: 1.333em;
  font-size: 0.875em;
  line-height: 1.286em;
}
body, caption, th, td, input, textarea, select, option, legend, fieldset {
  font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
pre, code {
  font-size: 1.1em;
  font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}
h1 {
  font-size: 2em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 1.5em;
  line-height: 1.3em;
  margin-top: 0.667em;
  margin-bottom: 0.667em;
}
h3 {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-top: 0.769em;
  margin-bottom: 0.769em;
}
h4, h5, h6 {
  font-size: 1.1em;
  line-height: 1.3em;
  margin-top: 0.909em;
  margin-bottom: 0.909em;
}
p, ul, ol, dl, pre, table, fieldset, blockquote {
  margin: 1em 0;
}
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}
.block ul,  .item-list ul {
  margin: 1em 0;
  padding: 0 0 0 2em;
}
ul ul, ul ol, ol ol, ol ul, .block ul ul, .block ul ol, .block ol ol, .block ol ul, .item-list ul ul, .item-list ul ol, .item-list ol ol, .item-list ol ul {
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
}
.item-list ul li {
  margin: 0;
  padding: 0;
  list-style: inherit;
}
ul.menu li,  li.expanded, li.collapsed, li.leaf {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: circle;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: decimal;
}
dt {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0 0 0 2em;
  padding: 0;
}
a:link {
}
a:visited {
}
a:hover, a:focus {
}
a:active {
}
table {
  border-collapse: collapse;
}
th, thead th, tbody th {
  text-align: left;
  padding-right: 0;
  border-bottom: none;
}
tbody {
  border-top: none;
}
abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}
abbr.created {
  border: none;
  cursor: auto;
  white-space: normal;
}
img {
  border: 0;
}
hr {
  height: 1px;
  border: 1px solid #666;
}
form {
  margin: 0;
  padding: 0;
}
fieldset {
  margin: 1em 0;
  padding: 0.5em;
}
.with-wireframes #header-inner, .with-wireframes #content-inner, .with-wireframes #content-inner>*, .with-wireframes #navbar-inner, .with-wireframes #sidebar-first-inner, .with-wireframes #sidebar-second-inner, .with-wireframes #footer-inner {
  margin: 1px;
  padding: 2px;
  border: 1px solid #ccc;
}
.with-wireframes #closure-blocks {
  margin-top: 1px;
  padding: 2px;
  border: 1px solid #ccc;
}
body {
}
#page {
}
#page-inner {
}
#header {
}
#header-inner {
}
#main {
}
#main-inner {
}
#footer {
}
#footer-inner {
}
div.tabs {
  margin: 0 0 5px 0;
}
ul.primary {
  margin: 0;
  padding: 0 0 0 10px;
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  line-height: normal;
  background: url(http://gardendesign.com/sites/all/themes/zen/zen/images/tab-bar.png) repeat-x left bottom;
}
ul.primary li {
  float: left;
  margin: 0;
  padding: 0;
}
ul.primary li a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0 0 0 5px;
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #777;
  background-color: transparent;
  background: url(http://gardendesign.com/sites/all/themes/zen/zen/images/tab-left.png) no-repeat left -38px;
}
ul.primary li a .tab {
  display: block;
  height: 20px;
  margin: 0;
  padding: 4px 13px 0 6px;
  border-width: 0;
  line-height: 20px;
  background: url(http://gardendesign.com/sites/all/themes/zen/zen/images/tab-right.png) no-repeat right -38px;
}
ul.primary li a:hover {
  border-width: 0;
  background-color: transparent;
  background: url(http://gardendesign.com/sites/all/themes/zen/zen/images/tab-left.png) no-repeat left -76px;
}
ul.primary li a:hover .tab {
  background: url(http://gardendesign.com/sites/all/themes/zen/zen/images/tab-right.png) no-repeat right -76px;
}
ul.primary li.active a, ul.primary li.active a:hover {
  border-width: 0;
  color: #000;
  background-color: transparent;
  background: url(http://gardendesign.com/sites/all/themes/zen/zen/images/tab-left.png) no-repeat left 0;
}
ul.primary li.active a .tab, ul.primary li.active a:hover .tab {
  background: url(http://gardendesign.com/sites/all/themes/zen/zen/images/tab-right.png) no-repeat right 0;
}
ul.secondary {
  margin: 0;
  padding: 0 0 0 5px;
  border-bottom: 1px solid #c0c0c0;
  list-style: none;
  white-space: nowrap;
  background: url(http://gardendesign.com/sites/all/themes/zen/zen/images/tab-secondary-bg.png) repeat-x left bottom;
}
ul.secondary li {
  float: left;
  margin: 0 5px 0 0;
  padding: 5px 0;
  border-right: none;
}
ul.secondary a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
  text-decoration: none;
  color: #777;
  background: url(http://gardendesign.com/sites/all/themes/zen/zen/images/tab-secondary.png) repeat-x left -56px;
}
ul.secondary a .tab {
  display: block;
  height: 18px;
  margin: 0;
  padding: 3px 8px;
  line-height: 18px;
}
ul.secondary a:hover {
  background: url(http://gardendesign.com/sites/all/themes/zen/zen/images/tab-secondary.png) repeat-x left bottom;
}
ul.secondary a.active, ul.secondary a.active:hover {
  border: 1px solid #c0c0c0;
  color: #000;
  background: url(http://gardendesign.com/sites/all/themes/zen/zen/images/tab-secondary.png) repeat-x left top;
}
div.messages, div.status, div.warning, div.error {
  min-height: 21px;
  margin: 0 1em 5px 1em;
  border: 2px solid #ff7;
  padding: 5px 5px 5px 35px;
  color: #000;
  background-color: #ffc;
  background-image: url(http://gardendesign.com/sites/all/themes/zen/zen/images/messages-status.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
div.status {
}
div.warning {
  border-color: #fc0;
  background-image: url(http://gardendesign.com/sites/all/themes/zen/zen/images/messages-warning.png);
}
div.warning, tr.warning {
  color: #000;
  background-color: #ffc;
}
div.error {
  border-color: #c00;
  background-image: url(http://gardendesign.com/sites/all/themes/zen/zen/images/messages-error.png);
}
div.error, tr.error {
  color: #900;
  background-color: #fee;
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
}
#tinymce {
  text-align: left;
}
#page {
  margin: 0 auto;
  text-align: left;
  width: 980px;
}
#page-inner {
}
#header {
}
#header-inner {
}
#logo-title {
}
#logo {
  margin: 0 10px 0 0;
  padding: 0;
}
#logo-image {
}
h1#site-name, div#site-name {
  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 {
}
#header-blocks {
}
#main {
  clear: both;
}
#main-inner {
}
#content {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
  width: 650px;
}
#content-inner {
}
#mission {
}
#content-top {
}
#content-header {
}
.breadcrumb {
  padding-bottom: 0;
}
h1.title, h2.title, h3.title {
  margin: 0;
}
tr.even {
}
tr.odd {
}
div.messages {
}
div.status {
}
div.warning, tr.warning {
}
div.error, tr.error {
}
.error {
}
.warning {
}
div.tabs {
}
.help {
  margin: 1em 0;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
#content-area {
}
ul.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;
}
.pager {
  clear: both;
  margin: 1em 0;
  text-align: center;
}
.pager a, .pager strong.pager-current {
  padding: 0.5em;
}
.feed-icons {
  margin: 1em 0;
}
.more-link {
  text-align: right;
}
#content-bottom {
}
#sidebar-first {
}
#sidebar-first-inner {
}
#sidebar-second {
  display: inline;
  float: left;
  width: 320px;
}
#sidebar-second-inner {
  padding: 0 0 0 10px;
}
#footer {
  clear: both;
}
#footer-inner {
}
#footer-message {
}
.node {
}
.node-inner {
}
.sticky {
}
.node-unpublished {
}
.node-unpublished div.unpublished, .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;
}
.node-mine {
}
.node-teaser {
}
.node-type-page {
}
.node-type-story {
}
.node h2.title {
}
.marker {
  color: #c00;
}
.node .picture {
}
.node.node-unpublished .picture, .comment.comment-unpublished .picture {
  position: relative;
}
.node .meta {
}
.node .submitted {
}
.node .terms {
}
.node .content {
}
.node ul.links {
}
.preview .node {
}
#comments {
  margin: 1em 0;
}
#comments-title {
}
.comment {
}
.comment-inner {
}
.comment-preview {
}
.comment.new {
}
.comment.odd {
}
.comment.even {
}
.comment.first {
}
.comment.last {
}
.comment-unpublished {
}
.comment-unpublished div.unpublished {
}
.comment-published {
}
.comment-by-anon {
}
.comment-by-author {
}
.comment-mine {
}
.comment h3.title {
}
.new {
  color: #c00;
}
.comment .picture {
}
.comment .submitted {
}
.comment .content {
}
.comment .user-signature {
}
.comment ul.links {
}
.indented {
}
.preview .comment {
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-required {
  color: #c00;
}
.form-item .description {
  font-size: 0.85em;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.4em 0;
}
.form-submit {
}
.container-inline div, .container-inline label {
  display: inline;
}
.tips {
}
#search-box {
}
#edit-search-theme-form-1-wrapper label {
  display: none;
}
#search-block-form {
}
#edit-search-block-form-1-wrapper label {
  display: none;
}
#user-login-form {
  text-align: left;
}
#user-login-form ul {
  margin-bottom: 0;
}
#user-login-form li.openid-link {
  margin-top: 1em;
  margin-left: -20px;
}
#user-login-form li.user-link {
  margin-top: 1em;
}
#user-login ul {
  margin: 1em 0;
}
#user-login li.openid-link, #user-login li.user-link {
  margin-left: -2em;
}
.field {
}
.field-type-datetime {
}
.field-type-filefield {
}
.field-type-image {
}
.field-type-nodereference {
}
.field-type-number-decimal {
}
.field-type-number-float {
}
.field-type-number-integer {
}
.field-type-text {
}
.field-type-userreference {
}
.field-field-FIELDNAME {
}
body {
}
#page-inner {
  padding: 20px;
}
#navigation-top, #navigation {
  position: absolute;
  left: -10000px;
}
#skip-to-nav {
  display: none;
}
#skip-to-nav a:link, #skip-to-nav a:visited {
  color: #fff;
}
#skip-to-nav a:hover {
  color: #000;
  text-decoration: none;
}
#header {
  width: 980px;
}
#header-inner {
}
#logo-title {
}
#logo {
  float: left;
}
#site-name {
}
#site-slogan {
}
#header-blocks {
  clear: both;
}
#main {
  position: relative;
  width: 980px;
  *width: 981px;
}
#main-inner {
}
#content, .no-sidebars #content {
  float: left;
  width: 980px !important;
  margin: 0;
  padding: 0;
}
.sidebar-left #content {
}
.sidebar-right #content, .sidebar-second #content {
  width: 665px !important;
}
.two-sidebars #content {
  width: 665px;
}
#content-inner {
  margin: 0 15px 0 0;
  padding: 0;
}
.section-blogs #content-inner, .blogs #content-inner {
  margin: 0;
}
#navbar {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100px;
}
.with-navbar #content, .with-navbar #sidebar-left, .with-navbar #sidebar-right {
}
#navbar-inner {
}
#search-box {
  width: 200px;
  margin-right: -200px;
  float: left;
}
#primary {
  margin-left: 200px;
}
#secondary {
  margin-left: 200px;
}
#navbar ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
#navbar li {
  float: left;
  padding: 0 10px 0 0;
}
#sidebar-left {
}
#sidebar-left-inner {
  margin: 0 20px 0 0;
  padding: 0;
}
#sidebar-right {
  float: left;
  width: 315px;
  margin: 0;
  padding: 0;
}
#sidebar-right-inner {
  margin: 0;
  padding: 0 0 0 15px;
}
#blogs {
}
#blogs .outer-left {
  width: 804px;
  border-right: 1px solid #aaa;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
#blogs .outer-left .top {
  width: 789px;
}
#blogs .inner-left {
  width: 160px;
}
#blogs .middle {
  width: 610px;
  margin-left: 15px;
}
#blogs .outer-right {
  width: 160px;
  padding-left: 15px;
}
#footer {
}
#footer-inner {
}
#closure-blocks {
}
#header, #content, #navbar, #sidebar-left, #sidebar-right, #footer, #closure-blocks {
  overflow: visible;
  word-wrap: break-word;
}
#navbar {
  overflow: hidden;
}
.panel-2col-stacked .panel-col-top .inside {
  margin-bottom: 15px;
}
*, html {
  margin: 0;
  padding: 0;
}
body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
body#tinymce {
  background-color: #fff;
}
p, .pane-content, .dek {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
}
.front p, .front .pane-content, .front .dek {
  font-size: 14px;
  line-height: 21px;
}
h1, h2, h3, .title {
  font-family: Tahoma, Geneva, sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
}
h2 {
  font-size: 24px;
  line-height: 24px;
}
img.imagecache-thumb_100, img.imagecache-thumb_150, .view-channel-tag-node-list img.imagecache-gallery_thumbnail, .section-living-green .tag-feature-articles .content-teaser-image img, .section-living-green .views-field-common-image img {
  margin-top: 5px;
}
.gallery-carousel.products img {
  border: 0;
}
#pcd-form-block .pcd-image img, #mini-panel-above_header #pcd-sub-offer img {
  border-color: #bbb;
}
a {
  color: #dd5e00;
  text-decoration: none;
}
.more {
  font-family: Tahoma, Geneva, sans-serif;
  color: #dd5e00;
  *padding-left: 2px;
}
.more a {
  color: #dd5e00;
  font-weight: bold;
  padding-left: 3px;
  text-transform: lowercase;
}
a:hover {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.front h2.pane-title, .sidebar-right h2.pane-title {
  height: 19px;
  text-indent: -9999px;
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 3px;
}
.front .panel-separator, .node-type-tag .panel-separator, .node-type-channel .panel-separator {
  clear: both;
  margin-top: 15px;
  padding: 0;
}
.panel-2col-stacked .panel-col-last .inside, .panel-2col-stacked .panel-col-first .inside {
  margin: 0;
  padding: 0;
}
#page {
  background-color: #fff;
}
#page-inner {
}
#pcd-sub-offer ul, #pcd-sub-offer ul li {
  padding: 0;
  margin: 0;
}
#pcd-sub-offer li, #pcd-sub-offer li a {
  color: #000;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  line-height: 14px;
}
#mini-panel-above_header {
  width: 980px;
  height: 90px;
  margin: 20px auto;
  position: relative;
}
#mini-panel-above_header .panel-col-first {
  width: 728px;
  height: 90px;
  margin-right: 15px;
  background-color: #aaaaaa;
  float: left;
}
#mini-panel-above_header .panel-col-last {
  width: 237px;
  float: left;
}
#mini-panel-above_header .inside {
  padding: 0;
  margin: 0;
}
#mini-panel-above_header #pcd-sub-offer {
  width: 218px;
  height: 55px;
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/subscribe-today.gif) 0 0 no-repeat;
  padding: 30px 5px 5px 10px;
  overflow: hidden;
}
#mini-panel-above_header #pcd-sub-offer img {
  float: left;
  margin-right: 12px;
  height: 90px;
  width: 75px;
}
.sidebar-pcd #pcd-sub-offer {
  width: 280px;
  height: 40px;
  overflow: hidden;
  padding: 35px 10px 0;
  background: #9da839 url(http://gardendesign.com/sites/all/themes/gardendesign/images/subscriptions.gif) 0 0 no-repeat;
}
.sidebar-pcd #pcd-sub-offer img {
  display: none;
  visibility: hidden;
}
.sidebar-pcd #pcd-sub-offer ul li {
  display: block;
  width: 140px;
  float: left;
}
.ad-space {
  padding-top: 15px;
}
#mini-panel-above_header .ad-space, .section-blogs .outer-right .ad-space, .blogs .outer-right .ad-space {
  padding-top: 0;
}
#header {
  position: relative;
  height: 100px;
  margin-bottom: 20px;
  z-index: 50;
}
#header-inner {
}
#logo-title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 11px 20px 9px 0;
  border-right: 1px solid #aaa;
  width: 325px;
  height: 80px;
}
#logo {
  margin: 0;
  padding: 0;
}
img#logo-image {
  border: 0;
}
h1#site-name, div#site-name {
  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 {
}
#header-blocks {
  position: absolute;
  top: 0;
  left: 365px;
  width: 615px;
  clear: none;
  z-index: 90;
  height: 100px;
}
#mini-panel-header {
  color: #aaa;
  text-transform: lowercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 615px;
  height: 100px;
}
#mini-panel-header .header-top {
  height: 20px;
  width: 615px;
}
#mini-panel-header .item-list {
  width: 300px;
  float: left;
}
#mini-panel-header .search {
  width: 300px;
  float: right;
  padding: 0;
  z-index: 100;
  text-align: right
}
#mini-panel-header form#search-block-form {
  positon: relative;
}
#mini-panel-header .search .form-item {
  display: inline;
  margin: 0;
}
#mini-panel-header .search input.form-text {
  position: absolute;
  top: 0;
  right: 32px;
  border: 1px solid #000;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  padding: 2px 2px 2px 4px;
  width: 165px;
  height: 14px;
}
#mini-panel-header .search input.form-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  text-indent: -9999px;
  *font-size: 0;
  *line-height: 0;
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/go.png) 0 0 no-repeat;
  border: 0;
  height: 20px;
}
#mini-panel-header .item-list.mega-menu, #mini-panel-header #subnav .item-list {
  width: 100%;
  float: none;
}
#mini-panel-header ul.menu a {
  color: #aaa;
  text-decoration: none;
}
#mini-panel-header ul.menu a:hover {
  text-decoration: underline;
}
#mini-panel-header  .user-links {
}
#mini-panel-header ul.user-links a {
  color: #aaa;
  text-decoration: none;
}
#mini-panel-header ul.user-links a:hover {
  text-decoration: underline;
}
#mini-panel-header ul.user-links a.username, #mini-panel-header ul.user-links li.last, #mini-panel-header ul.user-links li.last a {
  color: #dd5e00;
}
#mini-panel-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
#mini-panel-header ul li {
  display: inline;
  font-size: 12px;
  color: #aaa;
}
.view-mega-menu {
  height: 34px;
  margin-top: 11px;
  margin-bottom: 4px;
  width: 615px;
}
.mega-menu {
  height: 34px;
}
.mega-menu ul li .menu-item a {
  display: block;
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/bg-mega-menu.png) no-repeat;
  height: 34px;
  text-indent: -9999px;
}
#menu-plants .menu-title a {
  background-position: 0 0;
  width: 146px;
}
#menu-products .menu-title a {
  background-position: -146px 0;
  width: 190px;
}
#menu-articles .menu-title a {
  background-position: -336px 0;
  width: 167px;
}
#menu-photos .menu-title a {
  background-position: -503px 0;
  width: 111px;
}
#menu-plants .menu-title a:hover {
  background-position: 0 -34px;
  width: 146px;
}
#menu-products .menu-title a:hover {
  background-position: -146px -34px;
  width: 190px;
}
#menu-articles .menu-title a:hover {
  background-position: -336px -34px;
  width: 167px;
}
#menu-photos .menu-title a:hover {
  background-position: -503px -34px;
  width: 111px;
}
.mega-menu .menu-body {
  display: none;
  background: #ffffff;
  border: 2px solid #4a5b29;
  padding: 10px;
  position: absolute;
  top: 34px;
  width: auto;
  z-index: 100;
}
.mega-menu iframe.pulldown {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 34px;
  z-index: 99;
}
.mega-menu #menu-photos iframe.pulldown {
  right: 0;
}
#menu-plants .menu-body {
  left: 0;
  width: 186px;
}
#menu-products .menu-body {
  left: 0;
  width: 148px;
}
#menu-articles .menu-body {
  left: 0;
  width: 126px;
}
#menu-photos .menu-body {
  right: 0;
  width: 165px;
}
#mini-panel-header .mega-menu .menu-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#mini-panel-header .mega-menu .menu-body ul li {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
#mini-panel-header .mega-menu .menu-body ul li a {
  background: none;
  color: #000;
  display: block;
  height: 20px;
  padding: 2px 0 2px 20px;
  text-decoration: none;
  text-indent: 0;
  text-transform: lowercase;
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/menu-body-bullet.png) 0 0 no-repeat;
}
#mini-panel-header .mega-menu .menu-body ul li a:hover {
  color: #9da839;
  background-position: 0 -20px;
}
#subnav {
  height: 20px;
  width: 465px;
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/bg-subnav.png) 0 0 no-repeat;
  float: left;
  margin-top: 12px;
}
#subnav .label {
  display: block;
  float: left;
  width: 56px;
  visibility: hidden;
}
#subnav ul.item-list {
  display: inline;
}
#subnav ul.item-list li {
  display: inline;
  float: left;
}
#subnav ul.item-list li a {
  display: block;
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/bg-subnav.png) no-repeat;
  height: 20px;
  text-indent: -9999px;
}
#subnav ul.item-list li.first a {
  background-position: -56px 0;
  width: 111px;
}
#subnav ul.item-list li.living-green-link a {
  background-position: -167px 0;
  width: 136px;
}
#subnav ul.item-list li.last a {
  background-position: -303px 0;
  width: 49px;
}
#subnav ul.item-list li.first a:hover {
  background-position: -56px -20px;
  width: 111px;
}
#subnav ul.item-list li.living-green-link a:hover {
  background-position: -167px -20px;
  width: 136px;
}
#subnav ul.item-list li.last a:hover {
  background-position: -303px -20px;
  width: 49px;
}
#social-media {
  display: block;
  float: right;
  margin-top: 12px;
}
#social-media img {
  border: 0;
  padding-left: 2px;
  vertical-align: top;
}
#mini-panel-header .follow-links {
}
#mini-panel-header .follow-links .facebook, #mini-panel-header .follow-links .twitter, #mini-panel-header .follow-links .rss {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/social-icons.png) no-repeat;
  display: inline;
  padding: 0 0 0 20px;
}
#mini-panel-header .follow-links .facebook {
  background-position: 2px 0;
}
#mini-panel-header .follow-links .twitter {
  background-position: 2px -16px;
}
#mini-panel-header .follow-links .rss {
  background-position: 2px -32px;
}
#inline-login-block {
  border: 2px solid #9da839;
  background-color: #fff;
  color: #000;
  margin-left: -307px;
  padding: 15px;
  width: 550px;
}
#inline-login-block .jqmClose {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/icon-close.png) 0 0 no-repeat;
  cursor: pointer;
  height: 17px;
  width: 18px;
  position: absolute;
  right: 10px;
  text-indent: -9999px;
  top: 10px;
}
#inline-login-block .error {
  position: absolute;
  top: 12px;
  left: 205px;
}
#inline-login-block h2 {
  margin: 0 0 10px 0;
  font-weight: normal;
  text-transform: lowercase;
}
#inline-login-block .username {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
  width: 220px;
}
#inline-login-block .password {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  width: 220px;
}
#inline-login-block label {
  display: inline;
  font-size: 14px;
}
#inline-login-block .form-item {
  display: inline;
  margin: 0;
}
#inline-login-block .form-text {
  width: 150px;
}
#inline-login-block .clear {
  display: none;
}
#inline-login-block .button-row {
  display: inline;
}
#inline-login-block .button-links {
  display: block;
  margin-top: 10px;
}
#inline-login-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#inline-login-block ul li {
  display: block;
  font-size: 12px;
}
#inline-login-block ul li a, #inline-login-block a {
  color: #000;
  font-size: 12px;
  font-weight: normal;
}
#inline-login-block .bottom {
  clear: both;
  margin: 0;
  padding: 10px 0 0 0;
}
#inline-login-block h3 {
  border-top: 2px dotted #ccc;
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
}
#inline-login-block p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
#inline-login-block p a {
  text-decoration: underline;
}
#inline-login-block .form-submit {
  background: #4a5b29 url(http://gardendesign.com/sites/all/themes/gardendesign/images/submit-arrow.gif) 5px center no-repeat;
  color: #fff;
  cursor: pointer;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  height: 20px;
  line-height: 18px;
  text-align: center;
  padding: 0 10px 2px 27px;
  font-weight: bold;
  width: 80px
}
#inline-login-block .bottom-links .item-list ul li a {
  display: block;
  width: 55px;
  margin: 10px auto 0;
  background: #4a5b29 url(http://gardendesign.com/sites/all/themes/gardendesign/images/submit-arrow.gif) 5px center no-repeat;
  color: #fff;
  cursor: pointer;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px 2px 27px;
  font-weight: bold;
}
#navbar {
}
#navbar-inner {
}
#search-box {
}
#edit-search-theme-form-1-wrapper label {
  display: none;
}
#primary {
}
#secondary {
}
#main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#main-inner {
}
#content {
}
#content-inner {
}
#mission {
}
#content-top {
}
#content-inner #content-header, #blogs .top .blog-header .pane-content .blog-header {
  font-family: Tahoma, Geneva, sans-serif;
  border-top: 1px solid #000;
  font-size: 14px;
  line-height: 18px;
  height: 28px;
  padding-top: 6px;
  padding-bottom: 0;
  color: #000;
  text-transform: lowercase;
}
.blogs #content-inner #content-header {
  display: none;
  visibility: hidden;
}
#blogs .top .blog-header .pane-content .blog-header {
  height: 88px;
  margin-bottom: 15px;
}
#content-inner #content-area #content-header {
  border: 0;
  height: auto;
  padding: 0;
  text-transform: none;
}
.breadcrumb {
  width: 500px;
  float: left;
  height: 20px;
  text-align: left;
  overflow: hidden;
}
.blog-header .breadcrumb {
  width: 630px;
}
.breadcrumb a {
  color: #dd5e00;
  font-weight: normal;
  padding: 0 5px;
}
.breadcrumb a.home {
  padding: 0 5px 0 0;
}
.breadcrumb a:hover {
}
.breadcrumb .current-title {
  font-weight: bold;
  padding-left: 5px;
}
#content-header .right, .blog-header .right {
  float: right;
  width: 150px;
}
.utility-links {
  text-align: right;
  float: right;
}
.utility-links a {
  color: #4a5b29;
  text-transform: lowercase;
}
.utility-links a:hover {
}
.utility-links div {
  display: inline;
}
.utility-links .email, .utility-links .print {
  padding-right: 6px;
  border-right: 1px solid #000;
}
.utility-links .print, .utility-links .share {
  padding-left: 6px;
}
h1.title,  h2.title,  h3.title {
  margin: 0;
}
div.messages {
}
div.status {
}
div.warning, tr.warning {
}
div.error, tr.error {
}
div.tabs {
  float: right;
}
.help {
  margin: 1em 0;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
#content-area {
}
#content-area #content-header {
  margin: 10px 0;
}
#content-header h2.main-title, #content-area-header h2.main-title {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin: 0 !important;
}
.node-type-article .content p {
}
.related-tags {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #000;
}
.related-tags .label {
  font-weight: bold;
}
.related-tags a {
  color: #dd5e00;
}
.pager {
  clear: both;
  margin: 1em 0;
  text-align: center;
}
.pager a, .pager strong.pager-current {
  padding: 0.5em;
}
.feed-icons {
  margin: 1em 0;
}
#content-bottom {
}
#sidebar-left {
}
#sidebar-left-inner {
}
#sidebar-right, #blogs .outer-right {
  position: relative;
  z-index: 10;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
  overflow: visible;
}
#sidebar-right-inner {
  border-left: 1px solid #aaa;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
#sidebar-right-inner .panel-separator, .section-blogs .outer-right .panel-separator, .blogs .outer-right .panel-separator {
  height: 0px !important;
  border-top: 1px solid #9da839;
  margin: 15px 0;
  clear: both;
}
#sidebar-right-inner .panel-pane {
  margin: 0;
  padding: 0;
}
#sidebar-right h2, #blogs .outer-right .blogs-newsletter h2 {
  margin: 0 0 10px 0;
  padding;
  0;
}
.sidebar-newsletter {
}
.sidebar-newsletter h2.pane-title, #blogs .outer-right .blogs-newsletter h2.pane-title {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/panel-headers.png) 0 0 no-repeat;
  height: 19px;
  text-indent: -9999px;
  font-size: 19px;
  line-height: 19px;
}
#bonnier-newsletter-form-sideblock-form {
}
#bonnier-newsletter-form-sideblock-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
#bonnier-newsletter-form-sideblock-form fieldset legend, #bonnier-newsletter-form-sideblock-form .checkboxes {
  display: none;
}
#bonnier-newsletter-form-sideblock-form .description {
  font-size: 11px;
  line-height: 14px;
  padding-bottom: 4px;
  text-align: left;
}
#bonnier-newsletter-form-sideblock-form  #edit-email-wrapper, #bonnier-newsletter-form-sideblock-form  #edit-postal-code-wrapper {
  display: block;
  margin: 5px 0;
}
.sidebar-newsletter  #bonnier-newsletter-form-sideblock-form .textboxes label {
  display: block;
  float: left;
  width: 80px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  height: 20px;
}
.sidebar-newsletter  #bonnier-newsletter-form-sideblock-form .textboxes #edit-email-wrapper label {
  *width: 77px;
}
#blogs .outer-right  #bonnier-newsletter-form-sideblock-form .textboxes label {
  display: none;
  visibility: hidden;
}
#bonnier-newsletter-form-sideblock-form .textboxes label .form-required {
  visibility: hidden;
  display: none;
}
#bonnier-newsletter-form-sideblock-form .textboxes {
  padding: 0;
}
#bonnier-newsletter-form-sideblock-form .textboxes .form-item {
  display: inline;
  margin: 0;
}
#bonnier-newsletter-form-sideblock-form .textboxes .form-item input.form-text {
  border: 1px solid #aaa;
  color: #000;
  padding: 2px;
  font-size: 12px;
  line-height: 12px;
  height: 14px;
}
#bonnier-newsletter-form-sideblock-form  .textboxes .form-item input#edit-email.form-text, #bonnier-newsletter-form-sideblock-form  .textboxes .form-item input#edit-email-1.form-text {
  width: 210px;
}
#bonnier-newsletter-form-sideblock-form  .textboxes .form-item input#edit-zip.form-text, #bonnier-newsletter-form-sideblock-form  .textboxes .form-item input#edit-zip-1.form-text {
  width: 104px;
  float: left;
  margin-top: 0;
}
#blogs .outer-right #bonnier-newsletter-form-sideblock-form  .textboxes .form-item input#edit-email.form-text {
  width: 154px;
}
#blogs .outer-right #bonnier-newsletter-form-sideblock-form  .textboxes .form-item input#edit-zip.form-text {
  width: 48px;
}
#bonnier-newsletter-form-sideblock-form .textboxes input.form-submit, #bonnier-newsletter-newsletter-page-form .form-submit {
  width: 100px;
  *width: 98px;
  float: left;
  *float: none;
  background: #4a5b29 url(http://gardendesign.com/sites/all/themes/gardendesign/images/submit-arrow.gif) 5px center no-repeat;
  border: 1px solid #4a5b29;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 20px;
  margin-left: 5px;
  padding: 0 2px 2px 27px;
}
#sidebar-right-inner .ad-space.ad-position1 {
  height: 250px;
  background-color: #ccc;
}
#sidebar-right-inner .ad-space.ad-position2 {
  height: 125px;
  background-color: #ccc;
}
.ad-space img {
  border: 0;
}
#rsidebar-plant-tout {
}
#rsidebar-plant-tout h2.pane-title {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/panel-headers.png) 0 -19px no-repeat;
  height: 19px;
  text-indent: -9999px;
}
#rsidebar-plant-tout .pane-content {
}
#rsidebar-plant-tout .image {
  text-align: center;
}
#rsidebar-plant-tout .image img {
  width: 270px;
}
#rsidebar-plant-tout .title {
  display: none;
}
#rsidebar-plant-tout .dek {
  display: inline;
}
.sidebar-event-tout {
}
.sidebar-event-tout h2.pane-title {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/panel-headers.png) 0 -38px no-repeat;
  height: 19px;
  text-indent: -9999px;
}
.sidebar-event-tout, .sidebar-event-tout ul li {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.sidebar-event-tout ul li {
  list-style: disc;
  font-weight: bold;
}
.sidebar-event-tout ul li a {
  color: #9da839;
}
.sidebar-event-tout .view-all, .sidebar-event-tout .view-all a {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 29px;
  color: #dd5e00;
}
.sidebar-photos-tout {
  overflow: hidden;
}
.sidebar-photos-tout h2.pane-title {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/panel-headers.png) 0 -133px no-repeat;
  height: 19px;
  text-indent: -9999px;
}
.sidebar-photos-tout .views-field-common-teaser-image {
  width: 272px;
  margin: 0 auto;
}
.sidebar-photos-tout .views-field-common-teaser-image img {
  width: 270px;
}
.sidebar-photos-tout .views-field-common-title {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 10px 0;
  padding: 0;
}
.sidebar-photos-tout .views-field-common-title a {
  color: #4a5b29;
}
.sidebar-contest-tout {
  overflow: hidden;
}
.sidebar-contest-tout .views-row {
  clear: both;
  margin-top: 15px;
}
.sidebar-contest-tout h2.pane-title {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/featured-headers.png) 0 -19px no-repeat;
  height: 19px;
  line-height: 19px;
  text-indent: -9999px;
}
.sidebar-contest-tout img {
  float: left;
  height: 100px;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.sidebar-contest-tout .contest-tout-title {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: bold;
}
.sidebar-contest-tout .contest-tout-title a {
  color: #4a5b29;
}
.sidebar-contest-tout .contest-tout-dek {
  text-align: left
}
.contests-blogs {
}
.sidebar-contest-tout .views-row {
  clear: both;
  margin-top: 15px;
}
.contests-blogs h2.pane-title {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/featured-headers.png) 0 -19px no-repeat;
  height: 19px;
  line-height: 19px;
  text-indent: -9999px;
}
.contests-blogs img {
  display: none;
  visibility: hidden;
}
.contests-blogs .contest-tout-title {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: bold;
  padding-top: 15px;
}
.contests-blogs .contest-tout-title a {
  color: #4a5b29;
}
.contests-blogs .contest-tout-dek {
  text-align: left
}
.contests-blogs .contest-tout-dek span.more {
  display: block;
}
#footer {
}
#footer-inner {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0;
}
#footer-message {
}
#footer .block, #footer .inner {
  margin: 0;
}
#footer-links .item-list {
  padding: 15px 15px 0 15px;
}
#footer-links .item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#footer-links .item-list ul li {
  display: inline;
}
#footer-links .item-list ul li div {
  display: inline;
}
#footer-links .item-list ul li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/footer-menu-divider.png) 0 4px no-repeat;
  padding-left: 12px;
}
#footer-links .item-list ul li a:hover {
  text-decoration: underline;
}
#footer-links .item-list ul li.first a {
  background: none;
}
#footer #footer-copyright {
  font-size: 12px;
  margin: 0;
  padding: 5px 0 0 0;
}
#footer #publications_list_logo {
  margin: 15px 0 0 0;
  padding: 0 0 25px 0;
}
#closure-blocks {
}
.node {
}
.node-inner {
}
.sticky {
}
.node-unpublished {
}
.node-unpublished div.unpublished,  .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;
}
.node-mine {
}
.node-teaser {
}
.node-type-page {
}
.node-type-story {
}
.node h2.title {
}
.marker {
  color: #c00;
}
.node .picture {
}
.node.node-unpublished .picture, .comment.comment-unpublished .picture {
  position: relative;
}
.node .meta {
}
.node .submitted {
}
.node .terms {
}
.node .content {
}
.node div.links {
  margin: 1em 0;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.preview .node {
}
#comments {
}
#comments-title {
}
.comment {
}
.comment-inner {
}
.comment-preview {
}
.comment.new {
}
.comment.odd {
}
.comment.even {
}
.comment.first {
}
.comment.last {
}
.comment-unpublished {
}
.comment-unpublished div.unpublished {
}
.comment-published {
}
.comment-by-anon {
}
.comment-by-author {
}
.comment-mine {
}
.comment h3.title {
}
.new {
  color: #c00;
}
.comment .picture {
}
.comment .submitted {
}
.comment .content {
}
.comment .user-signature {
}
.comment div.links {
  margin: 1em 0;
}
.indented {
}
.preview .comment {
}
.block {
  margin-bottom: 1em;
}
.block.region-odd {
}
.block.region-even {
}
.block.odd {
}
.block.even {
}
.region-count-1 {
}
.count-1 {
}
.block-inner {
}
.block h2.title {
}
.block .content {
}
#block-aggregator-category-1 {
}
#block-aggregator-feed-1 {
}
#block-block-1 {
}
#block-blog-0 {
}
#block-book-0 {
}
#block-comments-0 {
}
#block-forum-0 {
}
#block-forum-1 {
}
#block-menu-2 {
}
#block-node-0 {
}
#block-poll-0 {
}
#block-profile-0 {
}
#block-search-0 {
}
#block-statistics-0 {
}
#block-user-0 {
}
#block-user-1 {
}
#block-user-2 {
}
#block-user-3 {
}
.box {
}
.box-inner {
}
.box h2.title {
}
.box .content {
}
.error {
}
.warning {
}
.more-link {
  text-align: right;
}
#user-login-form {
  text-align: left;
}
tr.even {
}
tr.odd {
}
li a.active {
  color: #000;
}
.form-item,  .form-checkboxes, .form-radios {
  margin: 5px 0;
}
.form-item input.error,  .form-item textarea.error, .form-item select.error {
  border: 2px solid #c00;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-required {
  color: #c00;
}
.form-item .description {
  font-size: 0.85em;
}
.form-checkboxes .form-item,  .form-radios .form-item {
  margin: 0.4em 0;
}
.form-submit {
  font-family: Tahoma, Geneva, sans-serif;
  cursor: pointer;
}
.container-inline div, .container-inline label {
  display: inline;
}
.tips {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
#user-login-form ul {
  margin-bottom: 0;
}
#user-login-form li.openid-link,  #user-login li.openid-link {
  margin-top: 1em;
  margin-left: -20px;
  padding-left: 20px;
  background-position: left center;
}
#user-login-form li.user-link,  #user-login li.user-link {
  margin-top: 1em;
  list-style-type: disc;
  list-style-position: outside;
}
#user-login li.openid-link,  #user-login li.user-link {
  margin-left: -2em;
}
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;
}
.node-type-article .photo-box, .node-type-blog-post .photo-box {
  position: relative;
  display: block;
  width: 302px;
  margin-top: 5px;
}
.node-type-article .photo-box .image, .node-type-blog-post .photo-box .image {
  width: 302px;
  display: block;
  float: left;
}
.node-type-gallery .photo-box .image {
  text-align: center;
}
.node-type-article .photo-box .caption, .node-type-blog-post .photo-box .caption {
  display: none;
  visibility: hidden;
}
.photo-box .enlarge {
  font-family: Tahoma, Geneva, sans-serif;
  text-transform: lowercase;
  display: block;
  float: left;
  width: 77px;
}
.photo-box .enlarge {
  cursor: pointer;
}
.photo-box .photo_credit, .photo-box .credit {
  font-size: 11px;
  font-family: Tahoma, Geneva, sans-serif;
  text-align: right;
  display: block;
  float: right;
  width: 223px;
}
.photo-box .related-box {
  display: none;
  visibility: hidden;
}
.node-type-image .content h2 {
  clear: both;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  color: #4a5b29;
}
.node-type-image .content .image-node-content {
}
.credit-postdate {
  font-size: 14px;
  line-height: 21px;
  font-family: Tahoma, Geneva, sans-serif;
  margin-bottom: 10px;
  margin-top: 5px;
}
.credit-postdate span.italic {
  color: #4a5b29;
}
.credit-postdate .views-field-created {
  color: #4a5b29;
}
.author {
  font-size: 14px;
  line-height: 20px;
  font-family: Tahoma, Geneva, sans-serif;
  font-style: italic;
  color: #4a5b29;
  margin-bottom: 10px;
}
.author span.by {
  color: #000000;
  font-style: normal;
}
.node-type-product .author {
  display: none;
  visibility: hidden;
}
.template-left {
  float: left;
  margin-right: 15px;
}
.template-right {
  float: left;
  margin-right: 15px;
}
#content-area-header.laserfist-gallery {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 650px;
}
#content-area-header.laserfist-gallery .left {
  width: 329px;
  padding-right: 10px;
  border-right: 1px solid #aaa;
}
#content-area-header.laserfist-gallery .right {
  width: 310px;
  height: 36px;
}
.node-pager {
  width: 300px;
  padding: 10px 0 10px 10px;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  font-family: Tahoma, Geneva, sans-serif;
}
.node-pager .prev a, .node-pager .next a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #4a5b29 url(http://gardendesign.com/sites/all/themes/gardendesign/images/node-pager.png) 0 0 no-repeat;
  text-indent: -9999px;
  display: block;
  height: 19px;
  width: 110px;
}
.node-pager .next a {
  background-position: -107px 0;
  width: 75px;
}
.node-pager .prev {
  width: 110px;
  height: 19px;
  float: left;
}
.node-pager .info {
  float: left;
  padding: 0 10px;
  text-align: center;
  width: 95px;
}
.node-pager .next {
  width: 75px;
  height: 19px;
  float: left;
}
.comments-count {
  display: block;
  width: 650px;
}
.comments-count {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  padding: 10px 0;
}
#comment-box {
  padding-top: 10px;
}
#comment-box h2.pane-title {
  font-weight: normal;
  padding-bottom: 8px;
  border-bottom: 1px solid #9da839;
}
#comments {
  margin: 0;
  padding: 0;
}
#comments .submitted {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #666666;
  padding-bottom: 10px;
}
#comments .submitted a {
  font-weight: bold;
  color: #9da839;
}
#comments .comment-inner {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
#comments .comment-meta {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}
a.vote-up-act, a.vote-down-act, span.vote-up-act, span.vote-down-act, a.vote-up-inact, a.vote-down-inact, span.vote-up-inact, span.vote-down-inact {
  display: inline;
}
span.vote-up-act, span.vote-down-act, span.vote-up-inact, span.vote-down-inact {
  padding-left: 20px;
  color: #4a5b29;
}
.comment-meta a {
  color: #4a5b29;
}
#laserfist-comment-form {
  width: 620px;
  margin-top: 15px;
  padding: 15px;
  background-color: #eee;
}
#laserfist-comment-form .form-title {
  font-family: Tahoma, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
}
.not-logged-in #laserfist-comment-form #comment-form textarea#edit-comment {
  width: 615px;
  height: 60px;
}
#laserfist-comment-form #comment-form p {
  display: none;
  visibility: hidden;
}
#laserfist-comment-form .terms {
  text-align: center;
}
form#comment-form input#edit-submit.form-submit {
  display: block;
  width: 147px;
  height: 20px;
  background: #4a5b29 url(http://gardendesign.com/sites/all/themes/gardendesign/images/post-comment.png) 0 0 no-repeat;
  padding-top: 20px;
  border: 0;
  margin: 10px auto;
}
.log-in-or-reg {
  font-family: Tahoma, Geneva, sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  padding: 5px 0 0;
}
.log-in-or-reg .links {
  font-weight: normal;
}
.log-in-or-reg .links a {
}
table.views-view-grid {
  margin: 0;
}
table.views-view-grid tr {
}
table.views-view-grid tr.row-first td {
  padding-top: 0 !important;
}
table.views-view-grid tr.row-last td {
  border-bottom: 0 !important;
}
.section-photos table.views-view-grid td, .section-products table.views-view-grid td {
  width: 152px;
  padding-top: 15px;
  padding-right: 14px;
  *padding-right: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.section-photos table.views-view-grid td.col-4, .section-products table.views-view-grid td.col-4 {
  padding-right: 0;
}
.node-type-tag.section-plants table.views-view-grid td {
  width: 316px !important;
  padding-top: 15px;
  padding-right: 14px;
  *padding-right: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.node-type-tag.section-plants table.views-view-grid td.col-2 {
  padding-right: 0;
}
.section-photos table.views-view-grid td .views-field-common-title, .section-products table.views-view-grid td .views-field-common-title {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #4a5b29;
}
.section-photos table.views-view-grid td .views-field-common-title a, .section-products table.views-view-grid td .views-field-common-title a {
  color: #4a5b29;
}
.node-type-tag.section-plants .view-channel-tag-node-list .views-view-grid {
}
.node-type-tag.section-plants .view-channel-tag-node-list .views-view-grid img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.node-type-tag.section-plants .view-channel-tag-node-list .views-view-grid .content-title {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
}
.node-type-tag.section-plants .view-channel-tag-node-list .views-view-grid .content-title a {
  color: #4a5b29;
}
.node-type-tag.section-plants .view-channel-tag-node-list .views-view-grid .content-dek {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 18px;
}
.node-type-tag.section-plant .views-view-grid .no-image {
  float: none !important;
  width: auto !important;
}
.front .title {
  font-size: 16px;
  line-height: 24px;
  color: #4a5b29;
}
.homepage-blog-tout .title {
  clear: both;
}
.front .title a {
  color: #4a5b29;
}
.front h2 {
  margin: 0 0 10px 0;
  padding: 0;
}
.front .jcarousel-clip, .jcarousel-container, ul.jcarousel-list {
  width: 650px;
}
#homepage-feature-slideshow {
  background: #fff;
  height: 320px;
  position: relative;
  overflow: hidden;
  width: 650px;
  z-index: 1;
}
#homepage-feature-slideshow ul {
  list-style: none;
  padding: 0;
}
#homepage-feature-slideshow .carousel-content {
  background: #000;
  color: #fff;
  display: block;
  position: absolute;
  height: auto;
  left: 230px;
  _left: 230px;
  top: 20px;
  *top: 20px;
  width: 400px;
  padding: 0 10px 10px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  overflow: hidden;
  z-index: 2;
}
#homepage-feature-slideshow  img {
  width: 650px;
  height: 320px;
  border: 0;
}
#homepage-feature-slideshow .carousel-content .title {
  font-size: 30px;
  font-weight: normal;
  line-height: 36px;
  padding: 5px 0;
  text-align: right;
  text-transform: lowercase;
  display: block;
}
#homepage-feature-slideshow .carousel-content .title a {
  text-decoration: none;
  color: #fff;
}
#homepage-feature-slideshow .carousel-content .title a:hover {
  text-decoration: underline;
}
#homepage-feature-slideshow .carousel-content .dek, #homepage-feature-slideshow .carousel-content .dek p {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 21px;
  width: 400px;
  height: auto;
  text-align: right;
  margin: 0;
}
#homepage-feature-slideshow .carousel-content .dek .more, #homepage-feature-slideshow .carousel-content .dek .more a {
  color: #9da839;
  text-transform: uppercase;
}
#homepage-feature-slideshow .carousel-control {
  position: absolute;
  top: 300px;
  *top: 300px;
  left: 0;
  *left: 0px;
  z-index: 3;
  width: 650px;
  height: 20px;
  padding-top: 5px;
  background: #000;
}
#homepage-feature-slideshow .carousel-control a {
  background: #fff;
  display: inline;
  float: left;
  text-indent: -9999px;
  height: 10px;
  width: 10px;
  margin: 0 5px 0 0;
  text-decoration: none;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}
#homepage-feature-slideshow .carousel-control a:hover, #homepage-feature-slideshow .carousel-control a.active {
  background: #9da839;
  color: #000;
}
#homepage-feature-slideshow .numbers {
  float: right;
}
#homepage-feature-slideshow .counter {
  display: none;
  visibility: hidden;
}
.feature-slideshow .views-field-title {
  display: none;
}
.feature-slideshow .views-field-common-dek {
  display: none;
}
.front .center-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  width: 650px;
  height: auto;
}
.front .center-wrapper .panel-col-first {
  width: 434px;
  min-height: 179px;
  height: auto;
  position: relative;
  display: block;
  float: left;
  border-right: 1px solid #aaa;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.homepage-contest-tout {
  width: 424px;
  position: relative;
  overflow: hidden;
}
.homepage-contest-tout h2 {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/panel-headers.png) 0 -57px no-repeat;
  height: 19px;
  text-indent: -9999px;
}
.homepage-contest-tout .pane-content {
}
.homepage-contest-tout .title {
  width: 260px;
}
.homepage-contest-tout .dek {
  width: 260px;
  min-height: 100px;
  height: auto;
}
.homepage-contest-tout .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 152px;
  height: 152px;
}
.front .center-wrapper .panel-col-last {
  width: 205px;
  padding-left: 10px;
  position: relative;
  display: block;
  float: left;
}
.homepage-blog-tout h2 {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/panel-headers.png) 0 -76px no-repeat;
  height: 19px;
  text-indent: -9999px;
}
.gallery-carousel {
  padding: 15px 0;
  position: relative;
  width: 648px;
  border: 1px solid #aaa;
  z-index: 1;
}
.gallery-carousel.photos {
  background-color: #aaa;
  height: auto;
}
.gallery-carousel.products {
  background-color: #fff;
  height: auto;
}
.page-living-green .gallery-carousel {
  background-color: #aaa;
  height: auto;
}
.page-plants .gallery-carousel {
  background-color: #eee;
  height: auto;
  border: 1px solid #eee;
  padding: 0 0 15px;
}
.gallery-carousel h2.pane-title {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  color: #fff;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 22px;
  font-weight: normal;
  overflow: hidden;
}
.gallery-carousel.photos h2.pane-title {
  background: #aaa url(http://gardendesign.com/sites/all/themes/gardendesign/images/photo-galleries-header.png) center 0 no-repeat;
}
.section-photos .gallery-carousel.photos h2.pane-title {
  background: #aaa url(http://gardendesign.com/sites/all/themes/gardendesign/images/photo-galleries-header.png) center -20px no-repeat;
}
.gallery-carousel.products h2.pane-title {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/panel-headers.png) 220px -113px no-repeat;
}
.page-living-green .gallery-carousel h2.pane-title {
  background: #aaa url(http://gardendesign.com/sites/all/themes/gardendesign/images/photo-galleries-header.png) center -40px no-repeat;
}
.page-plants .gallery-carousel h2.pane-title {
  text-indent: 50px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.page-plants .gallery-carousel h2.pane-title .more-from {
  color: #aaa;
  text-transform: lowercase;
}
.page-plants .gallery-carousel h2.pane-title .view-all {
  text-transform: uppercase;
  font-weight: bold;
  color: #dd5e00;
}
.page-plants .gallery-carousel h2.pane-title .view-all {
  font-size: 10px;
  font-weight: bold;
  color: #000;
}
.gallery-carousel .jcarousel-container {
  width: 650px;
}
.gallery-carousel .jcarousel-prev {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/buttons-arrows.png) 0 0 no-repeat;
  display: block;
  width: 22px;
  height: 20px;
  position: absolute;
  top: 63px;
  left: 15px;
  cursor: pointer;
}
.gallery-carousel.photos .jcarousel-prev, .page-living-green .gallery-carousel .jcarousel-prev {
  background-position: 0px 0px;
}
.gallery-carousel.products .jcarousel-prev {
  background-position: 0px -40px;
}
.page-plants .gallery-carousel .jcarousel-prev {
  background-position: 0px -80px;
}
.section-gallery .gallery-carousel .jcarousel-prev {
  left: 0;
}
.gallery-carousel .jcarousel-next {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/buttons-arrows.png) 0 -20px no-repeat;
  display: block;
  width: 22px;
  height: 20px;
  position: absolute;
  top: 63px;
  right: 15px;
  cursor: pointer;
}
.gallery-carousel.photos .jcarousel-next, .page-living-green .gallery-carousel .jcarousel-next {
  background-position: 0px -19px;
}
.gallery-carousel.products .jcarousel-next {
  background-position: 0px -60px;
}
.page-plants .gallery-carousel .jcarousel-next {
  background-position: 0px -100px;
}
.section-gallery .gallery-carousel .jcarousel-next {
  right: 0;
}
.gallery-carousel .jcarousel-clip {
  margin: 0 auto;
  width: 576px;
}
.gallery-carousel .jcarousel-list {
  padding: 10px 0 0 0;
  margin: 0;
}
.gallery-carousel .jcarousel-list li {
  font-family: Tahoma, Geneva, sans-serif;
  list-style: none;
  padding: 0 0px;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
.gallery-carousel .jcarousel-list li {
}
.gallery-carousel.photos .jcarousel-list li {
  height: auto;
}
.gallery-carousel.products .jcarousel-list li {
  height: auto;
}
.page-plants .gallery-carousel .jcarousel-list li {
  height: auto;
}
.page-living-green .gallery-carousel .jcarousel-list li {
  height: auto;
}
.gallery-carousel .jcarousel-list li .views-field-common-title, .gallery-carousel .jcarousel-list li .title {
  padding: 0 11px;
  text-align: center;
  height: 40px;
}
.gallery-carousel .jcarousel-list li .title a, .gallery-carousel .jcarousel-list li .views-field-common-title a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.gallery-carousel.photos .jcarousel-list li a, .page-living-green .gallery-carousel .jcarousel-list li a {
  color: #fff;
  font-weight: bold;
}
.page-plants .gallery-carousel .jcarousel-list li a {
  color: #4a5b29;
  font-weight: bold;
}
.gallery-carousel .jcarousel-list li a:hover {
  text-decoration: underline;
}
#homepage-feature-tout {
  overflow: hidden;
  width: 650px;
  margin-top: 0;
}
.homepage-feature-tout h2 {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/panel-headers.png) 0 -95px no-repeat;
  height: 19px;
  text-indent: -9999px;
  position: absolute;
  left: 262px;
  width: 385px;
}
.homepage-feature-tout .pane-content {
  width: 650px;
}
.homepage-feature-tout .image {
  float: left;
  width: 252px;
  margin-right: 10px;
}
.homepage-feature-tout .title {
  padding-top: 22px;
}
.homepage-feature-tout .dek {
}
#pcd-form-block {
  background: #DD5E00;
  padding: 15px;
  border-top: 15px solid #fff;
  border-bottom: 15px solid #fff;
  color: #fff;
}
#pcd-form-block.pcd-image {
  padding: 10px 10px 0 0;
  border: 0;
}
#pcd-form-block.pcd-body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  width: 460px;
  color: #fff;
}
#pcd-form-block.pcd-body h1, #pcd-form-block.pcd-body h2, #pcd-form-block.pcd-body h3, #pcd-form-block.pcd-body h4, #pcd-form-block.pcd-body h5 {
  font-family: Georgia, Times, serif;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#pcd-form-block.pcd-body p {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  text-align: left;
}
#pcd-form-block.pcd-body h6 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  text-align: left;
}
#pcd-form-block.pcd-body img {
  border: 0;
}
#pcd-form-block.pcd-content {
  background-color: #b14b00;
  padding: 12px;
  width: 230px;
}
#pcd-form-block ul li {
  font-size: 11px;
  line-height: 14px;
}
#pcd-form-blocka {
  color: #fff;
}
#pcd-form-block label {
  width: 62px;
  font-weight: bold;
  margin-bottom: 10px;
}
#pcd-form-block input {
  margin-bottom: 10px;
}
#pcd-form-block input.email {
  margin-bottom: 5px;
}
#pcd-form-blockinput.zip {
  width: 70px;
}
#pcd-form-blockinput[type="hidden"] {
  display: none;
}
#pcd-form-block ul {
  text-align: left;
  padding: 0 0 0 49px;
}
#pcd-form-blockinput.pcd-form-submit {
  display: block;
  background-color: #ccc;
  border: 1px solid #000;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  height: auto;
  width: 153px;
  padding: 2px;
  margin: 0 0 0 68px;
}
.channel-info {
  height: auto;
  width: 650px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.channel-info .channel-title-articles {
  background-color: #c0b495;
  border-top: 2px solid #977130;
  padding: 13px;
  height: 26px;
}
.section-living-green .channel-info .channel-title-plants {
  background-color: #7a95b1;
  border-top: 2px solid #2e669e;
  padding: 13px;
  height: 34px;
}
.channel-info .channel-title-plants {
  background-color: #7a95b1;
  border-top: 2px solid #2e669e;
  padding: 13px;
  height: 34px;
}
.channel-info .channel-title-photos, .channel-info .channel-title-Photos, .channel-info .channel-title-wallpaper {
  background-color: #888888;
  border-top: 2px solid #666666;
  padding: 13px;
  height: 34px;
}
.channel-info .channel-title-products {
  background-color: #c88f65;
  border-top: 2px solid #c85500;
  padding: 13px;
  height: 34px;
}
.channel-info .channel-title-contests, .channel-info .channel-title-events {
  background-color: #e5cf6a;
  border-top: 2px solid #d4ae01;
  padding: 13px;
  height: 34px;
}
.channel-info h1 {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/channel-headers.png) 0 0 no-repeat;
  font-family: Tahoma, Geneva, sans-serif;
  height: 34px;
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
}
.channel-info .channel-title-plants h1 {
  background: #7a95b1 url(http://gardendesign.com/sites/all/themes/gardendesign/images/channel-headers.png) 0 -170px no-repeat;
}
.channel-info .channel-title-articles h1 {
  background: #c0b495 url(http://gardendesign.com/sites/all/themes/gardendesign/images/channel-headers.png) 0 0 no-repeat;
  height: 26px;
  line-height: 26px;
}
.channel-info.section-contests h1 {
  background-color: #e5cf61;
}
.channel-info .channel-title-photos h1, .channel-info .channel-title-Photos h1 {
  background: #888888 url(http://gardendesign.com/sites/all/themes/gardendesign/images/channel-headers.png) 0 -135px no-repeat;
}
.channel-info .channel-title-products h1 {
  background: #c88f65 url(http://gardendesign.com/sites/all/themes/gardendesign/images/channel-headers.png) 0 -204px no-repeat;
}
.channel-info .channel-title-contests h1 {
  background: #e5cf6a url(http://gardendesign.com/sites/all/themes/gardendesign/images/channel-headers.png) 0 -66px no-repeat;
}
.channel-info .channel-title-events h1 {
  background: #e5cf6a url(http://gardendesign.com/sites/all/themes/gardendesign/images/channel-headers.png) 0 -101px no-repeat;
}
#blogs .blog-header  h1 {
  background: #9da839 url(http://gardendesign.com/sites/all/themes/gardendesign/images/channel-blogs.png) 15px 15px no-repeat;
  background-color: #c1c697;
  border-top: 2px solid #9da839;
  height: 60px;
  width: 789px;
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  text-indent: -9999px;
  margin-top: 28px;
  *margin-top: 10px;
}
.channel-info .channel-title-wallpaper h1 {
  background: #888888 url(http://gardendesign.com/sites/all/themes/gardendesign/images/channel-headers.png) 0 -236px no-repeat;
}
.channel-info .tag-title  h2 {
  font-size: 24px;
  line-height: 24px;
  margin: 15px 0 0 0;
  font-weight: normal;
  text-transform: uppercase;
}
.section-living-green .channel-info .tag-title  h2, .section-living-green .channel-info h1 {
  border-top: 2px solid #4a5b29;
  background: #bfd670 url(http://gardendesign.com/sites/all/themes/gardendesign/images/living-green.png) 15px 11px no-repeat;
  font-family: Tahoma, Geneva, sans-serif;
  height: 52px;
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}
.channel-info .tag-description {
  position: absolute;
  top: 80px;
  right: 0;
}
.section-living-green .channel-info .tag-description {
  position: relative;
  top: 15px;
  right: 0;
  height: 35px !important;
  z-index: 10;
}
.channel-info .pane-content {
  z-index: 2;
}
.channel-info .tag-description .tag-info {
  position: absolute;
  right: 0;
  top: 25px;
  background-color: #eee;
  border: 2px solid #aaa;
  padding: 10px;
  width: 310px;
  z-index: 100;
}
.channel-info .tag-description .tag-info a {
  display: none;
}
.channel-info .tag-description .tag-tag {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  font-family: Tahoma, Geneva, sans-serif;
  height: 20px;
  font-size: 12px;
  line-height: 12px;
  color: #9da839;
  text-align: right;
}
.channel-info .tag-description .tag-tag a {
  color: #9da839;
  cursor: help;
}
.channel-info .tag-description .tag-tag img {
  vertical-align: middle;
  border: 0;
}
#chan-feature-content {
  position: relative;
  width: 650px;
  z-index: 1;
}
.page-plants #chan-feature-content {
  padding: 15px;
  background-color: #eeeeee;
  width: 620px;
}
#chan-feature-content h2.pane-title, #chan-left-feature h2.pane-title, #chan-right-feature h2.pane-title {
  height: 19px;
  *height: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/featured-headers.png) no-repeat 0 0;
  font-size: 19px;
  line-height: 19px;
  text-indent: -9999px;
}
#chan-feature-content h2.pane-title {
  margin-bottom: -19px;
}
.page-articles #chan-feature-content h2.pane-title {
  background-position: 315px 0;
}
.page-products #chan-feature-content h2.pane-title {
  background-position: 315px -38px;
}
#chan-feature-content.i-love-this-plant h2.pane-title {
  background-position: 315px -76px;
}
#chan-left-feature.i-love-this-plant h2.pane-title, #chan-right-feature.i-love-this-plant h2.pane-title {
  background-position: 0 -76px;
}
#chan-feature-content.designing-with-plants h2.pane-title {
  background-position: 315px -95px;
}
#chan-left-feature.designing-with-plants h2.pane-title, #chan-right-feature.designing-with-plants h2.pane-title {
  background-position: 0 -95px;
}
#chan-feature-content.edibles h2.pane-title {
  background-position: 315px -114px;
}
#chan-left-feature.edibles h2.pane-title, #chan-right-feature.edibles h2.pane-title {
  background-position: 0 -114px;
}
.page-photos #chan-feature-content h2.pane-title {
  background-position: 315px -57px;
}
#chan-feature-content .pane-content {
  width: 650px;
  position: relative;
  overflow: hidden;
}
.page-plants #chan-feature-content .pane-content {
  width: 620px;
}
#chan-feature-content .pane-content .image {
  width: 315px;
  height: auto !important;
  display: block;
  float: left;
  position: relative;
}
#chan-feature-content .pane-content .title, #chan-feature-content .pane-content .item-list .title , #chan-left-feature .pane-content .title, #chan-left-feature .pane-content .item-list .title , #chan-right-feature .pane-content .title, #chan-right-feature .pane-content .item-list .title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #4a5b29;
  text-align: left;
  font-weight: normal;
}
.node-type-channel #chan-feature-content .pane-content .title {
  padding-top: 29px;
}
.node-type-tag #chan-feature-content .pane-content .title {
  padding-top: 0;
}
#chan-feature-content .pane-content .title a, #chan-left-feature .pane-content .title a, #chan-right-feature .pane-content .title a {
  color: #4a5b29;
  font-weight: bold;
}
#chan-feature-content .pane-content .dek, #chan-left-feature .pane-content .dek, #chan-right-feature .pane-content .dek {
  display: inline;
}
#chan-feature-content .pane-content div.more, #chan-left-feature .pane-content div.more, #chan-right-feature .pane-content div.more {
  display: inline;
}
.chan-browse-bar {
  height: 32px;
  background-color: #aaa;
  padding: 10px 15px 0 15px;
}
.chan-browse-bar h2 {
  color: #fff;
  width: 450px;
  float: left;
  font-size: 18px;
  line-height: 23px;
  text-transform: lowercase;
  margin: 0;
  padding: 0;
}
.chan-browse-bar .pane-content, form#channel-tag-browse-form, form#channel-tag-browse-form  div, #edit-browse-tags-wrapper.form-item {
  display: inline;
}
select#edit-browse-tags {
  width: 165px;
}
.view-channel-tag-node-list .views-row, .view-tag-article-feature-list .views-row, .view-tag-product-list .views-row, .view-living-green .views-row, .search-results dt.views-row {
  padding: 10px 0;
  border-top: 1px solid #eee;
  height: auto !important;
  overflow: hidden;
  clear: both;
}
.view-channel-tag-node-list .views-row.views-row-1, .view-tag-article-feature-list .views-row.views-row-1, .view-tag-product-list .views-row.views-row-1 {
  border-top: 0;
  padding-top: 0;
}
.view-channel-tag-node-list .views-row img, .view-tag-article-feature-list .views-row img, .view-tag-product-list .views-row img, .view-living-green .views-row img, .search-results .views-row img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.view-channel-tag-node-list .views-row .content-title, .view-tag-article-feature-list .views-row .content-title, .view-tag-product-list .views-row .content-title, .view-living-green .views-row .views-field-common-title, .search-results .views-row .title {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.view-channel-tag-node-list .views-row .content-title a, .view-tag-article-feature-list .views-row .content-title a, .view-tag-product-list .views-row .content-title a, .view-living-green .views-row .views-field-common-title a, .search-results .views-row .title a {
  color: #4a5b29;
}
.view-channel-tag-node-list .views-row .content-dek, .search-results .views-row .content-dek, .view-tag-article-feature-list .views-row .content-dek, .view-living-green .views-row .views-field-common-dek, .view-tag-product-list .views-row .dek {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
}
.views-row .no-image {
  float: none !important;
  width: auto !important;
}
#pager {
  width: 100%;
  clear: both;
  display: block;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin-top: 15px;
  border-top: 1px solid #9da839;
  padding-top: 15px;
  height: 14px;
}
#blogs #pager {
  border-top: 0;
  margin-top: 0;
}
.page-count {
  display: none;
  visibility: hidden;
}
.pager-links {
  text-align: center;
  zoom: 1;
}
.pager-links .item-list {
  display: inline;
  width: auto;
}
.pager-links .item-list ul {
  display: inline;
  padding: 0 0 0 5px;
}
.pager-links .pager-prev {
  display: inline;
  text-transform: capitalize;
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/pager-arrows.png) 0 1px no-repeat;
  padding: 0 10px 0 15px;
  border-right: 1px solid #000000;
}
.pager-links .pager-next {
  display: inline;
  text-transform: capitalize;
  padding: 0 15px 0 10px;
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/pager-arrows.png) right -13px no-repeat;
  border-left: 1px solid #000000;
}
.pager-links .pager-next .arrow, .pager-links .pager-prev .arrow {
  display: none;
  visibility: hidden;
}
.pager-links .item-list ul li.pager-item, .pager-links .item-list ul li.pager-current {
  display: inline;
  list-style-type: none;
  padding: 0 1px 0 0;
}
.pager-links .item-list ul li.pager-current {
  font-weight: bold;
}
li.pager-item  a {
  color: #dd5e00;
  text-decoration: none;
}
#blogs {
}
#blogs .blog-recent_posts h2.pane-title, #blogs .blog-gar-listing h2.pane-title {
  margin: 0;
  padding: 10px 0;
  height: 15px;
  background-color: #aaa;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
#blogs .blog-recent_posts, #blogs .blog-gar-listing {
  background-color: #eee;
  border-bottom: 1px solid #eee;
}
#blogs .blog-gar-listing .guest-title {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #aaa;
  text-align: center;
}
#blogs .blog-recent_posts .item-list ul, #blogs .blog-gar-listing .item-list ul {
  margin: 10px 10px 10px 0;
}
#blogs .blog-gar-listing .item-list ul {
  padding-left: 10px;
}
#blogs .blog-recent_posts .item-list ul li {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  list-style-type: disc;
}
#blogs .blog-gar-listing .item-list ul li {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  list-style-type: none;
}
#blogs .blog-recent_posts .item-list ul li a, #blogs .blog-gar-listing .item-list ul li a {
  color: #000;
}
#blogs .blog-gar-listing .item-list ul li a {
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/arrow-bullet.png) 0 4px no-repeat;
  padding-left: 18px;
}
#blogs .inner-left {
}
#blogs .inner-left .panel-separator, #blogs .middle .panel-separator {
  height: 0 !important;
  border: 0;
  margin: 0;
  padding: 0;
  *display: inline;
}
#blogs .node-teaser {
  width: 614px;
  position: relative;
}
#blogs .node-teaser .guest-blog, #blogs .node-teaser .editor-blog {
  padding: 15px 0;
  _padding-bottom: 15px 0 0 0;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  width: 614px;
  height: auto !important;
}
.page-blogs #blogs  .views-row-first .node-teaser .guest-blog {
  border-top: 1px solid #cccccc;
}
.page-blogs #blogs  .views-row-first .node-teaser .editor-blog {
  padding-top: 0;
}
.page-blogs #blogs .node-teaser .guest-blog {
  padding: 15px;
  background-color: #eeeeee;
  width: 584px;
}
#blogs .node-teaser img {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 10px;
  margin-top: 0;
}
#blogs .node-teaser .views-field-created {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 9px;
  padding-bottom: 3px;
  font-weight: bold;
  text-align: left;
}
#blogs .node-teaser .views-field-common-title, #blogs .node-teaser .views-field-common-title a {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4a5b29;
  text-align: left;
}
#blogs .node-teaser .content p {
  display: inline;
}
#blogs .node-teaser .content .more {
  display: inline
}
#blogs .node-teaser .views-field-common-credit {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 18px;
  padding-top: 2px;
  _display: inline;
}
#blogs .node-teaser .clear-block {
  height: 0 !important;
  _display: inline;
}
.blog-info {
  width: 592px;
  min-height: 100px;
  height: auto;
  *height: 100px;
  background-color: #eeeeee;
  border: 1px solid #aaa;
  padding: 10px;
  position: relative;
}
.page-blogs-editors-blog .blog-info {
  min-height: 150px;
  height: auto;
  *height: 150px;
}
.blog-info h2 {
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 24px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.page-blogs-editors-blog .blog-info h2 {
  width: 200px;
}
.blog-info  h2 .blog-name {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  color: #4a5b29;
  width: 462px;
}
.blog-info .bio-body {
}
.page-blogs-editors-blog .blog-info .bio-body {
  width: 200px;
}
.blog-info .editor-image {
  position: absolute;
  top: 10px;
  left: 220px;
  width: 385px;
}
.blog-info .editor-image img {
  border: 0;
  margin: 0 9px;
}
.blog-info .guest-image {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}
.blog-info .guest-image img {
  width: 100px;
  height: 100px;
  background-color: #aaa;
}
.blog-info .guest-title {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.plant-page {
}
.page-plants .panel-2col-stacked .panel-separator {
  display: inline;
}
.page-plants .center-wrapper .view-all {
  display: block;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 5px;
  padding-bottom: 16px;
  color: #dd5e00;
}
.page-plants .panel-2col-stacked .panel-col-first, .page-plants .panel-2col-stacked .panel-col-last {
  width: 309px;
  height: auto;
}
.page-plants .panel-2col-stacked .panel-col-first {
  padding-right: 15px;
  border-right: 1px solid #aaa;
  margin-right: 15px;
  padding-bottom: 100px;
  margin-bottom: -100px;
  overflow: hidden;
}
#chan-left-feature .pane-content .image {
  float: left;
  margin-right: 10px;
}
#chan-right-feature .pane-content .image {
  float: right;
  margin-left: 10px;
}
#chan-right-feature .item-list ul {
  margin: 0;
  padding: 0;
}
#chan-right-feature .item-list ul li {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 18px;
  list-style: disc;
  text-align: left;
  margin-left: 45px;
}
#chan-right-feature .item-list ul li a {
}
#chan-right-feature .item-list li.first {
  list-style-type: none;
  margin-left: 0;
}
#chan-right-feature .item-list li .title {
  *margin-top: -19px;
}
#chan-right-feature .item-list li .dek {
  text-align: left;
}
.node-type-product {
}
.node-type-product .channel-info+.panel-separator, .node-type-product .article-toolbar+.panel-separator {
  display: none;
  visibility: hidden;
}
.node-type-product .photo_credit {
  display: none;
  visibility: hidden;
}
.node-type-product .field-field-company-name {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 5px;
}
.node-type-product .field-field-address {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.node-type-product .field-field-phone-number {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.node-type-product .field-field-company-website {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.page-newsletter #content-area {
  border-top: 1px solid #977130;
  padding-top: 15px;
}
#bonnier-newsletter-newsletter-page-form {
  position: relative;
}
#bonnier-newsletter-newsletter-page-form #newsletter-required {
  font-size: 12px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 15px;
  width: 200px;
}
#bonnier-newsletter-newsletter-page-form #newsletter-description {
  padding: 20px 0 0;
}
#bonnier-newsletter-newsletter-page-form legend {
  display: none;
}
#bonnier-newsletter-newsletter-page-form h3.legend {
  border-top: 1px solid #9da839;
  border-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
#bonnier-newsletter-newsletter-page-form .our-newsletter #newsletter-image {
  width: 225px;
}
#bonnier-newsletter-newsletter-page-form .our-newsletter .form-item {
  padding: 0 0 0 225px;
}
#bonnier-newsletter-newsletter-page-form .our-newsletter .form-item .form-checkboxes .form-item {
}
#bonnier-newsletter-newsletter-page-form .our-newsletter .form-item .form-item {
  padding: 0;
}
#bonnier-newsletter-newsletter-page-form .your-info {
  clear: left;
}
#bonnier-newsletter-newsletter-page-form .your-info #edit-zip-wrapper input {
  width: 100px;
}
#bonnier-newsletter-newsletter-page-form .your-info .form-item {
}
#bonnier-newsletter-newsletter-page-form .your-info .form-item label {
  padding: 0 20px 0 0;
  float: left;
  text-align: right;
  width: 180px;
  font-weight: normal;
}
#bonnier-newsletter-newsletter-page-form .your-info #edit-birth-year-wrapper.form-item {
}
#bonnier-newsletter-newsletter-page-form .your-info .interested .form-item label {
  padding: 0 20px 0 0;
  float: left;
  text-align: left;
  width: 180px;
}
#bonnier-newsletter-newsletter-page-form .your-info .form-radios .form-item label {
  padding: 0;
  float: left;
  text-align: left;
  width: 65px;
}
#bonnier-newsletter-newsletter-page-form .your-info .form-radios {
  height: 20px !important;
}
#bonnier-newsletter-newsletter-page-form .your-info .form-radios #edit-gender-f-wrapper.form-item  label {
  padding-right: 200px;
}
#bonnier-newsletter-newsletter-page-form .your-info #edit-optional-4958-wrapper.form-item label {
  padding: 0;
  float: left;
  text-align: left;
  width: 485px;
}
#bonnier-newsletter-newsletter-page-form .your-info .interested .form-item label {
  padding: 0 20px 0 0;
  float: left;
  text-align: left;
  width: 180px;
  margin: 2px 0;
}
#bonnier-newsletter-newsletter-page-form .your-info .form-item input.form-text {
  width: 410px;
  _width: 409px;
}
#bonnier-newsletter-newsletter-page-form .your-info .form-item input.form-radio, #bonnier-newsletter-newsletter-page-form .your-info .form-item input.form-checkbox {
  width: 20px;
  _width: 19px;
}
.interested {
  margin-left: 198px;
}
.interested .title {
  margin-left: -198px;
  font-weight: normal;
}
#bonnier-newsletter-newsletter-page-form .your-info #edit-main-agree-1-wrapper label {
  padding: 0;
  width: 375px;
  font-size: 12px;
  text-align: left;
}
#bonnier-newsletter-newsletter-page-form .your-info #edit-main-agree-1-wrapper input {
  width: auto;
}
.additional .form-checkboxes div.form-item {
  width: 300px;
  float: left;
}
#bonnier-newsletter-newsletter-page-form .form-submit {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  display: block;
  float: none;
  margin: 0 auto;
}
.section-living-green {
}
.section-living-green .tag-feature-articles {
  border: 1px solid #aaa;
  padding: 15px 20px;
  overflow: hidden;
  width: 607px;
}
.section-living-green .tag-feature-articles h2.pane-title, .section-living-green .tag_feature_product h2.pane-title {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 15px 0;
  font-weight: normal;
  text-transform: uppercase;
}
.section-living-green .tag_feature_product h2.pane-title {
  margin-bottom: 5px;
}
.section-living-green .tag-feature-articles h2.pane-title .not-title, .section-living-green .tag_feature_product h2.pane-title .not-title {
  font-size: 19px;
  line-height: 22px;
  color: #aaa;
  vertical-align: top;
}
.section-living-green .tag-feature-articles h2.pane-title .more, .section-living-green .tag_feature_product h2.pane-title .more {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 5px;
  padding-bottom: 16px;
  color: #dd5e00;
}
.section-living-green .tag-feature-articles h2.pane-title .more a, .section-living-green .tag_feature_product h2.pane-title .more a {
  color: #000;
  text-transform: uppercase
}
.section-user {
}
.section-user .tabs {
  display: none;
  visibility: hidden;
}
.section-user form {
}
.section-user fieldset {
  margin: 0 0 15px 0;
  padding: 0;
}
.section-user legend {
  display: none;
  visibility: hidden;
}
.section-user h3.legend, #profile-sub-header h1 {
  padding: 0;
  border-top: 1px solid #977130;
  border-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
}
.section-user input#edit-submit {
  float: left;
  background: #4a5b29 url(http://gardendesign.com/sites/all/themes/gardendesign/images/submit-arrow.gif) 5px center no-repeat;
  border: 1px solid #4a5b29;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 20px;
  margin-left: 5px;
  padding: 0 5px 2px 25px;
  cursor: pointer;
}
.section-user #your-info .form-item {
}
.section-user form#user-profile-form .form-item .form-checkboxes, .section-user form#user-profile-form .form-item .form-radios, .section-user form#user-register .form-item .form-checkboxes, .section-user form#user-register .form-item .form-radios {
  margin-left: 200px;
  width: 400px;
}
.section-user #user-register .form-item label, .section-user #user-pass .form-item label, .section-user form#user-profile-form .form-item label {
  padding: 0 20px 0 0;
  float: left;
  text-align: right;
  width: 180px;
  font-weight: normal;
}
.section-user form#user-profile-form .form-item .form-checkboxes label.option, .section-user form#user-profile-form .form-item .form-radios label.option, .section-user form#user-register .form-item .form-checkboxes label.option, .section-user form#user-register .form-item .form-radios label.option {
  text-align: left;
  width: 155px;
  padding: 0 0 0 25px;
  text-indent: -25px;
}
.section-user form#user-profile-form #edit-field-profile-spent-improve-value-wrapper.form-item label, .section-user form#user-register #edit-field-profile-spent-improve-value-wrapper.form-item label {
  width: 490px;
}
.section-user form#user-profile-form #edit-field-profile-spent-improve-value-wrapper.form-item select, .section-user form#user-register #edit-field-profile-spent-improve-value-wrapper.form-item select {
  width: 130px;
}
.section-user #user-register .form-item .description, .section-user #user-pass .form-item .description, .section-user form#user-profile-form .form-item .description {
  padding-left: 200px;
}
.section-user form#user-profile-form .form-item .resizable-textarea {
  width: 650px;
}
.section-user form#user-profile-form .form-item .resizable-textarea textarea {
  width: 440px;
}
.section-user form#user-profile-form .form-item .resizable-textarea .grippie {
  width: 440px;
  margin-left: 200px;
}
.section-user form#user-profile-form .picture {
  float: left;
  margin: 10px;
}
.section-user form#user-profile-form #edit-picture-delete-wrapper label, .section-user form#user-profile-form #edit-picture-upload-wrapper label {
  text-align: left;
  width: 120px;
}
.section-user form#user-profile-form #edit-picture-delete-wrapper .description, .section-user form#user-profile-form #edit-picture-upload-wrapper .description {
  padding-left: 0;
}
.section-user #user-register #edit-zip-code-wrapper input {
  width: 100px;
}
.section-user #complete-registration #edit-terms-wrapper label {
  padding: 0 0 0 25px;
  display: block;
  font-size: 12px;
  text-align: left;
  text-indent: -25px;
  width: 625px;
}
.section-user #complete-registration #edit-terms-wrapper input, .section-user input.form-checkbox {
  width: 20px;
}
#profile-header {
  border-top: 1px solid #000;
  padding: 10px 0;
}
.avatar {
  float: left;
  margin-right: 10px;
}
#profile-header .profile-username .username {
  font-size: 18px;
  font-weight: bold;
}
#profile-header #profile-menu ul {
  display: block;
  margin-top: 20px;
}
#profile-header #profile-menu ul li {
  float: left;
  background: #4a5b29 url(http://gardendesign.com/sites/all/themes/gardendesign/images/submit-arrow.gif) 5px center no-repeat;
  border: 1px solid #4a5b29;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 18px;
  margin-left: 5px;
  padding: 5px 5px 2px 25px;
  cursor: pointer;
  list-style: none;
}
#profile-header #profile-menu ul li a, #profile-header #profile-menu ul li a.active {
  color: #fff;
  cursor: pointer;
}
.section-user #content-header {
}
.profile-comment {
  margin-top: 10px;
  border-top: 1px solid #9da839;
  padding-top: 10px;
}
.profile-comment .title {
  font-size: 16px;
}
.profile-comment .byline {
  color: #666666;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0;
}
.profile-comment .comment-body {
}
.profile-comment .links-box {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}
.profile-comment .links-box .label, .profile-comment .links-box .item-list, .profile-comment .links-box .item-list ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.profile-comment .links-box .item-list ul li {
  display: inline;
  list-style: none;
  border-left: 1px solid #aaa;
  padding-left: 5px;
}
.profile-comment .links-box .item-list ul li.first {
  border-left: 0;
}
.section-customerror {
}
.section-customerror h1 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 24px;
  line-height: 24px;
  border-top: 1px solid #977130;
  padding: 15px 0;
}
.sitemapbody h2, .page-sitemap #content-header h2 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  border-top: 1px solid #9da839;
  padding: 10px 0;
  text-transform: uppercase;
}
.page-sitemap #content-header h2 {
  border: 0;
  padding-top: 0;
}
.node-inner .content .sitemapbody ul {
  font-family: Tahoma, Geneva, sans-serif;
  margin: 0;
  width: 235px;
  float: left;
  list-style: none;
  clear: none;
}
.node-inner .content .sitemapbody ul.main-list {
}
.node-inner .content .sitemapbody ul.page-list {
  width: 160px;
}
.node-inner .content .sitemapbody ul ul {
  margin-left: 15px;
}
.node-inner .content .sitemapbody ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  list-style: none;
}
.node-inner .content .sitemapbody ul li a {
  color: #4a5b29;
}
.node-inner .content .sitemapbody ul li ul li, .node-inner .content .sitemapbody ul.page-list li {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  list-style: square;
}
.node-inner .content .sitemapbody ul li ul li a, .node-inner .content .sitemapbody ul.page-list li a {
  color: #dd5e00;
}
#solr {
  font-family: Tahoma, Geneva, sans-serif;
  border-top: 1px solid #9da839;
  padding-top: 10px !important;
  margin: 0;
}
#solr.panel-2col-stacked .panel-col-top {
  width: 649px;
}
#solr.panel-2col-stacked .panel-col-first {
  width: 430px;
  height: 50px;
  margin-bottom: 15px;
}
#solr h2.title {
  font-weight: normal;
  font-size: 24px;
}
#solr .displaying {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 32px;
}
#solr .displaying .italic {
  color: #4a5b29;
}
#solr.panel-2col-stacked .panel-col-last {
  width: 203px;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 1px solid #aaa;
}
#solr #search-form .form-item {
  margin: 0;
}
#solr .form-item label {
  display: none;
  visibility: hidden;
}
#solr #search-form input#edit-keys {
  width: 160px;
  margin-right: 5px;
}
#solr input#edit-submit {
  width: 27px;
  text-indent: -9999px;
  *font-size: 0;
  *line-height: 0;
  background: transparent url(http://gardendesign.com/sites/all/themes/gardendesign/images/go.png) 0 0 no-repeat;
  border: 0;
  height: 20px;
}
#solr .spelling-suggestions {
  font-family: Tahoma, Geneva, sans-serif;
  margin-top: 10px;
}
#solr .spelling-suggestions .form-item label {
  display: inline;
  visibility: visible;
}
#solr h2.pane-title {
  font-weight: normal;
  font-size: 24px;
  display: inline;
}
#solr .search-filter {
  color: #fff;
  background-color: #aaa;
  padding: 8px;
  height: 18px;
}
#solr .search-filter h2.pane-title {
  text-transform: lowercase;
  font-size: 14px;
  line-height: 18px;
  display: inline;
  float: left;
  font-weight: bold;
}
#solr .search-filter h2.pane-title:after {
  content: ": ";
}
#solr .search-filter ul {
  display: inline;
  float: left;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
#solr .search-filter ul  li {
  display: inline;
  list-style: none;
  text-transform: capitalize;
  padding: 0 5px;
  border-right: 1px solid #000;
}
#solr .search-filter ul  li.last {
  border-right: 0;
}
#solr .search-filter ul  li a {
  color: #fff;
}
#solr .search-filter ul  li a.apachesolr-unclick {
  color: #000;
  font-weight: bold;
}
#solr .result-list h2.title {
  display: none;
  visibility: hidden;
}
.section-events-promos {
}
.node-type-event {
}
.node-type-event img {
  float: left;
}
.node-type-event .content {
  float: right;
  width: 335px;
}
.node-type-event .when, .node-type-event .location {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.node-type-event .when .bold, .node-type-event .location  .bold {
  float: left;
  width: 70px;
}
.node-type-event .location .bold {
  height: 110px;
}
.node-type-event .when .field-field-event-dates, .node-type-event .location .field-type-text {
  text-align: left;
}
.node-type-event .location .field-type-text.field-field-event-city {
  float: left;
  padding-right: 5px;
}
.node-type-event .location .field-type-text.field-field-event-state {
}
.node-type-event .content .body {
  margin-top: 25px;
  clear: both;
}
.section-wallpaper {
}
.node-type-wallpaper {
}
.wallpaper-download {
}
.wallpaper-download h3 {
  padding: 15px 0;
}
.wallpaper-links .item-list ul {
  margin: 0;
  padding: 10px 0;
}
.wallpaper-links .item-list ul li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}
.wallpaper-links .item-list ul li a {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  background-color: #4a5b29;
  padding: 5px;
  color: #fff;
}
.node-type-wallpaper .instructions {
  font-family: Tahoma, Geneva, sans-serif;
  margin-top: 15px;
}
.section-contests {
}
.field_contest_body {
  padding: 15px 0;
}
.section-contests .node-type-webform .node-inner .more a {
  text-transform: capitalize;
}
.section-contests form.webform-client-form {
}
.section-contests  .asterisk-required {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
  text-align: right;
  width: 425px;
  margin-top: 20px;
}
.section-contests .webform-client-form form {
  clear: both;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.section-contests .webform-client-form fieldset {
  margin: 15px 0;
  padding: 0;
}
.section-contests .webform-client-form legend {
  display: none;
  visibility: hidden;
}
.section-contests .webform-client-form h3.legend {
  padding: 0;
  border-top: 1px solid #9da839;
  border-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
}
.section-contests form.webform-client-form .form-item {
  font-size: 14px;
  line-height: 1.5;
  height: 21px;
  margin: 0;
  padding: 0 0 10px 0;
  clear: both;
}
.section-contests form.webform-client-form .webform-component-select, .section-contests form.webform-client-form .webform-component-date, .section-contests form.webform-client-form .webform-component-textfield {
}
.section-contests form.webform-client-form label {
  display: inline;
  float: left;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  width: 125px;
  margin-right: 5px;
  text-align: right;
}
.section-contests form.webform-client-form label.option {
  text-align: left;
}
.section-contests form.webform-client-form input {
  display: inline;
  float: left;
  width: 290px;
}
.section-contests form.webform-client-form input#edit-submitted-zip-code {
  width: 70px;
}
.section-contests form.webform-client-form input#edit-submitted-phone {
  width: 130px;
}
.section-contests form.webform-client-form .webform-component-select label.option input {
  float: none;
  width: auto;
}
.section-contests .webform-client-form input#edit-submit {
  clear: both;
  float: left;
  width: 80px;
  background: #4a5b29 url(http://gardendesign.com/sites/all/themes/gardendesign/images/submit-arrow.gif) 5px center no-repeat;
  border: 1px solid #4a5b29;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 20px;
  margin-left: 5px;
  padding: 0 5px 2px 25px;
  cursor: pointer;
  margin: 15px 0 45px 125px;
}
.section-contests form.webform-client-form .webform-component-select .form-item {
  height: auto;
  clear: both;
}
.section-contests form.webform-client-form .webform-component-select .form-item .form-item {
  padding: 0;
}
.section-contests form.webform-client-form .webform-component-select .form-checkboxes {
  margin: 0;
}
.section-contests form.webform-client-form .webform-component-select .form-item label {
  display: none;
}
.section-contests form.webform-client-form .webform-component-select label.option {
  display: block;
  float: none;
  width: auto;
}
.section-contests form.webform-client-form .webform-component-select .form-radios, .section-contests form.webform-client-form .webform-component-select select {
  width: 300px;
  float: right;
  margin-right: 219px;
}
.section-contests form.webform-client-form .description {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  width: 125px;
  margin-right: 5px;
  text-align: right;
}
.section-contests form.webform-client-form .webform-component-markup {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  margin-right: 5px;
  text-align: left;
  clear: both;
}
.page-forward {
}
#forward-form {
}
#forward-form .form-item {
  padding: 5px 0;
}
#forward-form .form-item label {
  float: left;
  width: 140px;
  padding-right: 10px;
  font-weight: normal;
  text-align: right;
}
#forward-form input.form-text, #forward-form .resizable-textarea textarea {
  width: 369px;
  font-size: 12px;
  line-height: 18px;
}
#forward-form .description, #forward-form .resizable-textarea .grippie {
  margin-left: 150px;
  width: 371px;
}
#forward-form input.form-submit {
  width: 150px;
  float: left;
  *float: none;
  background: #4a5b29 url(http://gardendesign.com/sites/all/themes/gardendesign/images/submit-arrow.gif) 5px center no-repeat;
  border: 1px solid #4a5b29;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 20px;
  margin-left: 150px;
  padding: 0 2px 2px 27px;
}
.node-type-default-node #content-area, .node-type-page #content-area, .page-user #content-area, .page-user-password #content-area, .page-forward #content-area {
  border-top: 1px solid #977130;
  padding-top: 10px;
  margin: 0;
}
