﻿/*================================*/
/*        SHOW PAGE CSS           */
/*================================*/
/*        HIDE PODS               */
/*================================*/
.CommunityContent,
.NewsletterPod {
    display: none;
}
/*================================*/
/*        PAGE SETTINGS           */
/*================================*/
#SubNavigationContainer {
    float: left;
    width: 120px;
    overflow: hidden;
}
#ShowNavigation .MainNav {
    position:relative;
    z-index: 1;
}
#LeftColumn #ShowsContent,
#RightColumn  {
    margin-top: 60px;
    padding-top: 0px;
}
#LeftColumn .ShowBackground {
    /* 
    position: absolute; 
    padding-bottom: 10px; 
    height: 40px; 
    width: 860px;
    padding-top: 10px;
    background-color: #ffffff;
    */
}
.SocialLinks {
}
.FacebookLike {
    float: left;
    width: 330px;
}
.TwitterRetweet {
    float: left;
    width: 100px
}
.FacebookShare {
    float: left; 
    width: 100px;
}
/*================================*/
/*    SHOW REMINDER SETTINGS      */
/*================================*/
.ShowRemindersArea {
    margin-bottom: 10px;
    width: 530px;
    height: 230px;
}
.RemindersArea {
    padding-top: 196px;
    width: 100%;
}
.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;
}

/*================================*/
/*      SHOW NAVIGATION           */
/*================================*/
#SubNavigation {
    width: 120px;
    /*margin-top:-10px;*/
}
#ShowNavigation {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom:10px;    
    overflow: hidden;
    margin-top: 2px;
    margin-left: 2px;/*5px*/
    *margin-left: 2px;
}
#ShowNavigation .Nav-Menu {
    height: auto;
    padding-bottom: 0px;
    position: relative;
}
#ShowNavigation ul {
    z-index: 15;
}   
#ShowNavigation li {
    /*float: left;*/
    display: block;
    margin: 0px 0px;
    padding: 0px 0px;
    line-height: normal;
    white-space: nowrap;
}
#ShowNavigation li li {
    padding: 0px;
}
#ShowNavigation li a {
    display: block;
    height: 18px;  
    width: 110px;
    padding: 8px 10px 8px 8px;
   
    color: #ffffff;
    font-size: 12px;
    
    background-image: url('../images/show-navigation.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#ShowNavigation li a:hover {
    background-position: 0px -34px;
}
#ShowNavigation li a.Selected {
    cursor: pointer;
    background-position: 0px -68px;
    color: #0099cb;
    height: 16px;
    cursor: default;
}
#ShowNavigation li a:hover.Selected {
    color: #0099cb !important;
}

#ShowNavigation li .ExtraLinks li a {
    background-position: 0px -102px;
    color: #0099cb;
    font-size: 11px;
    display: block;
    height: auto;  
    width: 110px;
    padding: 0px 10px 4px 15px;    
}
#ShowNavigation li .ExtraLinks li a.Selected {
    color: #000000;
}

/*===================================================================================*/
/*						       LANDING PAGE (DEFAULT.ASPX)                           */
/*===================================================================================*/
/*          ABOUT AREA            */
/*================================*/
.AboutArea {
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.AboutAreaText {
    padding: 10px;
    background-color: #eaf8fb;
}
.AboutArea .AboutAreaText h2 {
    font-size: 16px;
    margin-bottom: 10px;
    color:#464646;
}
.AboutArea .AboutAreaText p {
    color:#464646;
} 
/*================================*/
/*        VIDEOS AREA             */
/*================================*/
.VideoHiglights {
    padding-bottom: 5px;
    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-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url('../../images/common/play-icon-28.png') no-repeat left center;
    border-bottom: 1px dotted #666666;
}
.VideoList a {
    color: #0083be;
}
.VideoList .Byline {
    display: block;
}
.VideoList .ArrowRight {
    margin-top: 5px;
}
/*================================*/
/*       RECIPES HIGHLIGHTS &     */
/*       ARTICLES HIGHLIGHTS      */
/*================================*/
.HighlightTitle h2 {
    float: left;
    width: 300px;
    margin-top: 10px;
}
.RecipesHighlight .Item,
.ArticlesHighlight .Item {
    margin:0 15px 0px 0;
}
.RecipesHighlight .Copy,
.ArticlesHighlight .Copy {
    float: left;
}
.RecipesHighlight ul,
.ArticlesHighlight ul {
    padding-bottom: 5px;
    overflow:hidden;
    width: 270px;
}
.RecipesHighlight li,
.ArticlesHighlight li {
    margin: 3px 0px;
    white-space: nowrap;
}
.RecipesHighlight li a.ArrowLeft,
.ArticlesHighlight li a.ArrowLeft {
    color: #464646;
}
.RecipesHighlight .ItemArea-1Column .Item .Thumbnail,
.ArticlesHighlight .ItemArea-1Column .Item .Thumbnail {
    float: left;
    height: 120px;
    margin-right: 10px;
    width: 200px;
}
.RecipesHighlight .ItemArea-1Column .Item .Copy,
.ArticlesHighlight .ItemArea-1Column .Item .Copy {
    margin-left: 0px;
    max-height: 120px;
    overflow: hidden;
}
.FacebookBtn {
    background-image: url('../images/facebook.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    padding-left: 30px;
    height: 20px;
    width: 155px;
}
.FacebookBtn span {
    margin-top: 2px;
}
.FacebookBtn span.ArrowRight {
    background:url("../images/right-arrow.gif") no-repeat scroll right center transparent;
    color: #0099cc;
}

/* Need TO MOVE INTO COMMON CSS */
.Blue .ArrowRight,
.Red .ArrowRight,
.Green .ArrowRight  {
    margin: 0px 0px 5px 0px;
}
.Red .ArrowRight {
    color: #cc0033;
    background: url('../images/red-arrow.gif') no-repeat right center ;
}
.Green .ArrowRight {
    color: #339933;
    background: url('../images/green-arrow.gif') no-repeat right center ;
}
/*================================*/
/*        COMPETITIONS AREA       */
/*================================*/
.CompetitionArea {
    border-bottom:1px dotted #CCCCCC;
    margin-bottom:10px;
    padding-bottom: 5px;
}
.CompetitionArea .Item .Thumbnail {
    max-width: 198px;
        width: auto;
        _width: 198px;
    max-height: 120px;
        height: auto;    
        _height: 120px;
    overflow: hidden;
}
.CompetitionArea .Item {
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.CompetitionArea .Item .Copy {
    margin-bottom: 5px;
    margin-left: auto;
    max-height: 97px;
}
.CompetitionArea .Item .Title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
/*================================*/
/*        ONLINE CHAT AREA        */
/*================================*/
.OnlineChatArea {
    padding-bottom: 5px;
}
.OnlineChatArea .ItemArea-1Column .Item {
    padding: 10px;
    border-bottom: none;
    background-color: #eaf8fb;
    height: 80px; 
    width: 610px;
}
.OnlineChatArea .ItemArea-1Column .Item .Thumbnail {
    float: left;
    margin-right: 10px;
    width: 80px;
    height: 80px;
}
.OnlineChatArea .ItemArea-1Column .Item .Copy {
    margin-left: 0px !important;
}
.OnlineChatArea .Item .ExpertName {
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    color: #0099cc;
}
.OnlineChatArea .Item .Byline {
    display: block;
    margin-bottom: 5px;
}
/*===================================================================================*/
/*						EPISODES SECTION (EPISODES.ASPX)                             */
/*===================================================================================*/
.EpisodesArea {
}
.EpisodesArea .SeriesArea .HeadingBar .Title {
    font-size: 12px;
}
.EpisodesArea .SeriesArea .Item { 
	margin: 10px 0px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
.EpisodesArea .SeriesArea .Item .Thumbnail {
	float: left;
	width: 70px;
	margin-right: 15px;
}
.EpisodesArea .SeriesArea .Item .Copy {
	float: left;
	width: 430px;
}
.EpisodesArea .SeriesArea .Item .Copy .UpComing {
	margin: 10px 0px 0px 0px;
}
.EpisodesArea .SeriesArea .Item .Copy .UpComing .Title { margin-bottom: 0px; }
.EpisodesArea .SeriesArea .Item .Copy .UpComing .Text {
	display: inline;
	margin-right: 10px;
	padding-left: 10px;
	background: url(../../images/common/icons/black_arrow.gif) no-repeat center left;	
	color: #2c2d2d;
}
.EpisodesArea .SeriesArea .Item .Copy .Title { 
    margin-bottom: 0px; 
    color: #000000;
 }
.EpisodesArea .SeriesArea .Item .Copy .ByLine { 
    margin: 0px 0px 0px 0px; 
    color: #464646; 
}
.EpisodesArea .SeriesArea .Item .Copy .UpComing .RemindersContent {
    padding: 0px 0px;
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.EpisodesArea .SeriesArea .Item .Copy .UpComing .RemindersContent .Reminders {
    color: #000000;
}
.EpisodesArea .SeriesArea .Item .Copy .UpComing .RemindersContent .Reminders .Date {
    display: inline-block;
    width: 245px;
    margin-bottom: 3px;
}
.EpisodesArea .GalleriesArea {
    margin-top: 20px;   
}
.EpisodesArea .Gallery {
    margin-bottom: 15px;
}
.EpisodesArea #CommentsArea #CommentsPanel .CommentsHeading {
    font-size: 18px;
    margin: 10px 0px;
}
/*===================================================================================*/
/*						BIOGRAPHIES SECTION (BIOGRAPHIES.ASPX)                       */
/*===================================================================================*/
.BiographyArea {
    margin-bottom: 10px;
}
.BiographyArea h2 {
    color: #0099cc;
    font-size: 20px;
}
.BiographyArea .BiosText {
    margin-top: 10px;
}
.BiographyArea .BiosText .Photo {
    float: left;
    width: 185px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.BiographyArea .BiosText p {
    color: #464646;
}
/*================================*/
/*      Shows By Presenter        */
/*================================*/
.PresnetersShows .Item {
	margin-bottom: 10px; 
}
.PresnetersShows .Item .Thumbnail {
	float: left;
	width: 35px;
	margin-right: 15px;
}
.PresnetersShows .Item .Copy {
	float: left;
	width: 90%;
	border-bottom: 1px dotted #cccccc;
}
.PresnetersShows .Item .Copy .Title { 
    margin-bottom: 0px; 
    color: #000000;
 }
/*===================================================================================*/
/*						PHOTO GALLERY STRUCTURE (GALLEERIES.ASPX)                    */
/*===================================================================================*/
.GalleriesArea {
}
.GalleriesArea .Gallery img.PhotoGalleryImg {
    border:5px solid #D7D7D7;
    display:block;
    float:left;
    margin: 0px 7px 10px 0px;
}
.GalleriesArea .Gallery img.PhotoGalleryImg:hover {
    border:5px solid #0099cc;
}
/*===================================================================================*/
/*						RECIPES STRUCTURE (RECIPES.ASPX)                             */
/*===================================================================================*/
.RecipesArea .RecipesContent .ItemArea-4Column .Item {
    float: left;
    margin-right: 10px;
    margin-bottom:10px;
    width: 125px;
}
.RecipesArea .RecipesContent .ItemArea-4Column .Item .Thumbnail {
    margin-bottom: 10px;
}
.RecipesArea .RecipesContent .ItemArea-4Column .Item .Title strong,
.RecipesArea .RecipesContent .ItemArea-4Column .Item .Title strong a {
    font-weight: normal;
}
/*===================================================================================*/
/*						ARTICLES STRUCTURE (ARTICLES.ASPX)                           */
/*===================================================================================*/
.ArticlesArea .Item {
    float:left;
    margin-bottom:10px;
    margin-right:10px;
    width:250px;
}
.ArticlesArea .Item .Thumbnail {
    float:left;
    margin-right:10px;
    width:35px;
}
.ArticlesArea .Item .Thumbnail {
    border:1px solid #0099cc;
}
.ArticlesArea .Item .Copy {
    float: left;
    height: 52px;
    margin: 0 0 10px;
    max-height: 52px;
    overflow: hidden;
    width: 165px;
}
.ArticlesArea .Item .Copy .Title { 
	margin: 0px 0px;
}
.ArticlesArea .Item .Copy .Reminders { 
	color: #434444; 
}
.ArticlesArea .Item .Copy .ByLine { 
	color: #7d7d7d;
}
/*===================================================================================*/
/*						VIDEOS PAGE STRUCTURE (VIDEOS.ASPX)                          */
/*===================================================================================*/
.MoreVideos {
    margin: 25px 0px 35px;
}
.MoreVideos .Title {
    font-weight: bold;
    margin-bottom: 5px;
}
.MoreVideos ul {
    margin-bottom: 7px;
    float: left;
}
.MoreVideos ul li {
    float: left;
    width: 165px;
    margin-right: 10px;
}
.MoreVideos ul li a {
    display: block;
    color: #7a7a7a;
    
    overflow: hidden;
    height: 13px;
}
/*===================================================================================*/
/*				ONLINE-CHAT LANDING PAGE STRUCTURE (ONLINE-CHAT.ASPX)                */
/*===================================================================================*/
.OnlineChatContainer .SubTitle {
    margin: 0px 0px 5px;
    font-size: 20px;
}
.OnlineChatContainer .ChatStatus {
    padding: 10px;
    background-color: #eaf8fb;  
    margin-bottom: 10px; 
    text-align: center;     
}
.OnlineChatContainer .ChatStatus .SubTitle {
    margin: 0px;
}
.OnlineChatContainer .ChatStatus .ByLine {
    font-size: 10px;
    font-weight: bold;
}
    .OnlineChatContainer .ChatStatus .ChatStart {
        text-align: left;
    }
        .ChatStart .WelcomeMember {
            float: left;
            width: 315px;
        }
            .ChatStart .WelcomeMember .MembersAvatar {
                float: left;
                width: 40px;
                border: 1px solid #cccccc;
            }
            .ChatStart .WelcomeMember .Copy {
                margin-left: 50px;
                padding-top: 7px;
            }
        .ChatStart .StartChatBtn {
            display: block;
            float: right;
            padding-top: 4px;
        }

.OnlineChatContainer .ChatSchedule .Description {
    margin-bottom: 15px;
}
.OnlineChatContainer .ItemArea-1Column .Item {
    padding-bottom: 10px;
    border-bottom: 1px dotted #898989;
}
.OnlineChatContainer .ItemArea-1Column .Thumbnail {
    width: auto;
    height: auto;
}
.OnlineChatContainer .ItemArea-1Column .Copy {
    margin-left: 87px;
    height: 57px;
    max-height: 57px;
    padding-top: 20px;
}
.OnlineChatContainer .ChatSchedule .Note {
    color: #989696;
    font-size: 10px;
    margin: 20px 0px 10px;
}

.OnlineChatContainer .ChatInstructions {
    margin: 15px 0px;
}
.OnlineChatContainer .ChatInstructions .SubTitle {
    margin-bottom: 10px;
}
.OnlineChatContainer .ChatInstructions p {
    margin-bottom: 12px;
}
.OnlineChatContainer .LoginLinks {
    margin-top: 15px;
}
.OnlineChatContainer .LoginLinks span {
    position: relative;
    top: -8px;
    display: inline-block;
    margin: 0px 10px;
}
.OnlineChatContainer .LoginLinks a {
    display: inline-block;
    height: 24px;        
}