/*
*************************************************

PORTFOLIO
Print Styles

Finaly... the shoemaker has some shoes!
http://www.danielmall.com/

*************************************************
*/

/*-------------------------------------------    
    General Selectors
-------------------------------------------*/
* { margin: 0; padding: 0; line-height: 1.5; }
body { font: normal 11px Georgia, 'Times New Roman', serif; background-color: #fff; }

p, ul, ol, dl { margin: 0 0 1em; color: #666; }

a { color: #333; }

del, del a { color: #bbb; }


/*-------------------------------------------    
    Global Combinations
-------------------------------------------*/
#header h1, #header h2, #flash-projects, #footer #contact, dl.duties dt { display: none; }



/*-------------------------------------------    
    Modules
-------------------------------------------*/
.project { margin: 0 0 1.5em; border-bottom: 1px solid #666; padding: 0 0 1em; }
	.project h3 { font: normal 20pt 'Times New Roman', Georgia, serif; text-transform: uppercase; }
	.project img { width: 5.5in; }
	
	.stub { text-decoration: none; background-color: #333; color: #ddd; padding: 4px; width: auto; }
	.stub + img { margin-top: 1em; }
	
dl.duties { font: normal 10px Helvetica, Arial, Verdana, sans-serif; text-transform: uppercase; letter-spacing: 0.1em; color: #aaa; }
	dl.duties dd { display: inline; }
	dl.duties dd:before { content: ", "; }
	dl.duties dt + dd:before { content: ""; }



/*-------------------------------------------    
    Layout
-------------------------------------------*/

#wrap, #header, #footer { width: 5.5in; margin: 0 auto; padding: 0.5in 0; }

	#header { padding: 0.1in 0; border-top: 10px solid #000; border-bottom: 1px solid #000; margin-bottom: 2em; }
	
	#footer { padding-top: 0.1in; font-style: italic; }

	