/*
Theme Name: The Impossible Only Costs a Little Extra 
Description: Custom Wordpress theme designed for Barbara Handley's The Impossible Only Costs a Little Extra Blog by Quintessential Mischief LLC
Version: 1.0
Revision: 11/07/2009
Author: Quintessential Mischief LLC
*/

/* basic body settings for a print document */
body	{ 
 	color : #000000; 
	background : #ffffff; 
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	background: transparent; 
	}

/* page elements removed for print versions */	
object					{ display: none; }

#actions, #nav, #leavecomment, #feedburner 		{ display: none; }

.commentballoon, .skip, .categoryline, .rssicon, .post-edit-link, .categoryicon, .tweetactions, .search, .access, .postnav, .biopic	{ display: none; }

/* style main content div */	
.post 	{ 
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}
 
/* underline all links */
a 	{ text-decoration : underline; color : #0000ff; }

/* make urls print out after underlined link text */
a:link:after, a:visited:after 	{
   				content: " (" attr(href) ") ";
   				font-size: 10pt;
   				}
   				
/* place a visual border on tweet printouts */ 						
div.tweetbox	{
		border: 1px solid #437777;
		padding: 5px;
		margin-top: 10px;
		}
