/******************************************************* // itheme Print style // *****************************************************/

/* Hide elements that do not need printing */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

#tools
	{
	display: none;
	}

#navigation
	{
	display: none;
	}

#content_blocks
	{
	display: none;
	}

#footer
	{
	display: none;
	}

.form, form
	{
	display: none;
	}

#admin_header
	{
	display: none;
	}
	
.post_edit
	{
	display: none;
	}
	
#extradiv_1, #extradiv_2, #extradiv_3, #extradiv_4,
#extradiv_a, #extradiv_b, #extradiv_c, #extradiv_d
	{
	display: none;
	}

/* Set the typography and styles for print */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

body
	{
	font: 75%/160% Arial, Helvetica, sans-serif;	
	line-height: 1.5;
  	color: #000;
  	background: none;
	}

h1, h2, h3
	{
	font-family: "Lucida Grande", Arial, sans-serif;
	}

h1
	{
	font-size: 3em; 
	line-height: 1; 
	margin-bottom: 0.5em;
	}
	
h2 
	{
	font-size: 2em;
 	color: #333333;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font-size: 2em;
	text-decoration: none;
	}

h3
	{
	font-size: 1.7em;
	color: #666666;
	margin: 5px 0px 5px;
	}

h4
	{
	font-size: 1.7em; 
	line-height: 1.25; 
	margin-bottom: 0.2em;
	border-bottom: 1px dotted #CCC;
	}

h5
	{
	font-size: 1.3em; 
	font-weight: bold; 
	margin-bottom: 0.5em; 
	}

h6
	{
	font-size: 1em; 
	font-weight: bold;
	margin-bottom: 0.3em;
	}

p
	{
	line-height: 18pt;
	}

/* General */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

#site_title, #site_title a
	{
	color: #44a1d0;
	}

#site_strapline
	{
	font-size: 1.3em;
	font-weight: normal;
	color: #000;
	}

/* journal */

#comments_title
	{
	border-bottom: 0;
	}

.section
	{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #44a1d0;
	}
	
.gr
	{
	display: none;
	}
	
.comment_admin
	{
	color: #000;
	}
	
.comment
	{
	border-bottom: 1px solid #CCC;	
	margin-bottom: 20px;
	}
	
.post_credits span
	{
	display: block;
	}
	
.post_links li
	{
	list-style-type: none;
	text-indent: -40px;
	}
	
.message_time abbr
	{
	font-size: 1em;
	display: block;
	border-bottom: none;
	}
	
.published
	{
	border-bottom: 0;
	}

/* Links */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

a:link, a:visited 
	{
	color: #44a1d0;
	background: transparent;
	font-weight:700;
	text-decoration: underline;
	}

/* Expand every link */

#content a:link:after, #content a:visited:after 
	{
   	content: " (" attr(href) ") ";
   	font-size: 90%;
   	}
   
/* Tables */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

table
	{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	}

th, tr, td
	{
	border: 1px solid #CCC;
	}


/* Custom / RTE classes */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

.dotrule
	{
	border-bottom: 1px dashed; color: #44a1d0;
	}

.hrule
	{
	color: #44a1d0;
	}
	
.right
	{
	float:right;
	}

.left
	{
	float:left;
	}

.clear
	{
	clear: both;
	}

.small  
	{ 
	font-size: .8em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em;
	}
	
.large  
	{ 
	font-size: 1.2em; 
	line-height: 2.5em; 
	margin-bottom: 1.25em; 
	}
		
.quiet  
	{ 
	color: #666; 
	}
		
.hide   
	{ 
	display:none; 
	}

.highlight
	{
	background: #9dcae1;
	padding: 1px 2px;
	}
	
caption 
	{ 
	background: #CCC; 
	}
	
blockquote
	{
	color: #666; 
	font-style: italic; 
	}

/********************************************************** // End // ********************************************************/