@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------------------------------
/ three column layout
-----------------------------------------------------------------------*/
.oneColumn{
	margin-left: 20px;
	width: 220px;
	float: left;
}
.twoColumn{
	margin-left: 20px;
	width: 460px;
	float: left;
}
.threeColumn{
	margin-left: 20px;
	width: 700px;
}
.firstColumn{
	margin-left: 0px;
}

/*-----------------------------------------------------------------------
/ weeklyArticle
-----------------------------------------------------------------------*/
.weeklyArticle{
	margin-top: 13px;
	cursor: pointer;
}
	.weeklyArticle .date{
		font-weight: bold;	
	}
	.weeklyArticle .introduction{
		font-weight: bold;
	}

/*-----------------------------------------------------------------------
/ askTerry
-----------------------------------------------------------------------*/
.askTerry .askTerryYourQuestions{
	text-align:center;
}
.askTerry .question{
	font-weight: bold;	
}
.askTerry .answer{
	font-weight: bold;	
}
#askTerryClickableArea{
	cursor:pointer;	
}

/*-----------------------------------------------------------------------
/ newsletter
-----------------------------------------------------------------------*/

.newsletter .date{
	font-weight: bold;
}
.newsletter h2{
	margin-bottom: 0px;
}

/*-----------------------------------------------------------------------
/ podcasts
-----------------------------------------------------------------------*/
#listenToTerry{
	background:url(/images/home/podcast-icon.png) no-repeat center left;
	line-height:46px;
	padding-left: 56px;
}
.podcasts ul{
	padding-left: 0px;
	list-style:none;
}

/*-----------------------------------------------------------------------
/ clickable areas
-----------------------------------------------------------------------*/
#terrysExcercisePlanClickableArea, #terrysMenuForHealthAndLongevityClickableArea{
	cursor: pointer;	
}