/* CSS Document */

/*-----------------------------------------------
'	Title: Print styles fo Virago Press
'	Author: Ehaus Ltd (http://www.ehaus.co.uk/)
'	Copyright: Copyright © 2006, All rights reserved.
'	Date Created: September 2006
'
'	Updated: September 2006
'	Updated By: Joe
------------------------------------------------*/

body {margin: .4in; font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; font-size: 11pt; color: #333;}
img {float: left; margin: 0 10px 10px 0; border: 1px solid #333;}

#printLogo {float:left; width: 100%; background: #00B0A5; margin: 0 0 20px 0;}
#printLogo img, #footer img {border: 0;}
h1, h2, h3 {font-family: "Trebuchet MS", Verdana, sans-serif;}

p {margin: 0 0 20px 0;}
ul {list-style: none; margin: 20px 0; padding: 0;}
li {list-style: none; margin: 0; padding: 0; float: left; clear: left;}

#index {clear: left;}
#header, #footer ul, #accessibility {display: none;}
	
a:link, a:visited {color: #777;}	
#footer {clear: left; margin: 30px 0;}

/* print URLs after link text */	
#content .url p a:link:after, #content .url p a:visited:after 
	{content: " (" attr(href) ") ";}