/* 
	Document:				print.css
	Creation date: 			26 October 2009
	Created by:				Gemma Leigh, Poke. www.pokelondon.com
	Deployment version:		project/css/print.css
	Notes:					Removes unnecessary content for printed version.

*/
* {
	background: white !important;
	background-image: none !important;
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
}

body img#logo-print{display: block; width: 669px; height: 84px;}

h1{ display: none;}
h2{ font-size: 18px !important; line-height: 22px;}
h3{ font-size: 16px !important; line-height: 20px; padding-bottom: 10px;}

#content-title p { font-size: 12px; margin-top: -5px; margin-bottom: 15px;}

/* Hide content we don't need to print */
#header,
#footer,
#sidebar,
#filter,
#speech-date,
.comments-link,
#content-title p a { display: none;}

/* Posts */
.post .post-date { font-size: 12px !important; font-weight: bold; margin: 30px 0 0 0; padding: 0;}
.post h2    { margin: 0 0 10px 0; padding: 0;}
.post h2 a  { font-size: 100% !important;text-decoration: none;}

.post-content .caption { border-bottom:1px solid #000;line-height: 30px;}

#main .featured-comment{ margin-top: 20px;}
#main .featured-comment .comment { border-left:5px solid #9A9998; float:left; padding:0 0 0 20px !important;}

#main .comment-author * {display: block;}
#main .comment-author img { display: none;}

/* Hide content within posts */
#post .post-social-links,
#static .post-social-links,
#post ul#post-nav,
#post #leave-comment,
#static .divider .promo { display: none;}

#static ul li { margin-bottom: 10px; padding-left: 10px;}

/* Spread the word */
#badge-set .badge-row form { display: none;}

#badge-set .badge-row .badge-horizontal,
#badge-set .badge-row .badge-vertical   { width: 50%; float: left; text-align: center;}

#badge-set .badge-row { width: 100%; clear: both; padding: 20px 0 20px 0;}
#badge-set .badge-row .badge-horizontal div img { position: static; padding-bottom: 20px;}
#badge-set .badge-row .badge-vertical div img   { position: static; padding-bottom: 20px;}
