#accessibility {
	position: absolute;
	top: -10000px;
}
div.leftcol {
	padding: 0px 14px;
}
blockquote {	
	background-color: #EDF7F2;
	border-top: 1px solid #88CCB2;
	border-bottom: 1px solid #88CCB2;
	margin: 18px 6px 20px 6px;
	padding-left: 12px;
	padding-right: 10px;
}
hr {
	margin: 2em auto;
	border: none;
	width: 90%;
	height: 1px;
	color: #88CCB2;
	background-color: #88CCB2;
}

small, .small {
	font-size: 0.9em;
}

a {
	text-decoration: none;
	color: #199DBF;
	border-bottom: 1px #199DBF dotted;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px #88CCB2 solid;
}
#fd_logo a, #footer a {
	border-bottom: 0;
}
h1 a, h2 a, h3 a, #rightcol a img, #head a img {
	border: none;
}
p {
	margin-bottom: 1.2em;
}
p.read-more {
	margin-top: -12px;
}
#content ul {
	margin-left: 30px;
	margin-bottom: 20px;
}

p.linklist, p.social_links {
	line-height: 1.8em;
	padding-left: 12px;
}
.post_date {
	font-size: 0.7em;
	color: #88CCB2;
	font-weight: normal;
}
div.divider {
	margin: 2em 0;
	text-align: center;
}
#prev_next_links {
	padding: 40px 0 10px 0;
}
#prev_next_links p {
	margin: 6px 0;
}
ol.comments p {
	font-weight: normal;
}
.comments_error {
	color: #000;
	background-color: #fff4f4;
	border: 1px solid #EE1787;
}

ul.comments_error {
	padding: 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 10px;
}

div#cpreview {
	color: #000;
	border: 1px solid #88CCB2;
	margin-bottom: 14px;
}

.comment_preview_label, .comment_error_label {
	font-size: 0.9em;
	line-height: 1.1em;
	color: white;
	padding: 1px 6px 2px 6px;

}

.comment_preview_label {
	background-color: #88CCB2;
}

.comment_error_label {
	background-color: #EE1787;
}
table#comment_form {
	margin-top: 14px;
}
textarea#message {
	width: 350px;
}

form#txpCommentInputForm td {
	padding: 3px;	
	vertical-align: top;
}
/* table stylez*/ 
table.comp {
	width: 480px;
	text-align: left;
}

table.comp td {
	text-align: center;
	background-color: #EDF7F2;
	font-size: 0.6em;
}

tr.tb_head, td.tb_head {
	text-align: left;
	color: #199981; 
	background-color: #D1ECDE;
}
/* some better style for ols */
ol li {
	font-weight: normal;
	font-style: italic;
}
