/* @override http://localhost/~hidalgo/ericamillerdesign/enviroterra.com.au/css/enviroterra.css */

/* Title:	EnviroTerra - master style */
/* Author:	Kalon Edser, http://www.kalonedser.com */
/* Updated:	30 October 2009 */

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* @end */

/* @group Core */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.125em; /* 16x1.125=18 */
	text-align: center;
	color: #f2ebe4;
	background: #351f1c url(../img/bg-tile.png) 0 0 repeat-x;
	}

p, ul, ol {
	margin: .5em 0 1.125em 0;
	font-size: 0.75em; /* 16x.69=11 */
	}
	
ul ul, ol ol {
	font-size: 100%;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 1.25em 0 .125em 0;
	color: #d87603;
	}
	
h2, h3 {
	font-size: 0.875em;
	}

a:link, a:visited {
	color: #d87603;
	text-decoration: none;
	}
a:hover, a:active {
	color: #d87603;
	border-bottom: 1px solid #d87603;
	text-decoration: none;
	}
	
#footer a {
	color: #f2ebe4;
	border-color: #f2ebe4;
	}

/* @end */
/* @group Master Layout */
#wrapper {
	width: 100%;
	background: transparent url(../img/bg-soil-lrg.jpg) 50% 0 no-repeat;
	overflow: hidden;
	}

#header, #container  {
	margin: 0 auto;
	width: 850px;
	text-align: left;
	color: #3f1c00;
	overflow: hidden;
	}
	
#container {
	background: transparent url(../img/bg-content.png) 0 0 no-repeat;	
	}
	
#header {
	height: 315px;
	}
	
#content {
	position: relative;
	margin: 30px 30px 0 30px;
	background: #dbd1c8;
	padding: 40px 40px 20px 20px;
	width: 730px /*790*/;
	overflow: hidden;
	z-index: 1000;
	}
	
#main-content {
	float: left;
	width: 500px;
	overflow: hidden;
	}
	
#sidebar {
	float: right;
	padding: 19px;
	width: 170px /*208px*/;
	background: #f9f8f7;
	border: 1px solid #cfc5bd;
	overflow: hidden;
	}
	
#footer {
	margin: 10px 30px 30px 30px;
	width: 790px;
	color: #f2ebe4;
	overflow: hidden;
	}

/* @end */
/* @group Logo/Header */

#logo {
	margin: 37px 0 0 45px;
	width: 337px;
	height: 79px;
	text-indent: -9000px;
	background: transparent url(../img/logo.png) 0 0 no-repeat;
	overflow: hidden;
	}
	
#slogan {
	position: absolute;
	width: 1px;
	height: 1px;
	text-indent: -9000px;
	overflow: hidden;
	}

/* @end */
/* @group Content */

#main-content .article {
	position: relative;
	padding: 0 20px;
	}
	
#main-content .box {
	margin: 20px 0 0 0;
	padding: 19px;
	width: 460px;
	background: #f2eae2;
	border: 1px solid #FFF;
	overflow: hidden;
	}
	
.article-title { margin-top: 0; }

#main-content ul, #main-content ol {
	margin-left: 1.5em;
	list-style-type: disc;
	/*list-style-position: inside;*/
	}
	
#main-content ul ul {
	margin:  .125em 2em;
	list-style-type: circle;
	}
	
.top {
	margin-bottom: 0;
	font-size: 0.625em;
	text-transform: uppercase;
	}

#welcome .article-title {
	margin: 0;
	font-size: 1.25em;
	}
#welcome .article-slogan, #welcome h4 {
	font-size: 0.75em;
	color: #3f1c00;
	}
	
#welcome .article-slogan {
	margin: .25em 0 2.25em 0;
	font-weight: normal;
	}
	
#composting { background: #faeee0!important; }

#links ul {
	margin-left: 0;
	list-style-type: none;
	}
	
#links #haccp {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 71px;
	text-indent: -9000px;
	background: transparent url(../img/haccp.png) 0 0 no-repeat;
	overflow: hidden;
	}
	
#links #haccp a {
	display: block;
	width: 100%;
	height: 100%;
	}
	
#contact .mobile strong, #contact .email strong {
	margin-right: .25em;
	}
#contact .adr {
	margin-top: .5em;
	}
	
#images li {
	color: #d87603;
	}
#images li img {
	margin: 28px 0 10px 0;
	width: 168px;
	border: 1px solid #d87603;
	overflow: hidden;
	}
	
#footer p {
	margin: 0;
	font-size: 0.6875em;
	}

#footer #copyright {
	float: left;
	width: 530px;
	}
#footer #emd {
	float: right;
	text-align: right;
	padding-left: 25px;
	background: transparent url(../img/emd.png) 0 50% no-repeat;
	/*width: 250px;*/
	}

#footer strong { margin-right: .2em; }
#footer .email, #footer .adr { margin-left: .7em; }

/* @end */
/* @group Misc. */

.hide {
	display: none;
	}
	
a.img,
a.img:hover {
	border-bottom: none !important;
	}

a img {
	border: none;
	}

/* @end */
