/* WhiteRiverJunction.org */

body, div, h1, h2, h3, p, ul{
	margin: 0;
	padding: 0;
}

a{
	color: #9C5242;
	text-decoration: none;
}
a:hover{ text-decoration: underline; }

h2{
	margin-top: 15px;
	margin-bottom: 7px;
	font: normal 1.4em Georgia, serif;
}

h3{
	margin-top: 15px;
	margin-bottom: 5px;
	font: normal 1.2em Georgia, serif;
}

p{
	line-height: 1.25em;
	padding-bottom: 10px;
}

ul{ padding-left: 25px; }

hr{ display: none; }


#wrj{
	font: normal .9em Times, "Times New Roman", serif;
}

/* classes ------------------------------------ */
.callout{
	border-bottom: 1px solid gray;
}

.thumb{
	float: left;
	padding: 5px;
}

/* header and navigation ----------------------- */
#header{
	padding-top: 3em;
	padding-bottom: 3em;
	text-align: center;
}

img#logo{ width: 70%; }

ul#nav{ display: none; }

/* content ---------------------------------------- */
#content{
	float: left;
	width: 65%;
	padding-right: 15px;
	border-right: 1px solid gray;
}
#content .callout{ margin: 0; padding: 0; }
#content .callout h2{ color: #9C5242; }
#content .callout img{ width: 100%; border-top: 1px solid gray; border-bottom: 1px solid gray;}
#content .callout p.credit{
	padding: 0;
	text-align: right;
	font: normal .8em Georgia, serif;
	font-style: italic;
}
#content ul.callout li{ list-style-type: none; display: none; }
#content ul.callout li#primary-feature{ list-style-type: none; display: block; }

/* sidebar ----------------------------------------- */
#sidebar{
	float: right;
	width: 30%;
}

#sidebar .callout h3, #sidebar .callout p{ display: block; }
#sidebar .callout p#map{ display: none; }

/* footer ------------------------------------------ */
#footer{ 
	clear: both;
	padding: 1em;
	border-top: 1px solid gray;
}
#footer p{
	padding: 0;
	padding-bottom: .2em;
	font: normal 1em Georgia, serif;
}
#footer a.validate{ display: none; }