/* -------------------------------------------------------------- 
  
   CSS Starter Kit
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
   
   * Print Styles *
      
-------------------------------------------------------------- */

/* Hide */
#nav-primary,
#nav-secondary,
#site-info,
#skip-link,
#rural-business-research {
	display: none;
}

/* Reset styles */
body,
body#home,
body div#top-banner,
body#home div#top-banner,
div#content,
div#content-primary,
div#content-secondary,
div#content div#sponsors,
div#sponsors p,
body.two-col div#content-primary,
body.two-col div#content-secondary,
div#content div#sponsors p,
div#content div#sponsors p#visit
 {
    display: block;
    float: none;
	width: 100%;
	height: auto;
	text-align: left;
	border: 0;
	padding: 0;
	margin:0;
	background: none;
}

/* Custom print styles */
div#container {
    width: 95%;
    margin: 0 auto;
}

div#top-banner img#farm-business-survey {
    display: block;
    float: none;
    margin: 0 0 1em 0;
    padding: 1em;
    background-color: #1261AC;
}

div#content ul.home-boxes li {
    float: none;
    margin: 1em 0;
}


/* Print URL after hyperlinks */
#content a:link:after,
#content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}