/* This is the stylesheet modern browser will use to print your pages. */

* {
	margin: 0;
	padding: 0;
	float: none;
	width: auto;
}

#comments, #respond, form, #menu, #alt, #sidebar, .ads, #global-nav, .navigation, .clear, .feedback {
	display: none;
}
/*hide items that aren't essential #footer, img, #topban */

body {
	background: #fff;
	margin: 0;
	padding: 0 1em 1em;
	font-family: "Lucida Grande", Geneva, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #111;
	font-size: 75%;/* set ems to match typical pts */
}

/* generic elements
-----------------------------------------------
*/
p,li,dt,dd,label,td {
	font-size: 1.2em;
	line-height: 1.4;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.4em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.4em;
}

/* links
-----------------------------------------------
*/
a:link,a:visited,a:hover,a:active {
	background: transparent;
	outline: none;
	color: #111;
	text-decoration: none;
}
a img {
	border: none;
}

/* main areas text and spacing
---------------------------------
*/
h1, h1 a, h1 a span {
	color: #7f7f7f;
}
h2 {
	padding: 3px 0 6px;
	letter-spacing: 1px;
	color: #7f7f7f;
	font-weight: bold;
}
.storycontent h3 {
	font-size: 1.6em;
	margin: .5em 0 .25em 0;
}
p {
	margin: 0;
	padding: .33em 0;
}
ul li {
	margin-left: 1em;
	list-style: none;
}
h2.storytitle {
	margin: .5em 0 0;
	padding: 2px 0;
	border-bottom: 1px solid #f1f1f1;
}
.storycontent {
	padding: 1em 0;
	border-bottom: 1px solid #f1f1f1;
}
.storycontent ul li {
	margin: 2px 0 2px 20px;
	list-style: disc;
}
.storycontent ol li {
	margin: 2px 0 2px 20px;
	list-style: decimal;
}
.postmeta {
	margin-bottom: 1em;
}
.postmeta h1 {
	font-size: 12px;
	font-weight: normal;
}
.postmeta h2, .postmeta p {
	display: inline;
	color: #7f7f7f;
	font: normal 11px/1.2 "Lucida Grande", Geneva, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 0;
}
.postmeta p a {
	color: #444;
}

/* footer and legal stuff
---------------------------
*/
#footer {
	padding: .5em 0;
	font-size: 75%;
	color: #ababab;
}
#footer li {
	margin-left: 0;
}
blockquote {
	width: 94%;
	margin: 1em 0;
	padding: 0 3%;
	text-align: justify;
	color: #444;
}
cite {
	font-size: 90%;
}
ins {
	font-weight: bold;
	text-decoration: none;
	background: #ffc;
}
del {
	text-decoration: line-through;
	color: #999;
}