/*----------------------------------
PVA print stylesheet            
by Tomek/Design is Central     
____________________________________*/

* {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	color: #000 !important;
	background-color: #fff;
	text-decoration: none;
	letter-spacing: 0 !important;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 2%;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:10pt;
	padding-bottom: 2pt;
	color: #555;
	border-bottom: 0.25pt solid #000;
	margin-bottom: 8pt;
	clear: both;
}         

h1 {
	padding-top: 10pt;
	font-size: 14pt;
}                  

h2 {
	font-size: 12pt;
}                  

h3 {
	font-size: 10pt;
}

#calendar,
#subnav,
#nav,
#header p,
#footer .right,
#footer a,
.advert,
#leftcol,
.email_form,
.inherited_search,
.outer_pagination,
.pagination
{
	display: none;
	visibility: hidden;
}

#footer .left {
	border-top: 0.25pt solid #000;
	padding-top: 3pt;
	clear: both;
	
}

img {
	float: left;
	margin: 8pt;
	margin-left: 0;
	margin-top: 0;
	border: 0.25pt solid #000;
}

.primary {
	float: left;
	margin-right: 8pt;
}

.alternative {
	float: right;
	margin-left: 8pt;
}

.caption, .quote {
	font-style: italic;
	font-size: 8pt;
}

p, ul, li {
	padding-bottom: 5pt;
	font-size: 10pt;
}

a:link, a:visited {
	color: #520;
	font-weight: bold;   
} 

a:after {
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

span:after {
	content: ": ";   	
}

a:after {
	content: " (" attr(href) ")";   
}

a[href^="/"]:after {
	content: " (http://pva2.designiscentral.com" attr(href) ")"; 
}

a[href^="mailto"]:after {
	content: ""; 
}