/*
	Cuisine Australia Main CSS
	David Nash
	http://davidnash.com.au
	June 2009

	Design by Reveford
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li,
dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

html {
	font: small Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-style: normal;
	font-weight: normal;
}

body {
	background: #fff;
	color: #333;
	font-size: 10pt; /* overrides 1em */
}

a img { border: 0; }

a { 
	color: #00f;
	text-decoration: underline;	
}

a:active { 
	color: #7c8c16;
	text-decoration: none;
}

a:visited {
	color: #00f;
	text-decoration: underline;	
}

a:hover {
	color: #ba5c2f;
	text-decoration: none;
}

table {	border-collapse: collapse; table-layout: fixed}



.clear { clear: both; }

.hidden { display: none; }

#Wrap {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#Head {
	height: 90px;
	position: relative;
}

	#Head h1 a {
		display: block;
		width: 500px;
		height: 50px;
		background: url("../images/cuisine-australia-logo.gif") no-repeat;
		position: absolute;
		left: 10px;
		bottom: 0;
	}

	#Head #Nav {
		position: absolute;
		right: 10px;
		top: 10px;
	}

	#Head #Nav a {
		color: #000;
		text-decoration: none;
		letter-spacing: -1px;
	}

	#Head #Nav a:hover {
		text-decoration: underline;
	}

	#Head #Banner {
		
		display: none;
		
		
		width: 468px;
		height: 60px;
		position: absolute;
		top: 40px;
		right: 10px;

		border: 1px solid #ddd;
		background: #eee;
		color: #ddd;
	}

	#Head #SearchForm_SearchForm {
		position: absolute;
		top: 60px;
		right: 0;
	}

/*
#TopPic {
	height: 119px;
	margin-bottom: 7px;
	overflow: hidden;
}

	#TopPic img {
		display: block;
	}
*/

#Main {
	float: left;
}

#LeftBlock {
	float: left;
	width: 218px;
	padding: 33px 42px;
	background: url("../images/bg-green-blend.jpg") repeat-x 0 100%;
}

	#LeftBlock ul#SidebarNav {
		list-style: none;
		letter-spacing: -1px;
	}

	#LeftBlock ul#SidebarNav li {
	}

	#LeftBlock ul#SidebarNav li a {
		display: block;
		color: #000;
		text-decoration: underline;
		font-size: 12pt;
		font-weight: bold;
		padding: 0.8em 0;
	}

		#LeftBlock ul#SidebarNav ul {
			list-style: none;
		}

		#LeftBlock #SidebarNav ul li a {
			font-size: 10pt;
			font-weight: bold;
			text-decoration: none;
			padding: 0 0 0.2em 0;
		}

		#LeftBlock #SidebarNav a:hover {
			text-decoration: underline;
			color: #ba5c2f;
		}

		#LeftBlock .quoteWhite {
			font-size: 14pt;
			font-weight: bold;
			line-height: 160%;
			padding-bottom: 1em;
			color: #fff;
		}

#MainBlock {
	width: 640px;
	float: right;
	background: #fff;
	padding-left: 8px;
}


#Breadcrumbs {
	padding: 1em 0 0.5em 0;
	color: #555;
}


#Foot {
	clear: both;
	padding: 10px;
	height: 12pt;
	margin-bottom: 50px;
	border: solid #ccc;
	border-width: 0 0 1px 0;
	position: relative;
}

	#Foot .left {
		position: absolute;
		top: 10px;
		left: 10px;
	}
		
		#Foot .left a {
			font-size: 12pt;
			color: #a6a6a6;
		}

	#Foot .right {
		position: absolute;
		top: 10px;
		right: 10px;
	}

/*
	Page specific
*/

#home #Content h1 span {
	display: none;
}

#home #Content h1 {
	width: 415px;
	height: 24px;
	background: url("../images/title-welcome.gif") no-repeat 0 50%;
	padding: 10px 0;
}

/*
	Search results
*/

#SearchResults .result {
	padding-bottom: 1em;
}

#SearchResults h4 {
	font-weight: normal;
}

#SearchResults h4 a {
	color: #ba5c2f;
	text-decoration: none;
}

#SearchResults p {
	padding-bottom: 0;
}

#SearchResults .readMoreLink {
	display: block;
	text-align: right;
}
