/* ---------------------------------------------------------------------------

	Rubin Iron Works Print Styles
	http://rubinironworks.com
	
	author: nGen Works
	http://ngenworks.com

--------------------------------------------------------------------------- */

body {
	margin: .6in;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11pt;
}

h1, h2 {
}

h3 { margin-top: .5in; padding-top: .5in; border-top: 1px solid #000; }

h6 { font-size: 100%; margin: 0; padding: 0; }

#skip,
#nav, 
#sidebar,
#foot,
.back_top {
	display: none;
}
	
a:link, a:visited { 
	color: #999; 
}	



#logo a img,
#logo a:link img,
#logo a:visited img,
#logo a:hover img,
#logo a:active img {
	border: none;
}

.content_img {
	float: none;
	border: none;
	display: block;
	margin-bottom: .1in;
}

.rubin_service {
	margin-bottom: .25in;
	border-top: 1px solid #999;
}

.listing_pics {
	list-style: none;
	margin-left: 0;
}

.listing_pics li {
	clear: both;
	margin-left: 0;
	margin-bottom: .25in;
	border-bottom: 1px solid #999;
	overflow: hidden;
}

.listing_pics li img {
	float: left;
	margin-right: .25in;
	vertical-align: middle;
}

#content_callout {
	margin-top: .5in;
	border-top: 4px solid #000;
}

#content_callout h4 {
	font-size: 130%;
}

/* print URLs after link text */

#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}
	
	
/* ---------------------------------------------------------------------------

	SIFR

--------------------------------------------------------------------------- */
	
	/*=:project
	    scalable Inman Flash Replacement (sIFR) version 3.

	  =:file
	    Copyright: 2006 Mark Wubben.
	    Author: Mark Wubben, <http://novemberborn.net/>

	  =:history
	    * IFR: Shaun Inman
	    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
	    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

	  =:license
	    This software is licensed and provided under the CC-GNU LGPL.
	    See <http://creativecommons.org/licenses/LGPL/2.1/>    
	*/


	/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

	.sIFR-flash {
	  display: none !important;
	  height: 0;
	  width: 0;
	  position: absolute;
	  overflow: hidden;
	}

	.sIFR-alternate {
	  visibility: visible !important;
	  display: block !important;
	  position: static !important;
	  left: auto !important;
	  top: auto !important;
	}