/**   Styles for "Screen" Media
*     File: _structure-all.css
*     Theme: 0004
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-07-14 (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;
   	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   	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; }
   .content td td { padding: auto; }

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


/** Header
-------------------------- **/
/** @group header */
#header { width: inherit; }

#header #banner { height: 167px; }

#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: 977px;
   margin: 0 auto;
}
   #hdrImg img { 
      border-width: 4px;
      border-style: solid;
   }
   #corner1 {
      top: 0px;
      left: 0px;
   }
   #corner2 {
      top: 0px;
      right: 0px;
   }
   #corner3 {
      right: 0px;
      bottom: 0px;
   }
   #corner4 {
      bottom: 0px;
      left: 0px;
   }
/* @end hdrImg **/
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper { 
   padding: 20px 0;
   min-height: 341px;
}
/** @group contentSlot */
#contentSlot {
   width: 605px;
   float: right;
}
   #contentSlot iframe { width: 605px; }
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 368px;
   float: left;
}
   #sideBar div.title {
      font-size: 1.4em;
      padding-bottom: 5px;
   }
   #sideBar input {
      border-width: 1px;
      border-style: solid;
      padding: 4px 5px 4px 5px;
      margin: 5px 2px 5px 0px;
   }
      #sideBar input#authcode { 
         margin: 0 2px 0 0; 
         width: 160px;
         position: relative;
         top: -7px;
      }
      #sideBar input.email, #sideBar input.search { width: 300px; }
      
      #sideBar #newsletter button {
         position: relative;
         top: -8px;
      }
   #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 { background: transparent url('sidebar_bg.jpg') left top repeat-y; }
   #sideBarHook { padding-top: 30px; }
   /*#marginContent { padding-bottom: 25px; }*/

#newsletter, #search { margin-bottom: 0.8em; }
/** @group vcard */
#vcard { margin-top: -5px; }
#vcard .org { 
   font-weight: bold;
   font-size: 1.1em;
}
#vcard .spacer { padding: 0 35px; }
#vcard .street-address { display: block; }
/* @end vcard **/
/** @group topNavigation */
#topNavigation {
   position: absolute;
   top: 0;
   left: 300px;
   width: 705px;
}
   #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;
            letter-spacing: .3em;
            text-transform:uppercase;
            font-size: 1.25em;
            margin-right: 12px;
            padding: 0;
            border: 0;
         }
            #topNavigation ul.sf-menu li a span {
               display: block;
               padding: 120px 8px 25px 13px;
            }
            #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: 157px; /* 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 #sideBarHook { padding-top: 0; }

.store #storemenu { padding-top: 30px; }

.store #search {
   margin-bottom: 0;
   padding-bottom: 30px;
}

.store #hdrImg { display: none; }

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

.store .dialog { border: 0; }

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

.menu-dialog { padding: 3px 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;
}

.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;
}
/* @end store **/


/** Footer
-------------------------- **/
/** @group footer */
#footer { 
   height: 99px; 
   font-size: .85em;
   text-transform:uppercase;
   letter-spacing: .1em;
   line-height: 1.5em;
   margin-top: 20px;
}
   #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }

#copyright { margin-bottom: 0.4em; }

.spark #accesskeys_anchor { 
   display: block;
   padding-top: 3px;
   padding-left: 0;
}
/* @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 { padding: 3px 20px; }

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