/*
-----------------------------------------------------
Rostrevor Presbyterian CSS file for print media

Author: Dave Harrison
FileName:    print.css
Version:     29.05.2008
-----------------------------------------------------
*/
/*FOR PRINT ********************************************************* */
@media print { 

/* POSITIONING
-------------------------------------------------------------------------*/
body {
	margin:  0;
	padding: 0;
	background:#fff;
	text-align: left;
	font:100%/1.3 "Century Gothic","Times New Roman", Times, serif;
	}
#maincontent {
	width: auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	}
/* SWITCH OFF
-------------------------------------------------------------------------*/
p.backtotop,#accessibilitybar,#logo h1 {
	display:none
	}
/* TEXT ELEMENTS
-------------------------------------------------------------------------*/
a{text-decoration:none;}
a[href^='http://']:after,a[href$='.pdf']:after{
	content:"[  " attr(href) "  ]";
	font-size: 75%;
  	color:red;
  	margin:0 2px;
	}
/* FOOTER
-------------------------------------------------------------------------*/
body.home #footer #footercontent{
	display:block;
	clear:both;
	}

hr{width:100%;display:block;clear:both;margin:20px 0;}


}
