/*
*		CSS
*	
*		@media:		screen
*		@author:		Max Wheeler, Icelab Pty Ltd
*		@created_on:	2008-01-21.
*
===============================================*/


body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font-family: Palatino, Georgia, Times, serif;
  line-height: 134%;
  color:#000;
  background:none;
}
h1,h2,h3,h4,h5,h6 {
font-weight: bold;
}
body {
  background: white;
  font-size: 8.5pt;
	padding: 0.3em 1.8em;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1.1em;
}
h5 {
font-size: 1em;
}
img { 
  float:left; 
  margin:10px 10px 10px 0;
}
hr { 
  background:#ccc; 
  width:100%; 
  height:2px; 
  margin:20px 0; 
  padding:0; 
  border:none; 
}
blockquote { 
  margin:15px 0; 
  padding:10px; 
  border:2px solid #ccc; 
  font-style:italic; 
  font-size: 1.2em; 
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide             { display:none; }

a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: inherit;
	text-decoration: underline;
}

a[href^="http:"], a[href^="http:"]:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited {
text-decoration: none;
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

/* If you have navigation on your site, you might want to add something like this:
   #menu { display:none } */