@import url(http://jeffbridgforth.com/wp-content/themes/chocolate/css/normalize.css);

body {
	background: #ffffff;
	padding: 0 5%;
	font: 12pt/18pt Didot, Constantia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	width:6.5in;
	margin: 0 auto;
}
p{
	margin-bottom:18pt;
}
p.post-time{
	margin-bottom: 0px;
}
p.post-category{
	margin-bottom: 36pt;
}
a{
	text-decoration:none;
	color:#000;
}
p a:link:after, p a:visited:after { content:" [" attr(href) "]"; }
p.post-category a:link:after, p.post-category a:visited:after { content:none; }
p a.email:link:after, p a.email:visited:after,a.fn:link:after, a.fn:visited:after {content:" ";}
ul{
	margin-bottom:18pt;
}
ul li{
	list-style-type:square;
	margin-left:18pt;
}
h2{
	margin-bottom: 18pt;
	font-size:24pt;
	line-height: 36pt;
	font-style: italic;
	color:#26170f;
}
h3{
	font-size:18pt;
	font-weight:bold;
	margin-bottom:18pt;
}
#branding{
	position: relative;
	height:145px;
	margin-bottom:12pt;
	background:url(http://jeffbridgforth.com/wp-content/themes/chocolate/images/branding_back_print.jpg) repeat-x top left;
}
#branding_description,#branding img,#navigation,.post-time img,#site_info ul,#content_comments{
	display:none;
}
#branding h1 a{
	position: absolute;
	top:0px;
	left:6pt;
	text-indent: -9999px;
	background: transparent url(http://jeffbridgforth.com/wp-content/themes/chocolate/images/branding_logo_lg.png) no-repeat top left;
	height: 129px;
	width: 100px;
}
#branding_tagline{
	position: absolute;
	top:40px;
	right:6pt;
	text-indent: -9999px;
	background: transparent url(http://jeffbridgforth.com/wp-content/themes/chocolate/images/branding_tagline.png) no-repeat top left;
	height: 60px;
	width: 217px;
}
.post-category a:before{
	content:"Posted under: ";
	font-weight:bold;
}
#content{
	border-bottom: 2px solid #333;
	padding-bottom: 18pt;
	margin-bottom: 36pt;
}
#copyright:after{
	content:" - jeff.bridgforth@gmail.com";
}