

.right_float {
	float: right;
	margin: .5em;
	}
	


.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

body {
  	font-size: 87.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #e7e7e7;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
	}
	
a {
	text-decoration: none;
	color: #000;
	}
	
a:hover {
	text-decoration: underline;
	color: #000;
	}
	
a:visited {
	color: #000;
	}
	
a img {
	border: none;
	}
	
a[href^="http://"]:after, 
a[href^="https://"]:after {
  content: url(/images/icons/Icon_External_Link.png);
  margin: 0 0 0 5px;
}

a.no_icon[href^="http://"]:after, 
a.no_icon[href^="https://"]:after 
 {
  content: '';
  margin: 0;
}
	
#programs ul li,
#special_banner ul li {
	list-style-type: none;
	}

#wrapper {
	
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 820px;
	}
	
#wrapper, #footer_content {
	background: transparent url('/images/background.gif') repeat-y top;
	}

#header {
	margin: 0 ; 
	padding: 0; 
	
	width:820px;
	}
	
#header #banner_background {
	border: 1px solid #ccc;
	width: 80%;
	margin: 1em auto;
	padding: .5em;
	}


#header #banner {
	width: 100%;
	margin: 0 auto;
	
	}

#header #banner p {
		font-size: 1.5em;
		margin: 0;
		
		}
		
#header #banner p.center {
	text-align: center;
	}

	
 #header #banner p a {
	color: #0e7bd7;
	}


#content {
	font-size: 1.2em;
	float: left;
	padding: 0 0 20px 35px;
	margin: 0;
	width: 570px;
	line-height: 1.4em;
	text-align: justify;
}

#content a {
	text-decoration: underline;
	
	}

#content a:hover {
	color: #000;
	}
	
#content a:visited {
	color: #000;
	}
		
 ul.no_bullets li {
	list-style-type: none;
	}
	
#content ul {
	text-align: left;
	}
	
	
#content ul.fancybox_group li {
	list-style-type: none;
	display: inline;
	
	max-width: 150px;

	}
	
#content ul.fancybox_group li a {
	text-decoration: none;
	
	}
		

#site_navigation
{
	padding:  0;
	float: left;
	margin: 10px 0 0 25px;
	width: 175px;	

	}

#site_navigation ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#site_navigation ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}
	
#site_navigation ul li a {
	font-size: 1.1em;
	}
	

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 820px;
	clear: both;
	}
	
#footer_bottom {
	clear: both;
	background: #eee url('images/footer3.gif') no-repeat top; 
	height: 66px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#footer_content {
	width: 750px;
	margin: 10px auto;
	}
	
#footer_content #first_notice, #footer_content #second_notice {
	width: 250px;
	float: left;
	text-align: center;
	}
	
#footer #contact_info {
	width: 250px;
	float: left;
	}
	

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	}


h2 {
	font-size: 1.6em;
	color: #8f0d17;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin: 30px 0 0;
	line-height: 1;
}



h3 {
	font-size: 1.3em;
	
	padding: 0;
	margin: 30px 0 0;
	
	}





img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.rightfloat {
	float: right;
	}

.leftfloat {
	float: left;
	}


.center {
	text-align: center;
	}
	
	.pullout {
        float: left;
        font-size: .925em;
        font-family: sans-serif;
        line-height: 1.1em;
        padding: 20px;
        margin: 10px 10px 10px 0px;
        width: 200px;
        background: #eee;
        text-align: left;
        }

#home_announcement {
	
	padding: 10px;
	background-color: rgba(195, 99, 4, 0.3);
	}
	
#about_content ul li {
	list-style-type: none;
	}
	
#about_content ul li span.title {
	font-weight: bold;
	}
	
	
#programs ul#promo li.intro_title {
	color: #1c4050;
	}
	

#programs ul {
	margin-top: 2em;
	border: 1px solid #eee;
	padding: .5em;
	clear: both;
	background-color: #eee;
	}
	

#programs ul li.left_image,
#special_banner ul li.left_image {
	float: left;
	margin-right: 10px;
	}
	
#programs ul li.left_image img,
#special_banner ul li.left_image img {	
	width: 100px;
	}
	
#programs ul li.date {
	
	}
	
#programs ul li.time {
	
	}
	
#programs ul li.location {
	font-style: italic;
	}
	
#programs ul li.title,
#special_banner ul li.title {
	margin-bottom: .5em;
	font-weight: bold;
	color: #8f0d17;
	font-size: 1.2em;
	}
	
#programs ul#promo li.title {
	font-weight: normal;
	font-size: 1em;
	}
	
	
#programs ul li a,
#special_banner ul li a {
	
	text-decoration: none;
	color: #00f;
	}
	
	
#programs ul li.title a,
#special_banner ul li.title a {
	font-style: normal;
	color: #8f0d17;
	text-decoration: none;
	}
	
#programs ul li a:hover,
#special_banner ul li a:hover {
	text-decoration: underline;
	}
	
#programs ul#promo {
	float:right;
	width: 50%;
	margin-left: 20px;
	background-color: #fff;
	
	}
	
#programs ul#promo li.intro_title {
	line-height: 2em;
	font-size: 1.2em;
	text-align: center;
	color: #0b5e83;
	}
		
#programs ul li.speaker {
	margin-top: 1em;
	
	}
	
	
ul#local_lore li {
	list-style-type: none;
	margin-bottom: 3em;
	}
	
ul#local_lore li a {
	text-decoration: none;
	}
	
	ul#local_lore li a h2 {
	line-height: 1;
	margin-bottom: .5em;
	font-weight: bold;
	color: #8f0d17;
	font-size: 1.2em;
	}
	
	
#library_recommendations {
	background-color: #eef;
	
	padding:1em;
	}
	
#library_recommendations h2 {
	color: #339;
	line-height: 1;
	margin-top: .5em;
	font-size: 2em;
	text-align: center;
	font-weight: 500;
	}
	
#library_recommendations h3 {
	color: #8f0d17;
	line-height: 1;
	margin-top: 0;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	
	}
	
#library_recommendations #web_sources h3 {
	color: #8f0d17;
	line-height: 1;
	margin-top: 0;
	font-size: 1.5em;
	text-align: left;
	
	
	}
	
#library_recommendations ul.book_recommendation {
	margin-top: 2em;
	padding-left:0;
	}
	
#library_recommendations ul.book_recommendation li.book_title {
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: .5em;
	line-height: 1;
	}
	
#library_recommendations #web_sources ul.book_recommendation li.book_title a{
	text-decoration: none;
	}
	
#library_recommendations #web_sources ul.book_recommendation li.book_title a:hover{
	text-decoration: underline;
	}
	
#library_recommendations ul.book_recommendation li.book_creator {
	
	}
	
#library_recommendations ul.book_recommendation li.call_number {
	}
	
#library_recommendations ul.book_recommendation li.book_summary {
	margin-top: 1em;
	}
	
ul#site_navigation ul {
	margin-left: 1em;
	}
	
ul#site_navigation ul li.sub_page_item {
	margin-bottom: 0;
	}
	
#reenactment_images img {
	float:left;
	margin: .5em;
	}
	
#social_media a {
	float: left;
	margin-right: 1em;
	}
		
.highlight img {
	border: 0px;
	}	  
	
#capen ul#open {
	margin-top: .5em;
	list-style: none;
	}
