/**   Styles for "Screen" Media
*     File: _styles.css
*     Theme: media_inspired - yellow
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2009-08-06
* --------------------------------------------------------------
**/
html { 
   color: #6A6663;
   background:#FBBD29 url('bg_html.jpg') repeat-x scroll left top;
}

a,a:visited { color:#C69521; }

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

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

#header #masthead a, 
#header #masthead a:visited {
   background:transparent url('logo.png') no-repeat scroll 0 0;
   width:233px;
   height:50px;
   left:40px;
   top:70px;
   z-index: 100;
}

#corner1 { background:transparent url('bg_hdr-overlay.png') no-repeat scroll left top; }

#contentWrapper { background: transparent url('bg_content.gif') repeat-y scroll left top; }
   #default.home #contentWrapper { background:transparent url('bg_content_home.gif') repeat-y scroll left top; }
   #default.home #contentWrapper h1 { color: #FFF; }
#contentSlot .homeTable .column1, #contentSlot .homeTable .column2 { border-right: 1px solid #666; }

#sideBar, #sideBar div.title,
#default.home h1, #default.home h2, #default.home h3, #default.home h4, #default.home h5, #default.home h6,
#default.default #sideBar h1, #default.default #sideBar h2, #default.default #sideBar h3, #default.default #sideBar h4, #default.default #sideBar h5, #default.default #sideBar h6 { color:#FFF; }

#sideBar input,
#formContent input.input, 
#formContent textarea.textarea {
   background-color:#FFF;
   border-color:#5B4E40;
   color:#5B4E40;
}
#sideBar button,
#formContent input.submit { 
   background: #FBBD2B;
   border-color: #D58F2B;
   color: #000;
}

/** @group superfish */
#topNavigation ul.sf-menu li { background-color: transparent; }
   #topNavigation ul.sf-menu li a { 
      color: #FFF;
      background: transparent url('bg_nav.gif') right 50% no-repeat;
   }
      #topNavigation ul.sf-menu li a small { color: #999; }
      #topNavigation ul.sf-menu li a:hover,
      #topNavigation ul.sf-menu li a:focus,
      #topNavigation ul.sf-menu li a:active,
      #topNavigation ul.sf-menu li.selected a,
      #topNavigation ul.sf-menu li.selected a:hover { 
         color: #FBBD29;
      }
         #topNavigation ul.sf-menu li.last a { background-image: none; }
      #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;
         background-image: none;
      }
         #topNavigation ul.sf-menu li ul { 
            border: 1px solid #999;
         }
         #topNavigation ul.sf-menu li li { 
            background-color: #000;
            border-bottom: 0px;
         }
            #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: #FBBD29;
               background-color: #000;
            }
               #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, .store #contentWrapper small, .store label, .register-section-title label { color: #FFF; }

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

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

.subheader { color: #FFF; }

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

.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: #999; }

