﻿

.slideshow_frame
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 10px; 
    height: 250px; 
    background-color: #5B5B65;
    color: White; 
    padding: 10px; 
    font-size: x-large; 
    font-weight: lighter;
}

.sports_frame
{
    text-align: center;
    margin: auto; 
    font-size: x-large; 
    font-weight: lighter;
            -moz-border-radius: 10px; 
            -webkit-border-radius: 10px; 
            background-color: #5b5b65;
            color: White; 
            padding: 10px; 
            height: 250px;    
}
.sports_title
{
    color: #dadada; 
    font-size: x-large; 
    text-align: left;    
}

.sports_menu_item
{
    color: #dadada; 
    font-size: 20px; 
    font-weight: 300;
}

.follow_us_frame
{
   text-align: center; 
   margin: auto; 
   font-size: x-large; 
   font-weight: lighter;
            -moz-border-radius: 10px; 
            -webkit-border-radius: 10px; 
            background-color: #5b5b65;
            color: White; 
            padding: 10px; 
            height: 150px; 
            margin-top: 10px;
}
.sport-link
{
   float:left;
   width:235px;
}


.delicious  a:hover
{
    background: url(../../images/followuson/delicious.png); 
    display:block; 
    width: 48px;
    height: 48px;
    z-index:999;
 }
.delicious a {
    background: url(../../images/followuson/delicious-gray.png);  
    display:block;
    width: 48px;
    height: 48px;

 }



.facebook  a:hover
{
    background: url(../../images/followuson/facebook.png); 
    display:block; 
    width: 48px;
    height: 48px;
    z-index:999;
 }
.facebook a {
    background: url(../../images/followuson/faceBook-gray.png);  
    display:block;
    width: 48px;
    height: 48px;

 }
 
.twitter a
{
    background: url(../../images/followuson/twitter-gray.png); 
    display:block; 
    width: 48px;
    height: 48px;
    
 }
 .twitter a:hover
{
    background: url(../../images/followuson/twitter.png); 
    display:block; 
    width: 48px;
    height: 48px;
   z-index:1000;
 }
.rss a
{
    background: url(../../images/followuson/rss-gray.png); 
    display:block; 
    width: 48px;
    height: 48px;
    
 }
 .rss a:hover
{
    background: url(../../images/followuson/rss.png); 
    display:block; 
    width: 48px;
    height: 48px;
   z-index:1000;
 }
