/******************************************************* // Ambiru 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
	{
	color:#555;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.5;
	}

h1, h2, h3, h4, h5, h6
	{
 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: bold;
	}

p
	{
	line-height: 18pt;
	}

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

a:link, a:visited 
	{
	color: #677;
	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%;
   	}
   	
/* General */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

.section h4
	{
	color:#58BBEB;
	font-size:1.5em;
	margin-bottom: 0px;
	}
	
.section h4 a
	{
	color:#2C5F3F;
	text-decoration: none;
	}

.section
	{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCC;
	}
	
.gr
	{
	display: none;
	}
	
#comments_title, legend
	{
	font-size: 1.5em;
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	}
	
.comment_admin
	{
	color: #558767;
	}
	
.comment
	{
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	}
	
.post_credits span
	{
	display: block;
	}
	
.post_links li
	{
	list-style-type: none;
	text-indent: -40px;
	}
	
.published
	{
	display: block;
	color:#6F6F6F;
	font-size:1.5em;
	border-bottom: none;
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom: 10px;
	padding: 0px;
	}
	
.message_time abbr
	{
	font-size: 1em;
	}
	
/* Tables */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

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

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


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

.dotrule
	{
	height:1px; 
	font-size:1px;
	border-bottom: 1px dashed #ccc;
	clear:both;
	margin: 5px 0;
	}

.hrule
	{
	height:1px; 
	font-size:1px;
	height: 1px;
	background: #ccc;
	clear: both;
	margin: 5px 0;
	}
	
.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: #cde5d9;
	padding: 1px 3px;
	font-weight: bold;
	}

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