/*===================================================================================*/
/* Filename:          landing.css                                                    */
/* Description:       Factsheets Landing Page CSS File                               */
/* Location:          ../factsheets/css/landing.css                                  */
/* Version:           1.0 (21.09.2009)                                               */
/* Website:           http://www.lifestyleyou.com.au                                 */
/* Company:           ID Studios (http://www.idstudios.com.au)                       */
/* Author:            Luke Goodwin                                                   */
/* validated CSS:     NO (CSS level 2.1) Date Checked: 20.10.09 (Opacity Issues)     */
/*===================================================================================*/
/*							    LANDING CONTENT STRUCTURE                            */
/*===================================================================================*/
body { behavior:url("../factsheets/css/hover.htc"); }
#LandingContent {
    padding-top: 10px;
}
.HeadingArea {
    margin-bottom: 10px;
}
.HeaderImage {
	width: 670px;
	height: 230px;
	overflow: hidden;
}
/*===================================================================================*/
/*							   SHOW & REMINDER TIP STRUCTURE                         */
/*===================================================================================*/
.ShowRemindersArea {
    margin-bottom: 10px;
    width: 530px;
    height: 230px;
    position: relative;
}
.RemindersArea {
    /* 
    padding-top: 196px;
    top: 0px;
    */
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0px;
}
.RemindersContent {
    padding: 10px;
    background-color: #ffffff;
    opacity: 0.8; 
    filter: alpha(opacity=80); 
    display:block; 
    width: 100%;
    
}
.RemindersContent .NextShowing  {
    float: left;
    width: 307px;
    color: #0099cc;
}
.RemindersContent .NextShowing span {
    color: #231f20;
}
.RemindersContent .Reminders .Date {
    position: relative;
    top: -4px;
}
.RemindersContent .Reminder,
.RemindersContent .Record {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    background-image: url('../../themes/blue/icons.gif');
    background-repeat: no-repeat;
    display: inline-block;
}

.RemindersContent .Reminder {
    background-position: 0px 0px;
}
.RemindersContent .Record {
    background-position: 0px -16px;
}
.ReminderIcons {
	padding-left: 20px;
	display:block;
	width: 15px;
	height: 14px;
	margin-bottom: 10px;
}
.SMS {
	background-position: 0px 0px;
	height: 16px;
}
.SMS:hover {
	background-position: 0px -48px;
	color: #0099cc;
}
.Email {
	background-position: 0px -21px;
}
.Email:hover {
	background-position: 0px -69px;
	color: #0099cc;
}
.RecordIcons {
	padding-left: 20px;
	background-image: url(../../themes/blue/record-icons.gif);
	background-repeat: no-repeat;
	display:block;
	width: 15px;
	height: 14px;
	margin-bottom: 10px;
}
.FoxtelRecord {
	background-position: 0px 0px;
	height: 16px;
}
.FoxtelRecord:hover {
	background-position: 0px -66px;
	color: #0099cc;
}
.AustarRecord {
	background-position: 0px -16px;
	height: 16px;
}
.AustarRecord:hover {
	background-position: 0px -82px;
	color: #0099cc;
}
/*===================================================================================*/
/*		      LATEST ARTICLES & DONT MISS & POPULAR ARTICLES STRUCTURE               */
/*===================================================================================*/
.LatestArticlesArea,
.PopularArticlesArea,
.DontMissArea { 
    margin-bottom: 10px;
    padding-bottom: 5px;
	border-bottom: 1px dotted #b0b1b5;
}
.DontMissArea { 
    padding-bottom: 0px;
}
.LatestArticlesArea .Copy {
    margin: 0px 0px !important;
    height: 85px !important;
    max-height: 85px !important;
}
.LatestArticlesArea .Copy ul li {
    /* margin-bottom: 5px; */
    /* white-space: nowrap; */
    margin: 3px 0px;
}
.LatestArticlesArea .Copy .ArrowLeft {
    margin: 0px;
    
    display:block;
    height:13px;
    overflow:hidden; 
    background-position: 0px 3px;   
}
.LatestArticlesArea .Item .ArrowRight {
    margin-top: 0px;
}
.PopularArticlesSingleItem {
    float: left;
    width: 264px;
}
.PopularArticlesSingleItem .Item {
    margin-bottom: 10px;
}
.PopularArticlesSingleItem .Item .Thumbnail {
    float: left;
    width: 75px;
    margin-right: 10px;
}
.PopularArticlesSingleItem .Item .Copy {
    float: left;
    width: 160px;
}
.PopularArticlesSingleItem .Item .Copy p {
    margin-bottom: 0em;
}
.PopularArticlesList {
    float: left;
    width: 244px;
    padding: 5px 10px;
    background: url('../images/featured-articles-background.gif') repeat-x top left;
}
.PopularArticlesList li {
    border-bottom: 1px dotted #cccccc;
    white-space: nowrap
}
.LatestArticlesArea .ArrowRight {
    margin-top: -5px;
}
/*===================================================================================*/
/*						            PROMO STRUCTURE                                  */
/*===================================================================================*/
.PromoArea {
    margin-bottom: 10px;
}
/*===================================================================================*/
/*						LATEST & POPULAR RECIPES STRUCTURE                           */
/*===================================================================================*/
.RecipesArea {
    margin-bottom: 10px;
    padding-bottom: 5px;
	border-bottom: 1px dotted #b0b1b5;
}
.RecipesArea .RecipesContent .ItemArea-4Column .Item {
    float: left;
    margin-right: 10px;
    margin-bottom:10px;
    width: 125px;
}
.RecipesArea .RecipesContent .ItemArea-4Column .Item .Thumbnail {
    margin-bottom: 5px;
}
.RecipesArea .RecipesContent .ItemArea-4Column .Item .Title strong,
.RecipesArea .RecipesContent .ItemArea-4Column .Item .Title strong a {
    font-weight: bold;
}
/*===================================================================================*/
/*			    SEASONAL RECIPES & RECIPE COLLECTIONS STRUCTURE                      */
/*===================================================================================*/
.RecipeSeasonalCollectionsArea {
    float: left;
    width: 264px;
    margin-bottom: 10px;
    padding-bottom: 5px;
	border-bottom: 1px dotted #b0b1b5;
}
.RecipeSeasonalCollectionsArea .RecipeSeasonalCollectionsContent {
    padding: 5px 10px;
    height: 194px;
    overflow: hidden;
    background: url('../images/featured-articles-background.gif') repeat-x top left;
    width: 235px;
}
.RecipeSeasonalCollectionsArea .RecipeSeasonalCollectionsContent .Copy {
    padding-bottom: 10px;
}
.RecipeSeasonalCollectionsArea .RecipeSeasonalCollectionsContent li {
        padding-bottom: 3px;
        margin-top: 3px;
        border-bottom: 1px dotted #cccccc;
        font-weight: bold;
}
/*===================================================================================*/
/*							   VIDEOS STRUCTURE                                      */
/*===================================================================================*/
.VideoHiglights {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}
.VideoHiglights .LifeStyleVideosHeading {
    background-position: -80px -25px;
    margin-bottom:5px;
}
.FeatureVideo {
    float: left;
    width: 295px;
    margin-right: 15px;
}
.FeatureVideo .VideoItem {
    display: block;
}
.FeatureVideo .Title {
    margin-top: 5px;
    display: block;
}
.FeatureVideo .ByLine {
    color: #464646;
}
.VideoList {
    float: left;
    width: 220px;
}
.VideoList li {
    padding-top: 5px;
    padding-bottom: 5px;
    background: url('../../images/common/play-icon-28.png') no-repeat left center;
    border-bottom: 1px dotted #666666;
}
.VideoList .VideoLink {
    padding-left: 35px;
    display: block;
}
.VideoList .Title {
    color: #0083be;
}
    .VideoList a:hover.VideoLink .Title {
        color: #000000;
    }
.VideoList .Byline {
    display: block;
}
.VideoList .ArrowRight {
    margin-top: 5px;
}
/*===================================================================================*/
/*							    ASK AN EXPERT STRUCTURE                              */
/*===================================================================================*/
.AskAnExpertArea {
    margin-bottom: 10px;
}
.AskAnExpertContent {
    padding: 10px 10px;
    background: url('../images/ask-expert-background.gif') repeat-y top left;
}
.AskAnExpertContent .LeftSide {
    float: left;
    width: 230px;
    margin-right: 34px;
}
.AskAnExpertContent .LeftSide .Item {
    margin-bottom: 10px;
}
.AskAnExpertContent .LeftSide .Item .Thumbnail {
    float: left;
    width: 75px;
    margin-right: 10px;
}
.AskAnExpertContent .LeftSide .Item .Copy {
    float: left;
    width: 140px;
}
.AskAnExpertContent .LeftSide .Item .Copy p {
    margin-bottom: 0em;
}
.AskAnExpertContent .LeftSide .Item .Copy .Byline {
    margin-bottom: 5px;
}

.AskAnExpertContent .LeftSide .Item .Copy .ArrowRight {
    display: inline-block;
    margin: 0px 0px;
}
.AskAnExpertContent .RightSide {
    float: left;
    width: 245px;
}
.AskAnExpertContent .RightSide .Item {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #cccccc;
}
.AskAnExpertContent .RightSide .ArrowLeft {
    margin: 0px;
}
.AskAnExpertContent .RightSide .NoBorderMarginPadding {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

/*           TABS                 */
/*================================*/
#VideoTabBtns {
    float: right;
    /*width: 245px;*/
}
#VideoTabBtns li {
    float: left;
    display: block;
}
.VideoTabs {
    float: left;
    /*margin-top: -23px;*/
    cursor: pointer;
}
.VideoTabs a {
    height: 23px;
    overflow: hidden;
    display: inline;
}
.VideoTabs span {
    display: inline;
    float: left;
    height: 23px;
    line-height: 23px;
    color: #7b7a7a;
    background-repeat: no-repeat; 
    background-image: url(../../images/common/tabs-upside-down.gif);  
    cursor: pointer;         
}
.VideoTabs .VideoTabText {
    background-position: -35px -80px;
    padding: 0px 5px 0px 15px;
}
.VideoTabs .VideoTabTextFood {
    background-position: -39px -80px;
    padding: 0px 5px 0px 10px;
}
.VideoTabs .VideoTabTextYou {
    background-position: -37px -25px;
    padding: 0px 5px 0px 20px;
}
.VideoTabs .VideoTabBtn {
    width: 18px;
    background-position: 0px -30px;
}
#VideoTabBtns .ui-tabs-selected .VideoTabs .VideoTabText,
.VideoTabs.Selected .VideoTabText{
    background-position: -35px -105px;
    padding: 0px 5px 0px 15px;
}
    .VideoTabs.Selected .VideoTabTextFood,
    .VideoTabs.Selected .VideoTabTextYou {
        background-position: -40px -105px;
        padding: 0 5px 0px 10px;
    }
#VideoTabBtns .ui-tabs-selected .VideoTabs .VideoTabBtn, 
.VideoTabs.Selected .VideoTabBtn {
    background-position: 0px -5px;
}


/*===================================================================================*/
/*							   QUIZZES STRUCTURE                                     */
/*===================================================================================*/
.LatestQuizzesArea {
    float: left;
    width: 264px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCCCCC;
    height: 260px;
}
.LatestQuizzesArea .LeftSide {
    float: left;
    width: 230px;
    margin-right: 34px;
}
.LatestQuizzesArea .LeftSide .Item {
    margin-bottom: 10px;
}
.LatestQuizzesArea .LeftSide .Item .Thumbnail {
    float: left;
    width: 75px;
    margin-right: 10px;
}
.LatestQuizzesArea .LeftSide .Item .Copy {
    float: left;
    width: 140px;
}
.LatestQuizzesArea .LeftSide .Item .Copy p {
    margin-bottom: 0em;
}
.LatestQuizzesArea .LeftSide .Item .Copy .ArrowRight {
    display: inline-block;
}
.LatestQuizzesArea .RightSide {
    float: left;
    width: 245px;
}
.LatestQuizzesArea .RightSide .Item {
}
.LatestQuizzesArea .RightSide li {
    border-top: 1px dotted #cccccc;
    white-space: nowrap
}
.Property .LatestQuizzesArea {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCCCCC;
    float: none;
    width: 530px;
    height: 140px;
    overflow: hidden;
}
.Property .LatestQuizzesArea .LeftSide {
    float: left;
    width: 230px;
    margin-right: 34px;
}
.Property .LatestQuizzesArea .LeftSide .Item {
    margin-bottom: 10px;
}
.Property .LatestQuizzesArea .LeftSide .Item .Thumbnail {
    float: left;
    width: 75px;
    margin-right: 10px;
}
.Property .LatestQuizzesArea .LeftSide .Item .Copy {
    float: left;
    width: 140px;
}
.Property .LatestQuizzesArea .LeftSide .Item .Copy p {
    margin-bottom: 0em;
}
.Property .LatestQuizzesArea .LeftSide .Item .Copy .ArrowRight {
    display: inline-block;
}
.Property .LatestQuizzesArea .RightSide {
    float: left;
    width: 245px;
}
.Property .LatestQuizzesArea .RightSide .Item {
}
.Property .LatestQuizzesArea .RightSide li {
    border-bottom: 1px dotted #cccccc;
    border-top: none;
    white-space: nowrap
}
/*===================================================================================*/
/*							      HOROSCOPES STRUCTURE                               */
/*===================================================================================*/
.HoroscopesArea {
    float: left;
    width: 264px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCCCCC;
}
.HoroscopesArea h2.SubTitle {
    display: inline-block;
    *display: inline;
}
.HoroscopesArea h3.SubTitle {
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    font-size: 14px;  
}
.HoroscopesArea .HoroscopeContent {
    padding: 5px 10px;
    height: 228px;
	*height: 229px;
    overflow: hidden;
    background: url('../images/featured-articles-background.gif') repeat-x top left;
}
.HoroscopesArea .HoroscopeContent .Copy p.Title {
    margin: 0em;
}
.HoroscopesArea .HoroscopeContent .Copy .Date {
    color: #000000;
}
.HoroscopesArea .HoroscopeContent form select.Input_Option  {
	width: 70%;	
	border: 1px solid #7d7d7d;
	color: #7d7d7d;
	margin-bottom: -5px;
    position: relative;
    top: -5px;
    *top: -8px;
}
/*===================================================================================*/
/*							    FEATURED SHOWS HIGHLIGHTS STRUCTURE                  */
/*===================================================================================*/
.FeaturedShowsHightlights {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCCCCC;
}
.FeaturedShowsHightlights .Item {
	float: left;
	width: 172px;
	margin-bottom: 10px;
	margin-right: 6px;
	margin-left: 0px;
	margin-top: 0px;
	height: 195px;
}
	.FeaturedShowsHightlights .Item .Thumbnail {
		width: 170px;
		margin-right: 0px;
	}
	.FeaturedShowsHightlights .Item .Copy {
		margin: 5px 0px 10px 0px;
		width: 170px;
		overflow: hidden;
	}
	.FeaturedShowsHightlights .Item .Copy .Title {
	    margin:0; padding:0; 
	}    
	.FeaturedShowsHightlights .Item .Copy .ArrowRight {
	    display: inline-block;
	}    
/*===================================================================================*/
/*							   QUIZZES & HEALTHY RECIPES CONTENT STRUCTURE           */
/*===================================================================================*/
.QuizzesAndRecipeArea { 
	margin: 0px 10px 10px 10px; 
	padding-bottom: 20px;
	border-bottom: 1px dotted #b0b1b5;
}
.QuizzesContent,
.HealthyRecipesContent {
	float: left;
	display: inline;
	margin: 0px 5px;
	padding: 10px 10px 0px 10px;
	width: 290px;
}
.QuizzesContent .Heading,
.HealthyRecipesContent .Heading {
	margin: 0px 0px;
	height: 30px;
}
.QuizzesContent .Copy, 
.HealthyRecipesContent .Copy {
	float: left;
	margin-right: 5px;
	width: 200px;
}
.QuizzesContent .Copy .Title, 	
.HealthyRecipesContent .Copy .Title {
	margin: 0px 0px 5px 0px;
}

.QuizzesContent .Copy .ByLine,
.HealthyRecipesContent .Copy .ByLine{
	margin-bottom: 5px;
}
.QuizzesContent .QuizzesItem,
.FeaturedArticles .FeaturedArticleItem {
	float: left;
	width: 100%;
	line-height: 25px;
	border-top: 1px dotted #848586;	
}
.QuizzesContent .QuizzesItem .More,
.FeaturedArticles .FeaturedArticleItem .More {
	margin: 0px 0px;
}
.QuizzesContent .QuizzesItem .More span,
.FeaturedArticles .FeaturedArticleItem .More span {
	padding-left: 10px;	
	text-transform: none;
	color: #707070;
	height: 17px;
	line-height: 1.3em;
	overflow: hidden;
}
/*===================================================================================*/
/*							   QUIZZES CONTENT STRUCTURE                             */
/*===================================================================================*/
.QuizzesContent .Thumbnail {
	float: right;
	width: 70px;
}
.QuizzesContent ul {
	margin: 10px 0px;
}
/*===================================================================================*/
/*							   HEALTHY RECIPES CONTENT STRUCTURE                     */
/*===================================================================================*/
.HealthyRecipesContent {
	float: right;
	margin-left: -1px;
	width: 290px;
	background: url(../images/featured_content_background.jpg) repeat-x top left;
	border-left: 1px solid #e1e2e2;
}
.HealthyRecipesContent .Thumbnail {
	float: right;
	width: 70px;
}
.HealthyRecipesContent .Description a {
	color: #7d7d7d;
}
.FeaturedArticles {
	margin: 12px 0px;	
}
.HealthyRecipesContent .FeaturedArticles .First {
	border: none;
}
/*===================================================================================*/
/*							   HEALTH CALCULATORS STRUCTURE                          */
/*===================================================================================*/
.HealthCalculatorsArea {
    float: left;
    width: 264px;
	border-bottom: 1px dotted #b0b1b5;
}
.HealthCalculatorsArea .PopularArticlesSingleItem {
    padding: 10px 10px;
	background: url(../images/health-calculators-background.gif) repeat-x top left;
	height: 169px;
	max-height: 169px;
	overflow: hidden;
}
.HealthCalculatorsArea .PopularArticlesSingleItem .Item {
    padding-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 8px;
}
/*===================================================================================*/
/*							   MORE FOR YOU CONTENT STRUCTURE                        */
/*===================================================================================*/
.MoreForYouArea { 
	margin: 0px 0px 10px 0px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
.MoreForYouArea .ShowsAZHightlights {
}
.MoreForYouArea .Heading {
	margin: 20px 15px 5px 15px;
	height: 25px;
}
.MoreForYouArea ul {
}
.MoreForYouArea .Item .More span { 
	/*padding-left: 10px;*/
	text-transform: capitalize;
	height: 15px;
	overflow: hidden;
}
