/******************************************************* // 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: normal 75% "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #191919;
	}

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

h1
	{
	font-size: 3em; 
	line-height: 1; 
	margin-bottom: 0.5em;
	color: #ffd906;
	}
	
h2 
	{
 	font-size: 2em; 
 	margin-bottom: 0.75em;
 	color: #ffd906;
	}

h3
	{
	font-size: 1.5em; 
	line-height: 1; 
	margin-bottom: 1em;
	color: #ffd906;
	}

h4
	{
	font-size: 1.5em; 
	line-height: 1.25; 
	margin-bottom: 1.25em;
	color: #ffd906;
	}

h5
	{
	font-size: 1.2em; 
	font-weight: bold; 
	margin-bottom: 1.5em; 
	color: #fff;
	}

h6
	{
	font-size: 1em; 
	font-weight: bold;
	color: #fff;
	}

p
	{
	line-height: 18pt;
	}

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

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

/* Expand every link */

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

/* general */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/
	
#site_title a
	{
	text-decoration: none;
	}

#site_strapline
	{
	color: #ccc;
	}
	
#content h3
	{
	color: #191919;
	}
	
/* dynamic */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

.post_links li
	{
	list-style: none;
	}
	
.post_links
	{
	padding-left: 0;
	margin-left: 0;
	}
	
.post_date_cube
	{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-weight: bold;
	}
	
.section
	{
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
	}
	
.post_credits span
	{
	display: block;
	}
	
#comments_title
	{
	color: #191919;
	}
	
.gr
	{
	display: none;
	}
	
.comment
	{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	}
   
/* Tables */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

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

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


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

code
	{
	background: none;
	font-size: 1.3em;
	color: #000;
	}
	
tt
	{
	font-size: 1.3em;
	font-weight: bold;
	}

.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: #ff0;
	padding: 2px 3px;
	}

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