/* 
######################################################################################
######                                                                        #######
######     LIGHTER LIFE                                              	     #######
######                                                                      #######
##################################################################################
*/

/********************************************************************************/
/***** BASE / GENERIC RESET ****************************************************/
/******************************************************************************/

#mainbody { 
	width: 820px; 
	padding-top: 28px;
	background-image: url(../../../images/pagespecific/recipes/clover_meal.jpg);
	background-position: right 85px;
	background-repeat: no-repeat;
}


/********************************************************************************/
/***** HEADERS *****************************************************************/
/******************************************************************************/

h1 {
	text-indent: -6767px;
	overflow: hidden;
	height: 43px;
	background-repeat: no-repeat;
	background-image: url(../../../images/pagespecific/lifestyle/ttl_living-life.gif);
}
h2 {
	text-transform: uppercase;
	color: #249741;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.9em;
}


/********************************************************************************/
/***** LIFESTYLE INTRO *********************************************************/
/******************************************************************************/

.lifestyle-intro {
	float: left;
	width: 430px;
	height: auto !important;
	min-height: 320px;
	height: 320px;
	margin-bottom: 15px;
	}


/********************************************************************************/
/***** LIFESTYLE LIST **********************************************************/
/******************************************************************************/

/***** ROW CONTAINER *****/

.lifestyle-list {
	float: left;
    width: 605px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
/***** ROW *****/
	
	.lifestyle-list li.lifestyle-entry {
		float: left;
    	width: 605px;
		margin: 0;
		padding: 0 0 32px 0;
		overflow: hidden;
		}
		
/** Recipe image thumb **/
		
		.lifestyle-list li.lifestyle-entry .lifestyle-thumb {
			float: left;
			width: 175px;
			height: 133px;
			background-image: url(../../../images/pagespecific/lifestyle/lifestyle-thumb-bg.gif);
			background-repeat: no-repeat;
			}
			.lifestyle-list li.lifestyle-entry .lifestyle-thumb img { display: block; }
			
/** Recipe text space **/
			
		.lifestyle-list li.lifestyle-entry .lifestyle-text {
			float: right;
			width: 430px;
			height: auto !important;
			min-height: 103px;
			height: 103px;
			}
			.lifestyle-list li.lifestyle-entry .lifestyle-text h3 {
				text-transform: uppercase;
				color: #249741;
				margin: 0 0 12px 0;
				padding: 0;
				font-weight: normal;
				font-size: 1.9em;
				}
				.lifestyle-list li.lifestyle-entry .lifestyle-text h3 a { text-decoration: none; }
			
/** Recipe details **/
			
		.lifestyle-list li.lifestyle-entry .lifestyle-link {
			float: right;
			width: 430px;
			height: 30px;
			background-image: url(../../../images/pagespecific/lifestyle/lifestyle-link-bg.gif);
			background-repeat: no-repeat;
			background-position: left bottom;
			}


.footer-text {
	float: left;
	clear: both;
	width: 100%;
}
	