/*
   The Faversham
   Default print stylesheet
   Powered by Prego
*/

body
{
	font-family:Helvetica, Arial, sans-serif;
}

#accessibility, 
#navigation,
#text-size,
#sign-up,
ul.options,
#highlights,
#featured,
#footer,
.sub-navigation ul,
.vevent p.hidden,
.hentry p.hidden,
hr
{
	display:none;
}

a
{
	color:inherit;
	text-decoration:none;
}

a:after
{
	content:' (Link to: ' attr(href) ' )';
	color:#00f;
	font-size:0.85em;
	font-style:italic;
}

a.image:after,
h2 a:after
{
	content:none;
}

abbr, 
acronym
{
	border:none;
}

/*
abbr:after,
acronym:after
{
	content:' (' attr(title) ')';
	color:#666;
	font-size:0.85em;
}

.published abbr.value:after,
.dtstart abbr.value:after,
.dtend abbr.value:after
{
	content:none;
}
*/

a.image img
{
	vertical-align:top;
}

img
{
	border:5px solid black;
}

li.vevent,
li.hentry
{
	margin-bottom:2em;
}

#footer
{
	font-size:small;
	color:#666;
}

table
{
	border-collapse:collapse;
}

table th, table td
{
	border:1px solid #666;
	padding:0.5em;
}