@import url('http://www.childrennow.org/ee/template_files/site/cn_fonts.css');


html, body {margin:0; padding:0; width:100%; height:100%;}

body {
	font: 110% Gotham, Helvetica, Arial, sans-serif;
	background-color: #FFF;
	background-image: url('/ee/template_files/site/images/bg_main_repeatx.gif');
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

/* Remove Firefox's dotted line around links */
a:focus { outline: none; }
object { outline: none; }


br {
	line-height: 150%;
}

div#container {
	/* This is   the only important rule */
	/* We need our container to show up on top of the background */
	position: relative; 


	/* These have no effect on the functionality */
	width: 1000px;
	margin: 0 auto;
}

div#big-bg-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: -100;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

img.downloadable {border: 1px black solid;}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#ieWarning {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: black;
}
div#ieWarning h1 {
	padding: 80px 160px 0 80px;
	text-align: left;
	color: orange;
}

div#print_box {
	margin: 5px 0 5px 0;
}

div#print_box a,
div#print_box a:link {
	font-weight: 700;
	font: 100% Gotham, Helvetica, Arial, sans-serif;
}


/* HEADER */



#header {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: xx-small;
	clear: both;
}

#header h1,
#header p {
	display: block;
	color: #333;
	margin: 0;
}

#header form {
	display: block;
	margin: 0;
}

#header #searchinput {
	width: 186px;
	border: 1px solid #FFF;
	height: 12px;
}

#header h1 {
	font-size: small;
}

#header p {
	font-size: smaller;
	margin: 0;
}

#header a,
#header a:link {
	color: #333;
	text-decoration: none;
}

#header a:visited {
	color: #333;
}

#header a:hover {
	color: #999;
	text-decoration: none;
}


/* SITE HEADER */

#site_header {
	margin: 0;
	padding: 0;
}

#site_header table {
	margin: 0;
	padding: 0;
	height: 77px;
}

#site_header td,
#site_header td p {
	font-size: 9px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-transform: uppercase;
}

#site_header td p a,
#site_header td p a:link {
	color: #FFF;
}

#site_header td p a:visited {
	color: #FFF;
}

#site_header td p a:hover {
	color: #000;
}

#site_header td#site_header_logo {
	padding: 0 0 0 20px;
}

#site_header td#site_header_search_input {
	padding: 0 0 0 30px;
}

#site_header td form {
	margin: 0;
	padding: 0;
}

#site_header td#site_header_search_input input#keywords {
	width: 180px;
	height: 18px;
	border: none;
	background: #FFF;
	margin: 0;
	padding: 1px;
	color: #666;
}

#site_header td#site_header_search_button {
	padding: 0 0 1px 4px;
}

#site_header td#site_header_email_input {
	padding: 0 0 0 30px;
}

#site_header td#site_header_email_input input#cons_email {
	width: 230px;
	height: 18px;
	border: none;
	background: #FFF;
	margin: 0;
	padding: 1px;
	color: #666;
}

#site_header td#site_header_email_input input#cons_zip_code {
	width: 60px;
	height: 18px;
	border: none;
	background: #FFF;
	margin: 0;
	padding: 1px;
	color: #666;
}
#site_header td#site_header_email_button {
	padding: 0 0 1px 4px;
}

#site_header td#site_header_addthis_button {
	padding: 0 0 2px 20px;
}

#site_header td#site_header_social_buttons {
	padding: 0 0 0 8px;
}

.browserIE #site_header td#site_header_addthis_button {
	padding: 0 0 4px 20px;
}

.browserIE8 #site_header td#site_header_addthis_button {
	padding: 0 0 5px 20px;
}

.browserIE #site_header td#site_header_social_buttons {
	padding: 0 0 2px 8px;
}

.browserIE #site_header td#site_header_search_button,
.browserIE #site_header td#site_header_email_button {
	padding: 0 0 2px 4px;
}
.browserIE #site_header td#site_header_email_input {
	padding-bottom: 2px;
}



/* old site header styles below */
/*
#site_header {
	margin: 0;
	padding: 0;
}

#site_header h1 {
	margin: 0;
	padding: 0;
}

#site_header form {
	margin: 0 50px 0 0;
	padding: 0;
}

#site_header p {
	font-weight: 500;
	margin: 0 40px 0 0;
	padding: 24px 0 0 0;
	color: #FFF;
}

#site_header p a,
#site_header p a:link {
	color: #FFF;
}

#site_header p a:visited {
	color: #FFF;
}

#site_header p a:hover {
	color: #000;
}
*/



/* HOME NAV */

#home_nav {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: xx-small;
	clear: both;
}

#home_nav div {
	float: left;
}

#home_nav #topnav p {
	width: 160px;
	height: 35px;
	display: block;
	font-size: 1.4em;
	padding: 77px 26px 17px 13px;
	margin: 0 1px 0 0;

}

#home_nav #topnav p#movement {
	width: 120px;
	font-size: 1.4em;
	padding: 59px 64px 35px 13px;
	margin-right: 0;
}


/* TOP NAV */

#topnav {
	padding: 0 0 0 120px;
	margin: 0 0px 0px;
	width: 1000px;
	padding: 0;
	clear: both;
}


#topnav td {
	background: #FFF;
	height: 50px;
}

#topnav p {
	width: 120px;
	display: block;
	float: left;
	padding: 20px 18px 9px 13px;
	margin: 20px 3px 150 0;
	background: #FFF;
	font: Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: .8em;
}

#landingnav p {
	width: 160px;
	height: 35px;
	display: block;
	float: left;
	padding: 29px 18px 0px 13px;
	margin: 0px 3px 20px 0;
	background: #FFF;
	font: Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1.3em;
}

#landingnav #topnav p#movement {
	height: 45px;
}




#topnav p#movement {
	padding: 10px 18px 9px 13px;
}

#topnav a,
#topnav a:link {
	text-decoration: none;
	display: block;
	padding: 3px 0px 2px 4px;
	margin: 0;
	color: #666;
	background: #FFF;
	border: none;
	width: 130px;
}

#topnav a:hover {
	color: #FFF;
	background: #000000;
}

#topnav a.meet:hover {
	color: #FFF;
	background: #3e6391;
}
#topnav a.learn:hover {
	color: #FFF;
	background: #db8a44;
}
#topnav a.act:hover {
	color: #FFF;
	background: #8bb4d0;
}
#topnav a.share:hover {
	color: #FFF;
	background: #a7d384;
}
#topnav a.movement:hover {
	color: #FFF;
	background: #f16531;
}

/*

#topnav a.meet:hover {
	color: #FFF;
	background: #3e6391;
}
#topnav a.learn:hover {
	color: #FFF;
	background: #f9a75e;
}
#topnav a.act:hover {
	color: #FFF;
	background: #8bb4d0;
}
#topnav a.share:hover {
	color: #FFF;
	background: #a7d384;
}
#topnav a.movement:hover {
	color: #FFF;
	background: #f16531;
}

*/


/* PAGE HEADER */

#page_header {
	color: #666;
	padding: 0;
	margin: 0 190px 20px 210px;
	border-bottom: 2px dotted #CCC;
}

#page_header h1 {
	font: 38px/39px 'Gotham', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}

#page_header a,
#page_header a:link,
#page_header a:visited {
	color: #FFF;
	text-decoration: none;
}

#page_header h2 {
	font: 24px/28px 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}


/* MAIN CONTENT */

#mainContent {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 0.76em;
	line-height: 130%;
	text-align: left;
}



#mainContent p {
	margin: 0 0 9px 0;
}

#mainContent table,
#mainContent td {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 1.0em;
	line-height: 130%;
	text-align: left;
}

#mainContent a,
#mainContent a:link {
	color: #666;
	text-decoration: underline;
}

#mainContent a:visited {
	color: #777;
	text-decoration: underline;
}

#mainContent a:hover {
	color: #000;
	background: none;
	text-decoration: none;
}

#mainContent h3 {
	font: 18px/20px 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	color: #000000;
	margin: 18px 0 9px 0;
}

#mainContent h3 a,
#mainContent h3 a:link,
#mainContent h3 a:visited,
#mainContent h3 a:hover {
	text-decoration: none;
}

#mainContent h4 {
	font: 12px/15px 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	color: #000000;
	text-align: left;
	margin: 0 0 4px 0;
}

/* div.linklist is in both #maincontent and #sidebar2 */

div.linklist {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 30px 0;
}

div.linklist h4 {
	font-weight: 500;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}

div.linklist h4 a,
div.linklist h4 a:link,
div.linklist h4 a:hover,
div.linklist h4 a:visited {
	text-decoration: none;
}

div.linklist p {
	padding: 0 0 0 20px;
	margin: 0 0 4px 0;
}

div.linklist p a,
div.linklist p a:link {
	text-decoration: underline;
	
}



#mainContent div.article_pullquote {
	border: 1px solid #CCC;
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/bg_newsitems_repeatx.gif');
	background-repeat: repeat-x;
	padding: 10px;
	margin-bottom: 10px;
}

#mainContent div.article_pullquote h4 {
	text-transform: none;
	font-weight: 300;
	margin: 0;
	font-size: 1.1em;
}

#mainContent div.article_pullquote h3 {
	text-transform: none;
	font-weight: 500;
	margin: 0;
}



/* COMMENTS */

#mainContent div.comment {
	color: #666;
	font-size: 1.2em;
	line-height: 120%;
	margin: 0 0 20px 0;
	padding: 12px 12px 12px 12px;
	border: 1px solid #CCC;
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/bg_newsitems_repeatx.gif');
	background-repeat: repeat-x;
}

#mainContent div.comment div, 
#mainContent div.comment p {
	text-transform: none;
	margin: 4px 0 4px 0;
	padding: 0;
}

#mainContent div.comment div.author {
	color: #666;
	margin: 0 0 4px 0;
	padding: 0;
	font-size: .8em;
	
}

#mainContent div.meet_newsroom_press_release p.date {
	color: #999;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 0;
}



/* LANDING PAGE TEMPLATE */
#mainContent .landing_content td {
	text-transform: uppercase;
	text-align: left;
	font-weight: 300;
	padding: 10px;
	background: #FFF;
}

#mainContent .landing_content h1 {
	color: #666;
	font: 18px/24px 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 100%;
	padding: 10px;
	margin: 0 0 15px 0;
	height: 40px;
}

#mainContent .landing_content hr {
	border: none;
	background: none;
	border-top: 2px dotted #999;
	margin: 0 0 20px 0;
}

#mainContent .landing_content p {
	font: 12px/16px 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 15px;
}

#mainContent .landing_content p a,
#mainContent .landing_content p a:link {
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.08em;
}

/* MEET LANDING PAGE */

#mainContent #meet_landing_content {
	margin: 0 0 0 170px;
}

#mainContent .meet_landing_link {
	background: #FFF;
	height: 162px;
	float: left;
	display: block;
	margin: 5px 2px 5px 2px;
}

#mainContent #meet_landing_content #link1 p {
	background: #3d6593;
} 
#mainContent #meet_landing_content #link2 p {
	background: #203751;
} 
#mainContent #meet_landing_content #link3 p {
	background: #6596cf;
} 
#mainContent #meet_landing_content #link4 p {
	background: #456da0;
} 
#mainContent #meet_landing_content #link5 p {
	background: #3d6593;
} 

#mainContent #meet_landing_content #link1, 
#mainContent #meet_landing_content #link1 td {
	width: 286px;
}

#mainContent #meet_landing_content #link2, 
#mainContent #meet_landing_content #link2 td {
	width: 286px;
}

#mainContent #meet_landing_content #link3, 
#mainContent #meet_landing_content #link3 td {
	width: 355px;
}

#mainContent #meet_landing_content #link4, 
#mainContent #meet_landing_content #link4 td {
	width: 216px;                  
}                                  

#mainContent #meet_landing_content #link5,
#mainContent #meet_landing_content #link5 td {
	width: 576px;
}

/* LEARN LANDING PAGE */

#mainContent #learn_landing_content {
	margin: 0 0 0 100px;
}

#mainContent .learn_landing_link {
	background: #FFF;
	height: 242px;
	float: left;
	display: block;
	margin: 5px 2px 5px 2px;
}

#mainContent #learn_landing_content h1 {
	height: 110px;
}

#mainContent #learn_landing_content #link1 p {
	background: #f0bb61;
} 
#mainContent #learn_landing_content #link2 p {
	background: #f89b48;
} 
#mainContent #learn_landing_content #link3 p {
	background: #e2a160;
} 

#mainContent #learn_landing_content #link1,
#mainContent #learn_landing_content #link1 td {
	width: 242px;
}

#mainContent #learn_landing_content #link2, 
#mainContent #learn_landing_content #link2 td {
	width: 242px;
}

#mainContent #learn_landing_content #link3, 
#mainContent #learn_landing_content #link3 td {
	width: 242px;                  
}


/* ACT LANDING PAGE */

#mainContent #act_landing_content {
	margin: 0 0 0 170px;
}

#mainContent .act_landing_link {
	background: #FFF;
	height: 162px;
	float: left;
	display: block;
	margin: 5px 2px 5px 2px;
}

#mainContent #act_landing_content h1 {
	height: 40px;
}

#mainContent #act_landing_content #link1 p {
	background: #b4d9e5;
} 
#mainContent #act_landing_content #link2 p {
	background: #68bcd2;
} 
#mainContent #act_landing_content #link3 p {
	background: #32b0ca;
} 
#mainContent #act_landing_content #link4 p {
	background: #8fc9db;
} 
#mainContent #act_landing_content #link5 p {
	background: #68bcd2;
} 

#mainContent #act_landing_content #link1, 
#mainContent #act_landing_content #link1 td {
	width: 355px;
}

#mainContent #act_landing_content #link2, 
#mainContent #act_landing_content #link2 td {
	width: 216px;
}

#mainContent #act_landing_content #link3, 
#mainContent #act_landing_content #link3 td {
	width: 286px;                  
}

#mainContent #act_landing_content #link4, 
#mainContent #act_landing_content #link4 td {
	width: 286px;                  
}

#mainContent #act_landing_content #link5, 
#mainContent #act_landing_content #link5 td {
	width: 575px;               
}



/* ACT PAGE IFRAME */
#mainContent #act_page_iframe {
	width: 700px;
	height: 860px;
	float: left;
}

/* SHARE LANDING PAGE */


#mainContent #share_landing_content {
	margin: 0 0 0 170px;
}

#mainContent .share_landing_link {
	background: #000;
	height: 162px;
	float: left;
	display: block;
	margin: 5px 2px 5px 2px;
}

#mainContent #share_landing_content #link1 p {
	background: #A8D385;
} 

#mainContent #share_landing_content #link2 p {
	background: #A8D385;
}

#mainContent #share_landing_content #link3 p {
	background: #A8D385;
} 

#mainContent #share_landing_content #link1, 
#mainContent #share_landing_content #link1 td {
	width: 575px;
}

#mainContent #share_landing_content #link2, 
#mainContent #share_landing_content #link2 td {
	width: 286px;
}   

#mainContent #share_landing_content #link3, 
#mainContent #share_landing_content #link3 td {
	width: 286px;
}




/* MOVEMENT LANDING PAGE */

#mainContent #movement_landing_content {
	margin: 0 0 0 170px;
}

#mainContent .movement_landing_link {
	background: #FFF;
	height: 162px;
	float: left;
	display: block;
	margin: 5px 2px 5px 0px;
}

#mainContent #movement_landing_content h1 {
	height: 40px;
}

#mainContent #movement_landing_content #link1 p {
	background: #F15027;
}

#mainContent #movement_landing_content #link2 p {
	background: #F57C5F;	
}

#mainContent #movement_landing_content #link3 p {
	background: #F26531;	
}

#mainContent #movement_landing_content #link4 p {
	background: #F15027;	
}

#mainContent #movement_landing_content #link5 p {
	background: #F57C5F;
}

#mainContent #movement_landing_content #link1, 
#mainContent #movement_landing_content #link1 td {
	width: 216px;
}

#mainContent #movement_landing_content #link2, 
#mainContent #movement_landing_content #link2 td {
	width: 355px;
}

#mainContent #movement_landing_content #link3, 
#mainContent #movement_landing_content #link3 td {
	width: 286px;
}

#mainContent #movement_landing_content #link4, 
#mainContent #movement_landing_content #link4 td {
	width: 286px;
}

#mainContent #movement_landing_content #link5, 
#mainContent #movement_landing_content #link5 td {
	width: 575px;
}




/* MAIN CONTENT - BOARD OF DIRECTORS */

#mainContent div.meet_about_bod_listing,
#mainContent div.meet_management_team_listing {
	margin: 0 0 15px 0;
	text-transform: uppercase;
	text-align: left;
}

div.meet_about_bod_entry {
	text-align: left;
	font-size: 0.8em;
	line-height: 120%;
	color: #666;
	margin: 0 0 25px 0;
	padding: 20px;
}

div.meet_about_bod_entry a,
div.meet_about_bod_entry a:link {
	color: #666;
	text-decoration: none;
}

div.meet_about_bod_entry a:visited {
	color: #666;
}

div.meet_about_bod_entry a:hover {
	color: #333333;
}

div.meet_about_bod_entry p,
div.meet_about_bod_entry div {
	text-transform: none;
	margin: 0 0 8px 0;
	padding: 0;
}

div.meet_about_bod_entry div.board_member_photo {
	float: right;
	margin: 0 0 5px 10px;
}

#mainContent div.meet_about_bod_listing h3,
#mainContent div.meet_management_team_listing h3 {
	margin: 0;
}

#mainContent div.meet_management_team_listing h3 {
	color: #666;
}

div.meet_about_bod_title {
	margin: 0 0 10px 0;
}

div.meet_about_bod_entry h4 {
	font-family: Gotham, Helvetica, Arial, Sans-Serif;
	color: #333;
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 0;
}
div.meet_about_bod_entry p.board_pos {
	color: #666;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	padding: 0;
}
div.meet_about_bod_entry p.private_pos {
	text-transform: lowercase;
	text-transform: capitalize;
	margin: 0 0 4px 0;
	padding: 0;
}

div.meet_about_bod_entry div.bio {
	background-color: #666;
	padding: 15px;
}

div.meet_about_bod_entry div.bio p {
	margin: 0 0 1em 0;
	padding: 0;
	color: #FFF;
}


/*

#mainContent div.meet_about_bod_entry {
	font-size: 1.0em;
	color: #666;
	margin: 0 0 25px 0;
	padding: 0;
}

#mainContent div.meet_about_bod_entry a,
#mainContent div.meet_about_bod_entry a:link {
	color: #666;
	text-decoration: none;
}

#mainContent div.meet_about_bod_entry a:visited {
	color: #666;
}

#mainContent div.meet_about_bod_entry a:hover {
	color: #333333;
}

#mainContent div.meet_about_bod_entry p,
#mainContent div.meet_about_bod_entry div {
	text-transform: none;
	margin: 0 0 8px 0;
	padding: 0;
}

#mainContent div.meet_about_bod_entry div.board_member_photo {
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #CCC;
	padding: 4px;
}

#mainContent div.meet_about_bod_entry h4 {
	color: #3e6391;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 10px 0 4px 0;
	padding: 0;
}
#mainContent div.meet_about_bod_entry p.board_pos {
	color: #666;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	padding: 0;
}
#mainContent div.meet_about_bod_entry p.private_pos {
	text-transform: lowercase;
	text-transform: capitalize;
	margin: 0 0 4px 0;
	padding: 0;
}

#mainContent div.meet_about_bod_entry div.bio p {
	font-size: 2em;
	margin: 0 0 1em 0;
	padding: 0;
}

*/

/* MAIN CONTENT - PRESS RELEASES */
#mainContent div.meet_newsroom_press_release {
	font-size: 0.9em;
	color: #666;
	margin: 0 0 20px 0;
	padding: 12px 12px 12px 12px;
	border: 1px solid #CCC;
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/bg_newsitems_repeatx.gif');
	background-repeat: repeat-x;
}

#mainContent div.meet_newsroom_press_release div, 
#mainContent div.meet_newsroom_press_release p {
	text-transform: none;
	margin: 4px 0 4px 0;
	padding: 0;
	font-size: 1.05em;
}

#mainContent div.meet_newsroom_press_release h4 {
	color: #666;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 0;
}

#mainContent div.meet_newsroom_press_release p.date {
	color: #999;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 0;
}


/* MAIN CONTENT - PRESS COVERAGE */
#mainContent div.meet_newsroom_press_coverage {
	font-size: 0.9em;
	color: #666;
	margin: 0 0 20px 0;
	padding: 12px 12px 8px 12px;
	border: 1px solid #CCC;
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/bg_newsitems_repeatx.gif');
	background-repeat: repeat-x;
}

#mainContent div.meet_newsroom_press_coverage div, 
#mainContent div.meet_newsroom_press_coverage p {
	text-transform: none;
	margin: 4px 0 4px 0;
	padding: 0;
	font-size: 1.05em;
}

#mainContent div.meet_newsroom_press_coverage h4 {
	color: #666;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 0;
}

#mainContent div.meet_newsroom_press_coverage p.date {
	color: #999;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 0;
}


/* MAIN CONTENT - REPORTS & RESEARCH */

#mainContent div.learn_research_entry {
	font-size: 0.9em;
	margin: 0 0 25px 0;
	padding: 12px 12px 2px 12px;
	border: 1px solid #CCC;
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/bg_newsitems_repeatx.gif');
	background-repeat: repeat-x;
}

#mainContent div.learn_research_entry img {
	float: right;
	border: 1px solid #DDD;
	margin: 0 0 10px 10px;
}

#mainContent div.learn_research_entry p {
	text-align: left;
	font-size: 1.1em;
	margin: 0 0 8px 0;
}

#mainContent div.learn_research_entry p.download {
	background: #EFEFEF;
	padding: 2px 2px 2px 4px;
	text-align: left;
	font-weight: bold;
}

#mainContent div.learn_research_entry p.date {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0 0 2px 0;
}

#mainContent div.learn_research_entry p.readmore {
	text-align: right;
	padding: 0 5px 0 0;
}

#mainContent div.learn_research_entry a,
#mainContent div.learn_research_entry a:link {
	text-decoration: none;
}

#mainContent div.learn_research_entry_no_border {
	border: none;
}

#mainContent div.learn_research_entry_no_border img {
	float: right;
	border: 1px solid #DDD;
}


/* MAIN CONTENT - SEARCH RESULTS */

#mainContent div.search_result_item {
	margin: 0 0 20px 0;
	border: 1px solid #CCC;
	padding: 10px 10px 4px 10px;
}

#mainContent div.search_result_item a,
#mainContent div.search_result_item a:link,
#mainContent div.search_result_item a:visited {
	color: #000;
}

#mainContent div.search_result_item a:hover {
	color: #666;
}

#mainContent div.search_result_item h3 {
	margin: 0;
	padding: 0;
}

/* SIDEBAR 1 */

#sidebar1 {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
}

#sidebar1 ul {
	list-style: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
}

#nav_categories {
	margin: 0 0 0 10px;
	padding: 0;
}

#nav_categories a,
#nav_categories a:link {
	font-weight: normal;
	font-size: 0.66em;
	text-decoration: none;
	color: #666;
	background: none;
	border: none;
	display: block;
	margin: 0;
	padding: 2px 0 2px 20px;
}

#nav_categories a:hover {
	background: #000;
	color: #FFF;
}

#nav_categories a.current {
	background: #000;
	color: #FFF;
}

#sidebar1 ul#nav_categories li {
	float: none !important;
	display: block !important;
}

/* lvl 1 */

#nav_categories li {
	padding: 0 0 10px 0;
}

#nav_categories li a,
#nav_categories li a:link {
	text-transform: uppercase;
	font-weight: 500;
	padding: 2px 0 2px 20px;
}


/* lvl 2 */
#nav_categories li ul li {
	padding: 0;
}

#nav_categories li ul li a,
#nav_categories li ul li a:link {
	text-transform: capitalize;
	font-weight: normal;
	padding: 2px 0 2px 30px;
}

/* lvl 3 */
#sidebar1 ul#nav_categories li ul li ul li a,
#sidebar1 ul#nav_categories li ul li ul li a:link {
	text-transform: capitalize;
	padding: 2px 0 2px 40px;
	font-weight: normal;
	font-style: italic;
}

/* lvl 4 */
#sidebar1 ul#nav_categories li ul li ul li ul li a,
#sidebar1 ul#nav_categories li ul li ul li ul li a:link {
	text-transform: capitalize;
	padding: 2px 0 2px 50px;
	font-weight: normal;
	font-style: normal;
	font-size: 0.55em;
}




/* SIDEBAR 2 */

/*
#sidebar2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 0.4em;
	text-transform: uppercase;
}

#sidebar2 p {
    background-image: url('http://www.childrennow.org/ee/template_files/site/images/bullet_card.gif');
    background-repeat: no-repeat;
	background-position: 60px 12px;
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 0 0 84px;
	text-align: justify;
}

#sidebar2 h2 {
	background-repeat: no-repeat;
	background-position: 10px 35px;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: 500;
	height: 100px;
	color: #333;
	padding: 0 0 0 10px;
	margin: 10px 0 -75px 0;
}

#sidebar2 a,
#sidebar2 a:link {
	color: #666;
	text-decoration: none;
}
*/
	



#sidebar2 table.resources {
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/cardicons/a7d384/cardicon_resources_a7d384.gif');
}

#sidebar2 table.news {
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/cardicons/a7d384/cardicon_news_a7d384.gif');
}

#sidebar2 table.facts {
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/cardicons/a7d384/cardicon_facts_a7d384.gif');
}

#sidebar2 table.policy {
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/cardicons/a7d384/cardicon_policy_a7d384.gif');
}

#sidebar2 table.media {
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/cardicons/a7d384/cardicon_media_a7d384.gif');
}

#sidebar2 table.research {
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/cardicons/a7d384/cardicon_research_a7d384.gif');
}

#sidebar2 table.results {
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/cardicons/a7d384/cardicon_results_a7d384.gif');
}

#sidebar2 table.action {
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/cardicons/a7d384/cardicon_action_a7d384.gif');
}

#sidebar2 table.twitter {
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/cardicons/a7d384/cardicon_twitter_a7d384.gif');
}

#sidebar2 table.comments {
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/cardicons/a7d384/cardicon_comments_a7d384.gif');
}



#sidebar2 hr {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: none;
	width: 360px;
	margin: 0;
	padding: 0;
}

#sidebar2 div.linklist {
	font-size: 0.76em;
}



/* SIDEBAR 2 CARD TABLE TESTING */

#sidebar2 div#card_table {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
}

#sidebar2 div#card_table table {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 10px 47px;
}


#sidebar2 div#card_table p {
    background-image: url('http://www.childrennow.org/ee/template_files/site/images/bullet_card.gif');
    background-repeat: no-repeat;
	background-position: 60px 12px;
	margin: 0;
	font-size: 0.9em;
	line-height: 125%;
	padding: 10px 0 0 84px;
	color: #666;
	text-transform: uppercase;
}


#sidebar2 div#card_table h2 {
	border: 1px solid #CCC;
	border-right: none;
	border-left: none;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #333;
	padding: 10px 0 10px 10px;
	margin: 0;
	text-transform: uppercase;
}

#sidebar2 div#card_table h3 {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #333;
	float: right;
	text-align: right;
	padding: 2px 0 0 0;
}

.browserIE #sidebar2 div#card_table h3 {
	padding: 3px 0 0 0;
}

#sidebar2 div#card_table a,
#sidebar2 div#card_table a:link {
	color: #666;
	text-decoration: none;
}

#sidebar2 div#card_table hr {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: none;
	width: 360px;
	margin: 0;
	padding: 0;
}




/* SUB NAV */

#subnav {
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 22px;
}

.subnav_item {
	margin: 4px 0 0 0;
	text-decoration: none;
	color: #666;
	line-height: 22px;
	
}

.subnav_item:hover {
	background: #A3C0E2;
}

/* SHARE - STORY PREVIEW */
#mainContent div.story_preview {
	font-size: .9em;
	color: #666;
	margin: 0 0 20px 0;
	padding: 12px 12px 12px 12px;
	border: 1px solid #CCC;
	background-image: url('http://www.childrennow.org/ee/template_files/site/images/bg_newsitems_repeatx.gif');
	background-repeat: repeat-x;
}

#mainContent div.story_preview div, 
#mainContent div.story_preview p {
	display: inline;
	text-transform: none;
	margin: 4px 0 4px 0;
	padding: 0;
	font-size: 1.05em;
}

#mainContent div.story_preview div.cta a {
	font-size: 1.1em;
	color: #666;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 0;
	text-transform: none;
}

#mainContent div.story_preview div.cta a:hover {
	color: #FFFFFF;
}


/* SITEMAP */

#mainContent #sitemap_meet h3 {
	color: #A3C0E2;
}

#mainContent #sitemap_meet a {
	color: #666;
	text-decoration: none;
	line-height: 22px;
}

#mainContent #sitemap_meet a:hover {
	background: #A3C0E2;
	color: #FFF;
}

#mainContent #sitemap_learn h3 {
	color: #FAA85F;
}

#mainContent #sitemap_learn a {
	color: #666;
	text-decoration: none;
	line-height: 22px;
}

#mainContent #sitemap_learn a:hover {
	background: #FAA85F;
	color: #FFF;
}

#mainContent #sitemap_act h3 {
	color: #00A8CB;
}

#mainContent #sitemap_act a {
	color: #666;
	text-decoration: none;
	line-height: 22px;
}

#mainContent #sitemap_act a:hover {
	background: #00A8CB;
	color: #FFF;
}

#mainContent #sitemap_share h3 {
	color: #A8D385;
}

#mainContent #sitemap_share a {
	color: #666;
	text-decoration: none;
	line-height: 22px;
}

#mainContent #sitemap_share a:hover {
	background: #A8D385;
	color: #FFF;
}

#mainContent #sitemap_movement h3 {
	color: #F26531;
}

#mainContent #sitemap_movement a {
	color: #666;
	text-decoration: none;
	line-height: 22px;
}

#mainContent #sitemap_movement a:hover {
	background: #F26531;
	color: #FFF;
}


/* FOOTER */

#footer {
	margin: 50px 0 80px 0;
	padding: 0;
}

#footer p {
	display: block;
	float: left;
	font-size: 0.6em;
	color: #FFF;
	margin: 0 35px 0 0;
}

#footer strong {
	font-weight: 500;
}

#footer a,
#footer a:link,
#footer a:hover {
	text-decoration: none;
}

#footer div.light {
	padding: 20px 0 20px 0;
}

#footer div.light p,
#footer div.light a,
#footer div.light a:link,
#footer div.light a:visited {
	opacity: 1.0;
	color: #FFF;
	text-shadow: 0.1em 0.1em 0.2em black;
}

#footer div.light a:hover {
	color: #FFF;
}


#footer div.dark {
	margin: 0;
	padding: 0;
}

#footer div.dark p,
#footer div.dark a,
#footer div.dark a:link,
#footer div.dark a:visited {
	color: #333;
}

#footer div.dark a:hover {
	color: #CCC;
}

#footer p#office,
#footer p#contact {
	width: 75px;
	padding: 0 0 0 20px;
}

#footer p#phone {
	width: 75px;
}

#footer p#email,
#footer p#copyright {
	width: 150px;
}

#footer p#mission {
	width: 675px;
	text-align: center;
	font-size: 0.7em;
}

#footer p#sitemap {
	text-align: right;
}


/* THREE-COLUMN FIXED LAYOUT VIA DREAMWEAVER */

.thrColFixHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #mainContent { 
	width: 354px;
	margin: 0 370px 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 16px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.thrColFixHdr #sidebar1 {
	position: absolute;
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px 0 0; /* padding keeps the content of the div away from the edges */
}

.browserIE #content #sidebar1 {
	position: relative;
	width: 150px !important;
	overflow: hidden;
}



.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 355px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 15px 0 0; /* padding keeps the content of the div away from the edges */
}


.thrColFixHdr #header { 
	/*background: none; 
	padding: 20px 0 20px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	/*margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #footer { 
	/*padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background: none;*/
} 
.thrColFixHdr #footer p {
	/*margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* SPECIAL COLOR-CHANGING ELEMENTS */




/* Landing template */

#mainContent .landing_content p
{
	color: #FFF;
	background: {template_color};
}

#site_header a.site_header_link:hover,
#footer #email a:hover,
#footer #sitemap a:hover
{
	color: {template_color};
}

#page_header a:hover {
	color: {template_color};
}


/* Content template */

#nav_categories a:hover {
	color: #FFF;
	background-color: {template_color};
}

#nav_categories a.current {
	background: {template_color};
	color: #FFF;
}

#site_header a.site_header_link:hover,
#footer #email a:hover,
#footer #sitemap a:hover
{
	color: {template_color};
}

#mainContent a,
#mainContent a:link,
#sidebar2 a,
#sidebar2 a:link {
	color: {template_color};
	text-decoration: underline;
}

#mainContent a:visited
#sidebar2 a:visited {
	color: {template_color};
	text-decoration: underline;
}

#mainContent a:hover
#sidebar2 a:hover {
	color: #FFF;
	background: {template_color};
	text-decoration: none;
}


#mainContent h3,
#mainContent h4,
#sidebar2 div#card_table h2,
#sidebar2 div#card_table h3,
#sidebar2 div#card_table a,
#sidebar2 div#card_table a:link {
	color: {template_color};
}

.browserIE .thrColFixHdr #mainContent {
	position: relative;
	width: 370px !important;
	overflow: hidden;
}


#mainContent div.article_pullquote {
	background: {template_color};
	border: none;
}

#mainContent div.article_pullquote h3,
#mainContent div.article_pullquote h4 {
	color: #FFF;
}

div.meet_about_bod_entry h4 {
	color: {template_color};
}

div.meet_about_bod_entry div.bio {
	background-color: {template_color};
}

#sidebar2 div#card_table a p,
#sidebar2 div#card_table a:link p {
    background-image: url('http://www.childrennow.org/ee/template_files/site/images/bullet_card_a7d384.gif');
}

#sidebar2 div#card_table a:visited p {
	text-decoration: none;
}

#sidebar2 div#card_table a:hover p {
	text-decoration: none;
	color: {template_color};
}

div#print_box a,
div#print_box a:link,
div#print_box a:visited {
	text-decoration: none;
	color: {template_color};
}
div#print_box a:hover {
	color: #FFF;
	background: {template_color};
}

/* MOVEMENT JOIN PAGE TABLE ELEMENTS */

#movementJoin table,
#movementJoin td {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 1.0em;
	line-height: 130%;
	text-align: center;
}

#movementJoin h4 {
	font: 12px/15px 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
	margin: 0 0 4px 0;
