/* $Id: page.css,v 1.1.2.20 2009/05/22 20:25:24 jmburnz Exp $ */

/**
 * @file page.css
 * This stylesheet provides the page main styles for this theme.
 */

/**
 * Remove unused styles for performace.
 */

/**********************************************************
 *              Section, Page and Body Classes
 **********************************************************/
/**
 * Normally you will use these in combination with other
 * selectors. I include them here for completedness.
 */
	
/** 
 * Section Class
 * The section class takes the 2nd part of the URL and
 * builds a section-[arg] class from it. If you emulate
 * site sections using the Pathauto module this can be a 
 * powerful way to style site sections.
 *
 * Look in body element for the section you want to style
 * to find the class to replace section-[arg]:
 */
/* .section-arg {} */

/* Front or not front. */
.front {}
.not-front {}

/* Is the user logged in. */
.logged-in {}
.not-logged-in {}

/* Node type body classes. */
.node-type-book  {}
.node-type-blog  {}
.node-type-forum {}
.node-type-page  {}
.node-type-poll  {}
.node-type-story {}

/**
 * Warning! 
 * The sidebar body classes are integral to how genesis
 * applies the layout - do not add margin, padding, borders,
 * or positioning styles to these classes! @see layout.css. 
 */
.one-sidebar   {}
.two-sidebars  {}
.sidebar-right {}
.sidebar-left  {}

/** 
 * Optional Region body classes
 * When any of the following regions are active a body class can be set.
 * To use you need to uncomment the conditional statements in 
 * genesis_preprocess_page(), @see template.php.
 */
/*
.leaderboard       {}
.header-blocks     {}
.secondary-content {}
.tertiary-content  {}
.footer            {}
*/

/** 
 * Page Path Class
 * The page path class takes the entire URL and builds a page-[path] 
 * class from it. See examplebelow. You need to use Firebug or view 
 * source to find out what the actual class will be, and be aware
 * that this will change if your URL alias changes!
 *
 * Replace [example-node-path] with the path you want
 * to style.
 */
/* .page-example-node-path {} */

	
/**********************************************************
 *                  The wrapper divs
 *    Be careful how you modify these, see layout.css
 **********************************************************/
/**
 * Width Setting
 *
 * Genesis supports Elastic, Fluid and Fixed width values.
 * Elastic layouts are dynamic and will expand or contract when 
 * the font size is changed. Fluid widths change when the browser 
 * is resized and fixed width layouts stay the same width even 
 * when the broswer is resized or the font size is changed.
 *
 * Elastic layouts use ems,       e.g. 80em
 * Fluid layouts use percentages, e.g. 85%
 * Fixed widths use pixels,       e.g. 960px
 */
#container {
	width: 100%; /* IE6 */
	background-color: #FFFFFF;
}
body > #container {
  width: 100%;      /* Width for all other browsers */
  background-color: #FFFFFF;
}

/* Width and centering for layout divs. */
/* IE6 */
#leaderboard, 
#header, 
#primary,
#primary-l2, 
#breadcrumb, 
#secondary-content div.region-inner, 
#columns div.columns-inner, 
#tertiary-content div.region-inner, 
#footer,
#footer-message {
	width: 980px;
	margin: 0 auto;
}
/* Other browsers */
body > #leaderboard, 
body > #header, 
body > #primary,
body > #primary-l2, 
body > #breadcrumb, 
body > #secondary-content > div.region-inner, 
body > #columns > div.columns-inner, 
body > #tertiary-content > div.region.inner, 
body > #footer,
body > #footer-message {
	width: 100%;
	max-width: 980px;
	min-width: 760px;
	margin: 0 auto;
}

/* Column wrappers */
#columns {
	background: #F4F7E7 url('../images/content-gradient.png') repeat-x 0 1px;
	margin: 0;
}
#columns-inner {}

/* Content wrappers */
#content-column {}
#main-content {}
#content {}


/**********************************************************
 *                       Regions
 **********************************************************/
/* Target all regions with this low specifity selector. */
.region {}
.region-inner {}

/**
 * Most regions have an .inner div to set paddings or other
 * design contingencies.
 */
 
/* Leaderboard is a full width region at the very top, 
   ideal for displaying banners. */
#leaderboard {}

/* Header blocks region is embedded in the header, floated
   between the logo/site_name and the search box. */
#header-blocks {
  float: left;
  margin-left: 2em; /* LTR */
}
#header-blocks .region-inner {}

/* Secondary content is a full width region between 
   the header and the main columns. */
#secondary-content {}
#secondary-content .region-inner {}

/* Tertiary content is a full width region above the footer, 
   below the main content. */
#tertiary-content {}
#tertiary-content .region-inner {}

/* Content top and bottom are above and below the main content, 
   within the main content column. */
#content-top {}
#content-bottom {}

#content-column .content-inner {
	margin-top: 40px;
}

/**********************************************************
 *                   Gpanels override
 **********************************************************/
.gpanel {
	margin: 0;
	padding: 0.75em 0;
}

/**********************************************************
 *                     IQpanels
 **********************************************************/
.iqpanel {
	clear: both;
	padding: 0.75em 0;
}
.iqpanel .region {
	display: inline;
	float: left;
	position: relative;
}

/* 4 columns */
.iq-1-1-1-1 .region {width: 24.25%; }
.iq-1-1-1-1 .col-2 {right: -1%; }
.iq-1-1-1-1 .col-3 {right: -2%; }
.iq-1-1-1-1 .col-4 {right: -3%; }
/* 3 columns */
.iq-1-1-1 .region { width: 32.666%; }
.iq-1-1-1 .col-2 { right: -1%; }
.iq-1-1-1 .col-3 { right: -2%; }
.iq-1-2-1 .region, .iq-2-1-1 .region, .iq-1-1-2 .region { width: 24.25%; }
.iq-1-2-1 .col-3, .iq-2-1-1 .col-1, .iq-1-1-2 .col-4 { width: 48.5%; }
.iq-1-2-1 .col-3, .iq-2-1-1 .col-3, .iq-1-1-2 .col-2 { right: -1%; }
.iq-1-2-1 .col-4, .iq-2-1-1 .col-4, .iq-1-1-2 .col-4 { right: -2%; }

/* 2 columns */
.iq-1-1 .region { width: 49.5%; }
.iq-1-1 .last {right: -1%; }
.iq-1-3 .col-1, .iq-3-1 .col-4 { width: 24.5%; }
.iq-1-3 .col-2, .iq-3-1 .col-3 { width: 74.5%; }
.iq-1-2 .col-2, .iq-2-1 .col-3 { width: 32.5%; }
.iq-1-2 .col-4, .iq-2-1 .col-1 { width: 65.5%; }
.iq-1-3 .last, .iq-3-1 .last,
.iq-1-2 .last, .iq-2-1 .last { right: -1%; }

/* 1 column */
.iq-1 .region { width: 100%; }

.iqpanel .region .inner { margin: 0; }

/**********************************************************
 *                      Sidebars
 **********************************************************/
/* Target both sidebars with this low specifity selector. */
.sidebar {}
.sidebar-inner {
	margin-top: 40px;
}

/* Target a specific sidebar, inner or sidebar-inner. */
#sidebar-left {}
#sidebar-left .sidebar-inner {}

#sidebar-right {}
#sidebar-right .sidebar-inner {}


/**********************************************************
 *                   Skip navigation
 **********************************************************/
/**
 * To hide the skip-nav you can use: 
 * 
 * height: 0; 
 * overflow: hidden;
 * 
 * Do not use display:none as this hides it from screen readers!
 */
#skip-nav {
   text-align: right; /* LTR */
}

/* Override default pseudo class styles */
#skip-nav a:link    {}
#skip-nav a:visited {}
#skip-nav a:hover   {}
#skip-nav a:focus   {}
#skip-nav a:active  {}

/**
 * An alternative method is to position the skip-nav link offscreen
 * until the user tabs the link into focus. Uncomment the following to use.
 * 
 * Adjust the style of the active/focused link to suit.
 */

#skip-nav {
   text-align: left;
}
#skip-nav a:link, 
#skip-nav a:hover, 
#skip-nav a:visited {
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: -999em;
}
#skip-nav a:active,
#skip-nav a:focus {
  background: #FFF;
  border: 1px solid #C00000;
  color: #C00000;
  height: 2em;
  overflow: visible;
  padding: 2em 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 978px;
  z-index: 1000;
}



/**********************************************************
 *                 Header Elements
 **********************************************************/
/* #header wraps #branding, #search-box-top and #header-blocks. */
#header {
	padding-top: 2em;
}

/* #branding wraps #logo, #site-name and #site-slogan. */
#branding {
  float: left; /* LTR */
}

/* h1 is for the front page only, all others use the div. */
#branding h1 {font-size: 1em;} /* reset h1, do not change! */

/* Remove display:block if you want the site name inline with the logo. */
#branding span {
  /*display: block;*/
}

/* Logo. */
#logo {}

#site-name {
  font-weight: bold; /* Bold or else the line heights vary. */
  font-size: 2em;
  line-height: 1.5;
}

/* Override default pseudo class styles. */
#site-name a:link    {}
#site-name a:visited {}
#site-name a:hover   {}
#site-name a:focus   {}
#site-name a:active  {}

/* Site slogan. */
#site-slogan {}


/**********************************************************
 *                        Search
 **********************************************************/
/* Float the serch box right. */
#search-box {
  float: right; /* LTR */
}

/* Reset form element margins. */
#search-theme-form {
  margin: 1.5em 0;
}

/* Use the child selector because the inner div has no class. */
#search-theme-form > div {}

#search-theme-form label {}
#search-theme-form input {}
#search-theme-form .form-item {}
#search-theme-form .form-submit {}

#edit-search-theme-form-1 {}

/* Override forms.css focus style */
#edit-search-theme-form-1:hover,
#edit-search-theme-form-1:focus {}

/* Search Results Page - see .box */
.section-search #search-form {}
.section-search #search-form {}

/* Search form on the results page, includes advanced search. */
.section-search .box {}
.section-search .box-inner {}
.section-search .box-title {}


/**********************************************************
 *               Primary & Secondary Links
 **********************************************************/
/**
 * Implimentation of Primary and Secondary Links.
 *
 * Primary & Secondary Links are colored by default so you 
 * can easily identify them.
 */

/**
 * #nav is the containing div for Primary Links.
 */
#nav {
	margin-top: 1em;
}
#nav-l2 {
	background: #144A6E url(../images/nav-l2-bg.png) repeat-x scroll center top;
	min-height: 1.7em;
	font-size: 0.9em;
	padding: 0.3em 0 0;
}

/**
 * Primary Links Positioning
 */
/* FLOAT PRIMARY RIGHT */
/* #primary .primary-inner {float: right;} */
/* ALIGN PRIMARY CENTER */
/* #primary .primary-inner {display: table; margin: 0 auto; text-align: center;} */

/**
 * Primary Links Style
 * Example styles to get you started.
 */

#primary .menu {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

#primary ul.menu li {                        /* top item layout */
  background: transparent url('../images/tab-left.png') no-repeat left 0;
  display: block;
  float: left;
  margin: 0 4px 0 0;
  padding: 0 0 0 0.833em;    /* 0 0 0 10px */
  position: relative;
  width:  auto;
}

#primary ul.menu li:hover,
#primary ul.menu li.hover,
#primary ul.menu li.active-trail {
  background-position: left -29px;
}

#primary ul.menu li a {
  background: transparent url('../images/tab-right.png') no-repeat right 0;
  color: #154B70;
  display: block;
  font-size: 0.918em;
  padding: 4px 10px 2px 0;    /* 5px 10px 1px 0 */
  text-decoration: none;
}

#primary ul.menu li a:hover,
#primary ul.menu li:hover a,
#primary ul.menu li.hover a,
#primary ul.menu li.active-trail a {
  background-position: right -29px;
  color: #fff;
}

#primary ul.menu li ul {
  background: transparent url('../images/drop-bottom.png') no-repeat 0 bottom;
  left: -999em;
  opacity: 0.95;
  margin: 0 0 0 -10px;
  padding: 2px 0 4px;
  position: absolute;
  width: 144px;
  z-index: 2;
}
  
#primary ul.menu li:hover ul,
#primary ul.menu li.hover ul {
  display: block;
  left: auto;
}
  
#primary ul.menu li ul li {
  background: #94CE18;
  border-bottom: 1px solid #83A638;
  float: left;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  height: auto;
  margin: 0;
}

#primary ul.menu li ul li.last {
  border-bottom: none
}

#primary ul.menu li ul li a,
#primary ul.menu li ul li a:link,
#primary ul.menu li ul li a:visited {
  background: transparent;
  color: #154B6F;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-transform: none;
  width: 135px;
}

#primary ul.menu li ul li a:hover {
  color: #fff;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-decoration: none;
}

#primary ul.menu li ul li ul.menu {
  left: -999em;
  margin: 0 0 0 -14px;
  padding: 6px 0 4px;
}

#primary ul.menu li ul li:hover ul.menu,
#primary ul.menu li ul li.hover ul.menu {
  display: block;
  left: 154px;
  top: -6px;
}

#primary ul.menu li ul li ul.menu li a {
  padding: 4px;
  width: 128px;
}


/**
 * Secondary Links Positioning
 */
/* FLOAT SECONDARY RIGHT */
/* #secondary .secondary-inner {float: right;} */
/* ALIGN SECONDARY CENTER */
/* #secondary .secondary-inner {display: table; margin: 0 auto; text-align: center;} */

/**
 * Secondary Links Style
 */
#nav .secondary-links {
  background: #EEE; /* Default gray for dev only. */
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* Modify the margin to set tab spacings. */
#nav .secondary-links li {
  display: inline;
  line-height: 2;
  list-style: none;
  margin: 0 1em;
  padding: 0;
}

#nav .secondary-links li a {
  text-decoration: none;
  white-space: nowrap;
}

/* Set pseudo class styles. */
#nav .secondary-links li a:hover {}
#nav .secondary-links li a:focus {}
#nav .secondary-links li a:active {}
#nav .secondary-links li a:visited {}

/* Secondary first and last classes. */
#nav .secondary-links li.first {}
#nav .secondary-links li.last {}

/* Active trail classes. */
#nav .secondary-links li.active {}
#nav .secondary-links li.active-trail {}
#nav .secondary-links li.active-trail a {}


/**********************************************************
 *                      Breadcrumb
 **********************************************************/
/**
 * Genesis places the breadcrumb directly below the header, 
 * giving it the full width of theme to expand into.
 * You can eaisly drag the breadcrumb html to the main 
 * content column if you need to.
 */
#breadcrumb {
  padding: 0 0 0.75em;
}


/**********************************************************
 *                       Mission
 **********************************************************/
#mission {
  font-weight: bold;
  margin: 0 0 1.5em;
}


/**********************************************************
 *                    H1 Page Title
 **********************************************************/
/* The main title on each page. */
h1#page-title {
	clear: left;
	font-family: "Myriad Pro","Myriad Web Pro Regular","Lucida Grande",Geneva,"Trebuchet MS",sans-serif;
	font-weight: 600;
	line-height: 1.272em;
	border-bottom: 1px solid #d6ddb9;
}


/**********************************************************
 *                     Pager 
 **********************************************************/
/* The first 2 classes provide the base pager styles. */
.item-list ul.pager    {}
.item-list ul.pager li {
  margin: 0;
}

/* Theme the various states of pager links. */
.item-list ul.pager li a:link    {}
.item-list ul.pager li a:visited {}
.item-list ul.pager li a:hover   {}

/* Note: .pager-current is for the current page. */
.item-list ul.pager li.pager-item     {}
.item-list ul.pager li.first          {}
.item-list ul.pager li.last           {}
.item-list ul.pager li.pager-current  {}
.item-list ul.pager li.pager-first    {}
.item-list ul.pager li.pager-previous {}
.item-list ul.pager li.pager-next     {}
.item-list ul.pager li.pager-last     {}


/**********************************************************
 *               Footer, Footer Message
 **********************************************************/
#foot-wrapper {
  background-color: #F4F7E7;
}

#footer {}
#footer .region-inner {}

#footer-message {}

#footer a, 
#footer-message a {}


/**********************************************************
 *                 RSS Feed Icon
 **********************************************************/
.feed-icon {}
.feed-icon img {
  padding:0 0.5em;
}
#footer-message a.feed-icon {}
