/* Generic Print minimisation theme 
   Created by:
   RMW Web Publishing
   www.rmwpublishing.net */
@import url(blocks.css);

body {
	background: #FFF;
	font-size: smaller;
}

h1,
h2,
h3,
h4,
h5,
h6,
form fieldset legend,
strong,
#content a {
	color: #520;
}
h2 {
	padding: .5em 0;
	border-top: 1px solid #CCC;
}
.brand {
	font-style: italic;
}
#menu,
#nav,
#top,
#bottom {
	display: none; /* hide navigation */
}
#content {
	clear: both;
	margin: 0;
}
#content p {
	margin: 0 2em;
}
#header img,
#header span {
	display: block;
}
#header a {
	float: left;
	width: 50%;
	background: none;
	text-decoration: none;
}
#header span {
	float: right;
}
	
#footer,
#footer a {
	clear: both;
	background: #FFF;
	color: #000;
}

#content a[href^="http"]:after {
   content: " (" attr(href) ") ";
   font-family: monospace;
   font-size: xx-small;
}
#content input[type="text"],
#content input[type="password"],
#content select,
#content textarea {
	border: 2px solid #000;
}
* html #content input { /* IE Filter */
	border: 2px solid #000;
}

.ad_wrap,
.ad {
	display: none;
}

table th,
table td {
	padding: .2em;
}
table thead tr th {
	border-bottom: 1px solid #000;
}
table tfoot tr td {
	border-top: 1px solid #000;
}
#print { /* the print link */
	display: none;
}