/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 11 February 2012 12:17:35
*/


/*TABLE OF CONTENTS for print.css
--------------------------------------------
- import reset and default typography
- print link href 
- remove for printing
- re-style for printing
*/
/****************************** import reset.css default-typography-styling.css conent.css */
@import url("http://www.australianoilseeds.com/__data/assets/text_file/0015/6027/reset.css");
			@import url(http://www.australianoilseeds.com/__data/assets/file/0008/5975/default-typography-and-styling.css);
					    /* Typography */
/****************************** print link href */
#content-main a:link:after, #content-main a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
/****************************** remove for printing */
#aof-logo,
#search-area,
#navigation-main,
#quicklinks,
ul#navigation-secondary,
#navigation-footer,
body.home #content,
#contact-us,
div.back-to-top,
#content h2,
fieldset,
#content-main form h2,
#introduction,
#introduction h2,
#introduction h3,
a#printer-friendly,
#header h1{
	display: none;
}
/****************************** re-style for printing */
#content-main h2{
	display: block;
}
body.home #introduction{
	display: block;
}
ul{
	list-style: circle;
	margin-left: 30px;
}
ul li{
	padding: 0;
}

