/* ==============================================
Print Style Sheet

version:  0.1
site:     mcube.tv
author:   Philip Lee
date:     February 21th, 2006
================================================= */


/* =CLEAN
================================================= */
#menu,
#lastupdate,
#secondary,
#topmenu,
#fontsize,
#comments,
#time,
#footer .valid,
p.meta,
p.subscribe,
hr {
	display: none;
}

a img {
	border: none;
	float: right;
	margin-top: -80px;
}

#footer {
	clear: both;
}

/* =STYLE
================================================= */
body {
	background: white;
	font-size: 12pt;
	margin: 0;
}
h2 {
	font-size: 15pt;
}
#main {
	width: 100%;
	border: 0;
	margin: 0 20pt 0 0;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
a:link, a:visited {
	color: #003082;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#main a:after, #footer a:after {
	content: " (" attr(href) ")";
	font-size: 90%;
	margin-right: 6px;
}
#main a[href^="/"]:after {
	content: " ( kurafire.net" attr(href) " )";
	margin-right: 6px;
}
h4[id]:after {
	content: ' (id="' attr(id) '")';
}
.imgright {
	float: right;
}
.imgleft {
	float: left;
}
#footer {
	border-top: 1px solid #333;
	margin: 2em 0;
}