/* General styles */
body {
	background:none;
	font-size: 10pt;
}
a {
	background:transparent;
	color:#3b5899;
	font-weight:bold;
}
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 10pt;
}
a[href^="/"]:after {
	content: " (http://www.worthanickel.com" attr(href) ") ";
	font-size: 10pt;
}
h1,h2,h3 {
	font-family: Georgia,serif;
	color: #3b5899;
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size:18pt;
}
h3 {
	font-size: 12pt;
}
p {
	margin-bottom: 18pt;
}
img {
	border: 0;
	margin: 18px 0;
}
.icon {
	margin: 2px 2px 0px 2px;
	vertical-align: bottom;
}
/* Footer styles */
#footer p {
	font-size: 9pt;
}
/* Blog styles */
/*.post {
	border-bottom: 1px solid #e1edf8;
	margin-bottom: 17px;
}*/
.postdate, .postmonth {
	font: 10pt Verdana,Arial,sans-serif;
	text-transform: uppercase;
}
.postmetadata, .commentmetadata {
	font-size: 10pt;
}
.wp-smiley {
	margin: 0px;
	border: 0px;
}
.entry ul > li {
	display: list-item;
	list-style: disc;
}
.avatar {
	margin: 0;
}
/* Hidden items */
#fbc_profile, #header, .col2, .share {
	display:none;
}