/* ==================================== */
/* == ELEMENT ATTRIBUTES FOR SCREENS == */
/* == SECONDARY PAGE ADDITIONS ======== */
/* ==================================== */

/* ----------------- */
/* GENERAL SELECTORS */
/* ----------------- */

div.learn h2, div.learn h3 * {
	color: #f89920;
	}
div.care h2, div.care h3 * {
	color: #e3363f;
	}
div.give h2, div.give h3 *, div.give span.comment {
	color: #383b96;
	}
		
/* ------------------ */
/* SPECIFIC SELECTORS */
/* ------------------ */

/* Flash donation meter */
div#meter {		
	left: -160px; /* Updated on interior pages */		
	}

/* Content */
div#content {	
	margin-top: -42px;
	}
	/* Rich-media area */
	div#promo {	
		width: 777px; /* Total 807px */
		height: 314px; /* Total 344px; */
		background-image: url(../images/backgrounds/paper-promo-secondary.png);
		}
	/* Features/callouts */
	div#features {	
		width: 807px; /* Actual width of nested feature containers added together */
		background-image: url(../images/backgrounds/paper-features-tile-secondary.png);
		}
		/* Features head - new element for secondary pages only */
		div#features div.head {
			position: relative;
			top: -22px;  /* Move up above background of parent element */
			width: inherit;
			height: 22px;
			background-image: url(../images/backgrounds/paper-features-top-secondary.png); /* IE 6 EDIT */
			}
		div#features div.feature {
			width: 394px;
			}
			div#features div.body {
				margin-bottom: -10px; /* Move footer up to compensate for unused whitespace in footer */
				padding: 0 32px;					
				}
		div#features div.foot {			
			top: 30px; /* Push down below background of parent element */
			width: 807px; /* IE will not inherit width */
			height: 30px;			
			background-image: url(../images/backgrounds/paper-features-bottom-secondary.png); /* Actual height 35px */
			}
		/* Comments */
		div#comments {
			height: 340px;
			padding: 15px;
			overflow: auto;
			border: 1px solid #eee;
			}
			div#comments ul {
				list-style-type: none;
				margin: 0;
				}
				div#comments li {
					margin: 0 0 15px 0;
					}	
					/*
					div#comments span.give {
						color: #;
						}
					*/
	/* Primary content */	
	div#primary {
		clear: both;
		width: 807px;		
		}		
		div#primary div.head {
			width: 807px;
			height: 13px;
			background-image: url(../images/backgrounds/paper-primary-top-secondary.png);
			}
		div#primary div.body {	
			min-height: 400px;			
			background-image: url(../images/backgrounds/paper-primary-tile-secondary.png);
			}
		div#primary div.foot {
			width: 807px;
			height: 26px;
			background-image: url(../images/backgrounds/paper-primary-bottom-secondary.png);
			}	
	/* For tertiary pages - no features */	
	div.no-features div#primary {
		top: -30px;
		}		
	/* Photos - new element for secondary pages only */
	div#photos img {
		position: absolute;
		}
	/* Navigation */
	div#navigation {		
		background-image: url(../images/backgrounds/paper-footer-secondary.png);
		}
		/* Tab (top) navigation */
		li.tab {			
			top: -63px;
			}
		/* Home page icon (link) */		
		li#nav-home {
			display: block;
			position: absolute;
			z-index: 99999;
			top: -61px; /* IE 6 EDIT */
			left: -10px;
			}
	/* For tertiary pages - no features */	
	div.no-features div#navigation {
		margin-top: -30px;
		}