@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('font/chunkfive-webfont.eot');
	src: local('☺'), url('font/chunkfive-webfont.woff') format('woff'), url('font/chunkfive-webfont.ttf') format('truetype'), url('font/chunkfive-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
  background: url(gfx/bg_grad.jpg) repeat-x left top #b7b7b7;
	font: 12px/1.2em Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom:50px;
}

	

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align:center;
}

/* header
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

#header {
  height: 70px;
	position: relative;
}

#header h1 a {
	position: absolute;
	top: 9px;
	left: 2px;
	width:240px; height:50px;
	background: url(gfx/logo_new.gif) no-repeat left top;
	text-indent:-9999px;
	display:block;
}

#header h2 {
	position: absolute;
	color: #cccaca;
	font: 14px/1em ChunkFiveRegular, sans-serif;
	top: 35px;
	right: 0;
}

#banner {
width:960px; height:380px;
position:relative;
}

#banner img {
position:absolute;
left:0; top:0;
}

#container p#credit {
position:absolute;
display:block;
width:200px; height:12px;
text-align:right;
padding-right:10px;
font:normal 9px/13px arial, helvetica, sans-serif !important;
left:740px; top: 80px;
color:#eee;
}

#container #makeMeScrollable div.scrollableArea img
	{
		position: relative;
		display: block;
		float: left;
		padding: 0;
		margin: 0;
	}

/* Utility Nav
------------------------------------------------------------------------------- */

#utility {
	position: absolute;
	top: 10px;
	right: 0;
	font: bold 12px/1em Arial, Helvetica, sans-serif;
	color: #fff;
	width: 255px;
}

#utility li {
  padding: 0 8px;
	border-right: 2px solid #74839f;
	float: left;
}

#utility li.last {border-right: none; padding-right: 0;}

#utility a {font-weight: bold; color: #fff;}

#utility a:hover {color: #74839f;}

#banner {height: 196px; width: 960px;}

#utility li.fb-nav a {display: block; height:16px; width:16px; text-indent:-9999px; background:url(gfx/FaceBook_16x16.png) no-repeat top left; margin-bottom:2px;}

#utility li.twtr-nav a {display:block; height:16px; width:16px; text-indent:-9999px; background:url(gfx/Twitter_16x16.png) no-repeat top left; margin-bottom:2px;}

/* Main Nav
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

#nav {
	position: absolute;
	top: 210px;
	left: 0px;
	font: 25px/1em ChunkFiveRegular, sans-serif;
}

	body.one-col #nav {
		position:absolute;
		top:85px; left:0;
		}
		
	body.one-col #nav a {
		color:white;
	}

#nav a {color: #ffffff; padding: 9px 13px 0 13px; display: block;}

#nav-learn, #nav-join, #nav-act {
  float: left;
	margin-left: 15px;
	display: inline-block;
}

#nav-learn a, #nav-join a, #nav-act a {
  background: url(gfx/navSprite.jpg) no-repeat;
	height: 31px;
	width: 274px;
}

#nav-learn a {background-position: left -37px;}
#nav-learn a:hover, #nav-learn.current a {background-position: left -114px;}

#nav-join a {background-position: -300px -37px;}
#nav-join.current a, #nav-join a:hover {background-position: -300px -114px;}

#nav-act a {background-position: -600px -37px;}
#nav-act.current a, #nav-act a:hover {background-position: -600px -114px} 

#nav-learn ul li {background: url(gfx/learnDropBg.png) repeat-y left top;}
#nav-join ul li {background: url(gfx/joinDropBg.png) repeat-y left top;}
#nav-act ul li {background: url(gfx/actDropBg.png) repeat-y left top;}
#nav li li a {background: none;}

#nav li li {
	font: bold 16px/1.2em Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#nav li li a, #nav li li li a, #nav li li.last li a  {
  background-position: 0 0;
	height: auto;
	border-bottom: 1px dotted #333;
  padding: 0 0 10px 0;
}

#nav li li.last a, #nav li li li.last a {border: none;}

#nav li li {padding: 9px 13px 0 13px; width: auto;}

#nav li#nav-learn li:hover, #nav li#nav-learn li.sfHover {background-color: #8093b9;}
#nav li#nav-join li:hover, #nav li#nav-join li.sfHover {background-color: #9ca457;}
#nav li#nav-act li:hover, #nav li#nav-act li.sfHover {background-color: #c28833;}


/* Photo Bar
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

#photoBar {
	width: 955px;
	padding: 5px 0 5px 5px;
	background-color: #ecedee;
}

#photoBar li {display: inline-block; position: relative; margin-right: 3px;}

#photoBar li span {
	background: url(gfx/roundedClip.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Home page badges
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

#primary ul#badges {margin:0 0 40px 0; padding:0px 0 0 0; clear:both; width:595px;}

ul#badges li { display:inline; margin:0; padding:0;}

ul#badges li a {
	display:block;
	float:left;
	text-indent:-9999px;
	width:181px; height:125px;
	text-decoration:none;
	margin:0 15px 0 0;
}

ul#badges li#problems-badge a { background:url(gfx/badge-problems.gif) no-repeat top left;}
ul#badges li#timeline-badge a { background:url(gfx/badge-timeline.jpg) no-repeat top left;}
ul#badges li#hope-badge a { background:url(gfx/badge-blog.gif) no-repeat top left;}

	


/* Content
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

#content {
  background-color: #ffffff;
  padding: 20px 0;
}

body.one-col #content {
padding-top:75px;
}


/* Primary
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

#primary {
	width: 595px;
	padding-left: 24px;
	float: left;
	text-align:left;
}

#primary h2 {
  font: normal 26px/1.2em ChunkFiveRegular, arial, sans-serif;
	color: #666;
	margin-bottom: 1em;
}

#primary h2 a {color: #333333;}

#primary h2 span {
	font: normal 25px/1.2em ChunkFiveRegular, sans-serif;
	color: #7e94be;
	padding-right: 15px;
}

#primary h3 {
	font: bold 20px/1.2em Arial, Helvetica, sans-serif;
	color: #738ab4;
	margin-bottom: .3em; margin-top:1em;
}

#primary h3 a {
	color: #738ab4;
	font-weight: inherit;
}

#primary h4 {
	font: bold 16px/1.2em Arial, Helvetica, sans-serif;
	color:black;
	margin-bottom: .3em;
}

#content a {
	color: #788bb1;
	font-weight: normal;
}

#content a:hover {text-decoration: underline;}

.summary {margin-bottom: 60px;}

.summaryLeft {
	width: 290px;
	padding-right: 30px;
	float: left;
}

.summary img {float: right;}

/* Secondary
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

#secondary {
	float: right;
  width: 296px;
  padding-right: 6px;
  text-align:left;
}

#secondary a {
color:#69c;
}

#secondary h3 {
  color: #666666;
	font: 25px/1.2em ChunkFiveRegular, sans-serif;
	margin-bottom: .7em;
}

#secondary h3 a {color: #666666;}

#secondary h4 {
	font: bold 16px/1.2em Arial, Helvetica, sans-serif;
	color: #69c;
	margin-bottom: .5em;
}

#secondary h4 a {color: #69c;}

#secondary h4 a:hover {text-decoration: underline;}

p.source {margin-bottom: 16px;}

#secondary p, #secondary h3, #secondary h4 {
	margin-right:15px;
}


/* HOPE THE WHALE
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

body#hope {background: #666 url(gfx/whale-bg.jpg) no-repeat center -50px ;}
body#hope #nav {position:absolute;top:310px;left:0;}
body#hope #content {margin-top:350px;}
body#hope #primary h2 {color: #666666; font: 35px/1.2em ChunkFiveRegular, sans-serif; margin-bottom: .7em;}
body#hope dd {margin-bottom:12px;}
body#hope label {font-weight:bold;}
body#hope .btn input {
  color: #fff;
  background: #738AB4;
  font-weight: bold;
  border: 0;
  font: 16px/1em ChunkFiveRegular, sans-serif; margin-bottom: .7em;
  padding:10px;
}
 
body#hope .btn input:hover {
  color: #fff;
  background: #000;
}


/* FIVE REASONS
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

body#fivereasons #container {
	text-align:center;
	padding-bottom:125px;
}

body#fivereasons #container #content h1 {
color: #7183ab; 
font: normal 75px/1.2em ChunkFiveRegular, arial, sans-serif; 
margin:50px 0 50px 0;
}

body#fivereasons #container #content h2 {
color: #666; 
font: normal 30px/1.2em ChunkFiveRegular, arial, sans-serif; 
margin-bottom: 0em;
}

body#fivereasons p {
	margin: 0 100px 0 100px;
}

body#fivereasons #content h5 {
display:block;
width:150px; height:150px;
margin:50px auto 10px auto;
color: #fff; 
font: normal 45px/150px Times, serif; 
text-shadow: 2px 2px #000000;
}

body#fivereasons #content h5#one {background:url(gfx/5reasons-bg1.jpg) no-repeat top center;}
body#fivereasons #content h5#two {background:url(gfx/5reasons-bg2.jpg) no-repeat top center;}
body#fivereasons #content h5#three {background:url(gfx/5reasons-bg3.jpg) no-repeat top center;}
body#fivereasons #content h5#four {background:url(gfx/5reasons-bg4.jpg) no-repeat top center;}
body#fivereasons #content h5#five {background:url(gfx/5reasons-bg5.jpg) no-repeat top center;}


	

	

/* Standard Styles 
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

em, i {font-style: italic;}
strong, b {font-weight: bold;}
.left {float: left; width: auto;}
.right {float: right; width: auto;}
sub {vertical-align: sub;}
sup {vertical-align: super;}

p {margin-bottom: 1em;}

#primary ul {
	padding: 0 10px 1em 40px;
  list-style: outside disc;
}

#primary ul ul {padding-bottom: 0;}

#primary ol {
	padding: 0 10px 1em 40px;
	list-style: outside decimal;
}

#primary li {
	margin-bottom: .4em;
	line-height: 1.5em;
}

hr {
	width: 100%;
	color: #666666;
	display: block;
}

blockquote {
	width: 90%;
	padding: 0px 20px 0 20px;
	border: 1px solid #666;
	border-left: 4px solid #666;
	background-color: #eceff5;
	margin-bottom: 20px;
	clear: both;
}

blockquote p {
	margin-bottom: 0;
	padding: 10px 0;
	font-weight: bold;
}

img.left {margin-right: 10px;}
img.right {margin-left: 10px;}

#sitemap {clear: both;}

#primary #sitemap {list-style-type: none; font-weight: bold; padding-left: 0;}
#primary #sitemap ul {list-style-type: disc; font-weight: normal; padding-left: 40px;}
#primary #sitemap ul ul {list-style-type: square; font-weight: normal; padding-left: 40px;}

#container #makeMeScrollable, #container #makeMeScrollable div.scrollableArea img {position: relative; z-index: 10;}

/* Helpers
--------------------------------------------------------------------------------------------------- */

.replTransparent a {
	text-indent: -999999px;
	overflow: hidden;
	display: block;
}

.replSpan {
 	position:relative;
	font-style: italic;
	overflow: hidden;
}

.replSpan span {
	position: absolute;
	height: 100%;
	width: 100%;
}

/* Clear Fix
--------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */