/*
-----------------------------------------------
Eden Court styles - food and drink
----------------------------------------------- */



/* H1 and Highlight area
----------------------------------------------- */
#content h1 {
	margin:0;
	padding:14px 20px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	font-size:2.4em;
	color:#A5C9E9; 	/* default colour, overwritten in page */
	background-color:#4B92D2; 	/* default colour, overwritten in page */
}

#units .unit {
	float:left;
	width:240px;
	background-color:#4B92D2; 	/* default colour, overwritten in page */
}
#units img {
	margin:0 10px 0 20px;
}
#units .last {
	width:250px;
}
#units h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	margin:0;
	padding:0.6em 0.6em 0.6em 20px;
	border-bottom:0.6em solid #fff;
	background-color:#3F6383; 	/* default colour, overwritten in page */
}
#units p {
	margin:0;
	padding:0 0.6em 0.6em 20px;
	background-color:#fff;
}



/* Columns
----------------------------------------------- */
#columns {
	margin:0 0 1.4em 0;
}
#columns #columnLeft {
	width:335px;
	margin-left:20px;
}

#columns #columnRight {
	width:335px;
	margin:1.8em 20px 0 0;
}




/* Promos
----------------------------------------------- */
#columns .promo {
	border:1px dashed #666;
	padding:12px;
	margin-bottom:14px;
	margin-right:0;
}
#columns .promo h3 {
	font-weight:bold;
	font-size:1.2em;
	text-transform:uppercase;
	margin:0 0 0.6em 0;
}
#columns .promo h4 {
	font-weight:normal;
	font-size:1.1em;
	text-transform:uppercase;
	margin:1em 0 0.6em 0;
}
#columns .promo p {
	margin:0 0 0.6em 0;
}
#columns #friends {
	background-color:#FFFFEA;
}