/**   Styles for "Screen" Media
*     File: _styles.css
*     Theme: box_of_chocolates - brown
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2009-08-04
* --------------------------------------------------------------
**/
html { 
   color: #FFF;
   background: #000 url('bg_body.jpg') left top repeat-x;
}

a { color: #773100; }
   a:visited { color: #773100; }

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: 388px;
   height: 55px;
   background: url("logo.png") 0 0 no-repeat;
   top: 28px;
   left: -15px;
}

#contentWrapper { background-color: #18100C; }

#sideBar { background: #3F1D01 url('bg_sidebar.jpg') left top repeat-x; background-color: #FF0000; }
#sideBar #marginContent { background: transparent url('bg_margin.png') left top repeat-x; }

#sideBar #marginContent h4 { border-bottom: 1px solid #925932; }

#sideBar div.title {
   color: #FFF;
   border-bottom: 1px solid #654933;
}
#sideBar input,
#formContent input.input, 
#formContent textarea.textarea {
   background-color: #FFF;
   border-color: #5B4E40;
   color: #5B4E40;
}
#sideBar button,
#formContent input.submit { 
   background: #51280D url('bg_btn.jpg') left top repeat-x;
   border-color: #FFF;
   color: #FFF;
}

/** @group superfish */
   #topNavigation ul.sf-menu li a { color: #D3B681; }
   #topNavigation ul.sf-menu li a span { background-color: #3F1D01; }
   
      #topNavigation ul.sf-menu li.selected a,
      #topNavigation ul.sf-menu li.selected a:hover { 
         background: transparent url('bg_nav-selected.png') center bottom no-repeat;
         color: #FFF;
      }
      #topNavigation ul.sf-menu li.selected a span { background-color: #773100; }
      
      #topNavigation ul.sf-menu li a:hover,
      #topNavigation ul.sf-menu li a:focus,
      #topNavigation ul.sf-menu li a:active { color: #FFF; }
      #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 { border-bottom: 1px solid #A18A7B; }
            #topNavigation ul.sf-menu li ul li a span,
            #topNavigation ul.sf-menu li.selected ul li a span { background-color: #3F1D01; }
            
            #topNavigation ul.sf-menu li ul li a:hover span,
            #topNavigation ul.sf-menu li.selected ul li a:hover span { background-color: #773100; }
/* @end superfish **/


   #footer, #footer a { color: #333; }
