/**   Styles for "Screen" Media
*     File: styles.css
*     Theme: 0007
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2011-05-13 (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 Sans Unicode", Lucida, Geneva, Verdana, sans-serif;
}
body { padding: 20px 0; }
   a { text-decoration: underline; }
      a:hover { text-decoration: none; }
      a:visited {}
      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;
      font-weight: normal;
      font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   }
      h1, .content h1 { font-size: 2.5em; margin-top: 0; font-weight: normal; }
         h1, .content h1,
         #topNavigation ul li,
         #sideBar div.title { font-family: Georgia, "New York", Serif; }
      h2, .content h2 { font-size: 1.5em; }
      h3, .content h3 { font-size: 1.4em; }
      h4, .content h4 { font-size: 1.2em; }
      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; }
   .content td td { padding: auto; }

#wrapper {
   position: relative;
   width: 980px;
   margin: 0 auto;
}


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

#header #banner { height: 92px; }

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

/** @group hdrImg */
#hdrImg {
   width: 946px;
   height: 346px;
   margin: 0 auto;
   overflow: hidden;
}
   #hdrImg img {}
   #corner1 { display: none; }
   #corner2 { display: none; }
   #corner3 { display: none; }
   #corner4 { display: none; }
/* @end hdrImg **/
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper { 
   padding: 20px 0;
   padding-bottom: 0;
   min-height: 341px;
}
/** @group contentSlot */
#contentSlot {
   width: 580px;
   float: left;
   margin-top: 1px;
   padding: 25px;
   padding-top: 0;
   line-height: 1.75em;
}
   #contentSlot iframe { width: 580px; }
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 301px;
   float: right;
   margin-top: -20px;
   margin-right: 23px;
}
   #sideBar div.title {
      letter-spacing: .2em;
      font-size: 1.0em;
      text-transform: uppercase;
      width: 301px;
      padding: 6px 20px;
      padding-bottom: 9px;
      margin: 10px -20px;
   }
   #sideBar input {
      border-width: 1px;
      border-style: solid;
      padding: 4px 5px 4px 33px;
      margin: 5px -1px 5px 0px;
      line-height: normal;
      font-size: 1.0em;
   }
      #sideBar input#authcode { 
         margin: 0 2px 0 0; 
         padding-left: 4px; 
         width: 133px;
         position: relative;
         top: -8px;
      }
      #sideBar input.email { width: 199px; }
      #sideBar input.search { width: 179px; }
   #sideBar button {
      padding: 3px 5px;
      padding-bottom: 4px;
      border-width: 1px;
      border-style: solid;
      line-height: normal;
      font-weight: bold;
      background: transparent top left repeat-x;
      position: relative;
      top: -1px;
      cursor: pointer;
   }

#newsletter, #search { margin-bottom: 0.8em; }

#marginContent { 
   padding: 0 8px;
   padding-right: 12px;
}
   #marginContent div.title { margin-left: -28px; }

.has_one_opts #marginContent { padding-top: 20px; }

/** @group topNavigation */
#topNavigation {
   position: absolute;
   top: 438px;
   left: 17px;
   width: 936px;
/*   height: 41px;*/
   padding: 0 0 20px 10px;
}
   #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;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 1.4em;
            margin-right: 12px;
            height: 50px;
            padding: 0;
            border: 0;
         }
            #topNavigation ul.sf-menu li a span {
               display: block;
               padding: 12px 16px;
               height: 26px;
            }
               #topNavigation ul.sf-menu li.selected a {}
               #topNavigation ul.sf-menu li.selected a span {
                  margin-left: 10px;
                  padding-right: 25px;
                  padding-left: 9px;
                  padding-top: 15px;
               }
/* SUB LEVEL MENU */
            #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: 41px; /* 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,
                     #topNavigation ul.sf-menu li li a span,
                     #topNavigation ul.sf-menu li.selected li a,
                     #topNavigation ul.sf-menu li.selected li a span {
                        margin: 0;
                        height: auto;
                        padding: 4px 8px;
                        font-size: 1.1em;
                     }
#topNavigation ul.sf-menu .sf-sub-indicator { display: hidden; }
/* @end topNavigation **/


/** @group vcard */
.vcard .street-address { display: block; }
/* @end vcard **/


/* @end sideBar **/
/* @end contentWrapper **/


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

.store #hdrImg { display: none; }

.store #topNavigation { top: 89px; }

.store #breadcrumbs { 
   border-bottom: 1px dashed #CACACA;
   margin-bottom: 1em;
}
   .store #breadcrumbs #location { padding-bottom: 1em; }

.store .dialog { border: 0; }

a.product-title {
   display: block;
   padding-top: 20px;
   padding-bottom: 0.4em;
}

.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;
   text-transform: uppercase;
   padding: 2px 10px;
   font-size: 11px;
   height: auto;
}

.button-row button, 
.buttons-row button,
.store button.button, .store #contentSlot .flc-buttons div.button a, .store #contentSlot .flc-buttons div.button a:visited, .store #contentSlot .order-invoice-ftr div.button a, .store #contentSlot .order-invoice-ftr div.button a:visited  { 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 { margin-bottom: 5px; }

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

#sideBar .menu-dialog .content form input[type="text"], 
#sideBar .menu-dialog .content form input[type="password"]  { 
   width: 90%;
   padding-left: 5px;
}

.store .products-list .item { min-height: 155px; }

.store .product-details .details,
.store .product-details .descr { padding: 0; }

.store .product-details .image {
   padding-right: 30px;
   padding-bottom: 20px;
}

/*.store .products .descr { padding-right: 0; }*/

.store .search-sort-bar a.up-direction:link, .store .search-sort-bar a.up-direction:visited, .search-sort-bar a.up-direction:hover, .store .search-sort-bar a.up-direction:active { background: transparent url(/spark/_globals/images/store-uarrow_black.gif) no-repeat scroll left 55%; }

.store .search-sort-bar a.down-direction:link, .store .search-sort-bar a.down-direction:visited, .store .search-sort-bar a.down-direction:hover, .store .search-sort-bar a.down-direction:active { background: transparent url(/spark/_globals/images/store-darrow_black.gif) no-repeat scroll left 55%; }

.store #contentSlot .ui-accordion .title h2, .store #contentSlot .ui-accordion .menu_active h2 { background-position: 5px 50%; }
.store #contentSlot .ui-accordion .menu_active h2 {
   border: 1px solid #CACACA;
   background-color: #FFF;
   padding: 0.4em 0.8em;
   padding-left: 30px;
}

.store div.button div, .store div.button a:link, .store div.button a:visited, .store div.button a:hover, .store div.button a:active, .store #contentSlot .flc-buttons div.button a, .store #contentSlot .flc-buttons div.button a:visited, .store #contentSlot .order-invoice-ftr div.button a, .store #contentSlot .order-invoice-ftr div.button a:visited, {
   background-color:#EEE;
   border-color:#CCC;
   color:#999;
}

.store #contentSlot .cart div.button a, .store button.button, .store .button-row button, .store .buttons-row button,
.store #contentSlot .flc-buttons div.button a, .store #contentSlot .flc-buttons div.button a:visited, .store #contentSlot .order-invoice-ftr div.button a, .store #contentSlot .order-invoice-ftr div.button a:visited { border: 1px solid #999; }


/*button.button, #contentSlot .flc-buttons div.button a, #contentSlot .flc-buttons div.button a:visited, #contentSlot .order-invoice-ftr div.button a, #contentSlot .order-invoice-ftr div.button a:visited*/

.store .totals td { padding: 0.4em 0; }
.store .totals td.total-hr { padding: 0; }

.store .login-buttons div.button { margin-top: -1px;}

.store .cart .item td.details {
   vertical-align: top;
   line-height: 1.5em;
}
/* @end store **/



/** Footer
-------------------------- **/
/** @group footer */
#footer {
   min-height: 50px; 
   font-size: .9em;
   text-transform:uppercase;
   letter-spacing: .1em;
   line-height: 1.5em;
   padding: 4px 32px;
}
   #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }

#copyright { margin-bottom: 0.1em; }

#accesskeys_anchor {
   padding: 0;
   position: relative;
   top: -14px;
   float: right;
}
/* @end footer **/

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

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

.corner {
   position: absolute;
   width: 41px;
   height: 39px;
   z-index: 5;
   background-color: transparent;
   background-position: left top;
   background-repeat: no-repeat;
}

.spacer {}

.hidden, .printOnly { display: none; }
.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}
.clearafter:after {
   content: "";
   display: block; 
   height: 100%;
   clear: both;
   visibility: hidden;
}
