/*Web2Zen
Author: Mel Pedley (Black Widow Web Design) 
http://www.blackwidows.co.uk

*/
@import url(common.css);
@import url(layout.css);

/*NOT PRINTED */
.jumplinks,#top_tabs,.sidebar,.prevnext,.comment_link,.top,#footer .bar,.comment_links,#respond,
#commentform,#commentlist .reply-edit,.comment_log_status,.comments-closed {
	display:none;
}

body {
	background:#fff;
	color:#000;
}
h1, h2, h3, h4, h5, h6,
blockquote, table, pre, img {
	 page-break-after:avoid;
     page-break-inside:avoid;
}
img,a img {
	border:none;
}
a {
	color:#000;
}
a,abbr,acronym {
	text-decoration:none;
}
dt {
	font-weight:bold;
	margin-top:10pt;
}
blockquote {
	font-style:italic;
}
ul, ol, dl  {
	 page-break-before:avoid;
}
#header,#wrapper,#content,#footer {
	float:none;
	border:none;
}
#header {
 	background:#4c4c4c url(images/header.jpg) no-repeat top right;
}
#blogtitle,#blogtitle h1,#blogtitle h1 a {
	color:#fff;
}
#blogtitle h1 a:focus,#blogtitle h1 a:active {
	background-color:#507086;
	color:#eee;
}
#wrapper,#content {
	width:100%;
	margin:0;
	padding:0;
}
#content {
	margin-top:20pt;
}
#footer {
	text-align:center;
}
.post,.featured,.comment-links {
	border:1px solid #4c4c4c;
}
.postfoot {
	border-top:3px double #aaa;
}
.author .postfoot,.search-results .postfoot {
	border-top:none;
	border-bottom:3px double #aaa;
}
.post-title,.total-comments {
 	background-color:#4c4c4c;
}
.featured .post-title a {
	background-image:url(images/continue.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
.post-title,.post-title a,.total-comments {
 	color:#fff;
}
