/*
Theme Name: MezeoDev
Theme URI: http://developer.mezeo.com
Description: Theme for Mezeo Developer Center
Author: John Eastman
Author URI: http://www.mezeo.com
Version: 0.1
Copyright 2009 Mezeo Software. All rights reserved.
*/
@media print { 
	body, #content { 
		color: #000 !important;
		font-size: 12pt !important;
		background: white; 
		width: 100% !important;
	}
	#content{ 
		margin-left:0; 
     	float:none; 
     	width:auto;
    }
    h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside:avoid; }
	img { page-break-inside:avoid; page-break-after:avoid; }
	blockquote, table, pre { page-break-inside:avoid; }
	ul, ol, dl  { page-break-before:avoid; }
	
	a, a:link, a:visited { color: #520 !important; text-decoration:none !important;}
	a:link:after,a:visited:after {
		content: " (" attr(href) ") ";
  		font-size: 90%;
	}
	
	#container {
		width:100% !important;
		margin:0 auto;
	}

	div.terminal {
		background-color: black;
		color: white;
		padding-left: 1em;
		margin: 1em;
		page-break-inside:avoid;
	}

	div.terminal b {
		color: yellow;
	}

	div.code_sample {
		background-color: #333333 !important;
		color: black;
		padding-left: 1em;
		margin: 1em;
		page-break-inside:avoid;
	}

	div.code_sample b {
		color: red;
	}
		
	div.title { 
		font-weight: bold; 
		font-size: 24px; 
		margin-bottom:   1em;   
		line-height: 1.2em;
	}
	
	#doc_body {
		width: 100%;
	}

	#logo, #navbar, #doc_nav, #bottomnav, #links {
		display: none;
	}
}