/* Print Stylesheet */

/*****Zero out margins and padding*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, table, th, td { margin: 0; padding: 0; }

/*****Basic Elements*****/
body { background: #fff; color: #222; font: 12px Georgia, "Times New Roman", Times, serif; line-height: 18px; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #222; font-family: Helvetica, Arial, sans-serif; text-decoration: none; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5, h6 { font-size: 12px; }

p, ul, ol, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 36px; }

/*****Reuable classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.leftSide { float: left; margin: 0 12px 18px 0; }
.rightSide { float: right; margin: 0 0 18px 12px; }
.separate { margin-bottom: 18px; }

/****Hide and Show Stuff*****/
.screenReader, div#header, div#primaryContent, div#tertiaryContent, div.navigation, div#share, ul.social { display: none; }
#printLogo { display: block; padding-bottom: 12px; }
div#content { border-top: 6px solid #dedede; padding: 18px 0 0; width: 100%; }
div#footer { border-top: 6px solid #dedede; clear: both; margin-top: 18px; padding-top: 12px; } 

/*****Post styles*****/
div.post p.date { color: #666; margin-bottom: 0; }
div.post p.author { margin-top: 2px; }
div.post div.content { margin-top: 30px; }
div.post ul.meta { float: left; list-style: none; margin-left: 0; width: 100%; }
div.post ul.meta li { 
	border-right: 1px solid #dedede;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
}
div.post ul.meta li.last { border-right: none; }
div.post p.postmetadata { color: #444; font-size: 0.917em; }