/* 8/11/2009 Trevor Davis - Fire Your Broker Print Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basics*****/
body { color: #323232; font: 12pt/18pt "Times New Roman", Times, serif; }

h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 24pt; line-height: 30pt; margin-bottom: 9pt; }
h2 { font-size: 20pt; line-height: 26pt; }
h3 { font-size: 18pt; line-height: 24pt; }
h4 { font-size: 16pt; line-height: 22pt; }
h5 { font-size: 14pt; line-height: 20pt; }
h6 { font-size: 12pt; line-height: 18pt; }

a { color: #000; text-decoration: underline; }
img { border: none; }
p, ul, ol, dl, table { margin-bottom: 18pt; }
ul, ol, dd { margin-left: 36pt; }
blockquote { margin: 0 36pt; }

/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.frame { border: 1px solid #dbdbdb; padding: 4px; }
.leftSide { display: block; float: left; margin: 0 18px 10px 0; }
.rightSide { display: block; float: right; margin: 0 0 10px 18px; }

/*****Hide Stuff*****/
#skipLinks, .screenReader, #nav, #sidebar, #comment_form { display: none; }

/*****Customize appearance*****/
#header { border-bottom: 3px solid #ccc; margin-bottom: 18pt; padding-bottom: 18pt; }
#logo { font-size: 20pt; font-weight: bold; line-height: 20pt; margin-bottom: 0; text-decoration: none; }
#footer { 
	border-top: 3px solid #ccc;
	color: #666;
	font-size: 10pt;
	line-height: 16pt;
	padding-top: 18pt;
}
.post { padding-bottom: 18pt; }
.article .post { padding-bottom: 0; }



