/* basic stylesheet for older browsers which support CSS. For properties not well-supported, like borders, see stylesheet 2.
colors:
	text		#333 dark gray
	link 		#039 medium blue
	a:visited  	#800080 purple
	body BG		#996 gray-green
	main BG		#fc6 tan
	h2 with BG	#663 darker gray-green
*/

/*******************************************/
/*   basic element and font formatting     */
/*******************************************/
body
{
	margin: 0;
	padding: 0;
	font: 82% verdana, arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #996;
}

a
{
	color: #039;
	font-weight: bold;
	text-decoration: none;
}

a:visited { color: #800080; }
a:hover, a:active { text-decoration: underline; }

h2
{
	color: #663;
	background-color: #fc6;
	font-size: 120%;
	line-height: 150%;
	margin: 1em 0 2px 0;
	padding-left: 5px;
}

h2 a { text-decoration: none; }

h3, h4
{
	color: #333;
	font-size: 106%;
	margin: 8px 0 0 0;
	padding: 0;
}

h5
{
	color: #333;
	font-size: 100%;
	margin: 12px 0 8px 0;
}

p { margin: 5px 0 10px 0; }
ul { margin-top: 5px; }

/* list indices with no bullets; indentation set with ul padding */
#nav_cat_archive, .index
{
	list-style-type: none;
	padding-left: 0;
}
#nav_cat_archive li ul
{
list-style-type: None;
padding-left: 1em;
}
/*******************************************/
/*      layout divisions and styles        */
/*******************************************/
/* fixed width centered container */
#container
{
	margin: 0 auto;
	width: 740px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #fff;
}

/* header contains h1 which only shows up when printed, and two images which define the banner. Except for the home page, ref. page_elements/header.  #mainnav follows and is separate.  */
#header
{
	height: 104px;
	width: 100%;
	background-color: #fc6;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid black;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#header #bannerphoto
{
	width: 129px;
	height: 93px;
	margin: 5px 12px;
}

#header #bannertext
{
	width: 426px;
	height: 63px;
	padding: 15px;
}

/* links are an inline list. see stylesheet2 for additional formatting */
#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

/* #sidecol is a float, width 240px */
#sidecol
{
	float: right;
	width: 240px;
	background-color: #fc6;
	border-left: 1px solid #fc6;
	padding-left: 15px;
	line-height: 150%;
	height: 100%;
}

/* email list signup located on home page */
#signup_box
{
	margin: 12px 12px 12px 0;
	padding-bottom: 12px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#signup_box p
{
	font-size: 85%;
	line-height: 1.35;
}

/* contents has wide right margin for float */
#contents { margin: 0 268px 0px 20px; }
#contents p { line-height: 165%; }

#contents ul li
{
	padding-bottom: 8px;
	line-height: 150%;
}

/* .headlines formats features headlines on front page */
.headlines { border-bottom: 1px solid #C5C877; }

.blurb
{
	font-weight: bold;
	font-style: italic;
}

/* photo gallery link on home page */
.inset
{
	width: 125px;
	background-color: #fc6;
	text-align: left;
	font-weight: bold;
	float: left;
	padding: 1em;
	margin: 0 1em .5em 0;
}

.inset img { float: right; }

/* small type for source/author information */
.source, .author 
{
	font-size: 90%; 
	color: #996;
}

/* footer ref. page_elements/footer except for home page */
#footer
{
	clear: both;
	font-weight: bold;
	text-align: left;
	font-size: 85%;
}

#footer ul { list-style-type: none; }
#footer li { display: inline;}

div#sidecol div#quote {
width: 225px;
background-color: #cc9;
margin: 0;
padding: 0;
}
div#quote h5 {
font: italic bold 90% Georgia,sans-serif;
padding: 0;
margin:0 1em .75em;
}
div#quote p {
margin: 0 1em 0;
font-size: 90%;
}
