/******************************************************* // Zoot Suit print styles // *****************************************************/

/* 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
	{
	/* adjust the font size (62.5% = 10px, 75% = 12px) */ 
	font: normal 75% "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #000;
	}

h1, h2, h3, h4, h5, h6
	{
 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: normal;
	color: #5d5d5e;
	}

h1
	{
	font-size: 3em; 
	line-height: 1.3em; 
	margin-bottom: 0.5em;
	}
	
h2 
	{
 	font-size: 2em; 
 	margin-bottom: 0.75em;
	}

h3
	{
	font-size: 1.8em; 
	line-height: 1; 
	margin-bottom: 1em;
	font-weight: bold;
	}

h4
	{
	font-size: 1.4em; 
	line-height: 1.25; 
	margin-bottom: 0.9em;
	font-weight: bold;
	}

h5
	{
	font-size: 1em; 
	font-weight: bold; 
	margin-bottom: 1.5em; 
	}

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

p
	{
	line-height: 18pt;
	}
	
/* Strapline */

#site_strapline
	{
	color: #000;
	font-size: 1.4em;
	text-decoration: none;
	}

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

a:link, a:visited 
	{
	background: transparent;
	font-weight:700;
	color: #3399ff;
	text-decoration: none;
	}

/* 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 #000;
	}

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


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

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

.hrule
	{
	height:1px; 
	font-size:1px;
	height: 1px;
	background: #000;
	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: #cacaca;
	padding: 2px 5px;
	display: inline;
	}
	
/* dynamic */
	
.section h4 a, .section h4
	{
	color: #3399ff;
	margin-bottom: -3px;
	padding-bottom: 0;
	font-size: 1.3em;
	}
	
.post_links, .post_credits, .gr
	{
	display: none;
	}
	
.published
	{
	border: none;
	}
	
.comment, .post
	{
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	}
	
#nav_posts, #nav_pages
	{
	display: none;
	}
	
blockquote
	{
	margin: 1.2em; 
	font-size: 1.2em;
	color: #4d4d4d; 
	font-style: italic; 
	font-family: "georgia", "times new roman", serif;
	}

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