/**   Styles for "Screen" Media
*     File: _styles.css
*     Theme: in_the_garden - green
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2009-08-06
* --------------------------------------------------------------
**/


html { 
   color: #FFF;
   background: #192423 url('bg_html.jpg') center top no-repeat;
}

a { color: #E1841D; }
   a:visited { color: #FFF; }

h1, h2, h3, h4, h5, h6,
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { color: #FFF; }

div.hr { background-color: #ECECEC; }

#header #masthead a, 
#header #masthead a:visited {
   width: 209px;
   height: 106px;
   background: url("logo.png") 0 0 no-repeat;
   top: 26px;
   left: 40px;
}

#sideBar div.title { color: #FFF; }
  #sideBar div.title, #marginContent {}
#sideBar input,
#formContent input.input, 
#formContent textarea.textarea {
   background-color:#C4CFBF;
   border-color:#8D662D;
   color:#535D52;
}
#sideBar button,
#formContent input.submit { 
   border-color: #EAA969;
   color: #FFF;
   background: #E1841D url('bg_btn.jpg') left top repeat-x;
}

/** @group superfish */
#topNavigation ul.sf-menu li { background-color: transparent; }
   #topNavigation ul.sf-menu li a { color: #A7B8A2; }
      #topNavigation ul.sf-menu li.selected a,
      #topNavigation ul.sf-menu li.selected a:hover { color: #6B9740; }
         #topNavigation ul.sf-menu li.selected a {}
      #topNavigation ul.sf-menu li a:hover,
      #topNavigation ul.sf-menu li a:focus,
      #topNavigation ul.sf-menu li a:active { 
         color: #FFF;
         text-decoration: underline;
      }
      #topNavigation ul.sf-menu li li a,
      #topNavigation ul.sf-menu li.selected li a,
      #topNavigation ul.sf-menu li.selected li a:hover { 
         color: #FFF;
         background-color: transparent;
         text-decoration: none;
      }
      #topNavigation ul.sf-menu li.selected li a:hover { 
         color: #FFF;
         background-color: #E1841D;
      }
         #topNavigation ul.sf-menu li ul { border: 1px solid #263731; }
         #topNavigation ul.sf-menu li li { background-color: #1D2925; }
            #topNavigation ul.sf-menu li.sfHover li:hover,
            #topNavigation ul.sf-menu li li a:hover,
            #topNavigation ul.sf-menu li.selected li a:hover { 
               color: #1D2925;
               background-color: #6B9740;
               text-decoration: none;
            }
               #topNavigation ul.sf-menu li.selected li a,
               #topNavigation ul.sf-menu li.selected li a { background-image: none; }
/* @end superfish **/


/** @group store */
body.store { background-position: left -353px; }

.minicart, .menu-dialog .content li, small, label, .register-section-title label { color: #FFF; }

hr.minicart, .content hr { background-color: #666; }

.products .price-value, .totals .total-value { color: #900; }

.subheader { color: #FFF; }

.store #contentSlot .dialog-search-sort-bar a { color: #FFF; }

.menu-dialog button.menu-button { margin-bottom: 6px; }

.button-row button, .buttons-row button { border: 1px solid #96918A; }

div.button a, div.menu-button a, button.main-button, div.main-button a {
   color: #EEE;
   border: 1px solid #96918A;
}

.menu-dialog .title-bar { color: #FFF; }

#storemenu .menu-dialog { border-bottom: 1px solid #9AABB7; }

.store .order-invoice {
   background: #FFF;
   color: #333;
}
/* @end store **/


#footer { background: transparent url('bg_footer.gif') left top no-repeat; }
   #footer, #footer a { 
      color: #8A8F8D; 
      font-style: italic; 
   }

#spark_outer_footer { background: transparent url('bg_footer.png') left top no-repeat; }