/* Print stylesheet */

* { margin: 0px; padding: 0px; }

body {
	font-family: Verdana;
	font-size: 12px;
	background: white;
}

/* Make things dissappear */
#header,
#nav,
#content_block_top,
#share,
#email,
#videocomment,
#comment_form,
ul.tabs,
#tags,
#footer,
#voteLink,
#breadcrumb,
#content_right_top {
	display: none !important;
}

div#post_body img.center {
	text-align: center;
	display: block;
	margin: 0px auto 0px auto;
	margin-top: 0px;
}

img { display: none; }
#content_left img {
	display: inline;
}

#last_updated {
	display: none;
}

img#author_image {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#votes {
	display: none;
	border: none;
	background: transparent;
	font-size: 10px;
	height: auto;
	float: none;
	visibility: hidden;
	position: absolute;
}

div#post_info #byline {
	font-size: 12px;
	text-align: center;
	display: block;
	padding: 3px;
	border-bottom: 1px dashed #cccccc;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	border-top: 1px dashed #cccccc;
	padding-top: 10px;
}

a.report { display: none; }
a:link, a:visited {
	color: #53994c;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

div#content_left {
	margin-left: 10%;
	float: none !important;
	width: auto !important; 
	margin: 0 5%; 
	padding: 0; 
	border: 0; 	
}

#content_left a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

/*
#content_bin_bottom {
	width: 500px;
	display: block;
	height: 160px;
	border: 2px solid black;
	background: #000000 url('/images/toastedrav.png');
}
*/

