/*  
	Author: Visionx Media Solutions
	Date Mod: 02/19/06
*/
	
body {
	font-family: "Bitstream Vera Sans";
	font-size: 11pt;
	background: #fff;
}
	
* { visibility: hidden; }
#int_wrapper *, h1#head { visibility: visible; }
#nav, #resume #head, #header h1 a:hover, #header h1 a {display: none; }

#int_wrapper, dl#skills, #txtcol {
	float: none;
  	width: 6.25in;
  	margin-left: 4%;
  	padding: 0;
}
  
#txtcol { margin-top: 0; margin-bottom: 20px; }
  
p {line-height: 14pt; }
  
h1, h2, h3, h4, h5, h6 {
    font-family: "Bitstream Vera Sans";
    color: #000;
}
  
#header { height: 1%; }

#header h1 {
  	margin: 10px 0 0 25px;
  	padding: 0;
  	background: url(/img/steinruck_print.jpg) 0 0 no-repeat;
  	height: 50px;
}
  
#wrapper  {	margin: 0; padding: 0; }

/* Resume Specific Styles */
#resume #txtcol { margin-bottom: 20px; }
	
#resume #sidebar {
  	float: none;
  	padding: 0;
  	margin-left: 4%;
}

#resume #int_wrapper dd {
	border-bottom: 0;
	margin: 0;
	padding: 0;
	display: inline;
}
	
dl#skills dd:after { content: ", ";	}
	
	
#add_phone {
  	display: inline;
  	visibility: visible;
	margin-top: 0;
	padding-top: 0;
}	
	
		
/* Auto generates links and prints them when page is printed. 
   http://www.alistapart.com/articles/goingtoprint/  */	
#int_wrapper a:link:after, #int_wrapper a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
  
#int_wrapper a[href^="/"]:after {
	  content: " (http://www.steinruckdesign.com" attr(href) ") ";
}


/* That's it */