
/* --------------------------------------------------------
Title:    Print styles for SugarFix Design V.3
Author:   aaron@sugarfixdesign.com
Created:  10/28/07
Updated:  10/29/07 
-------------------------------------------------------- */

/* Do not display items
-------------------------------------------------------- */
	.mainnav, #logo, .active, worknav, #sidebar, #footer .vcard, form, #accessaid, #mainnav ul, .portlink, .printblank, .copy br {
	  display: none;
		}

/* Blanket styles
-------------------------------------------------------- */
	body {
		font: 11pt Georgia,"Book Antiqua","Times New Roman",serif;
		}

/* Main page styles
-------------------------------------------------------- */
	#container {
		border-left: 2px solid black;
		padding-left: 20pt;
	}

	#maincopy h1 {
		font: italic bold 14pt Georgia,"Book Antiqua","Times New Roman",serif;
		letter-spacing: 2pt;
		margin: 16pt 0 0 0;
		}

	.note {
		color: #24454f;
		font-style: italic;
		font-size: 8pt;
		}

  .texter {display:block;}

/* Portfolio
-------------------------------------------------------- */
	.active_proj {
		font-style: italic;
		}

	#portimg {
		margin-bottom: 10px;		
		}
		
	#portinfo strong, #portnotes strong {
		color: #555;
		}
		
/* Footer
-------------------------------------------------------- */
	#footer .title {
		font-size: 11pt;
		}

	#footer .sm {
		font-size: 8pt;
		font-style: italic;
		}

	#footer .addr {
		font-size: 9pt;
		}

	#footer .copy {
		font-size: 9pt;
		}

/* Anchor Attributes
-------------------------------------------------------- */
	a, a:link, a:visited {
		color: #555;
		text-decoration: underline;
		}
										
	#footer a, #footer a:link, #footer a:visited {
		color: #000;
		text-decoration: none;
		}

	#portnotes a, #portnotes a:link, #portnotes a:visited {
		color: #000;
		text-decoration: none;
		}
