@import 'layout.css';
@import 'style.css';

@media print {
	#sidebar { display:none; }
	#content { float: none; width:90%; }
	#content pre { color: #000; background: #eee; }
	#content form.comments { display:none; }
}

body {
	font: normal 100% Georgia, "DejaVu Serif", serif;
}

p {
	line-height: 1.35em;
}

h1 { font-size: 150%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }

fieldset {
	border: none;
	padding: 0px;
}

fieldset input,
fieldset textarea {
	font-family: Georgia, "DejaVu Serif", serif;
	border: 1px inset #930;
	padding: 0.2em;
}

fieldset input:focus,
fieldset textarea:focus {
	border: 1px solid #c71;
}

abbr  { border: none; font-variant: normal; }
cite  { font-style: normal; }

pre, blockquote {
	background-color: #f7f7f7;
	border-left: 1px solid #ccc;
	margin-left: 16px;
}

pre {
	padding: 1em;
}

blockquote {
	padding: 1px 1em;
}

a img { border: none; background: none; padding: 0; margin: 0; }

a { text-decoration: none; color: #930; }
a:hover, a:active  { text-decoration: underline; }

hr {
	height: 1px;
	border: none;
	border-top: 1px dotted #bbb;
	background: none;
}
