
/*
Original b2evolution template: Vastitude
design by Andrew Hreschak
blog.thedarksighed.com

print layout by tselliott
tselliott.name
*/

body {
	background: white;
	font-size: 12pt;
}
div#prewrap, div#bannertop, div#bannermid, div.submenu, div.bSmallPrint, p.trackback_url, div.feedback_feed_msg, form.bComment, div.rightside, div#bottomright, div.pagefoot  {
	display: none;
}
div#evo_toolbar {
	display: none;
}
#prewrap, #wrap, #content, div.text {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
div.postpublished {
	margin-left: 10%;
	padding-top: 1em;
	border-top: 1px solid #930;
}
a:link, a:visited {
	color: black;
	background: transparent;
	text-decoration: none;
}
.bText a:link, .bText a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}
.bText a:link:after, .bText a:visited:after {
	content: " (" attr(href) ")";
	font-size: 90%;
}
.image_block a:link:after, .image_block a:visited:after {
	content: "";
}
/*	interesting way to only show images that have a valid alt attribute
.image_block img {
    visibility: hidden;
}
.image_block img[alt] {
    visibility: visible;
}
*/
.image_block img {
	color: black;
	content: "[Image: " attr(alt) "]";
	/* optional, but may help alt text from being chopped off: */
	width: auto !important;
	height: auto !important;
}
div.bCommentSmallPrint {
	clear: both;
	margin-bottom: 10px;
}
div.bCommentTitle img, div.bCommentSmallPrint a {
	display: none;
}
div.text h1 {
	font-size: 12pt;
}
div.text h2 {
	margin-top: 0;
	margin-right: 0;
}
/*	konley on old blogspot site
div#b-navbar
{
	height:0px;
	visibility:hidden;
}

div#comments
{
	border-top: 1px solid #000;
}

div#content
{
	font-size: 12pt;
	padding: 1.5em;
	line-height: 200%;
	float: none;
}

a
{
	background: transparent;
	text-decoration: none;
	color: black;
}

*/
/*list a part 

body {
   background: white;
   font-size: 12pt;
   }
#menu {
   display: none;
   }
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
	
	
	*/
