
/* Print Style Sheet */
/* Layout */
body {
   background: #fff;
   font: normal normal normal 9pt Verdana, Arial, Helvetica, sans-serif;
   	color: #000;
	}
p {
	margin-bottom: 5px;
	font: normal normal normal 11pt Verdana, Arial, sans-serif;
	color: #000;
	}
#menu {
   display: none;
   }
#wrapper, #content {
   width: auto;
   margin: 20px auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
   /* --- margins --- */
div#content { 
   margin-left: 10%;
   padding-top: 1em;
   border-top: 0px solid #930;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
   
   /* --- Printed Links --- */
a:link, a:visited { 
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.wedgetailoutriders.com.au" attr(href) ") ";
   }

/* ---- Page break ---- */
.page-break { page-break-before: always; } /* put this class into your main.css file with "display:none;" */  


@media all  {
	.page-break	{ display:none; }
}

@media print  {
	.page-break	{ display:block; page-break-before:always; }
}	

.no-print { display:none; }

/* Typography */

h1 { 
	margin-bottom: 10px; text-align:left;
	font: normal normal bold 14pt/normal Verdana, Arial, sans-serif;
	color: #003366; }
	
h2 {
	margin-bottom: 5px;
	font: normal normal bold 12pt/normal Verdana, Arial, sans-serif;
	color: #003366; }

h3 {
	font: normal normal bold 10pt/normal Verdana, Arial, sans-serif;
	color: #000; }
	
h4 {
	font: normal normal bold 9pt/normal Verdana, Arial, sans-serif;
	color: #000; }
	
.block { font-size: 9pt; line-height: 1.5em; color: #333; text-align:justify; letter-spacing: 0.02em; background: none; margin: 0; padding: 0; }			
	
ul {
font: normal normal normal 12pt Verdana, Arial, Helvetica, sans-serif;
xfont-size: 12pt;
xfont-style: normal;
line-height: 2em;
xfont-weight: normal;
xfont-variant: normal;
text-transform: none;
color: #333;
text-decoration: none;
background-color: #fff;
text-indent: 5px;
list-style-position: outside;
xlist-style-image: url(arrow.gif);
list-style-type: inherit;
padding: 6px;
margin: 2px;
}

xli { font-size: 9pt; }

.list  {
	font-size: 9pt;
	line-height: 2em;
	text-align: left;
	margin-left:2px;
	padding:0;
	letter-spacing: .03em;
	background: none;
	list-style-position:inside;}	
	
#toTop  { display: none; }	
