/* 
based on print style sheet by Eric Meyer
www.alistapart.com/articles/gointoprint
 */

html {
	background: white;
}
body {
	background: white;
	font-size: 14pt;
}
.metainfo {
	display: none;
}
#menu {
	display: none;
}
.menu {
	display: none;
}
#links, #footer {
	display: none;
}
#wrapper, #content, #container {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
div#content {
	margin-left: 5%;
	padding-top: 1em;
	border-top: 1px solid #930;
}
div#header {
	background: transparent;
	margin-bottom: -8px;
}
div#header img {
	vertical-align: bottom;
}
#header a:active, #header a:visited, #header a:link {
	color: black;
}
.date {
	color: #666666;
}
.title {
	color: #3A3A3A;
}
.description {
	color: black;
}
blockquote, pre {
	color: black;
	background: transparent;
}
a,
a:link,
a:visited,
abbr {
	background: transparent;
	border: none;
	color: black;
	text-decoration: none;
}
.blogbody a[href^="http://"]:after {
	content: " [" attr(href) "]";
	font-family: monospace;
	font-size: smaller;
	font-style: normal;
}
.blogbody abbr[title]:after {
	content: " (" attr(title) ")";
	text-decoration: none;
}
.permalink, .cmtlinks, .pagenav {
	display:	none;
}

.blogbody img[title]:after, .blogbody a.embedded[href$='.JPG'][title]:after {
	content: " (image : " attr(title) ")";
	font-size: smaller;
	font-style: italic; 
}
