@charset "utf-8";

/* Defaults */


.img-border {
	display: block;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 10px 10px 2px 10px;
	font-family: Ariel, Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	color: #666;
}

div.caption {
        padding-top: 2px;
	color: #666;
	font-size: 11px;
        font-style: italic;
}

div.caption-text {
	/*float: left;
	clear: right;*/
	text-align: left;
}

img {
	margin: 0;
}

a:hover img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #6267B3;
}
a:hover {
	color: #778C56;
}
a img {
	border: none;
}
p {
	line-height: 125%;
	margin-top: 0;
}
.clear {
	clear: both;
}
.more {
	text-align: right;
}
.center {
text-align: center;
}
.left {
float: left;
}
.right {
float: right;
}

/* Text */
body {
	font-size: .80em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #6267B3;
}
h3 {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9EBA3D;
}
h4 {
	/* margin-bottom: .5em; */
}


/* Wrapperss */
body {
	background: #F8F7F3 url(http://child-aid.org/images/bg_gradient.jpg) top left repeat-x;
	color: #252525;
}
div#wrapper {
	margin: 25px auto;
	width: 910px;
}


/* Header */
div#siteTitle {
	background: transparent url(http://child-aid.org/images/header.jpg) top left no-repeat;
	height: 128px;
	width: 910px;
}
h1 {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
h1 a {
	display: block;
	height: 100%;
	width: 100%;
}
div#siteNav,
div#pageImage {
	background: #D1CDBB url(http://child-aid.org/images/bg_edges.png) top left repeat-y;
	padding: 0 5px;
}
div#body {
	background: #D1CDBB url(http://child-aid.org/images/bg_body_edges.png) top left repeat-y;
	padding: 0 5px;
}
div#siteNav ul {
	width: 900px;
	height: 32px;
	margin: 0;
	padding: 0;
}
div#siteNav ul.homeBanner {
	height: 232px;
}
div#siteNav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
div#siteNav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
div#siteNav li ul li a {
	display: block;
	font-weight: normal;
	text-align: left;
	color: #000;
	font-size: 12px;
	line-height: 14px;
}
li#navHome {
	background-color: #632589;
	width: 80px;
}
li#navWho {
	background-color: #4062AA;
	width: 125px;
}
li#navWhat {
	background-color: #6469B7;
	width: 125px;
}
li#navPartners {
	background-color: #30AAA9;
	width: 125px;
}
li#navInvolved {
	background-color: #A0BC41;
	width: 124px;
}
li#navNews {
	background-color: #AE902A;
	width: 70px;
}
li#navSpanish {
	background-color: #4163AA;
	width: 85px;
}
li#navBlog {
	background-color: #9C4A8B;
	width: 65px;
}
li#navDonate {
	background-color: #FB822F;
	width: 100px;
}

/* Body */
div#content {
	float: left;
	width: 710px;
	background: transparent url(http://child-aid.org/images/bg_content.png) top left no-repeat;
	padding-top: 40px;
}
div#primary {
	background-position: right 20px;
}
div#primary {
	float: right;
	width: 500px;
	padding: 0 20px 0 15px;
	margin-left: 20px;
	border-left: 1px solid #fff;
}

div#sidebar {
	width: 134px;
	background: transparent url(http://child-aid.org/images/bg_content_edges.png) -5px 50px repeat-y;
	padding: 0 20px 0 20px;
	font-size: .85em;
	border-right: 1px solid #fff;
}


div#primary h3 a:hover,
div#sidebar h3 a:hover {
	color: #778C56;
}



/* Sidebar */
div#sidebar h2 {
	visibility: hidden;
	height: 1px;
}
div#sidebar h3 a {
	color: #6267B3;
}




/* Modules */
div#modules {
	float: left;
	width: 175px;
	margin-left: 10px;
}
div.quicklinkModule {
	margin-bottom: 10px;
}


/* Thumbs */
div.thumb {
float: left;
width: 30%;
overflow: hidden;
margin-bottom: 15px;
text-align: center;
font-size: .85em;
}
div.thumb1 {
clear: left;
}
div.thumb img {
display: block;
margin: 0 auto;
}


/* Footer */
div#footer {
	clear: both;
	background: transparent url(http://child-aid.org/images/bg_footer.jpg) top left no-repeat;
	font-size: .8em;
}
div#address p {
	margin: 0;
	padding: 62px 100px 0 0;
	text-align: right;
}
div#baselinks {
	padding: 20px 40px 40px 0;
	text-align: right;
}


/* Homepage Quirks */
body.home div#siteNav ul {
	/*width: 715px;
	background: transparent url(http://child-aid.org/images/bg_siteNav_home.jpg) top left no-repeat;*/
background: transparent url(http://child-aid.org/images/bg_siteNav_donate.jpg) top left no-repeat;
}
body.home div#siteNav ul ul {
	width: auto;
}
body.home div#header div.quicklinkModule {
	float: right;
	margin: 40px 15px 0 0;
	width: 175px;
	height: 148px;
	background: transparent url(http://child-aid.org/images/bg_module_donate.jpg) top left no-repeat;
}
body.home div#header div.quicklinkModule h2 {
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}
body.home div#header div.quicklinkModule h2 a {
	display: block;
	height: 100%;
	width: 100%;
}
body.home div#welcomeMessage {

	padding-bottom: 1em;
	margin-bottom: 1em;
}
body.home div#primary div#welcomeMessage h2 {
	height: 27px;
	width: 128px;
	background: transparent url(http://child-aid.org/images/welcome.png) top left no-repeat;
	text-indent: -9999px;
	margin-bottom: 0;
}
body.home div#welcomeMessage p {
	margin-top: 0;
	padding-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	line-height: 1.6em;
}
body.home div#primary h2 {
	text-transform: uppercase;
	/* margin-bottom: 10px; */
}
body.home div#primary h2 span {
	float: right;
	position: relative;
	top: -1em;
	color: #000;
	font-size: .6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

div.storySnippet {
	clear: left;
	margin-top: 1em;
        margin-bottom: 2em;
}
div.field label {
        float: left;
        width: 30%;
        padding-right: 10px;
        text-align: right;
}
div.field textarea {
        width: 60%;
        height: 300px;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* remove all the bullets, borders and padding from the default list styling */
div#siteNav ul {
padding:0;
margin:0;
list-style-type:none;
}
div#siteNav ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
div#siteNav li {
float:left;
position:relative;
}
div#siteNav li a {
line-height: 23px;
}

/* style the links to the second level */
div#siteNav ul ul a.drop, div#siteNav ul ul a.drop:visited {
background: #B9B497;
}
/* style the second level hover */
div#siteNav ul ul a.drop:hover{
background:#B9B497;
}
div#siteNav ul ul :hover > a.drop {
background:#B9B497;
}
/* style the third level background */
div#siteNav ul ul ul a, div#siteNav ul ul ul a:visited {
background:#B9B497;
}
/* style the third level hover */
div#siteNav ul ul ul a:hover {
background:#b2ab9b;
}
div#siteNav ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
div#siteNav ul ul {
visibility:hidden;
position:absolute;
height:0;
top:23px;
left:0; 
width:150px;
}

/* position the third level flyout menu */
div#siteNav ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
div#siteNav ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
div#siteNav table {position:absolute; top:0; left:0;}

/* style the second level links */
div#siteNav ul ul a, div#siteNav ul ul a:visited {
background:#d4d8bd;
color:#000; 
height:auto; 
line-height:1em; 
padding:5px; 
width:140px
}


/* style the top level hover */
div#siteNav a:hover, div#siteNav ul ul a:hover{
color:#fff; 
background:#949e7c;
}
div#siteNav :hover > a, div#siteNav ul ul :hover > a {
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
div#siteNav ul li:hover ul,
div#siteNav ul a:hover ul {
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
div#siteNav ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
div#siteNav ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
div#siteNav ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
div#siteNav ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
div#siteNav ul ul li {
clear: left;
}

/** Blog **/
div.blog div#primary {
width: 475px;
padding-right: 45px;
}
div.blog div.item {
padding-bottom: 10px;
border-bottom: 1px solid #6167B1;
margin-bottom: 15px;
}
div.blog div.singleItem { border-bottom: none; }
div.blog div.image {
text-align: center;
}
div.blog div.caption {
font-size: .8em;
font-style: italic;
color: #666;
}
div.blog div.heading h2 a {
color: #632589;
}
div.blog div.heading p.date {
color: #6167B3;
font-size: .8em;
font-weight: bold;
margin: 0;
padding: 0;
text-align: right;
float: right;
}
div.blog div.heading p.byline, div.blog div.heading p.categories {
color: #666;
font-size: .8em;
float: left;
margin-bottom: 0;
}
div.blog div.heading p.categories { clear: both;  margin-top: 10px; width: 100%; }
div.blog div.heading p.categories span { font-weight: bold; }
div.blog div.body { clear: both; }
div.blog div.body img {
border: 2px solid #6167B1;
padding: 3px;
}
div.blog div.body .center { clear: both; }
div.blog div.body .left { margin: 0 10px 10px 0; }
div.blog div.body .right { margin: 0 0 10px 10px; }
div.blog div.album div.photo {
float: left;
border: 2px solid #6167B1;
padding: 3px;
margin: 0 30px 30px 0;
}
div.blog div.comments h2 span {
font-size: .8em;
color: #6267B3;
}
div.blog div.comments h2 span a {
color: #6267B3;
}
div.blog div.comment {
background-color: #D1CDBB;
border: 2px solid #A3A195;
padding: 10px;
margin-bottom: 20px;
}
div.blog div.body {
margin-top: 1em;
}
div.blog div.comment p.date {
color: #6167B3;
font-size: .8em;
font-weight: bold;
margin: 0;
padding: 0;
}
div.blog div.comment p.byline {
color: #666;
font-size: .8em;
}
body#blog div#siteTitle {
	background: transparent url(http://child-aid.org/images/header_blog.jpg) top left no-repeat;
}
body#blog div#siteNav ul {
background-image: none;
height: 50px;
}
