/*	-- -- -- -- -- -- --	section-announcements.css	Style for the Announcements blog	-- -- -- -- -- -- --	*/@import url("module-comments.css");																				/* ----- comments page formatting */.post-footers {	color: #86A06A;}.entry-footer {	color: #86A06A;	font-size: 0.9em;}.content-nav {	text-align: center;	margin-top: 1em;}																				/* ----- blog archives formatting */.monthly .post, .index .post {	background: none;}.module-syndicate {	margin-left: 28px;}.feed {	padding-left: 17px;	background: url(../i/ui/button-feed.gif) no-repeat left center;}.blog-archives ul li {	background: none;	padding: 0 18px;	margin-bottom: 0.5em;}																				/* ReCaptcha formatting */#comments-open-captcha {	margin: 2em 0 2em 1px;}.recaptchatable .recaptcha_image_cell, #recaptcha_table {	background-color: #E0E9E9 !important; /* reCaptcha widget background color */}#comments-open-captcha .recaptchatable {	border-color: #fff !important; /*reCaptcha widget border color */}#recaptcha_response_field {	border-color: #999 !important; /* Text input field border color */	background-color: #fff !important; /* Text input field background color */}																				/* ----- specific post styling */																				/* Author bios */.authorbio {	clear: left;	overflow: hidden;	border: solid 1px #C1C1B8;	border-left: 0;	border-right: 0;	padding-top: 1em;	margin-bottom: 1em;}.authorbio .biotext {	float: left;}.authorbio img {	float: left;	margin: 6px 20px 10px 0;	display: block;	padding: 1px;	border: solid 1px #d3e2e5;}																				/* horizontal rule separated intro */.intro {	border-bottom: solid 1px #C1C1B8;	padding-bottom: 0.5em;	margin-bottom: 2em;}