/*

	Palette:	Gold: #eabc67
 		 	   Beige: #fcf5e8
 		 	     Tan: #c49982
				Blue: #77a5d4
   		  Light Blue: #87c2db
   			  Purple: #852d7d
  		   Dark Gray: #666666
  		  Light Gray: #abb6b0


*/




/* @group Layout */

* { padding: 0; margin: 0; }

.reset {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 0.1;
	}
	
.break {
	display: block; 
	clear: both; 
	font-size: 12px; 
	height: 12px; 
	}

body {
	margin: 0; padding: 0;
	line-height: 1.3em;
	background: #ffd6d9 url(/images/structure/back-stripes.gif);
	text-align: center;
}

body, th, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:  #666;
	}

#container {
	background: url(/images/structure/back-container.png) repeat-y;
	margin: 0px auto;
	width: 956px;
	height: 100%;
	text-align: left;
	}

	#structure {
		margin: 0px 36px;
	}
	
		#content {
			margin: 0px 40px;
			}
	
			#content #left {
				float: left;
				width: 480px;
				}
	
			#content #right {
				float: right;
				margin-right: 7px;
				width: 275px;
				}

#content.errorpage h1 {
	margin-top: 100px;
	}
	
#content.errorpage p {
	margin-bottom: 280px;
	}	
	
#bottom {
	margin: 0px auto;
	text-indent: -9999px;
	width: 956px;
	height: 19px;
	background: transparent url(/images/structure/back-bottom.png) 0px 0px no-repeat;
	}

#footer {
	margin: 40px;
	margin-bottom: 0px;
	background: transparent url(/images/structure/dot-gray.gif) 0px 0px repeat-x;
	text-align: right;
	padding: 10px 0px;
	font-weight: bold;
	font-size: .9em;
	}
	
.gray-hr {
	margin: 0; padding: 0;
	display: block;
	height: 18px;
	background: transparent url(/images/structure/dot-gray.gif) 0px 9px repeat-x;
	}
	
img.border {
	margin: 20px 0px 5px 0px;
	border: 1px solid #6d9fd1;
	}

img.photo-right {
	float: right;
	margin: 0px 0px 5px 5px;
	border: 1px solid #6d9fd1;
	}

img.photo-left {
	float: left;
	margin: 0px 5px 5px 0px;
	border: 1px solid #6d9fd1;
	}
	
	div#about-lindsay h2 {
		color: #87c2db;
		margin-top: 10px;
		margin-bottom: 5px;
		}
		
div#ndvh {
	margin: 30px 0px;
	text-indent: -9999px;
	background: #fff url(/images/structure/ndvh-number.gif) no-repeat;
	width: 272px;
	height: 113px;
	}

div#imagine-peace {
	margin: 10px 0px;
	text-indent: -9999px;
	background: #fff url(/images/structure/dove.gif) 10px 0px no-repeat;
	width: 272px;
	height: 206px;
	}

div.admin-bar {
	text-align: center;
	padding: 6px;
	background-color: #852d7d;
	color: #87c2db;
	}
	
	div.admin-bar a {
		color: #fff;
		}

/* @end */ 



/* @group Fonts */
h1, h2, h3 {
	font-family: 'Hoefler Text', 'Times New Roman', Times, serif;
	font-weight: normal;
	margin-top: 30px;
	}

h1 { 
  font-size: 200%;
  color: #852d7d;
  margin-bottom: 15px;
}

	h1#top {
		text-indent: -9999px;
		margin-top: 0;
		margin-bottom: 0;
		height: 159px;
		width: 882px;
		background: url(/images/structure/back-top.jpg) 0px 0px no-repeat;
		border-left: 1px solid #fff; border-right: 1px solid #fff;
	}


h2 {
	font-size: 180%;
	color: #6d9fd1;
	margin-bottom: 10px;
	}
	
	h2.tan {
		color: #c49982;
		}
	
	h2.light-blue {
		color: #87c2db;
		}
	
	h2.gold {
		color: #eabc67;
		}

h3 {
  font-size: 130%;
  color: #a7c685;
}

h4 {
  font-size: 120%;
}

ul {
	margin-left: 26px;
	}
	
	ul li {
		margin-bottom: 5px;
	}

p {
  margin: 0.5em 0;
  padding-bottom: 0.5em;
}

.fieldWithErrors {
  border-left: 2px solid red;
  padding-left: 2px;
}


#flash {
  padding: 10px;
  background-color: #ff9;
  margin: 1em 0;
}

.notice {
	color: #852d7d;
	font-weight: bold;
	}

span.fund {
	font-weight: bold;
	font-style: italic;
	}

a {
	font-weight: bold;
	color: #87c2db;
	}
	
a:hover {
	color: #666;	
	}	

/* @end */


/* @group Nav */

div#nav {
	width: 795px;
	margin: 30px 40px 0px;
	}
	
	div#nav .home { background-color: #852d7d; width: 75px; }
	div#nav .fund { background-color: #c49982; width: 65px; }
	div#nav .facts { background-color: #eabc67; width: 65px; }
	div#nav .teachers { background-color: #abb6b0; width: 100px; }
	div#nav .workshops { background-color: #a7c685; width: 115px; }
	div#nav .lindsays-story { background-color: #87c2db; width: 125px; }
	div#nav .links { background-color: #6d9fd1; width: 80px; }

	div#nav a {
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
		font-size: .9em;
		}
	
		div#nav div.subnav {
			position: absolute;
			margin-top: 52px;
			width: auto;
			}
			
			div#nav div.fund { margin-left: 80px; }
			div#nav div.facts { margin-left: 150px; }
			div#nav div.teachers { margin-left: 220px; }
			div#nav div.workshops { margin-left: 325px; }
			div#nav div.links { margin-left: 575px; }
				
		div#nav div.subnav a {
			display: block;
			padding: 9px 10px 0px 5px;
			height: 20px;
			border-bottom: 1px solid #fff;
			}
	
		div#nav div.main a {
			height: 43px;
			padding: 8px 0px 0px 4px;
			float: left;
			margin-right: 1px;
			}
			
			div#nav div.main div.stack {
				float: left;
				height: 43px;
				font-size: .95em;
				width: 125px;
				}
			
				div#nav div.stack a {
					height: 18px;
					color: #6d9fd1;
					width: 125px;
					padding-top: 7px;
					background: #cdeffd url(/images/structure/tiny-arrow-blue.gif) 3px 8px no-repeat;
					text-indent: 10px;
					}
				
					div#nav div.main div.stack a.newsletter-signup {
						margin-bottom: 1px;
						}
				div#nav div.main div.stack a:hover {
					color: #fff;
					background-color: #6d9fd1;
					background-image: url(/images/structure/tiny-arrow-white.gif);
					}
												
		div#nav a:hover {
			color: #6d9fd1;
			background-color: #cdeffd;
			}
			
/* @end */

			
/* @group Arrow Links */

p.links {
	height: 20px;
	margin: 10px 0px 20px;
	clear: both;
	}
	
	p.links a {
		float: left;
		display: block;
		margin-right: 30px;
		text-indent: 15px;
		background: url(/images/structure/tiny-arrow-tan.gif) 0px 2px no-repeat;
		text-decoration: none;
		text-transform: uppercase;
		color: #c49982;
		font-weight: bold;
		}
		
	p.bluearrow a {
		color: #77a5d4;
		background-image: url(/images/structure/tiny-arrow-blue.gif);		
		}
		
	p.bigger {
		font-size: 1.5em;
		}

		p.links a:hover {
			color: #77a5d4;
			background-image: url(/images/structure/tiny-arrow-blue.gif);	
			}
			
		p.bluearrow a:hover {
			color: #c49982;
			background-image: url(/images/structure/tiny-arrow-tan.gif);
			}
	
/* @end */

	
/* @group Facts Box */

div#content div.facts {
	border-top: 9px solid #eabc67;
	border-bottom: 9px solid #eabc67;
	padding: 18px 12px;
	background-color: #fcf5e8;
	}
	
	div#content div.facts h2 {
		margin-top: 0;
		color: #eabc67;
		}
		
	div#content div.facts table {
		width: 100%;
		margin-top: 10px;
		}

	
	div#content div.facts tr {
		background: transparent url(/images/structure/dot-gray.gif) 0px 0px repeat-x;
		}
	
	div#content div.facts th, div#content div.facts td {
		padding: 5px 5px;
		}
	
	div#content div.facts th {
		font-family: Georgia, 'Times New Roman', Times, serif;
		vertical-align: middle;
		font-weight: normal;
		font-size: 2em;
		color: #eabc67;
		width: 20px;
		}
	
	div#content div.facts td {
		text-align: left;
		font-weight: bold;
		}
	
	div#content div.facts strong {
		color: #852d7d;
		}
	
	div#content div.facts td.footnote {
		text-align: right;
		font-weight: bold;
		color: #eabc67;
		}
		
	div#content div.facts p.links {
		margin-bottom: 0px;
		}
			
	div#content div.facts p.links a {
		background-image: url(/images/structure/tiny-arrow-gold.gif);
		color: #eabc67;
		}
	
		div#content div.facts p.links a:hover {
			background-image: url(/images/structure/tiny-arrow-gray.gif);
			color: #abb6b0;
			}
			
/* @end */	

div.pagination {
  float:right;
  margin-bottom: 15px;
}


a.btn {
	position: relative;
	height: 34px;
	float: left;
	margin-right: 10px;
	display: block;
	text-indent: -9999px;
	text-align: left;
	outline: none;
	background-color: transparent;
	background-repeat: no-repeat;
	text-decoration: none;
}

	a.highlyevolved { background-image: url(/images/structure/b_highlyevolved.gif); width: 151px;  }
	a.bluebox { background-image: url(/images/structure/b_bluebox.gif); width: 135px; margin-top: 5px; }

a.btn:hover { background-position: 0 -40px; }	

