/**   Styles for "Screen" Media
*     File: colors.css
*     Theme: starts_with_a_spark - orange
*     Author: Stephen Davis & Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2009-08-21
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { color: #EEE; }
body { background: #000 url('bg_body.jpg') top center no-repeat; }

a { color: #FFF; }
   a:hover { color: #FF4E00; }
   a:visited { color:#F70; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { color: #F70; }
      #contentSlot h1 { color: #CCC; }

#outer_wrapper {
   border: 1px solid #45342B;
   background: url('bg_outer_wrapper.jpg') top left no-repeat;
}

#wrapper {
   border: 1px solid #444;
   background: #111;
}

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header #masthead a, 
#header #masthead a:visited
{
   position: absolute;
/*   position: relative;*/
/*   float: left;*/
   display: block;
   background: url("logo.png") 0 0 no-repeat;
   text-indent: -10000px;
   width: 191px;
   height: 206px;
   text-decoration: none;
   overflow: hidden;
   z-index: 5;
   top: -25px;
   left: 36px;
}

/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
/** @group sideBar */
#sideBar { color: #AAA; }

#sideBar .title { color: #F70; }

#sideBar input {
   border: 1px solid #666;
   background-color: #333;
   color: #DDD;
}

#sideBar button,
.content button,
#formContent input.submit{
   border: 1px solid #F70;
   background-color: #F70;
   color: #FFF;
}

#topNavigation ul li a { color: #CCC; }
   #topNavigation ul li.selected a {
      color: #333;
      background: url('bg_nav.jpg') top left no-repeat;
   }
      #topNavigation ul li.selected a:hover { color: #333; }
   #topNavigation ul li a:hover { color: #F70; }
#topNavigation ul li ul {
   border: 1px solid #444;
   border-bottom: 0;
}
   #topNavigation ul li ul li { border-bottom: 1px solid #444; }
      #topNavigation ul li ul li a,
      #topNavigation ul li.selected ul li a {
         color: #CCC;
         background: #111;
         font-weight: normal;
      }
      #topNavigation ul li ul li a:hover,
      #topNavigation ul li.selected ul li a:hover { color: #F70; }
/* @end sideBar **/
/* @end contentWrapper **/

/** @group formContent */
#formContent td.content label { font-weight: normal; }
#formContent select, #formContent input.input, #formContent textarea.textarea { border-color: #F70; }
/* @end formContent **/

/** Footer
-------------------------- **/
/** @group footer */
#footer {}
   #footer, #footer a { color: #777; }
/* @end footer **/


