/** Layout and container **/
body {
    font-family: Arial;
    font-size: small;
}
#layout {
    width: 960px;
    margin: 10px auto;
    font-family: Arial;
    font-size: small;
    text-align: left;
    color: #333333;
}

/** Headers **/
.gheader {
    font-family: Tahoma, sans-serif;
    font-size: medium;
}
.fheader {
    text-transform: uppercase;
    font-family: Tahoma, sans-serif;
    font-size: xx-large;
    font-weight: normal;
}


/*  GLOBAL HEADER   */
#header {
    width: 100%;
    float: left;
}

#header .logo {
    width: 200px;
    height: 50px;
    border: none;
    vertical-align: text-bottom; 
    float: none;
}

/* NAV */
.main_nav {
    list-style: none;
    margin: 0;
    padding: 0;  
    position: relative;      
}

.main_nav li {
    float: left;
}
.main_nav a {
    font-size: medium;
    color: #fff;
    text-decoration: none;
}
.main_nav a:hover {
    text-decoration: underline;
}

.main_nav .spacer {
    height: 20px;
    border-left: solid 1px #00617E;
    border-right: solid 1px #00B6EB;
    margin: 0 15px;
    width: 0;
    float: left;
}

.menu_nav:hover .spacer,
.menu_nav.sfhover .spacer {
    margin-left: 31px;
    margin-right: 0;
    border: none;
}

.menu_nav {
    height: 30px;
    position: relative;
}

.menu_nav .arrow {
    height: 7px;
    width: 10px;
    position: absolute;
    right: 25px;
    top: 7px;
    background: transparent url(/images/common/small_arrows_sprite.png) no-repeat right 0px;
}

li.menu_nav div {
    float: left;
    padding-right: 12px;
}

li.menu_nav:hover div,
li.menu_nav.sfhover div {
    padding-right: 0;
}

.menu_nav:hover .arrow,
.menu_nav.sfhover .arrow {
    background-position: right -8px;
    right: 10px;
    top: 15px;
}

.menu_nav:hover,
.menu_nav.sfhover {
    border-bottom: none;
    background-color: #ededed;
    padding-left: 15px;
    padding-top: 10px;
    margin-top: -10px;
    margin-left: -16px;
    margin-right: 16px;
    color: #0097C4;
    /*width: 75px;*/
}
.menu_nav ul.main_menu {
    position: absolute;
    z-index: 50;
    width: 230px;
    border: solid 1px #0094C4;
    border-top: none;
    left: -999em;
    list-style: none;
    background-color: #ededed;
    padding: 15px;
    margin: 0px;
    top: 40px;
}

.menu_nav:hover ul.main_menu,
.menu_nav.sfhover ul.main_menu {
    left: -1px;
}

.menu_nav ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu_nav ul ul li{
    float:none;
    font-size:15px;
    line-height:85%;
    padding-bottom:10px;
    padding-left:25px;
    width:145px;
}
.main_nav ul.vertical_wrap {
    float: left;
}

.main_nav ul.vertical_wrap .first {
    margin-top: 21px;
}

.menu_nav a {
    color: #A6007C;
    font-size: smaller;
    font-family: Tahoma, sans-serif;    
}

.nav_heading {
    font-family:Tahoma;
    color: #666;
    font-size: small;
    padding: 5px 25px;
    height: 13px;
    display: block;
    background:transparent url(../images/common/hub_icons.gif) no-repeat scroll;
    
}
.tv_nav .nav_heading{
    background-position: left 4px;
    text-transform: uppercase;
}
.movies_nav .nav_heading {
    background-position: left -20px;
    text-transform: capitalize;
}
.tv_movie_stars_nav .nav_heading {
    background-position: left -66px;
    text-transform: capitalize;
}
.music_artists_nav .nav_heading {
    background-position: left -90px;
    text-transform: capitalize;
}
.athletes_nav .nav_heading {
    background-position: left -136px;
    text-transform: capitalize;
}
.politicians_nav .nav_heading {
    background-position: left -110px;
    text-transform: capitalize;
}
.publications_nav .nav_heading {
    background-position: left -158px;
    text-transform: capitalize;
}


.nba_nav .nav_heading {
    background:transparent url(../images/common/hub_icons.gif) no-repeat scroll left -40px;
    text-transform: uppercase;
}
.icons_nav .nav_heading {
    background:transparent url(../images/common/hub_icons.gif) no-repeat scroll left -65px;
}
.musicians_nav .nav_heading {
    background:transparent url(../images/common/hub_icons.gif) no-repeat scroll left -88px;
}
.politicians_nav .nav_heading {
    background:transparent url(../images/common/hub_icons.gif) no-repeat scroll left -111px;
}
.athletes_nav .nav_heading {
    background:transparent url(../images/common/hub_icons.gif) no-repeat scroll left -134px;
}




/*    SIGN IN    */
#signin {
    float: right;
    margin-top: 28px;
    font-size: small;
}

#signin p {
    float: left;
    margin: 0;
    padding: 0;
}

#signin a.signin_twitter {
    background: url(../images/common/signin_twitter.gif) no-repeat scroll 0 0;
    height:22px;
    width: 150px;
    display: block;
}

#signin a.signin_twitter:hover {
    background-position: 0 -24px;
}

#signin a.signin_twitter.pressed {
    background-position: 0 -48px;
}

#signin a.signin_twitter span {
    display: none;
}


/*      SUBHEADER     */
#header .subheader {
    position: relative;
    width: 100%;
    margin-top: 15px;
    float: left;
    height: 40px;
    background: url(../images/common/header_sprite.gif) no-repeat scroll left bottom;
    background-color: #0097C4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
}

#header .title {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #fff;
}

#header .addthisButton {
    position: absolute;
    top: 10px;
    height: 20px;
    right: 20px;
}


/** Footer **/
#footer {
    width: 100%;
    border-top: 3px solid #0097C5;
    padding-top: 15px;
    clear: both;
}

#footer .copyright {
    float: left;
}

#footer .navigation {
    float: right;
    list-style-type: none;
    margin-top: 0px;
}

#footer .navigation li {
    float: left;
    padding-right: 5px;
}

#footer .navigation a {
    color: blue;
    text-decoration: none;
}

#footer .navigation a:hover {
    text-decoration: underline;
}

/** Feeds **/
#feeds {
    position: relative;
}

#feeds .header {
    position: relative;
    overflow: hidden;
    background: #FFFFFF url(../images/common/imgorangepixel.jpg) repeat-x scroll 0 50%;
}

#feeds .header h1 {
    padding-right: 5px;
    color: #0097C4;
    background-color: #FFFFFF;
    float: left;
}

#feeds .header .search_filters {
    margin-top: 10px;
    padding-left: 5px;
    background-color: #FFFFFF;
    text-align: right;
    float: right;
}

#feeds .header .search_filters a {
    margin-right: 10px;
    color: #FF6600;
    font-weight: bold;
    text-decoration: none;
    outline-style: none;
}


#feeds .header .search_filters a:hover {
    text-decoration: underline;
}

#feeds .header .search_filters .selected {
    margin-right: 10px;
    padding: 2px 5px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #FF6600;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#feeds .header .search_filters .last_filter {
    margin-right: 0;
}

#feeds .participant_filters {
    width: 630px;
    margin-bottom: 15px;
    float: left;
}

#feeds .participant_filters .header {
    margin-left: 29px;
}

#feeds .participant_filters .dropdown {
    margin-left: 20px;
}

#feeds .participant_filters .filmstrip {
    margin-top: 10px;
    float: left;
}

#feeds .participant_filters .filmstrip.show {
    display: block;
}

#feeds .participant_filters .filmstrip.hide {
    display: none;
}

#feeds .participant_filters .filmstrip .arrow_left {
    border: none;
    outline-style:none;
    outline-width:0;
    margin-top: 5px;
    float: left;
    height: 42px;
    width: 24px;
    background: url(../images/common/arrow_sprite.gif) no-repeat 0 -42px;
    border: none;
}

#feeds .participant_filters .filmstrip .arrow_left.more_participants {
    background-position: 0 -84px;
}

#feeds .participant_filters .filmstrip .arrow_left.active {
    margin-top: 7px;    
}

#feeds .participant_filters .filmstrip .viewport {
    position: relative;
    width: 570px;
    height: 60px;
    margin: -4px 5px 0 5px;
    overflow: hidden;
    float: left;
}

#feeds .participant_filters .filmstrip .gallery {
    position: absolute;
    width: 5000%;
    bottom: 0px;
    left: 0px;
    float: left;
}

#feeds .participant_filters .filmstrip .gallery a {
    text-decoration: none;
}

#feeds .participant_filters .filmstrip .gallery .thumb {
    width: 67px;
    height: 47px;
    border: 1px solid #ccc;
    margin-top: 0px;
    margin-right: 7px;
    float: left;
    cursor: pointer;
    padding: 3px;
}

#feeds .participant_filters .filmstrip .gallery .thumb.selected {
    border: 1px solid #A60076;
    margin-top: -4px;
}

#feeds .participant_filters .filmstrip .gallery .thumb.hover {
    border: 1px solid #A60076;
}

#feeds .participant_filters .filmstrip .arrow_right {
    border: none;
    outline-style:none;
    outline-width:0;
    margin-top: 5px;
    float: left;
    height: 42px;
    width: 24px;
    background: url(../images/common/arrow_sprite.gif) no-repeat 0 0px;
}

#feeds .participant_filters .filmstrip .arrow_right.more_participants {
    background-position: 0 -126px;
}

#feeds .participant_filters .filmstrip .arrow_right.active {
    margin-top: 7px;    
}

#feeds .participant_filters .link_clear_selection {
    margin-top: 5px;
    margin-left: 35px;
    font-size: 8pt;
    float: left;
}

#feeds .participant_filters .link_clear_selection.show {
    display: block;
}

#feeds .participant_filters .link_clear_selection.hide {
    display: none;
}

#feeds .results {
    width: 630px;
    float: left;
    padding: 0 30px;
}

#feeds .results .feedback {
    color: #FF6600;
    height: 25px;
}

#feeds .results .feedback h2 {
    display: inline;
}

#feeds .results .feedback .throbber {
    margin-left: 7px;
}

#feeds .results .feedback .throbber.hide {
    display: none;
}

.reply_link:visited {
    color:#0000EE;    
}

#feeds .results .tweets {
    padding: 0;
    margin: 0;
    margin-right: 60px;
}

#feeds .results .tweets li {
    position: relative;
    border-top: 1px dashed #D2DADA;
    padding: 10px 0;
    list-style-type: none;
    float: left;
    width: 100%;
}

#feeds .results .tweets .container_thumbnail { 
    width: 48px;
    margin-right: 10px;
    float: left;
}

#feeds .results .tweets .container_thumbnail .link { 
    color: #FFFFFF;
    border: none;
}

#feeds .results .tweets .container_thumbnail .photo { 
    width: 48px;
    height: 48px;
}

#feeds .results .tweets .container_tweet { 
}

#feeds .results .tweets .container_tweet .meta a,
#feeds .results .tweets .container_tweet .meta a:visited {
    color: #999;
    text-decoration: none;
}

#feeds .results .tweets .container_tweet .meta a:hover,
#feeds .results .tweets .container_tweet .meta a:focus {
    text-decoration: underline;
}

#feeds .results .tweets .container_tweet .main {
    float: left;
    width: 405px;
    *width: 350px;  /* IE 7 */
    margin-right: 5px;
    overflow: hidden;
}

#feeds .results .tweets .container_tweet .meta { 
    margin-top: 3px;
    font-size: 8pt;
    color: #999;
}

#feeds .results .tweets .container_tweet .actions {
    float: left;
    margin: 0;
    padding: 0;
    width: 75px;
}

#feeds .results .tweets .actions a,
#feeds .results .tweets .actions a:visited {
    display: block;
    color: #0097C4;
    text-decoration: none;
    background: white url(../images/common/green_icons_sprite.png) no-repeat;
    padding: 2px 0;
    padding-left: 20px;
    
}

#feeds .results .tweets .actions a:hover,
#feeds .results .tweets .actions a:focus {
    text-decoration: underline;
}

#feeds .results .tweets .actions .reply,
#feeds .results .tweets .actions .reply:visited {
    background-position: left -16px;
    margin-right: 20px;
}

#feeds .results .tweets .actions .reply:hover,
#feeds .results .tweets .actions .reply:focus { 
    background-position: left 2px;
}

#feeds .results .tweets .actions .retweet,
#feeds .results .tweets .actions .retweet:visited {
    background-position: left -52px;
}

#feeds .results .tweets .actions .retweet:hover,
#feeds .results .tweets .actions .retweet:focus {
    background-position: left -34px;
}

#feeds .results .pagination {
    border-top: 1px dashed #D2DADA;
    margin: 0 60px 0 0;
    padding-top: 15px;
    text-align: center;
    clear: both;
}

#feeds .results .pagination .link_more_results {
}

/** Tweet Us **/
#tweetUs {
    width: 100%;
    float: left;
    background-color: #E6F0F2;
}

#tweetUs .header {
    color:#0097C5;
    height: 20px;
    margin: 10px 0 0 10px;
}

#tweetUs .subtitle  {
    font-weight: bold;
    color: #999999;
    margin: 5px 0 0 10px;
}

#tweetUs .content {
    margin: 10px 5px 15px 0;
    text-align: justify;
    position: relative;
}

#tweetUs .content .right_side {
    float: right;
    margin-top: 16%;
}

#tweetUs .content img {
    margin-bottom: 2px;
}

#tweetUs .content textarea {
    width: 190px;
    height: 80px;
}

#tweetUs .content button {
    width: 51px;
    height: 23px;
    margin-right: 5px;
    border: none;
    padding-top: 6px;
    background: transparent url(../images/common/button_sprite.gif) no-repeat 0 -96px;
    overflow: hidden;
    cursor: pointer;
}
#tweetUs .content button:hover {
    background-position: 0 -120px;
}

#tweetUs .tail {
    position: absolute;
    background: #696969 url(../images/common/tweetbubble/imgbubblearrow.jpg) no-repeat center top;
    height: 20px;
    width: 36px;
    left: 20px;
    bottom: -20px;
    border-top:1px solid #949494;
}


/** Follow  **/
#follow {
    float: left;
}

#follow .header {
    width: 100%;
    height: 38px;
    background-image: url('/images/imgtopgreymodule.jpg');
    background-repeat: repeat-x;
    overflow: hidden;
}

#follow .header .title {
    margin: 10px 0 0 20px;
    color: #666666;
}

#follow ul {
    margin: 0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 0 10px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#follow ul .account {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px dashed #D2DADA;
    overflow: hidden;
}

#follow ul .account.last {
    border-bottom: none;
}

#follow ul .account .photoLink {
    position: relative;
    border: none;
    float: left;
}

#follow ul .account .photoLink img {
    width: 50px;
    height: 50px;
    border: none;
}

#follow ul .account .content {
    position: relative;
    width: 125px;
    margin-top: 3px;
    margin-left: 15px;
    padding-bottom: 15px;
    float: left;
}

#follow ul .account .content a {
    color: #0097C4;
    text-decoration: none;
}

#follow ul .account .content a:hover {
    text-decoration: underline;
}

#follow ul .account .content p {
    font-size: 8pt;
}

#follow ul .account .content .primary_title {
    margin-top: 3px;
}

#follow ul .account .followLink {
    position: relative;
    margin-top: 13px;
    border: none;
    float: right;
}

#follow ul .account .follwing_label {
    background: transparent url(../images/common/green_icons_sprite.png) no-repeat left -87px;
    padding-left: 20px;
}

#follow ul .account .followLink img {
    width: 51px;
    height: 23px;
    border: none;
}

#follow .follow_tweet {
    width: 240px;
    clear: both;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear:both;
    margin-top:15px;
    width: 240px;
    padding: 8px 5px 8px 30px;
    background: #cccccc url(../images/common/tweet_quotes.gif) no-repeat top left;
}

#follow .tweet_time {
    display:block;
    font-size:smaller;
    text-align:right;
}

#follow .footer {
    width: 298px;
    height: 11px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-image: url('/images/imgbottomgradient.jpg');
    background-repeat: repeat-x;
    overflow: hidden;
    float: left;
}

#follow_filters {
    border-bottom: solid 1px #cccccc;
}

#follow_filters a {
    text-decoration: none;
    color:#0097C4;
}

#follow_filters li {
    float: left;
    margin: 5px 3px 0 0;
    padding: 5px 15px;
    border: solid 1px #ccc;
    border-bottom: none;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: transparent url(../images/common/sprtfollowtabs.png) repeat-x 0 -56px;
}
#follow_filters li.active {
    background: none;
    border-bottom:1px solid white;
    margin-bottom:-1px;
}

#follow_filters li.active a {
    color: black;
}

#follow .follow_subfilters {
    height: 20px;
    padding-top: 10px;
}

.follow_subfilters.hidden {
    display: none;
}

.follow_subfilters.active {
    display: block;
}

.follow_subfilters li {
    float: left;
    border-right:1px solid black;
    padding:0 14px;
}

.follow_subfilters li.last {
    border-right: none;
}

.follow_subfilters li a {
    text-decoration: none;
}

.follow_subfilters li.active a {
    color: black;
}


/** Modal **/
.modal {
    position: absolute;
    padding: 10px;
    border: 1px solid #6f6f6f;
    text-align: center;
    background-color: #FFFFFF;
    z-index: 1000;
    width: 300px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.modal_show {
    visibility: visible;
    display: block;
}

.modal_hide {
    visibility: hidden;
    display: none;
}

.modal_dissapear {
    display: none;
}

.modal_appear {
    display: block;
}

.modal .title {
    font-family: Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #0097C4;
}

.modal .content{
    font-family: Arial;
    font-size: 12pt;
}

.modal .buttons {
    text-align: right;
}

.modal .buttons input {
    margin-bottom: -5px;
}

/** Modal Mask **/
.modalmask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background-color: #333333;
}

.modalmask_show {
    visibility: visible;
    display: block;
}

.modalmask_hide {
    visibility: hidden;
    display: none;
}

.modalmask_dissapear {
    display: none;
}

.modalmask_appear {
    display: block;
}



.feature_header {
    font-size: xx-large;
    font-family: Tahoma, sans-serif;
    color: #0097C4;
}

.general_header {
    font-size: large;
    font-family: Tahoma, sans-serif;
    color: #999999;
}


#featured_blogs ul {
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    padding: 5px 15px;
    margin: 0;
    list-style: none;
}

#featured_blogs ul li {
    padding: 10px;
    border-bottom: 2px dotted #ccc;
}

#featured_blogs ul li.last {
    border-bottom: none;
}

#featured_blogs a {
    text-decoration: none;
    border: none;
    color: #115EA6;
}

#featured_blogs a:hover {
    text-decoration: underline;
}

/** Blog Entries **/
#featured_blogs .header {
    width: 100%;
    height: 38px;
    background-image: url('/images/imgtopgreymodule.jpg');
    background-repeat: repeat-x;
    overflow: hidden;
}

#featured_blogs .header .title {
    margin: 10px 0 0 20px;
    color: #666666;
}

#featured_blogs .footer {
    width: 298px;
    height: 11px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-image: url('/images/imgbottomgradient.jpg');
    background-repeat: repeat-x;
    overflow: hidden;
}


.s_reader {
    position: absolute;
    left: -999em;
}

.hidden {
    display: none;
}
.visible {
    display: block;
    visibility: visible;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}
