/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Print Stylesheet.
	by DesignSlicer.com _ info@designslicer.com _
	Aug 08 revision.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Layout Control
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
:link,:visited {
	text-decoration:underline;
}
body {
	font-size:10pt;
	color:#000;
	background:#fff;
	min-width:0;
}
#page {
	width:auto;
	margin:0 10%;
	padding:0;
	background:#fff;
}
#header,
#wrap,
#footer {
	width:auto;
	background:#fff;
	color:#000;
	margin:0;
	padding:0;
}
#content{
	width:auto;
	float:none!important;
	background:#fff;
	font-size:10pt;
	margin-left:0;
	margin-right:0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#logo {
	width:100%;
	height:auto;
	float:none;
	display:block;
	padding:15pt 0 5pt;
	margin:0 0 20pt;
	border-bottom:2px solid #eee;
	background:none;
	font:bold 12pt/1.5 georgia,sans-serif;
}
#logo a,
#logo a:visited {
	width:auto;
	height:auto;
	float:none;
	display:block;
	text-indent:0;
	color:#000;
}
#logo em {
	clear:both;
	width:auto;
	height:auto;
	text-indent:0;
	font:italic 1pc/1.5 georgia,sans-serif;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content a:link:after,
#content a:visited:after {
	content:" (" attr(href) ") ";
	font-size:90%;
}
#content a[href^="/"]:after {
	content:" (" attr(href) ") ";
}
#wrap #content .apost {
	padding:0 0 5pt;
	margin:0 0 15pt;
	border-bottom:2px solid gray;
	background:#fff;
	width:auto;
}
#wrap #content .apost .head {
	background:#fff;
	padding:0;
}
#wrap .apost blockquote {
	padding:0 15px;
	margin:5px 20px;
	color:#000;
	background:#fff;
	border-left:5px solid #ddd!important;
}
#wrap .apost blockquote blockquote {
	color:#000;
	background:#fff;
	border-left:5px solid #aaa!important;
}
#wrap .apost h1,
#wrap .apost h2 {
	font-size:18.5pt;
	background:#fff;
	color:#000;
}
#wrap .apost h1 a,
#wrap .apost h1 a:visited,
#wrap .apost h2 a,
#wrap .apost h2 a:visited {
	font-size:18.5pt;
	background:#fff;
	color:#000;
}
#wrap .apost h3 {
	font-size:16.5pt;
}
#wrap .apost h4 {
	font-size:14.5pt;
}
#wrap .apost h5 {
	font-size:14pt;
}
#wrap .apost h6 {
	font-size:13pt;
}
#wrap .apost .info,
#wrap .apost .content {
	padding:0;
	margin:0;
	border:none;
	background:#fff;
	color:#000;
	width:auto;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Hidden
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#page ul:after,
#page ol:after,
#page li:after,
#page div:after,
#featured,
#logo span,
#logo br,
#menu,
#header .inner,
#extra,
#searchform,
#wrap .apost .date,
#wrap .apost .foot,
#wrap .lead,
#wrap .wp-pagenavi,
#wrap .sidebars,
#commentBox,
.banner,
#footer .abox {
	display:none;
}