/**   Styles for "Screen" Media
*     File: styles.css
*     Theme: 0002
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-04-19 (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;
}
   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,
   .default #sideBar div.title {
   	line-height: 1.25em;
   	margin-bottom: 0.2em;

   }
   	h1, .content h1 { font-size: 3.5em; }
   	   .home h1.pg_title, .home .content h1.pg_title { display: none; }
   	   h1.pg_title, .content h1.pg_title { margin-top: 0.4em; }
   	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: 930px;
	min-height: 500px;
	margin: 0 auto;
}


/** Header
-------------------------- **/
/** @group header */
.home #header { height: 434px; }
.default #header { height: 315px; }

#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: 930px;
   top: 85px;
}
.home #hdrImg { height: 385px; }
.default #hdrImg { height: 215px; }
   #hdrImg #img {
      position: absolute;
      overflow: hidden;
      z-index: 1;
   }
   .home #hdrImg #img {
      width: 912px;
      height: 318px;
      top: 10px;
      left: 10px;
   }
   .default #hdrImg #img {
      width: 919px;
      height: 192px;
      top: 9px;
      left: 5px;
   }
      .home #hdrImg #img img { width: 912px; }
      .default #hdrImg #img img { width: 919px; }
   #corner1 {
      position: absolute;
      width: 932px;
      height: 338px;
      top: 0;
      left: 0;
      z-index: 2;
   }
      .default #corner1 { height: 210px; }
   #corner2,
   #corner3 {
      position: absolute;
      width: 77px;
      height: 43px;
      z-index: 2;
   }
      #corner2 {
         top: -6px;
         left: -6px;
      }
      #corner3 {
         top: 0px;
         right: -5px;
      }
   #corner4 {
      position: absolute;
      top: -88px;
      left: 42px;
      width: 888px;
      height: 54px;
      z-index: 3;
   }
      #column4 .homeTitle { display: none; }
/* @end hdrImg **/
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper { 
   padding: 0;
   min-height: 300px;
}
.default #contentWrapper,
.store #contentWrapper { margin-bottom: 30px; }

.default .has_zero_opts #contentWrapper, 
.default .has_one_opts .margin_empty #contentWrapper { 
   background-position: -320px 0; 
}
   .default .has_section_nav .margin_empty #contentWrapper { background-position: 0 0; }
/** @group contentSlot */
.default #contentSlot,
.store #contentSlot,
#default.default .has_section_nav .margin_empty #contentSlot,
#default.default .has_store_menu .margin_empty #contentSlot {
   width: 631px;
   float: right;
}
   .default #contentSlot iframe { width: 571px; }
   .home #contentSlot iframe { width: 930px; }
   .has_zero_opts #contentSlot iframe, .default .has_one_opts .margin_empty #contentSlot iframe { width: 870px;  height: 600px; }
   
.home #contentSlot,
.has_zero_opts #contentSlot,
.default .has_one_opts .margin_empty #contentSlot {
   width: 930px;
   float: none;
}

.store #contentSlot { width: 669px; }

   .default #layout,
   .store #layout { 
      padding: 20px 30px;
      padding-top: 0;
   }
/** @group homeGrid */
.home #homeGrid { padding: 0 4px 0 5px; }
#homeGrid .homeImage { display: none; }
.home #homeGrid .column {
   padding: 21px 47px 15px 25px;
   float: left;
   width: 235px;
   min-height: 197px;
}
.home #homeGrid div.hr_col3 { 
   clear: left;
   display: block;
   margin: 0;
   height: 1px;
   background-color: #999;
}
   .home #homeGrid #column4 {
      clear: left;
      width: 829px;
      border: 0;
      margin: 0 auto;
      padding: 30px 45px;
      font-size: 1.55em;
      line-height: 1.5em;
      min-height: 80px;
   }
      .home #homeGrid #column4 blockquote {
         margin: 0;
         padding: 0;
         font-style: italic;
         font-size: 1.1em;
         font-family: Garamond, "Times New Roman", Times, serif;
      }
      .home #homeGrid #column4 p { margin-top: 0; }
.home #homeGrid .homeTitle { 
   font-size: 1.5em;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   margin-top: 0;
}
/* @end homeGrid **/

/* @end contentSlot **/
/** @group sideBar */
.default #sideBar,
.store #sideBar,
#default.default .has_section_nav .margin_empty #sideBar,
#default.default .has_store_menu .margin_empty #sideBar {
   width: 298px;
   float: left;
   line-height: 0.9em;
}
   .store #sideBar {
      width: 260px;
      float: left;
      line-height: 0.9em;
   }
.home #sideBar,
.has_zero_opts #sideBar,
.default .has_one_opts .margin_empty #sideBar {
   width: auto;
   float: none; 
}
.home #sideBarHook { padding: 5px 0; }
.default #sideBarHook,
#default.default .has_section_nav .margin_empty #sideBarHook, 
#default.default .has_store_menu .margin_empty #sideBarHook { 
   padding: 0 0 20px; 
}
   .has_zero_opts #sideBarHook, .has_one_opts .margin_empty #sideBarHook { padding: 0; }

.home #sideBar #newsletter,
.home #sideBar #search { display: none; }


.default #sideBar div.title,
.store #sideBar div.title {
   font-size: 1.4em;
   padding-bottom: 0px;
   margin: 0;
   margin-top: 20px;
   font-weight: bold;
}
.default #sideBar div.input,
.store #sideBar div.input { margin: 0; position: relative; }

.default #sideBar input,
.store #sideBar input,
.store .flc-left-dialog input,
.store .data-table input[type="text"] {
   border-width: 1px;
   border-style: solid;
   padding: 4px 5px 4px 5px;
   margin: 5px 1px 3px 0px;
}
   .default #sideBar input.email,
   .store #sideBar input.email,
   .default #sideBar input.search,
   .store #sideBar input.search { 
      width: 240px;
      background-position: left center;
      background-repeat: no-repeat;
   }
   .default #sideBar input#authcode,
   .store #sideBar input#authcode { width: 105px; }
      .default #sideBar .authcode,
      .store #sideBar .authcode,
      #sideBar .flash_embedded { vertical-align: middle; }
      .default #sideBar .flash_embedded
      .store #sideBar .flash_embedded {
         position: absolute;
         top: 5px;
         left: 220px;
      }
.default #sideBar button,
.store #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; }
   .home #sideBar #marginContent {
      position: absolute;
      top: 106px;
      left: 40px;
      width: 261px;
      z-index: 5;
   }
   .home #sideBar #marginContent .margincontent {
      width: 261px;
      height: 295px;
      overflow: auto;
   }
      .home #sideBar #marginContent h4 {
         font-weight: bold;
         font-size: 2.2em;
         margin-top: 0.6em;
      }

/*   .default #sideBar #marginContent { min-height: 80px; }*/
      #sideBar #marginContent h1,
      #sideBar #marginContent h2,
      #sideBar #marginContent h3,
      #sideBar #marginContent h4,
      #sideBar #marginContent h5,
      #sideBar #marginContent h6 { 
         margin-top: 0.4em; 
      }
/** @group vcard */
#vcard { line-height: 1.65em; }
   #vcard .spacer { padding: 0 15px; }
   #vcard .org {
      font-size: 1.2em;
      font-weight: bold;
      padding-bottom: 0.4em;
   }
   #vcard .street-address { display: block; }

#default.home #vcard { display: none; }
/* @end vcard **/
/** @group topNavigation */
#topNavigation {
   position: absolute;
   top: 20px;
   left: 345px;
   z-index: 6;
   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.5em;
            font-weight: bold;
            margin: 0;
            padding: 0;
            border: 0;
         }
            #topNavigation ul.sf-menu li a span {
               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: 50px; /* 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.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 */
body.store { background-position: left -40px; }

.store #header { height: 120px; }

.store #hdrImg #img,
.store #hdrImg #corner1,
.store #hdrImg #corner2,
.store #hdrImg #corner3 { display: none; }

.store #breadcrumbs { padding: 10px 0 0 0; }
   #default.store #location { padding: 0 0 10px 0; }

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

.store #contentSlot .dialog-search-sort-bar a, .store #contentSlot .dialog-search-sort-bar a:visited { color: #666; }

.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 h1 { margin-top: 1em; }

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

.menu-dialog { margin: 0; }
   .menu-dialog .content { background: none; padding: 11px 15px; }

   .menu-dialog .title-bar {
      font-size: 1.5em;
      background: none;
      padding: 11px 8px;
   }

   #default.store .menu-dialog .content .login-buttons .button, 
   #default .has_store_menu .menu-dialog .content .login-buttons .button {
      position: relative;
      top: 0;
      margin: 0 8px 0 0;
   }

.store .products-list .item form { 
   background-color: transparent;
   border: 1px solid #999;
}

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

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

.store .flc-buttons { padding: 15px 0 0 0; }

.store .flc-left-dialog h2, .store .flc-right-dialog h2 {
   font-size: 1.05em;
   padding-top: 5px;
   padding-bottom: 5px;
   margin: 0;
}

.store .flc-tabs+h1 { display: none; }

.store .flc-tab-marks-line img { background-color: #CCC; }
   .store .flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1, 
   .store .flc-tab-marks-line .flc-tab-last .flc-tab-line-img1 { width: 50%; }
   .store .flc-tab-marks-line .flc-tab-last .flc-tab-line-img2 { background-color: transparent; }

.store table.product-properties, .store table.width-100, .store .cart-content .cart-column-product, .store .checkout-payments, .store .invoice-products, .store .invoice-personal-info { margin-top: 0; }
   .store table.order-invoice { margin-top: 15px; }

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


#default.home #storemenu { display: none; }

/*.store ul.subcategories { width: 100%; }
   .store ul.subcategories li a {
      display: block;
      border:1px solid #CCC;
      float:left;
      margin:0 5px 10px;
      padding:5px 5px 0;
      text-align:center;
      height:71px;
      min-height:71px;
      min-width:100px;
      width:100px;
   }*/
/* @end store **/


/** Footer
-------------------------- **/
/** @group footer */
#spark_outer_footer {
   display: block;
   height: 83px;
   margin-top: -50px;
}
#footer {
   font-size: 1.1em;
   height: 31px; 
   line-height: 1.5em;
   padding: 7px 15px 10px;
}
   #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }
.spark #accesskeys_anchor { padding: 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;
}

.corner {}

.default .spacer,
#default.default .has_section_nav .margin_empty .spacer, 
#default.default .has_store_menu .margin_empty .spacer { padding: 15px 3px; }
   .has_zero_opts .spacer, .has_one_opts .margin_empty .spacer { padding: 0; }

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