/*
AUTHOR: Tony Bricko
        tonybricko@gmail.com
        http://tonybricko.net
*/

/* RESET & BASIC SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font: 62.5% Helvetica, sans-serif;
	background-color: 8c7045; 
	}

ul { list-style: none inside; }
ul.a { list-style-type: disc; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
p.center { text-align: center; }
a { outline: none; }
a img { border: none; }

h1 {
	font-family: Georgia, serif;
	font-size: 250%;
	font-weight: normal;
	color: #8C7922;
	}

h2 {
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: normal;
	color: #8C7922;
	}

h3 {
	font-family: Georgia, serif;
	font-size: 100%;
	font-weight: normal;
	color: #8C7922;
	}

h4 {
	font-family: Georgia, serif;
	font-size: 210%;
	font-weight: normal;
	color: #8C7922;
	}

/* UTILITY */
.floatleft { float: left; }
.floatright { float: right; }
.clearboth { clear: both; }
.floatleftclear {
	float: left;
	clear: left;
	}
.floatrightclear {
	float: right;
	clear: right;
	}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.thumbnail
{
float: left;
border-top: 1px solid #CCC;
border-right: none;
border-bottom: 2px solid #CCC;
border-left: none;
margin: 3px;
padding: 5px;
background-color: white;
}

/* HEADER */

#header {
		height: 149px; width: 960px;
		margin: 0 auto;
		background: url(images/banner.jpg) no-repeat;
		}


/* NAVIGATION */

#navigation { height: 41px;	}
#navigation ul { list-style: none; }
#navigation ul li { display: inline;}
#navigation ul li a { height: 41px; float: left; text-indent: -9999px; border: none; }
#navigation ul li a.about { width: 162px; background: url(images/about.png) center no-repeat; }
#navigation ul li a.visit-us { width: 113px; background: url(images/visit.png) center no-repeat; }
#navigation ul li a.get-involved { width: 167px; background: url(images/get-involved.png) center no-repeat; }
#navigation ul li a.how-we-restore { width: 211px; background: url(images/how-we-restore.png) center no-repeat; }
#navigation ul li a.newsletter { width: 142px; background: url(images/newsletter.png) center no-repeat; }
#navigation ul li a.make-a-gift { width: 165px; background: url(images/make-a-gift.png) center no-repeat; }

/* STRUCTURE */

#page-wrap {
	width: 960px;
	margin: 0 auto;
	background-color: f2ead5;
	border-style: none solid none solid; border-width: thin;
	}
	
/* FOOTER */

#footer {
	background-color: 97906b;
	padding-top: 2em;
	padding-bottom: 6em;
	}
	
#footer { height: 43px;	}
#footer ul { list-style: none; }
#footer ul li { display: inline;}
#footer ul li a { height: 43px; float: left; text-indent: -9999px; border: none; }
#footer ul li a.contact-us { width: 247px; background: url(images/contact-us.png) center no-repeat; }
#footer ul li a.links { width: 112px; background: url(images/links.png) center no-repeat; }
#footer ul li a.summer-internships { width: 307px; background: url(images/summer-internships.png) center no-repeat; }
#footer ul li a.webmaster-email { width: 294px; background: url(images/webmaster.png) center no-repeat; }


/* HOME-PAGE */

div#content {
	padding-top: 6.5em;
	padding-right: 3em;
	padding-bottom: 3em;
	padding-left: 3em;
	}

div#sidebar-1 {
	float: left;
	width: 550px;
	}

	#sidebar-1 img{padding-top: 1em; padding-right: 1em;}

div#sidebar-2 {
	float: right;
	width: 325px;
	}

div#mission {
	}

div.figure {
  float: left;
  width: 100%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: left;
  font-style: italic;
  font-size: 12;
  text-indent: 0;
}