/* $Id: page.css,v 1.1.2.28 2009/06/12 15:44:26 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: 960px;     /* Width for IE6 */
}

/* Column wrappers */
#columns {padding-top: 1em;}
.columns-inner {}

/* Content wrappers */
#content-column {}
.content-inner {}

/* Main content wrappers*/
#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 {
		left:380px;
		position:absolute;
		top:15px;
		z-index:10;
		width:252px;
		height:18px;
}
#header-blocks .region-inner {}

/* Secondary content is a full width region between 
   the header and the main columns. */
#secondary-content {
  /*
  background: #FFFAE8;
  border: 4px solid #EEE8D1;
		border-top: none;
		-moz-border-radius-bottomleft:6px;
		-moz-border-radius-bottomright:6px;
		-moz-border-radius-topleft:0;
		-moz-border-radius-topright:0;
		-webkit-border-top-left-radius:0;
		-webkit-border-top-right-radius:0;
		-webkit-border-bottom-left-radius:6px;
		-webkit-border-bottom-right-radius:6px;
  */
  margin: 0;
}
#secondary-content .region-inner {
    /* padding:1em; */
}

/* Tertiary content is a full width region above the footer, 
   below the main content. */
#tertiary-content {
  background: #FFFAE8;
  border: 4px solid #EEE8D1;
		border-bottom: none;
		-moz-border-radius-bottomleft:0;
		-moz-border-radius-bottomright:0;
		-moz-border-radius-topleft:6px;
		-moz-border-radius-topright:6px;
		-webkit-border-top-left-radius:6px;
		-webkit-border-top-right-radius:6px;
		-webkit-border-bottom-left-radius:0;
		-webkit-border-bottom-right-radius:0;
}



#tertiary-content .region-inner {padding:1em;}

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


/**********************************************************
 *                      Sidebars
 **********************************************************/
/* Target both sidebars with this low specifity selector. */
.sidebar {}
.sidebar-inner {}

/* Target a specific sidebar, inner or sidebar-inner. */
#sidebar-left .sb-i-1 {
		border:medium none;
		margin:0 0 10px;
		overflow:hidden;
		padding:0;
}

#sidebar-left .sb-i-2 {
		margin:0;
		overflow:hidden;
		padding:20px 0 0;
}

#sidebar-left .sb-i-3 {
		margin:0;
		overflow:hidden;
		padding:0 0 0 20px;
}

#sidebar-left .sb-i-4 {
		margin:0;
		overflow:hidden;
		padding:0 20px 20px 0;
}

#sidebar-left-bottom {
  padding: 0 20px;
}

#sidebar-right {
  background: #FFF;
}

#sidebar-right .sidebar-inner {
  padding-top: 9px;
}


/*********************************************************
*                     GPanel Regions
**********************************************************/
.two-col-50 {}
.two-col-50 .col-1 {}
.two-col-50 .col-2 {}

.two-col-50.with-nested {}
#two-col-50-nested {}
.two-col-50.with-nested .col-1 {}#970000
.two-col-50.with-nested .col-1 h2 {}#970000


.two-col-50.with-nested .col-2 {}
.two-col-50.with-nested #two-col-50-nested .col-1 {}
.two-col-50.with-nested #two-col-50-nested .col-2 {}

.three-col-33 {}
.three-col-33 .col-1 {}
.three-col-33 .col-2 {}
.three-col-33 .col-3 {}

.four-col-25 {
  margin:0 auto;
		padding-top: 1em;
		width:980px;
}
.four-col-25 .col-1 {}
.four-col-25 .col-2 {}
.four-col-25 .col-3 {}
.four-col-25 .col-4 {}


/**********************************************************
 *                   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: right;
}
#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;
  color: #C00000;
  height: 1.5em;
  overflow: visible;
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  z-index: 1000;
}



/**********************************************************
 *                 Header Elements
 **********************************************************/
/* #header wraps #branding, #search-box-top and #header-blocks. */
#header {
		background:transparent url(../images/header_pic.jpg) repeat-x right top;
        /* height:222px; */
        height:90px; 
		position: relative;
		clear: both;
}

/* #branding wraps #logo, #site-name and #site-slogan. */
#branding {
}

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

/* Logo and site_name wrapper. */
.logo-site-name {}
div.logo-site-name {}
h1.logo-site-name  {}

/* DIV/strong combo when when title is set. */
div.logo-site-name strong {}

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

/* Logo. */
#logo {
		height:96px;
		left:0;
		position:absolute;
		/* top:-27px; */
		width:411px;
}

#site-name {
		font-size:2em;
		font-weight:bold;
		text-transform:uppercase;
		position:absolute;
		top: 100px;
		left:0;
}

/* Override default pseudo class styles. */
#site-name a:link,
#site-name a:visited {color:#FFFFFF; text-decoration: none;}
#site-name a:hover   {}
#site-name a:focus   {}
#site-name a:active  {}

/* Site slogan. */
#site-slogan {
		color:#FEEDB7;
		font-size:17px;
		line-height:20px;
		position:absolute;
		top: 130px;
		left:0;
}


/**********************************************************
 *    Search box, Advanced search form, Search results
 *          For the search block see blocks.css
 **********************************************************/
/**
 * Search box
 */
/* Float the serch box right. */
#search-box {
  float: right; /* LTR */
		height: 57px;
}

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

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

/* #search and .container-inline apply to the same div. */
#search-theme-form #search {}
#search-theme-form .container-inline {}

#search-theme-form label {
  position: absolute;
  top: -9999em;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#search-theme-form input {}
#search-theme-form .form-item {}
#search-theme-form .form-submit {
		background: url(../images/button_100.gif) no-repeat 0 0;
		color:#144848;
		font-family:Georgia,"Times New Roman",Times,serif;
		border: 0;
		padding: 5px 0;
		width: 100px;
}

#edit-search-theme-form-1 {
		padding:5px;
		width:180px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
}

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


/**
 * Advanced search form
 */
/* Advanced search-form id. */
#search-form {}

/* Use the child selector because the inner div has no class. */
#search-form > div {}
#search-form .container-inline {}
#search-form #edit-keys-wrapper {}

#search-form label {}
#search-form input {		
  padding:5px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
}

#search-form .criterion input{		
}

#search-form .form-item {}
#search-form .form-submit {
		background: url(../images/button_100.gif) no-repeat 0 0;
		color:#144848;
		font-family:Georgia,"Times New Roman",Times,serif;
		border: 0;
		padding: 5px 0;
		width: 100px;
}

/* Override forms.css text field focus style. */
#search-form #edit-keys-wrapper input:hover,
#search-form #edit-keys-wrapper input:focus {}

/* Advanced search fieldset. */
#search-form fieldset.search-advanced .form-submit {
		background: url(../images/button_140.gif) no-repeat 0 0;
		color:#144848;
		font-family:Georgia,"Times New Roman",Times,serif;
		border: 0;
		padding: 5px 0;
		width: 140px;
}

/**
 * Search results
 */
/* Box styles for the results page. */
.section-search .box {}
.section-search .box-inner {}
.section-search .box-title {}

/* Style the no results messages. */
.section-search .box ul {}
.section-search .box ul li {}

/* Search results document list. */
dl.search-results {}
dl.search-results dt {}
dl.search-results dd {}
dl.search-results dd p {}
dl.search-results dd .search-snippet {}
dl.search-results dd .search-info {}


/**********************************************************
 *               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 & Secondary Links.
 */
#nav {
  margin: 0;
  background-color: black;
}

/**
 * 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 {}

#nav .primary-links {
  font-weight: bold;
  margin: 0;
  padding: 0;
		height: 39px;
}

/* Modify the margin to set tab spacings. */
#nav .primary-links li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
		float: left;
}

#nav .primary-links li a {
		color:#FFF;
		font-weight:bold;
		padding:0 15px;
		line-height: 39px;
		text-decoration:none;
		display: block;
}

/* Set pseudo class styles. */
#nav .primary-links li a:hover,
#nav .primary-links li a:focus {
  color:#fff;
	 background-color:#0078AA;
}
#nav .primary-links li a:active {}
#nav .primary-links li a:visited {}

/* Primary first and last classes. */
#nav .primary-links li.first {}
#nav .primary-links li.last {}

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


/**
 * 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
 */
#secondary {}

#secondary .secondary-links {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

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

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

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

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

/* Active trail classes. */
#secondary .secondary-links li.active {}
#secondary .secondary-links li.active-trail {}
#secondary .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;
  display: none;
}


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


/**********************************************************
 *                    H1 Page Title
 **********************************************************/
/* The main title on each page. */
h1#page-title {
		color:#202020;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:2em;
		font-weight:bold;
		line-height:1;
		border-bottom: 1px dotted #202020;
		background:#FFF;
}


/**********************************************************
 *                     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:#144848 url(../images/footer_bg.gif) repeat-x scroll 0 0;
		width:100%;
}

#footer {text-align: center;}
#footer .region-inner {}

#footer-message {text-align: center; color: #EEE;}

#footer a, 
#footer-message a {}

#attribution {color: #006882;}
#attribution p {text-align: center;}
#attribution a {}
#attribution a:hover {color: #FFF;}

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



