/******************************************************* //  toggle v1 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;
	}

#clients, #client_area
	{
	display: none;
	}

#admin_header
	{
	display: none;
	}

/* Set the typography and styles for print */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

body
	{
 	line-height: 1.5;
  	font-family: Georgia, Times, serif;   
  	color:#000;
  	background: none;
 	font-size: 10pt;
	}

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 
	{
	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 #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: #ff0;
	}

/* SIFR / text replacement */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed 
	{
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
	}

span.sIFR-alternate 
	{
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	}

/* tabs */

.ui-tabs-nav 
    {
        display: none;
    }
   
/* portfolio */

.portfolio_credits li h3
	{
	display: inline;
	}

.portfolio_item
	{
	border-bottom: 1px solid #a28a7f;
	margin-bottom: 20px;
	}

/* Journal */

.comment_form, #related_posts
	{
	display: none;
	}

body.s_journal.m_archives .col3
	{
	display: none;
	}

/* About */

.peep
	{
	border-bottom: 1px solid #a28a7f;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

/* Contact */

body.s_contact #content h2
	{
	display: none;
	}

/* 404 */

body.s_404 #content
	{
	display: none;
	}

/********************************************************** // End // ********************************************************/