html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* straight up xhtml tags  - no id or class */
body {
	color: #000;
	background: url(../i/second-level-bg.gif) top center repeat-y;
	font-family: verdana, sans-serif;
	font-size: 100%;
	width: 735px;
	margin: auto;
	
	}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin-top: 3em;
	}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin: 1em 0;
	}	
p {
	color: #666;
	font-size: 11px;
	line-height: 1.25;
	padding-top: 1px;
	margin: 1em 0;
	}	
p span.nowrap {
	white-space:nowrap;
	}
p.side-bar  {color: #336633; }	
strong {
	font-weight: bold;
	}
	
	ul {
	color: #666;
	font-size: 11px;
	line-height: 1.25;
	padding-top: 1px;
	margin: 1em 0;
	}	

/* links   */
a:link 		{color: #3366cc; text-decoration: none;}
a:visited 	{color: #3366cc; text-decoration: none;}
a:hover 	{color: #3366cc; text-decoration: underline;}


#footer {
	color: #fff;
	background: #669966;
	float: left;
	padding: 1em 0;
	margin: 2em 2px 0 6px;
	width: 723px;
	}
#footer p {
	color: #fff; 
	margin-left: 23px;
	}	


/* home page - this will soon be the blog page */
#wrap {
/*	background: url(../i/banner_00.jpg) top right no-repeat;  
	width: 725px; 
	padding-top: 330px;*/
	padding-bottom: 0;
	margin: auto;
	position: relative;
	}
	
#header {
	background: url(../i/banner_02.jpg) top center no-repeat;
	height: 330px;
	margin: 0 0 12px 1px;
	width: 100%;
	}
#header h1, 
#header h2 {
	text-indent: -2000em;
	}
#content {
	margin: 0 0 0 25px;
	width: 475px;
	}

/* show blub styles */
.show-blurb {
	margin-bottom: 2em;
	}
.show-blurb img {
	float: left;
	margin: 0.25em 1em 0.25em 0;
	}
	
.show-blurb .listen-link {
	clear: both;
	padding-top: 2em;
	}	
.show-blurb .listen-link a:link {
	padding: 2px 12px;
	background: green;
	color: #fff;
	}	
.show-blurb .listen-link a:visited {
	padding: 2px 12px;
	background: green;
	color: #fff;
	}	
.show-title {
	font-size: 18px;
	color: #3366cc;
	margin: .25em 0 .5em 0;
	}

/* side bar */
#side-bar {
	position: absolute; top: 330px; right: 20px;
	font-family: verdana;
	width: 190px;
	}
#side-bar h2 {
	font-size: 70%;
	font-weight: bold;
	margin: 1em 0;
	}	
	


#side-bar #nav li { font-size: 16px; padding: .25em 0; }
#side-bar #nav  a:link {color:#009900; }
#side-bar #nav  a:visited {color:#009900; }
#side-bar #nav  a:hover {color:#009900; }

#side-bar #where li { font-size: 11px; padding: .25em 0;}
#side-bar #where  a:link {color:#5d480e; }
#side-bar #where  a:visited {color:#5d480e; }
#side-bar #where  a:hover {color:#5d480e; }

#side-bar #links li { font-size: 11px; padding: .25em 0;}
#side-bar #links  a:link {color:#009900; }
#side-bar #links  a:visited {color:#669966; }
#side-bar #links  a:hover {color:#669966; }

#side-bar #articles li { font-size: 11px; padding: .25em 0;}
#side-bar #articles  a:link {color:#3366cc; }
#side-bar #articles  a:visited {color:#3366cc; }
#side-bar #articles  a:hover {color:#3366cc; }

p.photo-credit {color: #999;}

	
#other #wrap {
	background: transparent;
	width: 735px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
	}
#other #header	{
	background: url(../i/banner_02.jpg) top center no-repeat;
	height: 180px;
	position: relative; top 0; left: 0px;
	margin-bottom: 22px;
	width: 100%;
	}
#other img {
	float: left;
	margin: .25em .5em 0 0;
	}	
#other  #side-bar {
	position: absolute; top: 195px; right: 20px;
	width: 190px;
	}
#other h4 {
	color: green;
	}	


.hide {display:none;}
