/*Inspire Children Foundation Stylesheet*/
/*Site Design & Development: http://www.ilenehass.com*/
/*October 2008*/



/*@charset "UTF-8";*/
body  {
	font: 85% Arial, Verdana, Helvetica, sans-serif;
	line-height: 150%;
	background: #ffffff;
	margin-top: 10px; /* 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: #572f91;
	background-color: transparent;
	/*background-image:url(images/pattern_063b.gif);/* 
	/*background-repeat:repeat;*/
	}

#container {
	width: 930px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #572f91;
	text-align: left;
	} 

#header {
	background: #ffffff;
	margin: 5px 11px 20px 11px;
	padding-left: 0px; /*    this padding matches the left alignment of the elements in the divs that appear beneath it. */
	background-image: url(images/child_bubbles.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 4px solid #572f91;
	height: 166px;
	} 

#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 250% "Trebuchet MS", Arial, sans-serif;
	color: #b6bc90;
	}

#header .tagline {
	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: 10px 0 0 400px; /*using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 200% "Trebuchet MS", Arial, sans-serif;/*was 160%*/
	line-height: 1.15em;
	/*font-weight: bold;*/
	color: #b4bbcd;
	}
	
	
	#header .tagline2 {
	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: 20px 0 0 280px; /*using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 200% "Trebuchet MS", Arial, sans-serif;/*was 160%*/
	line-height: 1.15em;
	color: #b4bbcd;
	font-weight: bold;
	}
	
	
	.sun { vertical-align: top;
	}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 194px; /* the actual width of this div, in standards-compliant browsers, or standards mode in IE will include the padding and border in addition to the width */
	background: #d5dce6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-left: 11px;
	}

ul {
	margin: 5px 0;
	padding: 0;
	}

#nav li{
	color: #ffffff;
	background-color: #839fbb;
	font-weight: bold;
	line-height: 2em;
	list-style-type: none;
	padding: 5px 0px 5px 30px;
	border-bottom: 2px solid #d5dce6;
	
	display: block;
	margin: 0;
	}
	
	
#nav a:link, #nav a:visited, #nav a:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	}	
#nav #nav_on {
/*background-color: #fa9353;*/
/*background-color: #ffb33f;*/
/*background-color: #f99f5e;*/
background-color: #b6bc90;
}	
	
#nav a:hover {
	color: #57657b;
	text-decoration: none;
	}

#quote {
	font: 100% "Trebuchet MS", Arial, sans-serif;
	padding: 15px 0px 15px 30px;
	line-height: 2em;
	font-style: italic;
	}

#attribution {
	font: 100% "Trebuchet MS", Arial, sans-serif;
	padding: 0px 0px 90px 30px;
	}



a:link, a:hover, a:visited, a:active {
	color: #747a4a;/*was: #b6bc90, but too light,929a5d; #747a4a; additional options: http://0to255.com/b6bc90*/
	}


#main { 
	margin: 0 11px 0 235px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#main h2{
	color: #fa9353;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size:100%;
} 

#main p{
	margin: 0;
	padding: 0 0 20px 0;
} 



#main .callout{
	background-color: #ffe4d9;
	padding: 15px;
		font-size: 90%;
	line-height: 1.75em;
	margin-bottom: 20px;	
}


#main .callout h2{
	color: #572f91;
	margin: 0;
	padding: 0;
	font-size:100%;
}


#main .callout .purple{
	color: #572f91;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 10px;
}

#main .callout p a:link, #main .callout  p a:hover, #main .callout p a:visited, #main .callout p a:active {
	color: #fa9353;
	}


#members {
	width: 410px;
	float: left;
	padding:10px 0;
	
	}

#members dl {
	float: left;
	width: 400px;
	margin: 15px 0px 0 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #c8cdd2;
	
/*display: inline;fixes IE/Win double margin bug */
}

#members dt {
	float: right;
	width: 303px;
	margin: 0 0 10px 0;
	padding: 0;
}

#members dd {
	margin: 0;
	padding: 0;
}

#members dd.portrait img {
	float: left;
	margin: 0 15px 0 0;
	padding: 4px;
	border: 1px solid #d9e0e6;
	Border-bottom-color: #c8cDD2;
	border-right-color: #c8cdd2;
	
	
} 

#members dd.portrait-noborder img {
	float: left;
	margin: 0 15px 0 0;
	padding: 4px;
	border: 1px solid #fff;
	/*Border-bottom-color: #c8cDD2;
	border-right-color: #c8cdd2;*/
	
	
} 



























#purple_box{
	color: #fff;
	background-color: #a8aed1 /*#a89ed0*/;
	float: right;
	margin-left: 30px;
	width: 310px;
	position: relative;
}

#purple_box2{
	color: #fff;
	background-color: #a8aed1 /*#a89ed0*/;
	float: right;
	margin-left: 30px;
	width: 240px;
	position: relative;
}

#purple_box .tl, #purple_box2 .tl{ position: absolute; width: 17px; height: 17px; background: url(images/tl.gif); top: 0px; left: 0px;}
#purple_box .tr, #purple_box2 .tr{ position: absolute; width: 17px; height: 17px; background: url(images/tr.gif); top: 0px; right: 0px;}
#purple_box .br, #purple_box2 .br{ position: absolute; width: 17px; height: 17px; background: url(images/br.gif); bottom: 0px; right: 0px;}
#purple_box .bl, #purple_box2 .bl{ position: absolute; width: 17px; height: 17px; background: url(images/bl.gif); bottom: 0px; left: 0px;}

#main #purple_box .inside,#purple_box2 .inside{
	padding: 17px;
}


#main #purple_box  h2, #purple_box2 h2{
	color: #572f91;
	margin: 0;
	padding-bottom: 10px;
	font-size:100%;
}

#main #purple_box  p,#purple_box2 p {
	padding-bottom: 10px;
	margin: 0px;
	}


#main #purple_box ul, #purple_box2 ul{
	margin: 0px;
	padding: 0px;
	}
	
	
#main #purple_box li, #purple_box2 li{
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
	padding-bottom: 1em;
	}
	
	
#main #purple_box a:link, #purple_box2 a:link, #main #purple_box a:hover, #purple_box2 a:hover, #main #purple_box a:visited, #purple_box2 a:visited, #main #purple_box a:active, #purple_box2 a:active {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
	}
	


#footer { 
	border-top: 4px solid #572f91;
	margin: 5px 11px 15px 11px;
	padding: 15px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	text-align: center;
	font-size: 75%;
		
} 
#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: 10px 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: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.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;
}
.donate {
text-align: center;
padding: 10px 0;
}

.h2center {
text-align:center;
}

.bannerpad {
padding-left:20px;
}

#main p.listpar {
	padding-bottom: 0px;
	}
	
/*#main ul.listpar {
	margin-top: 0px;
	padding-top: 0px;
	}*/