/*
CSS for WP plugin "FD-Footnotes v1.2"
	Original by John Watson, http://flagrantdisregard.com/
	2009 Nov :: Re-styled by OP351net, http://op351.net/
*/
.footnotes {
	/* container of footnotes */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 89%;
	color: #666;
	line-height: 1.6em;
	padding: 10px 0 10px 0;
}
.footnotes .footnotedivider {
	/* separation line */
	width: 40px;
	border-bottom: 1px solid #ccc;
	margin: 30px 0px 0px 0px;
}
.footnotes li {
	/* the footnote text */
	font-size: 89%;
	margin: 0 0 5px 0;
}
sup.footnote {
	line-height: 0em;
}
sup.footnote a {
	font-size: 81%;
	text-decoration: none;
	margin-left: 1px;
	margin-right: 1px;
}
.footnotereverse a {
	/* the RETURN sign */
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 0 5px;
	text-decoration: none;
}
