/* --------------------------------------------------------------
 
	print.css

	Author: Paul Woods
	Date: Nov 07

	This is the main stylesheet for the Exodus Online. 

-------------------------------------------------------------- */

/* Main Styles
-------------------------------------------------------------- */

body {
	font: 100% sans-serif;
}

p, ul, ol, span { font-size: 90%; }
a { color: #000;text-decoration:none; }

abbr { border-width:0; }
	
	
/* Images 
-------------------------------------------------------------- */

img { border: none; margin: 0; padding: 0; }

/* Headings 
-------------------------------------------------------------- */

h1, h2, h3 { font-family: sans-serif; }

h1 { font-size:200%; text-align:center; margin-top:1em; color:#641E66; }
h2 { font-size:180%; text-align:center; margin-top:1em; color:#641E66; }
h3 { border-bottom:1px solid #ccc; margin-top:1em; color:#641E66; }
h4 { font-family: sans-serif; font-weight:bold; }

/* Structure 
-------------------------------------------------------------- */

#topBar 	{ display:none; }
#leftMenu	{ display:none; }
.footer		{ display:none; }

/* Events
-------------------------------------------------------------- */

div.event span { float:left; font-size:70%; margin:5px; padding:5px; }
div.event strong { font-size:100%; margin:5px; padding:5px;display:block; }
div.event img.subjectimg { display:none; }
