/*
Ingobingo print stylesheet
*/

#navigation, #sidebar, #widgets { display: none; }
body { background-color: #fff; text-align: left; font-size: 10pt; line-height: normal; font-family: Verdana, sans-serif; }
	body.rtl { text-align: right; direction: rtl; }
	#printlogo { margin: -20px  0  0  0px ; }
body #wrapper { margin: 0 auto 0 0; margin-left: 200px; margin-top: -132px; } <!-- left and top margin -->
	

	h1, h2, h4, h5, h6, { font-family: Trebuchet, sans-serif; }
	h1 { font-size: 1.8em; font-weight: normal; margin: 0.5em 0; }
	h2 { font-size: 1.4em; font-weight: normal; margin: 0.5em 0; }
	h3 { font-size: .8em; font-weight: normal; text-transform: uppercase; margin: 0 0 1em 0;; padding: 0 0 0.2em 0; }
	h4 { font-size: 1.4em; font-weight: normal; margin: 0 0 0.5em 0; }
	h5 { font-size: 1.05em; font-weight: normal; text-transform: uppercase; letter-spacing: 0.12em; }
	h6 { font-size: .8em; font-weight: normal; text-transform: uppercase; }


	body .entry { margin: 0 0 .5 0; }
		body .entry .meta { margin: 0 0 .5 0; }
		body .entry .meta .title { margin: 0 0 0.1em 0; }
		body .entry .meta .metadata { margin: 0; font-size: 9pt; display: none; } 
		
	ul, ol { margin: 0 0 1em 0; }
	ul { list-style: circle; }
	
	p { margin: 0 0 1em 0; }
		blockquote { margin: 0 .5 .5 .5; }
		strong { font-weight: bold; }
		em { font-style: italic; }
		cite { font-style: italic; }
		code { font-family: Courier, "Courier New", monospace; }

a img { border: none; }

a:link, a:visited, a:hover, a:active { color: #000; text-decoration: none; }
	body .content a[href]:after { font-size: 9pt; content: " (" attr(href) ") "; display: none; } 