/*===================================================================================*/
/* Filename:          tertiary.css                                                   */
/* Description:       Factsheets Tertiary Page CSS File                              */
/* Location:          ../factsheets/css/tertiary.css                                 */
/* Version:           1.0 (08.10.2009)                                               */
/* Website:           http://www.lifestyleyou.com.au                                 */
/* Company:           ID Studios (http://www.idstudios.com.au)                       */
/* Author:            Luke Goodwin                                                   */
/* validated CSS:     YES (CSS level 2.1) Date Checked: 20.10.09                     */
/*===================================================================================*/
/*							    TERTIARY CONTENT STRUCTURE                           */
/*===================================================================================*/
#TertiaryContent {
	margin-left: 1px;
	width: 668px;
	background-color: #fff;
	min-height: 600px;
	/* IE FIXES */
	overflow: hidden;/* IE 6 FIX */
	height: 1%;/* IE 6 FIX (Peek-a-boo) */
}
.HeadingArea {
	padding: 17px 25px;
	height: 50px;
	Background: #efefef url(../images/heading_background.gif) repeat-x top left;	
	/* IE FIXES */
	overflow: hidden;/* IE 6 FIX */
}
.TopBreadCrumbs {
	margin-top: 5px;
}
.TopBreadCrumbs a {
	margin-right: 5px;
	color: #afb1b4;
	text-transform: capitalize;
}
.TopBreadCrumbs span {
	margin-right: 5px;
	color: #898989;
}

#TertiaryContent .HeadingArea  .Heading {
	margin: 0px 0px;
	height: 40px;
}
/*===================================================================================*/
/*							   LATEST ARTICLES STRUCTURE                             */
/*===================================================================================*/
.LatestArticlesArea { 
	margin: 0px 0px; 
}
.LatestArticlesArea .Heading {
	margin: 20px 25px 15px 25px;
	height: 20px;
}
.LatestArticlesArea ul {}
.LatestArticlesArea .Item {
	margin: 10px;
	padding: 15px;
	background-color: #F3F3F4;
	/* IE FIXES */
	height: 1%;/* IE 6 FIX (Peek-a-boo) */
}
.LatestArticlesArea .Item .Thumbnail {
	float: left;
	margin-right: 10px;
	width: 100px;
}
.LatestArticlesArea .Item .Copy {
	float: left;
	margin: 0px 0px;
	width: 500px;
	height: 100px;
	max-height: 100px;
	overflow: hidden; /* If copy is taller than 100px it will not show anymore copy (Hidden bottom) */
}
.LatestArticlesArea .Item .Copy .Title a { 
	margin: 5px 0px;
	font-size: 22px;
	font-weight: normal;
}
.LatestArticlesArea .Item .Copy .Reminders a {
	color: #7d7d7d;	
}
.LatestArticlesArea .Item .Copy .ByLine { 
	color: #7d7d7d; 
}
/*===================================================================================*/
/*							   FEATURES STRUCTURE                                    */
/*===================================================================================*/
.AllArticlesArea { 
	margin: 0px 10px 10px 10px; 
	border-bottom: 1px dotted #b0b1b5;
}
.AllArticlesArea .Heading {
	margin: 10px 15px 15px;
	height: 20px;
}
.AllArticlesArea ul { 
	margin-left: 15px;
}
.AllArticlesArea .Item {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 295px;
}
.AllArticlesArea .Item .Thumbnail {
	float: left;
	margin-right: 10px;
	width: 70px;
}
.AllArticlesArea .Item .Copy {
	float: left;
	margin: 0px 0px 10px 0px;
	width: 200px;
	height: 52px;
	max-height: 52px;
	overflow: hidden; /* If copy is taller than 80px it will not show anymore copy (Hidden bottom) */
}
.AllArticlesArea .Item .Copy .Title { 
	margin: 0px 0px;
}
.AllArticlesArea .Item .Copy .Reminders a {
	color: #7d7d7d;	
}
.AllArticlesArea .Item .More span { 
	padding-left: 10px;
}
/*===================================================================================*/
/*							   PAGENATION STRUCTURE                                  */
/*===================================================================================*/
#Pagination {
	margin-bottom: 10px; 
	text-align: center; 
}
#PaginationText.Title {
	font-size: 12px;	
}
#Pagination .ArrowButton {
	position: relative; 
	top: 2px;
}
/*===================================================================================*/
/*							   MORE FOR YOU CONTENT STRUCTURE                        */
/*===================================================================================*/
.MoreForYouArea { 
	margin: 0px 10px 10px 10px; 
	padding-bottom: 20px;
}
.MoreForYouArea .Heading {
	margin: 20px 15px 15px 15px;
	height: 20px;
}
.MoreForYouArea ul {
	margin-left: 17px;
}
.MoreForYouArea .Item {
	float: left;
	width: 210px;
}
.MoreForYouArea .Item .More span { 
	padding-left: 10px;
	font-size: 12px;
	text-transform: capitalize;
}
/*===================================================================================*/
/*							   ASK A QUESTION STRUCTURE                              */
/*===================================================================================*/
.QuestionItem {
	background-color: #F3F3F4;
	height: 1%;
	margin: 10px;
	padding: 15px 15px 15px 15px;
}
.QuestionItem .Heading {
	margin: 0px 0px;
	height: 25px;	
}
.QuestionItem .ByLine {
	margin-bottom: 10px;	
}