/**   Styles for "Screen" Media
*     File: styles.css
*     Theme: 0023
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-04-09 (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: "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", 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,
   #sideBar div.title {
      line-height: 1.25em;
      margin-bottom: 0.2em;
      font-family: Garamond, "Times New Roman", Times, serif;
   }
      h1, .content h1 { font-size: 3.5em; }
         h1.pg_title, .content h1.pg_title { margin-top: 0; }
      h2, .content h2 { font-size: 2.0em; }
      h3, .content h3 { font-size: 1.8em; }
      h4, .content h4 { font-size: 1.4em; }
      h5, .content h5 { font-size: 1.2em; }
      h6, .content h6 { font-size: 1.0em; }

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: 486px; }

#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: 385px;
   top: 87px;
}
   #hdrImg #img {
      position: absolute;
      top: 0;
      left: 0;
      width: 960px;
      height: 385px;
      overflow: hidden;
   }
      #hdrImg #img img { width: 960px; }
   #corner1,
   #corner2 {
      position: absolute;
      width: 960px;
      height: 18px;
      top: -18px;
      left: 0;
      z-index: 3;
   }
      #corner2 {
         top: auto;
         bottom: -18px;
         left: 0;
      }
   #corner3, #corner4 { display: none; }
/* @end hdrImg **/
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper { 
   padding: 0;
   min-height: 300px;
}
/** @group contentSlot */
#contentSlot {
   width: 595px;
   float: left;
}
   #contentSlot iframe { width: 569px; }
   #layout { 
      padding: 27px 13px;
      padding-top: 0;
   }
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 365px;
   float: right;
   line-height: 0.9em;
}
#sideBarHook { padding: 56px 15px; }
   #sideBar div.title {
      font-size: 2.0em;
      padding-bottom: 0px;
      margin: 0;
      font-weight: bold;
   }
   #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: 243px;
         padding-left: 37px;
         background-position: left center;
         background-repeat: no-repeat;
      }
      #sideBar input#authcode { width: 169px; }
         #sideBar .authcode, #sideBar #insertFlash { 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;
      cursor: pointer;
      cursor: hand;
   }
   #sideBar #marginContent { line-height: 1.5em; }

#sideBar #newsletter { padding-top: 0; }
/** @group topNavigation */
#topNavigation {
   position: absolute;
   top: 20px;
   left: 345px;
   z-index: 4;
   width: 615px;
   font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
   #topNavigation ul.sf-menu { 
      list-style: none;
      float: none;
      margin: 0;
   }
      #topNavigation ul.sf-menu li { 
         margin: 0;
         height: 65px;
      }
         #topNavigation ul.sf-menu li.sfHover ul { z-index: 99; }
         #topNavigation ul.sf-menu li a {
            display: block;
            float: left;
            text-decoration: none;
            font-size: 1.7em;
            font-weight: bold;
            margin: 0;
            padding: 0;
            border: 0;
         }
            #topNavigation ul.sf-menu li a span {
               min-height: 33px;
               display: block;
               padding: 10px 21px 9px;
            }
            #topNavigation ul.sf-menu li a small {
               font-size: 13px;
               font-weight: normal;
               color: #5980A0;
            }
            #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: 65px; /* match top ul list item height */
               margin: 0;
               margin-left: 0;
               width: 186px;
               font-size: 10px;
            }
               #topNavigation ul.sf-menu li li { height: auto; }
               #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;
                        font-size: 1.4em;
                     }
                     #topNavigation ul.sf-menu li li a span { min-height: 1px; }
                        #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 **/
/** @group sectionNav */
#sectionNav { }
#sectionNav ul {
   margin: 0;
   padding: 0 0 0 1.25em;
   list-style: none;
}
#sectionNav ul:first-child { padding-bottom: 24px; }
   #sectionNav ul ul { list-style: disc; }
      #sectionNav ul li li { margin: 0 0 0.8em; }
         #sectionNav ul li li a {
            display: block;
            font-size: 1.3em;
            font-weight: bold;
            text-decoration: none;
         }
            #sectionNav ul li li a:hover { text-decoration: underline; }

   #sectionNav ul li.lvl2 li ul { padding-top: 0.8em; }
   #sectionNav ul li.lvl2 li { padding-bottom: 0.8em; }
/* @end sectionNav **/
/* @end sideBar **/
/* @end contentWrapper **/


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

.store #hdrImg { display: none; }

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

.data-table textarea { min-width: 408px; }

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

.store .order-invoice { padding: 8px; }

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

.menu-dialog .title-bar {
   font-size: 1.5em;
   font-weight: normal;
   background: none;
   font-family: Georgia, "New York", Garamond, "Times New Roman", Times, serif;
}
/* @end store **/



/** Footer
-------------------------- **/
/** @group footer */
#spark_outer_footer {
   display: block;
   height: 139px;
   margin-top: -52px;
}
#footer { 
   height: 31px; 
   text-transform: uppercase;
   letter-spacing: .1em;
   line-height: 1.5em;
   text-align: center;
   padding: 1px 15px 18px;
}
   #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }

.spark #accesskeys_anchor { padding-left: 0; }
/* @end footer **/

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

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

.spacer, .has_section_nav #sideBar #newsletter { padding: 21px 8px; }

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