﻿
/*************************************/
/** STYLES ONLY NEEDED FOR HOMEPAGE **/
/*************************************/

/** LAYOUT STYLES **/
            #col3 
            {
                width: 298px;
                float: right;
            }

            #haroldIntro,#pescaroloSport,#latestNewsHeadlines,#latestImages,#latestVideos
            {
                float:left;
                clear:none;
                display:block; 
            }
            #latestNewsHeadlines,#latestImages,#latestVideos
            {
                float:right;            
            }
            #haroldIntro,#pescaroloSport,
            {
                margin-right:7px;
            }
            
            html>body #haroldIntro,html>body #pescaroloSport,
            {
                margin-right:9px;
            } 
            
            #latestNewsHeadlines
            {
                margin-right: 9px;
            }
         /**   #haroldIntro
            {
                margin-bottom:2px;                
            } **/
            #haroldIntro,#pescaroloSport
            {
                width:132px;
            }
            #pescaroloSport
            {
                clear:left;
            }
            
            #latestNewsHeadlines,#latestImages,#latestVideos
            {
                width:284px;       
            }
            
            #latestNewsHeadlines .innerContent,#latestImages .innerContent,#haroldIntro .innerContent,#pescaroloSport .innerContent, #latestVideos .innerContent
            {
                width:auto;
                margin:6px 0 0 0;
                padding:0;
            }
            
            html>body #latestNewsHeadlines .innerContent,html>body #latestImages .innerContent,html>body #haroldIntro .innerContent,html>body #pescaroloSport .innerContent, html>body #latestVideos .innerContent
            {
                margin:inherit;
                margin:inherit;
            }

            #homeContent
            {
                float:left;
                width:760px;
            }
            
            #latestNewsHeadlines .arrow
            {
                float:right;
                clear:right;
            }
            
            
            #pescaroloSport .innerContent 
            {
                margin: 17px 0px 21px;
            }
            
            #col3 #latestVideos  .innerContent 
            {
                margin: 6px 0px;
}

            html>body #pescaroloSport .innerContent 
            {
                padding: 14px 0px;
            }
            
            html>body #col3 #latestVideos .innerContent 
            {
                margin: inherit;
            }
           
            

/** TOP NEWS STORY **/
            #topNewsStory
            {
                display:block;
                float:left;
            }
            #topNewsStory .date
            {
                color:#999;
                display:block;
                font-weight:bold;
            }
            #topNewsStory .headline
            {
                color:#cc0000;
                display:block;
                font-weight:bold;
                font-size:1.2em;
                margin:6px 0 12px 0;
            }
            #topNewsStory .arrow
            {
                margin:8px 0 0 0;
            }

            a#topNewsStory img
            {
                float:left;
                margin-right:5px;
                margin-bottom:1px;
            }
            a#topNewsStory .arrow img
            {
                float:none;
                margin:0 0 0 6px;            
            }

/** MORE NEWS **/

            .otherNews
            {
                display:block;
                float:left;
                margin:7px 0 0 0;
                width:279px;
            }
            .otherNews .date
            {
                color:#999;
                display:block;
                font-weight:bold;
            }
            .otherNews .headline
            {
                color:#cc0000;
                display:block;
                font-weight:bold;
                font-size:1.1em;
                margin:6px 0 10px 0;
            }

            a.otherNews img
            {
                float:left;
                margin-right:5px;
                margin-bottom:1px;
            }
            .otherNews .arrow
            {
                margin:0;
                clear:none;
            }
            .otherNews .arrow img
            {
                float:none;
                margin-right:0;
                margin-bottom:0;
                clear:none;
            }
            
           