      
       
/*/ ----------------------------------------------------------------------------
// Header Styling
// ----------------------------------------------------------------------------*/
div#headerCelebs
{
        height:268px;
        background:url('../images/header-celebs.jpg') top center no-repeat;
        text-align:center;
        color:#183C77;
        cursor:pointer;
}
div#headerTech
{
        height:268px;
        background:url('../images/header-tech.jpg') top center no-repeat;
        text-align:center;
        color:#183C77;
        cursor:pointer;
}
div#headerMovies
{
        height:268px;
        background:url('../images/header-movies.jpg') top center no-repeat;
        text-align:center;
        color:#183C77;
        cursor:pointer;
}

/*/ ----------------------------------------------------------------------------
// Content Styling
// ----------------------------------------------------------------------------*/
div.bodyCelebs
{
        background:url('../images/body-celebs.jpg') top center no-repeat !important;
        text-align:center;
}
div.bodyTech
{
        background:url('../images/body-tech.jpg') top center no-repeat !important;
        text-align:center;
}
div.bodyMovies
{
        background:url('../images/body-movies.jpg') top center no-repeat !important;
        text-align:center;
}

/*/ ----------------------------------------------------------------------------
// Headline Titles
// ----------------------------------------------------------------------------*/
div.techtitle
{
        height:47px;
        background:url('../images/techtitle.png') no-repeat;
        margin-bottom:10px;
        margin-left:-5px;
}

div.celebstitle
{
        height:47px;
        background:url('../images/celebstitle.png') no-repeat;
        margin-bottom:10px;
        margin-left:-5px;
}

div.moviestitle
{
        height:47px;
        background:url('../images/moviestitle.png') no-repeat;
        margin-bottom:10px;
        margin-left:-5px;
}

/*/ ----------------------------------------------------------------------------
// Content Styling
// ----------------------------------------------------------------------------*/       
        div.newsItem
        {
                margin-bottom:10px;
        }
        
        div.newsItem h1
        {
                font-size:17px;
                color:#403a1d;
                margin-top:5px;
                margin-bottom:5px;
                text-indent:-9999px;
                cursor:pointer;
        }
        
                div.newsItem h1 a
                {
                        visibility: hidden;
                }
     
        div.newsItem p
        {
                font-size:12px;
                color:#403a1d;
                font-family: Arial;
        }
        
        div.newsItem div.posted
        {
                font-size:12px;
                color:#403a1d;
                font-family: Arial;
                margin:5px;
                margin-left:0px;
        }
        
        div.newsItem div.link
        {
                font-size:12px;
                color:#403a1d;
                font-family: Arial;
                margin:5px;
                margin-left:0px;
        }
        
        div.newsItem h2.otherservicesgroup
        {
                font-size:16px;
                color:#403a1d;
                margin-top:5px;
                margin-bottom:5px;
                text-indent:-99999px;
                background:url('../images/otherservices.png') no-repeat;
                height:31px;
                margin-left:-16px;
        }
        
                div.newsItem div.otherservicesGroup
                {
                        
                }
                
                        div.newsItem div.otherServiceItem
                        {
                                height:17px;
                                overflow:hidden;
                                margin-bottom:3px;
                        }
                        
                        div.newsItem div.otherServiceId
                        {
                                font-weight:bold;
                                float:left;
                        }
                        
                                div.newsItem div.otherServiceId img
                                {
                                        margin-left:20px;
                                }
                        
                        div.otherServiceText
                        {
                                padding-left:50px;
                        }
        
        div.newsItem h2.twittergroup
        {
                font-size:16px;
                color:#403a1d;
                margin-top:5px;
                margin-bottom:5px;
                text-indent:-99999px;
                background:url('../images/twittergroup.png') no-repeat;
                height:31px;
                margin-left:-16px;
        }
                
                div.newsItem div.twitterGroup
                {
                        
                }
   
                        div.newsItem div.twitterItem
                        {
                                float:left;
                                width:400px;
                                background:url('../images/twitteritem.jpg') 0px 15px no-repeat;
                                height:90px;
                        }
                        
                        div.newsItem div.twitterItem img
                        {
                                float:left;
                                margin-left:14px;
                                width:40px;
                                height:40px;
                                margin-top:3px;
                        }
                        
                                div.newsItem div.twitterItem div.twitterHeader
                                {
                                        font-size:14px;
                                        color:#403a1d;
                                        margin-top:5px;
                                        margin-bottom:8px;    
                                        margin-left:10px;
                                }
                                
                                div.newsItem div.twitterItem div.twitterText
                                {
                                        padding-left:70px;
                                        font-family: Arial;
                                        font-size:11px;
                                        color:#403a1d;
                                        padding-top:10px;
                                }
                                
        div.newsItem h2.sitediscussiongroup
        {
                font-size:16px;
                color:#403a1d;
                margin-top:5px;
                margin-bottom:5px;
                text-indent:-99999px;
                background:url('../images/sitediscussiongroup.png') no-repeat;
                height:31px;
                margin-left:-16px;
        }
        
                div.newsItem div.sourceLink
                {
                        padding-left:10px;
                        font-family: Arial;
                        font-size:11px;
                        color:#403a1d;
                        padding-top:5px;
                }
                
        
        div.subline
        {
                margin:10px;
                margin-left:0px;
        }

div.advertisement_content_title
{
        background:url('../images/advertisement_content_title.jpg');      
        height:38px;
        width:247px;
        margin-top:10px;
        margin-bottom:3px;
        margin-left:-5px;
}