/* @override http://localhost:8000/m/css/printfriendly_screen.css */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/* @end */

html {
	font-family: Georgia, serif;
	font-size: 100%;
}

body {
	background-color: #FFF;
}

#page {
	width: 100%;
	margin: 0 auto;
}

strong {
	font-weight:bold;
}

h2.hide, h3.hide, p.hide {
	position: absolute;
	top: -5000px;
	left: -5000px;
}

#page_header ul {
	display: none;
}

#page_header {
	display: block;
	position: relative;
	height: 4em;
	z-index: 15;
}

#page_header h1 img {
	margin-top: 1em;
}


#body {
	display: block;
	position: relative;
	height: auto;
	background-color: #FFF;
	padding: .5em;
}

#body h2 {
	font-size: 160%;
	font-weight:bold;
	margin: 0 0 0 0;
	border-bottom: 1px solid #CCC;
}

#body h2 a {
	color: #000;
}

#body a {
	font-weight: bold;
	color: #2827a6;
}

#body h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 1.25em 0 .25em 0;
}

#body p {
	margin: .5em 0;
	line-height: 1.35em;
	text-align: justify;
}

#body table {
	position: relative;
	width: 80%;
	display: block;
	margin: 0 auto;
}

#body table th {
	font-weight: bold;
}

.entry ul li {
	margin-bottom: .25em;
	list-style-type: circle;
}



code {
	display: inline;
	margin: 0 0 0 0;
	padding: 1px 2px;
	background-color: #CCC;
	color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


pre > code, div.source, div > code {
	display: block;
	margin: .75em 2em;
	font-size: 100%;
	padding: .5em;
	background-color: #CCC;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

#body ul li, #body ol li {
	margin: .25em 1em;
}

#body .block {
	margin: .25em .25in;
}

#body em {
	font-style:italic;
}

blockquote {
	margin: .5em 2em;
}

#footer {
	margin: 1em 0 0 0;
	height: 3em;
}
