/*
-----------------------------------------------
- Deakin Estate - Masterchef Recipes 
----------------------------------------------- 
- Author:  Swear Words (www.swearwords.com.au)
----------------------------------------------- */

h1 span, h2 span, h3 span { display: none; }

h1.category
{
	padding-left: 45px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}

h2.category
{
	padding: 0px;
	padding-left: 45px;
	height: 25px;
	line-height: 25px;
}

.bg_entree { background: url("../images/site/icon_entree.jpg") no-repeat; }
.bg_main { background: url("../images/site/icon_main.jpg") no-repeat; }
.bg_dessert { background: url("../images/site/icon_dessert.jpg") no-repeat; }

.bg_beef { background: url("../images/site/icon_beef.jpg") no-repeat; }
.bg_poultry { background: url("../images/site/icon_poultry.jpg") no-repeat; }
.bg_pork { background: url("../images/site/icon_pork.jpg") no-repeat; }
.bg_lamb { background: url("../images/site/icon_lamb.jpg") no-repeat; }
.bg_seafood { background: url("../images/site/icon_seafood.jpg") no-repeat; }
.bg_vegetarian { background: url("../images/site/icon_vegetarian.jpg") no-repeat; }
.bg_sweets { background: url("../images/site/icon_sweets.jpg") no-repeat; }

.bg_entree_active { background: url("../images/site/icon_entree_active.jpg") left center no-repeat; }
.bg_main_active { background: url("../images/site/icon_main_active.jpg") left center no-repeat; }
.bg_dessert_active { background: url("../images/site/icon_dessert_active.jpg") left center no-repeat; }

.bg_beef_active { background: url("../images/site/icon_beef_active.jpg") left center no-repeat; }
.bg_poultry_active { background: url("../images/site/icon_poultry_active.jpg") left center no-repeat; }
.bg_pork_active { background: url("../images/site/icon_pork_active.jpg") left center no-repeat; }
.bg_lamb_active{ background: url("../images/site/icon_lamb_active.jpg") left center no-repeat; }
.bg_seafood_active { background: url("../images/site/icon_seafood_active.jpg") left center no-repeat; }
.bg_vegetarian_active { background: url("../images/site/icon_vegetarian_active.jpg") left center no-repeat; }
.bg_sweets_active { background: url("../images/site/icon_sweets_active.jpg") left center no-repeat; }
