/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 11, 2011 08:26:22 AM America/New_York */
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('/css/fonts/League_Gothic-webfont.eot');
    src: url('/css/fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/League_Gothic-webfont.woff') format('woff'),
         url('/css/fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('/css/fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 11px; line-height: 1.3; background: #333; }

body, button, input, select, textarea { font-family: verdana,sans-serif; color: #fff; }

h1, h2, h3 {
	font-family: 'LeagueGothicRegular';
	text-transform: uppercase;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 38px;
	line-height: 1;
	padding: 0;
	margin: 0;
}

h2 strong {
	color: #5c3893;
	font-weight: normal;
}

#sub h2 strong {
	color: #009492;
}

h2 span {
	display: block;
	font-size: 11px;
	font-family: verdana;
	text-transform: none;
	padding-bottom: 6px;
	line-height: 1.3;
}

h3 {
	font-size: 20px; 
}

h4 {
	padding: 0 !important;
	margin: 0 !important;	
}

a {
	color: #fff;
	text-decoration: none;
}

p {
	padding-top: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 10px;
}

a img { border: none; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #333; color: #fff; text-shadow: none; }
::selection { background: #333; color: #fff; text-shadow: none; }


/* Main layout elements */

header {
	height: 90px;
}

footer {
	background: #009492;
	position: relative;
	min-height: 70px;
	margin-top: 10px;
	padding: 5px 0;
	font-size: 9px;	
	z-index: 100;
}

.container {
	width: 970px;
	margin: 0 auto;
	position: relative;	
}

#feature {
	height: 280px;
	background: #fff;
}

#feature .container {
	width: 960px;
	padding-left: 10px;
	position: relative;
}

#feature ul {
	padding: 0;	
	margin: 0;
	list-style: none;
}

#feature ul li {
	margin: 0;
	list-style-type: none;
}

#feature img.left {
	position: absolute;
	z-index: 1;
}

#feature div.right {
	position: absolute;
	width: 160px;
	height: 268px;
	right: 0;
	top: 1px;
}

#feature .panel {
	position: absolute;
	z-index: 50;
/* 	width: 159px; */
	width: 730px;
	top: 0;
	left: 90px;
	font-size: 11px;
/* 	height: 240px; */
	height: 280px;
	overflow: hidden;
}

#feature .panel.above {
	height: auto;
}

#feature .panel p {
	margin: 0 0 5px 0;
}

#feature .panel p.sub-title { 
	padding: 0 0 0 0;
	margin: 0;
	text-transform: uppercase;
	font-family: 'LeagueGothicRegular';
	font-size: 16px;
}

#feature .panel a.more { 
	text-transform: uppercase;
	font-family: 'LeagueGothicRegular';
	font-size: 28px;
	color: #fff;
	text-decoration: none;
}

#feature .panel .top { background: url('../img/bg-panel-top.png') no-repeat; width: 159px; height: 68px; }
#feature .panel .content { background: url(../img/bg-panel-content.png) repeat-y;	padding: 0 10px; }
#feature .panel .bottom { background: url('../img/bg-panel-bottom.png') no-repeat; width: 159px; height: 106px; }
#feature .panel .top-number { font-family: 'LeagueGothicRegular'; background: url('../img/bg-panel-top-number.png') no-repeat; width: 40px; height: 41px; padding-left: 100px; text-align: center; color: #5B3694; font-size: 26px; padding-top: 4px; }

#feature .panel.above .content {
	min-height: 200px;
}

#feature .panel h2 {
	font-family: 'LeagueGothicRegular';
	font-size: 40px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 0.8;
	padding: 0;
	margin: -15px 0 3px 0;
}


#feature .banner-text {
	position: absolute;
	font-family: 'LeagueGothicRegular';	
	font-size: 105px;
	opacity: 0.3;
	z-index: 5;
	top: 0px;
	left: 100px;
	height: 250px;
	line-height: 0.8em;
}

#feature .banner-text span {
	display: block;
	padding-left: 80px !important;
	color: orange;
	background: purple;
	margin-top: 4px;
}

#logo {
	padding-top: 10px;
	padding-left: 5px;
	background-color: #fff;
	width: 166px;
	height: 80px;
	float: left;
}

#media {
	padding-top: 30px;
	margin-left: 10px;
	height: 60px;
	float: left;
}

#media img {
	margin-right: 5px;
	padding: 0;
}

#main { 
	background: #333 !important;
}

/* main left section un-indented for home pages */
#main .left {
	float: left;
	width: 480px;
	padding-left: 10px;
	border-right: 1px solid #ccc;
	margin-top: 10px;
}

/* (left indented) main left section indented for other pages */
#main .left-in {
	float: left;
	width: 310px;
	padding-left: 179px;
	border-right: 1px solid #ccc;
	margin-top: 10px;
}

#main .left-in .indent {
	padding-left: 80px;
}

#main .left-in h2.subtitle {
	margin-top: 0;
	padding: 7px 0 5px 0;
	margin-right: 10px;
	
}

#main .right {	
	float: left;
	width: 300px;
	padding-left: 10px;
	margin-left: -1px;
	border-left: 1px solid #ccc;	
	margin-top: 10px;
}

/* news page */
#main #single {
	margin-left: 179px;
	margin-right: 170px;
}

#main a {
	text-decoration: underline;
	color: #fff;
}

#main a:hover {
	text-decoration: underline;
	color: #5c3893;
}

#main #single a:hover.nolink {
	text-decoration: none;
}

#main #single h2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px 0 3px 0;
	margin: 10px 0 10px 0;
}

#main #single h2 a {
	text-decoration: none;
	color: #fff;
}

#main #single article img, #main #single article iframe {
	float: left;	
}

#main #single article .body {
	margin-left: 315px;
	border-left: 1px solid #ccc;
	padding-left: 15px;
}

#main #single article {
	padding-bottom: 10px;
	overflow: auto;
}

#main #single.inline {
	margin-left: 270px;
}

/* end news page styles */

#main #sub {
	margin-left: 160px;
	width: 300px;
}


#main #sub a {
	color: #fff;
	text-decoration: none;
}

#main #sub-in {
	width: 300px;
	margin-right: 20px;
}

h1 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	padding: 8px 0 0 0px !important;
	width: 255px;
	font-size: 29px;
	line-height: 1;
	height: 32px;
}

h1.extended {
	width: 300px !important;
}

section#grab-resources h1 {
	background: url(../img/icon-resources.png) no-repeat 0 2px; 
	padding-left: 40px !important;
}

#video-testimonials {
	position: relative;
}

#video-testimonials .next {
	margin-top: 15px;
}


h2.video-testimonials {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 15px 0 10px 0;
	padding: 5px 0 0 45px;
	width: 255px;
	background: url('../img/icon-tv.png') no-repeat 0 7px;
/* 	position: relative; */
}

#share-story h1 {
	background: url('../img/icon-share-story.png') no-repeat 0 2px;	
	padding: 5px 0 0 45px !important;
}

#their-story h2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 15px 0 10px 0;
	padding: 5px 0 0 45px;
	width: 255px;
	background: url('../img/icon-share-story.png') no-repeat 0 10px;
}

.top-left-corner {
	position: absolute;
	z-index: 100;
}

h2.subtitle {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 28px;
	margin: 20px 0 10px 0;
	padding: 5px 0;
}

#share-story h2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 5px 0;
	padding: 0px 0 0px 0;
	background: url('../img/hr-share-story.png') no-repeat 0 4px;
}

#our-story h1 {
	padding-left: 45px !important;
	background: url('../img/icon-history.png') no-repeat 0 3px;	
}

#our-story h2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 5px 0;
	padding: 4px 0 2px 45px;
	background: url('../img/icon-history.png') no-repeat 0 9px;	
}

#our-story h2 span {
	text-transform: none;
}

#our-story img {
	margin: 5px 0;
}

#downloads h2 {
	width: 300px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 10px 0;
	padding: 0;	
	background: url('../img/hr-download-library.png') no-repeat 0 2px;
}

#use-freedom h1 {	background: url('../img/icon-freedom-white32.png') no-repeat 0 4px;	padding-left: 40px !important; }
#use-voice h1 { background: url('../img/icon-voice-white32.png') no-repeat 0 4px;	padding-left: 40px !important; }
#use-time h1 { background: url('../img/icon-time-white32.png') no-repeat 0 4px;	padding-left: 40px !important; }
#use-money h1 { background: url('../img/icon-money-white32.png') no-repeat 0 4px;	padding-left: 40px !important; }

.left p, .right p, #single p {
	margin: 8px 0 10px 0;
/* 	line-height: 16px; */
}

div.intro {
	font-weight: bold;
}

h2.intro p {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 28px;
	line-height: 32px;
}

#sub {
	padding: 0 10px;
}

#sub .one {
	float: left;
	width: 144px;
	border-right: 1px solid #ccc;	
}

#sub .one p, #sub .two p {
	margin: 0;
	padding: 0;	
}

#sub .two {
	float: left;
	width: 145px;
	padding-left: 10px;
}

#share-story {
	font-size: 11px;
	min-height: 205px;
}

#their-story {
	font-size: 11px;
	position: relative;
}

#their-story article {
	padding-left: 160px;	
	position: relative;
}

#their-story li img {
	float: left; 
	margin-right: 10px;
}

#their-story ul {
	list-style: none;
	padding: 0;
}

ul#thumbs {
	overflow: auto;
	list-style: none;
	margin-left: -10px;
	padding-left: 10px;
	margin: 0;
	padding: 0;
}

ul#thumbs li {
	float: left; 
	margin: 0;
	margin-right: 14px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

ul#thumbs li.last {
	border-right: none;
	margin: 0;
	padding: 0;
}

.br {
	border-top: 1px solid #ccc;
	height: 2px;
	margin: 0 10px 10px 0;
/* 	margin: 0 10px 10px 10px;	 */
}

.br-bot {
	border-top: 1px solid #ccc;
	height: 2px;
	margin: 0 0 5px 0;
}

.br-in {
	border-top: 1px solid #ccc;
	height: 2px;
	margin: 5px 10px 5px 0px;
}

.br-rt {
	border-top: 1px solid #ccc;
	height: 2px;
	margin: 5px 0 5px 0px;
}

.br-lt {
	border-top: 1px solid #ccc;
	height: 2px;
	margin: 10px 0 5px 0;	
/* 	margin: 10px 10px 5px 0;		 */
}
.br-bth {
	border-top: 1px solid #ccc;
	height: 2px;
	margin: 10px 0 5px 0;	
}

.panel .content {
	width: 140px;
}

.br-latest {
	border-top: 1px solid #333;
	height: 2px;
	margin: 10px 10px 10px 10px;	
}

.main-br {
	border-top: 1px solid #ccc;
	height: 2px;
	margin: 10px 170px 0 180px;
}


/* Latest tweet */

#tweet {

}

.tweet blockquote {
	margin: 0;
	padding: 0;
}

#latest-tweet {
	margin-left: 10px;
	left: 0;
	width: 160px;
	position: absolute;
	z-index: 100;
	bottom: 0;
	margin-bottom: -10px;
	color: #333;
	font-size: 11px;
	display: none;
}

#latest-tweet .top {
	background:  url('../img/bg-leftbar.png') no-repeat;
	width: 160px;
	height: 82px;
	padding-top: 100px;
	padding-bottom: 0;
}

#latest-tweet .main {
	background: #009492;
	padding-top: 5px;
}

#latest-tweet.joined { }

#latest-tweet h2, #latest-tweet p {
	margin: 10px 10px 5px 10px;
}

#latest-tweet h2 {
/*
	position: absolute; 
	top: 100px;
*/
/* 	background: url('../img/hd-latest-tweet.png') no-repeat; */
	width: 77px;
	height: 62px;
}

#tweet-share h2 {
	width: 129px;
	height: 41px;
	background: url('../img/hr-share-latest-tweet.png') no-repeat;	
}

#fb iframe {
	width: 160px;
}

#fb-like iframe {
	margin-left: 10px;
}

#fb-like h2 {
	width: 135px;
	height: 40px;
	background: url('../img/hr-like-facebook.png') no-repeat;	
}

h2#tell-world {
	background: url('../img/hr-tell-world.png') no-repeat 0 10px;
	width: 144px;
	height: 38px;
	border-top: 1px solid #333;
	padding: 10px 0 0 0;
}

#jtwt_text {
	font-style: oblique;
	margin-right: 10px;
}

a#jtwt_date {
	color: #333;
	font-weight: bold;
	font-style: normal;	
	display: block;
	margin-top: 3px;
}


section#video h2 {
	background: url('../img/hr-video-playlist.png') no-repeat;
	width: 301px;
	height: 37px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
}

footer p#notice {
	width: 270px;
	color: #fff;
	margin-left: 180px;
	float: left;
}

footer p {
	padding: 0;
	margin: 0;
}	

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer ul#links {
	margin-left: 50px;
	float: left;
	margin-top: 7px;
}

footer ul#links li {
	margin: 0;
	list-style: none;
	float: left;
	margin-right: 40px;
}

aside#ody-news.star-supporter h2 {
	background: url('../img/hr-star-supporter.png') no-repeat;
}

/* right page news section */
aside#ody-news {
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 10;
	width: 170px;
	color: #666;
}

aside#ody-news h2 { 
	padding: 0;
	margin: 0;
	background: url('../img/bg-right-box-top.png') no-repeat;
	width: 170px;
	height: 189px;
}

aside#ody-news h3 { 
	color: #490083;	
	padding: 10px 0 0 10px;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	font: 18px/20px 'LeagueGothicRegular';
}

aside#ody-news h3 a { 
	color: #490083;	
	text-decoration: none;
}

aside#ody-news p.sub-title { 
	color: #490083;	
	padding: 0 0 0 15px;
	margin: 0;
}

#newslink {
	margin-top: 5px;
	color: #490083;
	clear: left;
	display: block;
}

#newslink:hover {
	text-decoration: underline;
}

div#news, div#supporter {
	margin:0;
	background: #fff;
	padding: 0 10px;
}

div#supporter p {
	padding: 3px 0 10px 0;
	margin: 0;
}

#ody-news.star-supporter img {
	padding: 10px 21px 0 10px;
	background: #fff;
}

div#supporter h3 {
	padding-left: 0px;
	font-size: 15px;
}

div#news article {
	border-bottom: 1px dashed #333;
}

h2.more {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 8px 0 4px 0 !important;
	background: url('../img/icon-more-down-arrow.png') no-repeat 0 5px;
}

h2.more a {
	color: #fff;
	text-decoration: none;
	padding-left: 50px;
}

h2.more a {
	text-decoration: none;
}

#ody-news h2 {
	margin:0;
	padding: 0;
} 

div#news h3 {
	padding-left: 15px;
	background: url('../img/bg-news-bullet.png') no-repeat top left;
	background-position: 0 13px;
}

div#news h3 strong {
	font-weight: normal;
}

div#news p {
	padding: 3px 0 10px 15px;
	margin: 0;
}

div#news a.read-more {
	color: #5B3694;
}

aside#ody-news .footer {
	background: url('../img/bg-right-box-bottom.png') no-repeat;
	width: 170px;
	height: 114px;
}

#do-links ul {
	margin: 10px 0 0 0;
	padding: 0;
}

#do-links li {
	border-top: 1px solid #ccc;
	height: 40px;
	padding: 7px 0 0px 45px;
	list-style-type: none;
}

#do-links.with-subtitles li {
	padding: 2px 0 10px 45px;
}

#do-links li.freedom { background: url('../img/icon-lock.png') no-repeat 0 4px; }
#do-links.with-subtitles li.freedom { background: url('../img/icon-lock.png') no-repeat 0 4px; }
#do-links li.voice { background: url('../img/icon-voice.png') no-repeat 0 4px; }
#do-links li.time { background: url('../img/icon-time.png') no-repeat 0 4px; }
#do-links li.money { background: url('../img/icon-money.png') no-repeat 0 4px; }

#do-links li a {
	font-size: 38px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'LeagueGothicRegular';
	color: #fff;
	text-decoration: none;	
}
#do-links li a:hover {
	text-decoration: none;	
}
#do-links li strong {
	color: #5c3893;
	font-weight: normal;
}

/*
#do-links li span {
	display: block;
	font-size: 11px;
	font-family: verdana;
	text-transform: capitalize;
	padding-bottom: 10px;
	line-height: 0.5;
}
*/

ul.downloads  {
	padding: 0;
	margin: 0;
	list-style: none;	
	overflow: auto;
}

/* on resources page hide resources until revealed */
#resources ul.downloads {
	display: none;
}

ul.downloads li {
	padding: 0 0 0 45px;
	float: left;
	width: 105px;
	font-size: 11px;
	margin-bottom: 10px;
}

ul.downloads li a { color: #5c3893; text-decoration: none; font-size: 11px; }
ul.downloads li.audio { background: url('../img/icon-mp3.png') no-repeat 0 5px; }
ul.downloads li.video { background: url('../img/icon-video.png') no-repeat 0 5px; }
ul.downloads li.doc { background: url('../img/icon-doc.png') no-repeat 0 5px; }
ul.downloads li.image { background: url('../img/icon-image.png') no-repeat 0 5px; }


/* resources page */

section.resource-list {
	padding: 5px 0 0 0;
	margin: 10px 0;
	border-top: 1px solid #ccc;
}

section.resource-list a {
	text-decoration: none;
}

section.resource-list h2, section.resource-list h2 span {
	padding: 0;
	margin: 0;
}

section.resource-list h2 span {
	line-height: 1;
	text-transform: none;
	color: #fff;
}

section.resource-list h2 {
	padding-left: 45px;
	background: url(../img/icon-download.png) no-repeat;
	cursor: pointer;
}

section.resource-list h2:hover, section.resource-list.opened h2 {
	background: url(../img/icon-download-s.png) no-repeat;	
}

section.resource-list h2:hover strong, section.resource-list.opened h2 strong {
	color: #fff;
}

section.resource-list .downloads {
	padding: 10px 0 0 0;
}

 
/* twitter feed */
.twtr-hd, .twtr-ft, .twtr-hd, .twtr-avatar {
	display: none
}

/* video player */
#tv {
	text-align: center;
	width: 300px;
	height: 190px;
	margin-bottom: 10px;
}
ul#thumbs li img {
	width: 54px;
	height: 40px;
	border: 1px solid #333;
}
.currentvideo img {		border: none;
	border: 1px solid #662798 !important;
}

/* Forms */

form#stay_in_touch {
	padding: 0 0 30px 0;
}

form#stay_in_touch h3 {
	padding: 0 0 10px 0;
	margin: 0;
}

fieldset#interested_in {
/* 	border-top: 1px double #fff; */
	width: 300px;
	margin: 15px 0 0 0;
}

fieldset#interested_in div {
	margin: 0 0 7px 0;
}

form label {
	width: 180px;
	display: inline-block;
	font-size: 13px;	
	line-height: 1;
	margin: 0;
	padding: 0 0 0 0;
}

form div {
	margin-bottom: 10px;
}

form input {
	color: #333;
	height: 30px;
	font-size: 15px;
	width: 280px;
	border: none;
	padding: 0 5px;
	background: #fff;
}

input[type="submit"], input[type="button"] {
	background: #5c3893;
	color: #fff;
	text-transform: uppercase;
	font-family: 'LeagueGothicRegular';
	font-size: 23px;	
	letter-spacing: 2px;
/* 	width: 470px !important;	 */
	width: 290px !important;
	border: none;
}


input[type="submit"]:hover {
	background: #fff;
	color: #5c3893;	
}

input[type="checkbox"] {
	width: 20px;
	height: 14px;	
	background: #333;
}

#day, #month, #year {
	color: #333;
	height: 30px;
	font-size: 14px;
	width: 80px;
	border: none;
	background: #fff;
}

/* take action now page */

#latest-campaigns h2 {
	font-size: 29px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;	
	margin-top: 10px;
	padding: 3px 0;
	margin-bottom: 10px;	
}

#latest-campaigns {
}

#latest-campaigns ul  {
	list-style: none;
	margin: 0;
	padding: 0;
	overlow: auto;
	margin-left: -10px;
}

#latest-campaigns ul li {
	margin-bottom: 10px;
	width: 140px;
	float: left;
	padding: 0; 
	margin: 0;
	margin-left: 10px;	
}

#latest-campaigns ul h3 {
	padding: 0; 
	margin: 0;
	border-bottom: 1px solid #fff;
}

#latest-campaigns a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
} 

/* use your voice */

h2.tuesday {
	background: url('../img/icon-tuesday-text-purple.png') no-repeat 0 3px;
	padding-left: 40px;	
}

.right h3 {
	margin: 10px 0 5px 0;
}

#form1_tuesday_form div label, #ac_form label {
	width: 300px;
	display: block;
	margin-bottom: 3px;
	font-size: 11px;
}

#form1_tuesday_form div input, #ac_form input {
	width: 275px;
}

#form1_tuesday_form div #form1_submit, #ac_form #ac_form_submit {
	width: 285px;
}

ul#privacy-policy, #help-pray ul {
	list-style-type: circle;
	padding: 0;
	margin: 15px;
}

#help-pray {
	margin-right: 20px;
}

/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }

a:hover { color: #fff; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

nav {
	margin-top: 8px;
	position: absolute;
	left: 420px;
/* 	float: left; */
	width: 550px;
	height: 73px;
	background-color: #333 !important; 
	background: url('../img/bg-nav.png') no-repeat;
}

nav li {
	float: left;
}

nav li a {

	height: 50px;
	width: 94px;
	padding-top: 21px;
	padding-left: 10px;	
	margin-right: 5px;
	color: #009492;
	text-transform: uppercase;
	font: 30px/21px 'LeagueGothicRegular', Arial, sans-serif;		
	text-decoration: none;
	font-weight: lighter;
}

nav span {
	display: block;
	font-size: 15px !important;
	color: #fff;
}

nav li#home a { color: #fff !important; }
nav li#home a span { color: #009492; }

#home a {	background: url('../img/nav-home.png') no-repeat 5px 25px; 
/*width: 45px; height: 36px; */
}
#share a { background: url('../img/nav-share.png') no-repeat 5px 25px; }
#what-you-can a { background: url('../img/nav-what-you-can.png') no-repeat 5px 25px; }
#resources a { background: url('../img/nav-resources.png') no-repeat 5px 25px; }
#stay-in-touch a { background: url('../img/nav-stay-in-touch.png') no-repeat 5px 25px; }

#home a:hover, #home a.active {	background: url('../img/nav-home-s.png') no-repeat 5px 25px; }
#share a:hover, #share a.active { background: url('../img/nav-share-s.png') no-repeat 5px 25px; }
#what-you-can a:hover, #what-you-can a.active { background: url('../img/nav-what-you-can-s.png') no-repeat 5px 25px; }
#resources a:hover, #resources a.active { background: url('../img/nav-resources-s.png') no-repeat 5px 25px; }
#stay-in-touch a:hover, #stay-in-touch a.active { background: url('../img/nav-stay-in-touch-s.png') no-repeat 5px 25px; }


/*
#preload-01 { background: url('../img/nav-home-s.png') no-repeat -9999px -9999px; }
#preload-02 { background: url('../img/nav-share-s.png') no-repeat -9999px -9999px; }
#preload-03 { background: url('../img/nav-what-you-can-s.png') no-repeat -9999px -9999px; }
#preload-04 { background: url('../img/nav-resources-s.png') no-repeat -9999px -9999px; }
#preload-05 { background: url('../img/nav-stay-in-touch-s.png) no-repeat -9999px -9999px; }
*/

/* sub navigation */

#subnav li a {
	height: 45px;
	font: 15px/19px 'LeagueGothicRegular', Arial, sans-serif;		
	text-transform: uppercase;
	width: 159px;
}

#subnav li a:hover, #subnav li a.active { color: #333; }
#subnav li a:hover span, #subnav li a.active span { color: #fff; }

#subnav li span {
	display: block;
	color: #333;
	font-size: 27px;
}

#subnav li a {
	padding-left: 50px; 
	text-decoration: none;
	color: #fff;
	display: block;
}

#subnav span.line a {
 padding: 0; 
}

/* Freedom sidebar sub nav */
#subnav li.freedom a { background: url('../img/icon-sidebar-freedom.png') no-repeat; }
#subnav li.freedom span.line { position: absolute; background: url(../img/bg-line-one.png); width: 207px; height: 21px; top: 60px; left: 120px; z-index: 3; }
#subnav li.freedom span.line a { position: absolute; left: 206px; top: -10px; }

/* Voice sidebar sub nav */
#subnav li.voice a { background: url('../img/icon-sidebar-voice.png') no-repeat; }
#subnav li.voice span.line { position: absolute; width: 572px; height: 73px; background: url(../img/bg-line-two.png) no-repeat; top: 60px; left: 120px; }
#subnav li.voice span.line a { position: absolute; left: 568px; top: -24px; z-index: 3; }

/* Time sidebar sub nav */
#subnav li.time a { background: url('../img/icon-sidebar-time.png') no-repeat; }
#subnav li.time span.line { position: absolute; width: 362px; height: 21px; background: url(../img/bg-line-three.png) no-repeat; top: 160px; left: 120px; }
#subnav li.time span.line a { position: absolute; left: 362px; top: -12px; z-index: 3; }

/* Money sidebar sub nav */
#subnav li.money a { background: url('../img/icon-sidebar-money.png') no-repeat; }
#subnav li.money span.line { position: absolute; width: 572px; height: 73px; background: url(../img/bg-line-four.png) no-repeat; top: 210px; left: 120px; }
#subnav li.money span.line a { position: absolute; left: 443px; top: 12px; z-index: 3; }

/* Resources sub nav */
#subnav li.resources a { background: url('../img/icon-sidebar-resources.png') no-repeat; }
#subnav li.resources span.line { position: absolute; background: url(../img/bg-line-one.png); width: 207px; height: 21px; top: 60px; left: 120px; z-index: 3; }
#subnav li.resources span.line a { position: absolute; left: 206px; top: -10px; }


/* share story sub nav */
#subnav li.share-story a { background: url('../img/icon-sidebar-share-story.png') no-repeat; }
#subnav li.share-story span.line { position: absolute; background: url(../img/bg-line-one.png); width: 207px; height: 21px; top: 60px; left: 120px; z-index: 3; }
#subnav li.share-story span.line a { position: absolute; left: 206px; top: -10px; }

/* Our story sub nav */
#subnav li.our-story a { background: url('../img/icon-sidebar-our-story.png') no-repeat; }
#subnav li.our-story span.line { position: absolute; width: 572px; height: 73px; background: url(../img/bg-line-two.png) no-repeat; top: 60px; left: 120px; }
#subnav li.our-story span.line a { position: absolute; left: 568px; top: -24px; z-index: 3; }


/* subnav nested nav items */

#subnav li ul {
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;	
}

#subnav li ul li {
	padding: 0 0 3px 30px;
	margin: 0;
	height: 15px;	
}

#subnav li ul li a {
	font: 14px/15px 'LeagueGothicRegular', Arial, sans-serif;
	padding-left: 20px;
	background: url(../img/bg-bullet-black.png) no-repeat 0 1px !important;
	color: #333;
/* 	url('../img/bg-bullet-black.png') no-repeat; */
}

#subnav li ul li a:hover, #subnav li ul li a.active {
	color: #fff;
	background: url(../img/bg-bullet-white.png) no-repeat 0 1px !important;	
}

/* Our Story Timeline */
section#timeline {
	margin-right: 10px;
	margin-top: 10px;
	border-top: 1px solid #fff;
	background: url('../img/bg-timeline.png') repeat-y 0 10px;
}

section#timeline div.detail { }

section#timeline .heading {
	padding-left: 50px;	
	background: url(../img/bg-timeline-circle-purple.png) no-repeat 0 5px;
}

section#timeline h3, #more-dates h3 {
	margin: 0 !important;
	padding: 3px 0 0 0 !important;
	font-size: 38px;
	color: #5c3893;
	line-height: 1 !important;	
}

#more-dates {
	position: relative;
	padding: 0 50px;
	margin-top: 5px;
}

#more-dates:hover {
	color: #fff;
}

#more-dates .icon-more-left {
	position: absolute; 
	left: 0;
	top: 7px;
}

#more-dates .icon-more-right {
	position: absolute; 
	right: 10px;
	top: 7px;
}

section#timeline #more-dates {
	padding-left: 45px;	
}

section#timeline div.date {
	margin: 12px 0 0 5px;
	font-size: 15px;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	color: #333;
/* 	letter-spacing: -2px;	 */
	position: absolute;
	float: left;
}

section#timeline div.date span {
/* 	padding-top: 10px; */
	margin-top: -3px;
	font-size: 30px;
	float: right;
	display: block;

}

section#timeline span.subtitle {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff; 
/* 	margin-bottom: 10px;	 */
}

section#timeline .heading h3 strong {
	color: #ffff;
}


section#timeline .detail {
	padding-top: 5px;
	margin-left: 50px;
	border-bottom: 1px solid #fff; 
}

#single h2 span {
	text-transform: none;	
}

#single ul {
	list-style-type: circle;
	margin-left: 15px;
}

#single {
	min-height: 300px;
}

ol.persecution h3 {
	margin: 0;
}

ol.persecution {
	float: left;
	width: 84px;
	width: 124px !important;	
}

ol.persecution li {
	padding: 0 0 0 0;
	margin-left: 25px !important;
}

ol.persecution li a {
	color: #fff;
	text-decoration: none;
}

ol.persecution li a:hover {
	text-decoration: underline;
}

#persecutionLevelSelector .key {
	float: left;
	width: 206px;	
	padding: 5px 0 0 0;	
}	

#map_canvas {
	width: 620px;
	height: 230px;
	border: 1px solid #64696d;
	overflow:hidden;
}

td.sm {
	color: #333;
}

/* donation forms */
#give form { }

#give form ul {
	padding: 0;
}	

#give form li {
	margin: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 5px;
	clear: both;
}

#donate1 #give form li input {
	width: 80px;
}

#donate2 em {
	margin-top: 5px;
	display: block;
} 

#give form li label {
	display: block;
	width: 200px;
	margin-bottom: 5px;
	line-height: 1.2em;
	padding-right: 10px;
	font-size: 11px;
	padding-top: 5px;
} 

#give form li input[type="submit"] {
	width: 40px !important;
	font-size: 14px;
}

#give form option, #give form select {
	color: #333;	
}

#calculate, #submit {
	width: 130px;
	height: 30px;
	font-size: 23px;
	margin-bottom: 5px;	
}

#give-steps h4 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.3;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;	
	text-transform: uppercase;	
}

ol#give-steps {
	padding-left: 20px;
}

ol#give-steps li {
	margin-bottom: 10px; 		
}

div#next {
/* 	float: right; */
}

#total {
	background: #D5C8EA;
}

#donate2 li {
	margin-bottom: 0;
}

#donate2 #submit, #donate3 #submit, #donate3 #giftaid_button {
	width: 290px !important;
	font-size: 23px;
}

#Dob_Day, #Dob_Month, #Dob_Year {
	width: 40px !important;
}

.error {
	color: red;
	display: inline !important;
}

#donate-now {
	width: 300px !important;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

