/* ------------------------------------------------------------------------------
 * PRINT
 * 
 * 	project: 	
 * 	version: 	0.1 - 09.01.2010
 * 	author:		VOID (hugo@void.pt)
 *
 * 	[Table of Contents]
 *		1. BODY
 *		2. LAYOUT
 *		3. TEXT
 *		4. LINKS
 * --------------------------------------------------------------------------- */

/* [1. BODY] ----------------------------------------------------------------- */

body {
	line-height: 				1.5;
	font-family: 				'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
	color:						#000000;
	background: 				none;
	font-size: 					10pt;
}

/* [2. LAYOUT] --------------------------------------------------------------- */

#wrapper {
  	background: 				none;
}

hr {
	background:					#cccccc;
	color:						#cccccc;
	width:						100%;
	height:						2px;
	margin:						2em 0;
	padding:					0;
	border:						none;
}

/* [3. TEXT] ----------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: 				'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
}

code {
	font:						0.9em 'Courier New', Monaco, Courier, monospace;
}

a img { 
	border:						none;
}

p img.top { 
	margin-top: 				0;
}

blockquote {
  	margin:						1.5em;
  	padding:					1em;
  	font-style:					italic;
  	font-size:					0.9em;
}

.small  { 
	font-size: 					0.9em;
}

.large { 
	font-size: 					1.1em;
}

/* [4. LINKS] --------------------------------------------------------------- */

a:link, a:visited {
  	background: 				transparent;
  	font-weight:				700;
  	text-decoration: 			underline;
}

a:link:after, a:visited:after {
  	content: 					' (' attr(href) ')';
  	font-size: 					90%;
}
