/* ===========================================================================
 * Filename: css/inc/content.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Date: 17 May 2008
 * Description: Contains styles for the Dairy Effluent Solutions website content.
 * =========================================================================== 
 */

body
{
	font-size: 12px;
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida', arial, helvetica, sans-serif;	
	line-height: 1.5;
	color: #000;
}

a img
{
	border: none;	
}

a:link, a:visited
{
	color: #069;
	text-decoration: underline;		
}

a:focus, a:hover, a:active
{
	color: #598b07;
	text-decoration: underline;		
}

h1
{
	color: #598b07;
	padding: 0 0 18px 0;
	margin: 0;
	font-size: 1.75em;
	font-weight: normal;
}

h2
{
	color: #598b07;	
	padding: 12px 0 18px 0;
	margin: 0;
	font-size: 1.166667em;
}

h3
{
	color: #000;	
	padding: 12px 0 18px 0;
	margin: 0;
	font-size: 1.083333em;
}

p
{
	padding: 0 0 1.5em 0;
	margin: 0;	
}

ul
{
	padding: 0 0 1.5em 2em;
	margin: 0;	
	list-style: disc;
}

ul li
{
	padding: 0;
	margin: 0;	
}

hr
{
	border-top: 1px solid #999;
	color: #fff;
	background-color: #fff;
	height: 1px;	
	clear: both;
	border: 0;
	margin: 0 0 1.5em 0;
}

/* Tables */

table
{
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0 0 1.5em 0;
}

tr
{
	vertical-align: top;
}

th
{
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 3px 7px;
}

td
{
	border: 1px solid #ccc;
	padding: 3px 7px;
}

th, td, td.left, th.left
{
	text-align: left;
}

td.right, th.right
{
	text-align: right;	
}

td.centre, th.centre
{
	text-align: center;	
}

.lead
{
	border: 1px solid #999;
	font-size: 1.12em;
	padding: 7px;
	margin: 0 0 1.5em 0;
}

.lead p
{
	padding: 0;	
}

.image
{
	position: relative;	
}

.image span
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 400px;
	height: 20px;
	background: transparent url(../../images/interface/image_mask.png) no-repeat 0 0;
}

.hidden
{
	position: absolute;
	top: -9999px;
	left: -9999px;	
}

.vcard div
{
	padding: 0 0 1em 0;	
}

.vcard .org
{
	font-weight: bold;
}	

.clear
{
	clear: both;
	height: 0;	
}

#navigation
{
	display: none;
}

#content
{
	padding: 43px 0 0 0;
	clear: both;	
}

#breadcrumbs
{
	float: right;
	width: 200px;
	color: #666;
	font-size: 0.916667em;	
}

#breadcrumbs p
{
	padding: 11px 0;	
}

#breadcrumbs a:link, #breadcrumbs a:visited
{
	color: #666;
	text-decoration: none;
}

#breadcrumbs a:focus, #breadcrumbs a:hover, #breadcrumbs a:active
{
	color: #666;
	text-decoration: underline;
}

#siteinfo
{
	clear: both;
	color: #fff;
	padding: 32px 0 50px;	
}

