/**   Styles for "Screen" Media
*     File: styles.css
*     Theme: 0008
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-02-02 (by Nate Hanna)
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: "Lucida Grande", "Lucida Sans", Lucida, Geneva, Verdana, sans-serif;
   height: 100%;
}
   a { text-decoration: underline; }
      a:hover { text-decoration: none; }
      a img { border: 0; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
      line-height: 1.25em;
      margin-bottom: 0.2em;
   }
      h1, .content h1 { font-size: 2.5em; margin-top: 0; font-weight: normal; }
         h1, .content h1, #topNavigation { font-family: Georgia, "New York", Serif; }
      h2, .content h2 { font-size: 1.3em; }
      h3, .content h3 { font-size: 1.2em; }
      h4, .content h4 { font-size: 1.1em; }
      h5, .content h5 { font-size: 1.0em; }
      h6, .content h6 { font-size: 0.9em; }

div.hr {
   height: 1px;
   margin: 5px 0 1.6em 0;
   background: transparent no-repeat scroll center;
}
   div.hr hr { display: none; }

.content td { padding: 0 20px 0 0; }

#wrapper {
   position: relative;
   width: 960px;
   min-height: 500px;
   margin: 0 auto;
}

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header { height: 416px; }

#header #masthead a, 
#header #masthead a:visited {
   position: absolute;
   display: block;
   text-indent: -10000px;
   text-decoration: none;
   overflow: hidden;
   z-index: 5;
}

/** @group hdrImg */
#hdrImg { 
   position: relative;
   width: 960px;
   height: 416px;
}
   #hdrImg #img { 
      position: absolute;
      top: 132px;
      left: 6px;
      z-index: 1;
      height: 280px;
      overflow: hidden;
   }
      #hdrImg #img img { width: 950px; }
   #corner1 {
      position: absolute;
      width: 960px;
      height: 416px;
      top: 0;
      left: 0;
      z-index: 3;
   }
   #corner2, #corner3, #corner4 { display: none; }
/* @end hdrImg **/
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper { 
   padding: 0 6px;
   min-height: 300px;
}
/** @group contentSlot */
#contentSlot {
   width: 698px;
   float: right;
}
   #contentSlot iframe { width: 634px; }
   #layout { padding: 24px 32px; }
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 250px;
   float: left;
   line-height: 0.9em;
   padding: 10px 0;
}
   #sideBar div.title {
      font-size: 1.4em;
      padding-bottom: 10px;
   }
   #sideBar div.input { margin: 0; position: relative; }
   #sideBar input {
      border-width: 1px;
      border-style: solid;
      padding: 4px 5px 4px 5px;
      margin: 5px 1px 3px 0px;
   }
      #sideBar input.email, #sideBar input.search { width: 220px; }
      #sideBar input#authcode { width: 87px; }
         #sideBar .authcode, #sideBar .flash_embedded { vertical-align: middle; }
         #sideBar #insertFlash {
            position: absolute;
            top: 5px;
            right: 2px;
         }
   #sideBar button {
      margin: 5px -1px 5px 0px;
      padding: 3px 5px;
      border-width: 1px;
      border-style: solid;
      line-height: normal;
      font-weight: bold;
      background: transparent top left repeat-x;
   }
   #sideBar #marginContent { line-height: 1.5em; }

#sideBar #newsletter { padding-top: 0; }
/** @group topNavigation */
#topNavigation {
   position: absolute;
   top: 73px;
   left: 285px;
   z-index: 4;
   width: 675px;
}
   #topNavigation ul.sf-menu { 
      list-style: none;
      float: none;
      margin: 0;
   }
      #topNavigation ul.sf-menu li { margin: 0; }
         #topNavigation ul.sf-menu li.sfHover ul { z-index: 99; }
         #topNavigation ul.sf-menu li a {
            display: block;
            float: left;
            text-decoration: none;
            letter-spacing: .1em;
            text-transform:uppercase;
            font-size: 1.2em;
            margin: 0;
            padding: 0;
            border: 0;
         }
            #topNavigation ul.sf-menu li a span {
               display: block;
               padding: 21px 23px;
            }
            #topNavigation ul.sf-menu li a.sf-with-ul { padding-right: 0; }
            #topNavigation ul.sf-menu li:hover ul,
            #topNavigation ul.sf-menu li.sfHover ul { 
               top: 58px; /* match top ul list item height */
               margin: 0;
               margin-left: 4px;
               width: 186px;
            }
               #topNavigation ul.sf-menu li li a span { padding: 8px 13px; }
               #topNavigation ul.sf-menu li:hover ul li ul,
               #topNavigation ul.sf-menu li.sfHover ul li ul { 
                  top: 0; /* match top ul list item height */
                  margin-left: 0;
                  left: 186px;
               }
                  #topNavigation ul.sf-menu li li { padding: 0; }
                     #topNavigation ul.sf-menu li li a {
                        margin: 0;
                        width: 100%;
                        letter-spacing: 0.1em;
                     }
                        #topNavigation ul.sf-menu li.selected li a,
                        #topNavigation ul.sf-menu li.selected li a { padding-right: 0; }

#topNavigation ul.sf-menu .sf-sub-indicator { display: hidden; }
/* @end topNavigation **/
/* @end sideBar **/
/* @end contentWrapper **/


/** @group store */
.store #header { height: 130px; }

.store #header #corner1 { height: 150px; }

.store #breadcrumbs { padding-top: 20px; }

.store .dialog { border: 0; }

a.product-title {
   display: block;
   margin-top: 20px;
}

.menu-dialog div.full { padding-left: 20px; }

button.button .button-right, button.button .button-left {
   font-size: 11px;
   line-height: normal;
   min-height: 0;
   height: auto;
   font-weight: bold;
   padding: 0;
}

.buttons-row button,
.button-row button,
div.button a,
div.menu-button a,
button.main-button,
div.main-button a {
   font-weight: normal;
   padding: 2px 10px;
   font-size: 11px;
   height: auto;
}

.button-row button, .buttons-row button { padding: 4px 10px; }

tr.flc-tab-links td, td.product-cell { padding: 0 8px; }

.store .order-invoice {
   background: #FFF;
   padding: 8px;
   color: #333;
}

.menu-dialog .content { background: none; }

.menu-dialog .title-bar {
   font-size: 1.5em;
   font-weight: normal;
   background: none;
}

.menu-dialog .content div { margin-left: 8px; margin-top: 4px;}
/* @end store **/


/** Footer
-------------------------- **/
/** @group footer */
#footer { 
   height: 45px; 
   text-transform: uppercase;
   letter-spacing: .1em;
   line-height: 1.5em;
   text-align: right;
   padding: 9px 15px 5px;
   font-size: 0.85em;
}
   #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }

.spark #accesskeys_anchor {
   position: absolute;
   left: 488px;
   margin-top: -13px;
   padding-left: 0;
}
/* @end footer **/

/** @group formContent */
#formContent td.content label { font-weight: normal; }
/* @end formContent **/

/** Class Styles
-------------------------- **/
.content {
   line-height: 1.5em;
   font-size: 1.2em;
}

.spacer { padding: 10px 8px; }

.hidden, .printOnly { display: none; }
.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}
