/* @override http://pukupi.dev/includes/print.css */

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	font-size: 9pt;
	color: #000;
	background-color: #fff;
}

h1, h2, h3, p, pre, dt, dd, ol, ul {
	margin-bottom: 1em;
}

h1 {
	font-size: 16pt;
}

p, ul, ol, pre {
	line-height: 1.4em;
}

kbd {
	font-family: monospace;
}

h1 {
	font-weight: bold;
}

a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

ul {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 1em;
}

#header {
	display: none;
}

.post_image_caption {
	font-style: italic;
}

ol.code_list {
	padding-left: 4em;
	list-style-type: decimal-leading-zero;
	/* Fix < IE8 */	
	*list-style-type: decimal;	
}

ol.code_list li {
	padding: 0.25em;
	border-left: 1pt solid #000;	
}

ol.code_list li span.comment {
	color: #515151;
}	

ol.code_list li.odd_line {
	background-color: #eaeaea;
}

p.code_switch {
	display: none;
}

.post_metadata {
	display: none;
}

#post_comments {
	display: none;
}

#comments_content ol {
	list-style-type: none;
}

.comment_reply {
	display: none;
}

.comment_metadata {
	font-style: italic;
}

#post_response {
	display: none;	
}

h1.search_query q:before {
	content: '"';
	margin: 0;
}

h1.search_query q:after {
	margin: 0;		
	content: '"';
}

cite {
	margin-bottom: 5em;
	display: block;
}

#search_failure blockquote p:before {
	margin: 0;		
	content: '"';
}

#search_failure blockquote p:after {
	margin: 0;		
	content: '"';
}

#server_error blockquote p:before {
	margin: 0;		
	content: '"';
}

#server_error blockquote p:after {
	margin: 0;		
	content: '"';
}

#status {
	display: none;
}

#warning {
	display: none;
}


#navigation {
	display: none;
}

#footer {
	display: none;
}

#print_footer {
	padding-top: 1em;	
	margin-top: 2em;
	display: block;
	border-top: 1pt solid #000;
}

.align_left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.clear_all {
	clear: both;
}


div.emoji_group {
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	border: 1pt solid #000;
	padding: 0.5em;
	margin-bottom: 1em;
}

table.emoji
{
	font-family: monospace;
	width: 100%;
	border: 0;
}

table.emoji img
{
	vertical-align: middle;
	margin-top: 5pt;
	margin-right: 5pt;
	margin-bottom: 5pt;
}

#domainatron_results {
	display: none;
}

#frm_domainatron input[type="text"] {
	border: 1px solid #000;
	width: 200pt;
}

#frm_domainatron input.highlight_required {
	background: none;
}

#mobile_keyboard {
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 190px;
	padding: 0;
}

#mobile_screen {
	display: none;
	width: 180px;
	height: 7em;
	font-family: monospace;	
	border: 1pt #000 solid;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	font-size: 1em;
	padding: 0.5em 1em;
	word-wrap: break-word;
	margin: 2em auto 1em;
}


.codeatron_section {	
	border: 1px #000 solid;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	-moz-border-radius: 1em;
	margin-bottom: 1em;
	padding: 1em;
}

#frm_codeatron ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#frm_codeatron label {
	margin-left: 1em;
}

#codeatron_phonebook {
	display: none;
}

#codeatron_email {
	display: none;
}

#codeatron_bookmark {
	display: none;
}

#frm_codeatron input[type="text"] {
	border: 1px solid #000;
	width: 250pt;
	margin-bottom: 0.25em;		
}


#frm_codeatron textarea {
	border: 1pt solid #000;
	width: 250pt;
	max-width: 250pt;
}

#frm_codeatron_raw ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#frm_codeatron_raw textarea {
	border: 1px solid #000;	
	color: #000;		
}


