




/*
     FILE ARCHIVED ON 5:24:42 Feb 6, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:57:41 Dec 1, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* $Id: layout.css,v 1.1.4.3 2009/03/19 23:49:02 couzinhub Exp $
*/

/** Layout
---------------------------------
*  Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
*  
*  1. Header
*  2. Content
*  3. Navigation menus
*  4. Sidebar Left
*  5. Sideabr Right
*	
*/

#page {
	width: 946px; /* edit to change the width of the page */
	margin: 0 auto; /* remove 'auto' and the width to switch to a fluid width */
}

/* ian additions */
#header {height:87px;}
#content-inner {margin-left:26px; margin-right:386px;}


.breadcrumb { display: none; height:28px; line-height:28px; padding-bottom:0px;}
.breadcrumb .pad { display: none;padding-left:26px;}


/** Sidebars width
---------------------------------
*  Changing the width of the sidebars is dead easy, just change the
*  values below corresponding to the sidebar you want to modify.
*  Make sure you keep negative values as negative values.
*  For example, if I want to increase the width of the left sidebar
*  to 300px, I would have to change each '190' to '300'.
*/

.two-sidebars .center,
.sidebar-left .center {
  margin-left: 190px;     /* LEFT value */
}
#sidebar-left {
  width: 190px;           /* LEFT value */
	margin-right: -190px;    /* negative LEFT value */
}
.two-sidebars .center,
.sidebar-right .center {
  margin-right: 255px;    /* RIGHT value */
}
#sidebar-right {
  width: 255px;           /* RIGHT value */
  margin-right:26px;
  /* copied from section */
  margin-top:211px;
}

/** Columns inner
---------------------------------
*  You can change the padding inside the columns without changing the
*  width of them by just usinbg the INNER div of each column
*/

.inner {                             
	padding: 0px;                     
}                                   

/** Navigation styles
---------------------------------
*  The navigation is loaded after the content, so we need to make space
*  for it, equal to its height, so if you change the height of the navigation,
*  remember to adapt the margin top of the content and sidebars.
*/

#content,
.sidebar {
	margin-top: 85px;        /* Navigation Height */
}
#navigation {
  height: 65px;            /* Navigation Height */
}

#navigation #primary {height:30px; width:100%; display:block;}
#navigation #primary ul { padding-left:14px; display:inline;}

/** LAYOUT RULES
---------------------------------
*  do not change if you're not sure you know what you're doing
*/

#content {
	float: left;
	width: 100%;
	margin-right: -100%;
	padding: 0;
}                                   
.sidebar {                          
	float: left;                       
}                                   
#sidebar-right {
  float: right;
}
#navigation {                        
  float: left;                       
  margin-left: 0;
  margin-right: -100%;
  padding: 0;
  width: 100%;
}

/* header */

#header #header-region {
	overflow: hidden;
}

/* footer */

#footer {

}



/* Layout Helpers */

#header,
#footer,
#main #content .mission,
#main #content .breadcrumb,
#main #content .node {
	clear: both;
}
.clear {clear:both;}
/* fairpensions additions */

/* header */
#header {overflow:hidden;}
#header #logo-title {width:300px; float:left;}
#header #header-region {float:right; width:300px;}

/* header links */
#header #block-menu-menu-get-involved {margin-right:26px; text-align:right;}
#header #block-menu-menu-get-involved ul{list-style-type:none; margin-top:18px; padding:0px; text-align:right;}
#header #block-menu-menu-get-involved li { list-style-type:none; display:inline; padding:0px; margin:0px; line-height:26px; padding-left:14px; padding-right:14px; border-right:1px solid #838383;}
#header #block-menu-menu-get-involved li.last {padding-right:0px; border-right:0px;}
#header #block-menu-menu-get-involved li.first {padding-left:0px;}

/* search box*/
#header #block-search-0 {margin-right:26px;  text-align:right;} 
#header input.form-text {float:right;}

/* homepage buttons */
.front #sidebar-right {margin-top:220px; margin-right:0px;} /* 170*/
.front #sidebar-right div.block {height:70px; margin-bottom:3px; text-align:right;}
.front #sidebar-right div.block h1 {margin:0px; line-height:normal;}
.front #sidebar-right div.block h2 {margin:0px; line-height:normal;}

/* homepage - two column content */
.front #content-inner {margin-right:0px; margin-left:0;}
.front #content-area {width:660px; float:left; margin-top:0px;} /* width was 305px, then 285px */
.front #content-area .node-inner {width:660px; /* 260px */}
.front #content-bottom {width:945px; float:left;} /* width was 260px, then 290px */
.front #content-bottom .block-inner {margin-top:36px;}
.front #content-area h2, .front #content-bottom h2 {font-size:1.6em; padding-bottom:15px; padding-top:0px;}

/* homepage - hide a couple of bits */
.front #content-area h2.node-title {display:none;}
.front #content-area .links {display:none;}
.front a.feed-icon {display:none;}

/* section page */
#section-image {/*margin-top:-48px; position:relative; height:175px;*/}
#section-image .views-field-field-headingimage-fid {margin-top:-48px; position:relative; height:182px;}
#section #sidebar-right {margin-top:211px;}
/* brumbcrumb should not be on section pages */
#section-image img {position:absolute; z-index:1;}

/* section list of subpages */
#section-pages { width:534px;}
#section-pages h2 {margin-bottom:0px; padding-bottom:0px;}
#section-pages hr {margin-top:5px;}
#section-pages ul {margin:0px; padding:0px;}
#section-pages li {width:160px; list-style-type:none; margin-right:14px; float:left;}
#section-pages li a {height:25px;}

/* section buttons */
#section-buttons {margin:0px; padding:0px; margin-top:74px;}
#section-buttons li {list-style-type:none; margin-bottom:3px; height:62px; background-repeat:no-repeat; background-position:top left; padding-top:8px;}
#section-buttons li a { padding-left:14px; padding-right:14px;} 

/* footer */
#footer {display:block;  margin-top:50px; clear:both; position:relative;}
#footer .menu {padding-left:26px; padding-right:26px;}
#footer .menu li.leaf {display:inline;}
#footer #block-menu-secondary-links { width:600px; padding-top:26px;}
#footer #block-menu-secondary-links li {padding:0px}
#footer #block-menu-secondary-links a {padding-left:10px; padding-right:10px;} 
#footer #block-menu-secondary-links li.first a {padding-left:0px;} 
/* footer copyright notice */
#footer #block-block-4 {width:600px;}
#footer #block-block-4 .block-inner {padding-left:26px;}
/* footer address */
#footer #block-block-2 {position:absolute; top:0px; right:0px; width:300px}

