/* CSS */
html	{
	height: 100%;
	}

body	{
	height: 100%;
	background-color: rgb(232,246,162);
	color: #222;
	font-family: georgia, garamond, serif;
	font-size: small;
	padding: 0;
	margin: 0;
	}
	
a	{color: #498535;}	
a:link	{color: #498535; text-decoration: none; font-weight: bold;}
a:visited	{color: #498535; text-decoration: none; font-weight: bold;}
a:active	{color: #498535; text-decoration: none; font-weight: bold;}
a:hover		{color: #062C06; text-decoration: none; font-weight: bold;}

#subcontent a,
#subcontent a:link,
#subcontent	a:visited,
#subcontent a:active	{
		color: #498535;
			}
#subcontent a:hover {
		color: #062C06; text-decoration: none;
		}
#content a:hover {
		background-color: transparent;
			}
#content a:link {text-decoration: none;}

h1	{
	display: none;
		}
h2	{
	font-size: 15px;
	font-family: verdana, arial, sans-serif;
	color: #0D5B0C;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 0;
		}

h3	{
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-style: oblique;
	color: #333;
			}
h4	{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #333;
		}
h5	{
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	margin-left: 30px;
	color: #D4E894;
	}

h4.archive {
	font-size: 14px;
        text-align: left;
	border: 0px solid #accc79;
	background-color: ;
}

li {
	list-style-type: square;
}

#subcontent p img {
	border: 1px solid #000;
	margin: 0 5px;
		}
	


#banner, #content, #subcontent, #bottom, #nav {
	position:relative;
	left:50%;
	width:500px;
	margin-top:10px;
	margin-left:-266px;
	padding:15px;
	text-align: center;
	/*border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;*/
	}
#banner	{
 width: 556px;
	text-align:center;
	padding: 0;
	margin-top: 10px;
	border: 0;
		}
#banner img {margin: 0 auto; border: 0;}
#banner h2	{
	font-family: georgia, garamond, serif;
	text-align: center;
	color: #3D1F00;
	font-size: 11px;
	margin-top: 0;
	padding-top: 0;
		}
#subcontent	{
	background-color: #fff;
	border: 3px solid #ACCC79;
	text-align: left;
	background-image: none;
	background-position: 50% 60px;
	background-repeat: no-repeat;
	line-height: 20px;
	margin-top: 0;
	padding-right: 25px;
	padding-left: 25px;
			}
		
#content img	{
	margin: 15px 30px 15px 30px;
	border: 10px solid #fff;
	}
#subcontent img	{
	border: 7px solid #F7FCDD;
	margin-right: 5px;
		}
#subcontent p:first-letter	{
	font-size: 18px;
	color: #0D5B0C;
		}
		
div#content a span	{
	display: none;
		}
		
div#content a:hover span	{
	position: absolute;
	display: block;
	color: #000;
	font: normal 10px/14px verdana, arial, sans-serif;
	text-align: left;
	padding: 5px;
	top: 115px;
	left: 200px;
	width: 125px;
	height: 125px;
	background-color: rgb(232,246,162);
	border: 5px solid white;
		}
		
#left		{
	float: left;
	padding: 10px;
	width: auto;
		}		

#bottom	{
	font-size: xx-small;
	text-align: center;
	font-family: verdana, sans-serif;
	border: none;
	margin-top: 0;
		}

.post {
padding-bottom: 10px;
border-bottom: 1px solid #bbb;
margin-bottom: 20px;
}
	
td	{
	vertical-align: top;
	padding: 5px;
		}
td.head	{
	text-align: center;
	font-weight: bold;
	color: #000;
		}

td.alt	{

	background-color: #f1f1f1;
		}


.more {font-size: 11px;}

/* ----- Pure CSS tabs start here ----- */

#nav	{
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}

#nav ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 0 27px;
	font-family: verdana, sans-serif;
	font-size: 10px;
		}

#nav li {
	padding: 0;
	margin: 0 4px 0 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #ACCC79;
	color: #ffffff;
	font-weight: bold;
		/* the next 4 lines are magic */
	display: block;
	float: left;
	position: relative;
		}

#nav a:link,
#nav a:visited {
	background-color: #ACCC79;
	color: #fff;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
		}

#nav a:hover {
	background-color: #fff;
	color: #0D5B0C;
		}

#navclear {
	display: none;
		}
html>body #navclear {
	display: block;
	clear: both;
		}

/* ----- now highlight active tab based on body @class attribute ----- */

body.index #nav li#nav-index a,
body.about #nav li#nav-about a,
body.events #nav li#nav-events a,
body.passions #nav li#nav-passions a,
body.grants #nav li#nav-grants a,
body.process #nav li#nav-process a,
body.par #nav li#nav-par a,
body.contact #nav li#nav-contact a,
body.weare #nav li#nav-weare a, 
body.home #nav li#nav-home a {
	background-color: #fff;
	color: #333;
		}
	
