#main_container {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -318px; /* the bottom margin is the negative value of the footer's height */
	min-width: 1200px;
}

.sticky-footer,
.push {
	height: 318px;
	min-width: 1200px;
}

.item-page {
	max-width: 1188px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
}

.blog,
.item-page-blog {

	padding-top: 20px;
	padding-bottom: 30px;
}

.blog-inner,
.item-page-blog-inner {
	max-width: 1080px;
	margin: 0 auto;
}

.item-page-blog .moduletable {
	padding-bottom: 20px;
}

.item-page-blog h2 {
clear: both;
width: 100%;
font-family: "CompProMedium";
text-transform: uppercase;
font-size: 24px;
line-height: 30px;
text-align: left;
color: #666666;
}

.blog .item,
.qlcontent .item {
	display: block;
	width: 220px;
	height: 282px;
	float: left;
	margin: 20px;
	position: relative;
}

.master-recipes-category-title,
.qlcontent .introtext a {
	display: block;
	width: 220px;
	height: 52px;
	line-height: 48px;
	background: #000000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	color: #ffffff;
}

.master-recipes-category-title p,
.qlcontent .introtext p {
	display: inline-block; 
	vertical-align: middle !important; 
	line-height: 16px !important; 
	text-transform: uppercase;
	font-size: 14px;
}

.blog .item a:hover .master-recipes-category-title,
.qlcontent .introtext a:hover {
	background: #8c8c8c;
}

.recipes-gray-menu {
	display: block;
	width: 100%;
	height: 46px;
	background: #959595;
}

.recipes-gray-menu .menu { 
	display: table;  
	margin: 0 auto; 
}

.recipes-gray-menu .menu li { 
	display: table-cell; 
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}
	
.recipes-gray-menu .menu li:hover  { 
	background: #464646; 
}

.recipes-gray-menu .menu li.active,
.recipes-gray-menu .menu li.alias-parent-active { 
	background: #464646; 
}

.recipes-gray-menu .menu li a {
	display: block; 
	background: none; 
	text-decoration: none;
	position: relative;
	line-height: 46px;
	color: #ffffff;
}

.item-page .item-image {
	display: block; 
	width: 380px;
	float: left;
	height: 570px;
	padding-bottom: 20px;
	margin-left: 50px;
}

.item-page .recipe-details {
	display: block; 
	width: 600px;
	margin-left: 470px;
	height: 570px;
	padding-bottom: 20px;
	padding-top: 40px;
}

.item-page .recipe-details h1 {
	font-size: 24px;
	font-weight: normal;
	color: #42413f;
	padding-bottom: 30px;
}

.recipe-ingredients-title {
	padding-bottom: 6px;
	font-size: 14px;
}

.recipe-ingredients-title span {
	font-weight: bold;
}

.recipe-ingredients {
	padding-bottom: 30px;
	font-size: 14px;
}

.recipe-text-title {
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 14px;
}

.recipe-text {
	font-size: 14px;
}

.item-page .pagenav .previous {
	position: absolute;
	top: 200px;
	left: 0px;
}

.item-page .pagenav .next {
	position: absolute;
	top: 200px;
	right: 0px;
}

.pager a {
	display: block;
	width: 32px;
	height: 32px;
}

.pager a span {
	display: none;
}

.pager li.previous a {
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.pager li.next a {
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.pager li.previous a:hover {
	background-position: 0 0;
}

.pager li.next a:hover {
	background-position: -43px 0;
}

.page-header h1 {
	font-family: "CompProMedium";
	text-transform: uppercase;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 24px;
	color: #b3791b;
}