/**
 * Keele Weddings Print Style Sheet
 *
 * @author: Stuart Davis (stuart@hcl.uk.com)
 * @date: Feb 08
 */

/* ------------ positional elements ------------- */

body {
	background: white;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
   }

#header img {
	display: none;
	}
	
#footer {display:none;}	

#footersignoff {
	font-size: 0.8em;
	border-top: 1px solid #666666;
	margin-top: 10px;
}

#footersignoff p span.lightgr:after {content:" . ";} 


#lightwindow_container {display:none;}
	
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 85%;
   }
   
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 85%;
   }	
	
/* ------------ type ------------- */

h1 {
	font-size: 125%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-transform: capitalize;
	}

h2 {
	font-size: 16pt;
	font-weight: bold;
	}