/**   Styles for "Screen" Media
*     File: _styles.css
*     Theme: 0008 - rose gold
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-02-02 (by Nate Hanna)
* --------------------------------------------------------------
**/
html { 
   color: #6A6663;
   background-color: #522110;
}

a { color: #80442C; }
   a:visited { color: #666; }

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

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

#header #masthead a, 
#header #masthead a:visited {
   width: 255px;
   height: 110px;
   background: url("logo.png") 0 0 no-repeat;
   top: 11px;
   left: 0;
}
   .is_dev .vertical_2 #header #masthead a, 
   .is_dev .vertical_2 #header #masthead a:visited {
      background-image: url("logo-2.png");
      width: 250px;
      height: 65px;
      left: 15px;
      top: 52px;
   }

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

#contentWrapper { background: #FFF url('bg_contentWrapper.gif') left top repeat-y; }

#contentWrapper #contentSlot h1.pg_title { color: #823A22; }

#sideBar div.title { color: #D18031; }
#sideBar input,
#formContent input.input, 
#formContent textarea.textarea {
   background-color:#FFF;
   border-color:#5B4E40;
   color:#5B4E40;
}
#sideBar button,
#formContent input.submit { 
   background: #7D8403 url('bg_btn.jpg') left top repeat-x;
   border-color: #8A3F28;
   color: #FFF;
}

/** @group superfish */
#topNavigation ul.sf-menu li { background-color: transparent; }
   #topNavigation ul.sf-menu li a { 
      color: #FFF;
      background: transparent url('bg_topNavDivider.gif') right 50% no-repeat;
   }
   #topNavigation ul.sf-menu li ul li a { background-image: none; }
      #topNavigation ul.sf-menu li.selected a,
      #topNavigation ul.sf-menu li.selected a:hover { 
         color: #FF9D3D;
         font-weight: bold;
      }
         #topNavigation ul.sf-menu li.last a { background-image: none; }

      #topNavigation ul.sf-menu li a:hover,
      #topNavigation ul.sf-menu li a:focus,
      #topNavigation ul.sf-menu li a:active { color: #FF9D3D; }

      #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;
      }
         #topNavigation ul.sf-menu li ul { 
            border: 1px solid #A18A7B;
            border-bottom: 0;
         }
         #topNavigation ul.sf-menu li li { 
            background-color: #000;
            border-bottom: 1px solid #A18A7B;
         }
            #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: #FFF;
               background-color: #833B22;
            }
               #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 { color: #666; }

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

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

.subheader { color: #000; }

.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; }

/*#contentSlot button.button,*/
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: #D18031; }
/* @end store **/


#footer { background: transparent url('bg_footer.jpg') left top no-repeat; }
   #footer, #footer a { color: #000; }

