/* rdc* theme Print Styles */
/* Author: Paul Lloyd - lloydyweb.org */
/* Original Design Concept: Jon Roobottom */
/* Version: 0.6 */
/* Date: May 2005 */

@import url(base.css);

#header ul,
#breadcrum,
.side,
#footer p.feeds,
.star {
	display: none;
}

/* Redefine Styles */

body {
	background-color: #fff;
	background-image: none;
}

body * {
	color: #000 !important;
}

#wrap {
	width: 100%;
	padding: 1cm;
}

#header,
#footer {
	border: 0px none;
	background-color: #fff;
	background-image: none;
	padding: 0;
}

#header {
	height: 2cm;
}

#header h1 a,
#header p {
	text-shadow: none;
	color: #000;
}

#content {
	width: 90%;
}

#content .post a:link:after, #content .post a:visited:after {
	content: " ( " attr(href) " ) ";
}

#footer p.wp {
	float: none;
}

li.icon {
	color: #666 !important;
}