/* Print stylesheet for view-sw.com								  */

/* (CC) 2004 Ross Harmes. Some Rights Reserved.  				  */
/*         http://creativecommons.org/licenses/by/2.0             */
/* This style sheet is licensed under a Creative Commons License. */

@import "view.css"; /* Import the screen stylesheet as a start. */


/* Tags. */

body			{ background : #fff; font : 11px/17px "Lucida Grande", Veranda, Arial, Helvetica, sans-serif; color : #444; }
a:link,
a:visited,
a:active		{ text-decoration : none; color : #444; }
h1, h2, h3		{ color : #222; }


/* Major sections. */

#content 		{ width : 560px; margin : 10px 0 0; padding : 0 20px 0 22px; background : #fff; }

#header			{ display : none; }
#home			{ display : none; }
#footer			{ display : none; }


/* Print speific sections. */

.print-only		{ display : block; }


/* Software pages. */

#detail strong,
#detail dt		{ color : #333; }
#detail dd		{ color : #666; }

#main			{ float : left; width : 560px; padding : 0; }

#sidebar		{ display : none;  }


/* Page specific styles. */

#detail.resume h4 { margin-bottom : .5em; color : #333; }


