/* CSS Document */
body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background: white;
   font-size: 10pt;
   }
 
h1, h2, h3, h4 {
	color: black;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}


#header_r, #navbar, #layout-content1, #gallerycontainer, #layout-content2_r, #home-content3, #footer {
   display: none;
   }

#layout-content2 {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	text-align: left;
   }
   
 #layout-content2 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px; 
	color: black;
 }

#breadcrumbs {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px; 
	color: black;
}

#layout-content2 a:link, #layout-content2 a:visited,
#locationDetails a:link, #locationDetails a:visited {
   color: #000000;
   background: transparent;
   font-weight: normal;
   text-decoration: none;
}

#layout-content2 a:link:after, #layout-content2 a:visited:after,
#locationDetails a:link, #locationDetails a:visited { 
   content: " (" attr(href) ") ";
   font-size: 50%;
   }
#layout-content2 a[href^="/"]:after,
#locationDetails a[href^="/"]:after {
   content: " (http://smallfarm.org" attr(href) ") ";
   }


