

.listing_buzz .col h1 {
    font: bold 12px/16px Arial, Helvetica, sans-serif;
    padding: 0 0 12px;
    margin: 0 0 8px;
    border-bottom: 1px solid #d9d9d9;
}
.listing_buzz .col h2 {
    position: relative;
    padding-left: 21px;
}
    .listing_buzz .col h2 img {
        position: absolute;
        left: 0;
        top: 18px;
    }
        .listing_buzz .col h1 + h2 img {
            top: 10px;
        }
    .listing_buzz .col h2.tw {
        background: url("../../images/sitewide/sprite.png") repeat 0 -1536px;
        padding-left: 33px;
    }
        .listing_buzz .col h1 + h2.tw {
            background-position: 0 -1545px;
        }
.listing_buzz .col ul {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 17px;
    margin: -10px 0 0;
    background: url("../../images/sitewide/chequer_ccc.png") repeat-x 0 100%;
}
    .listing_buzz .col ul:last-child {
        background: none;
    }
    .listing_buzz .col ul li {
        padding: 13px 10px 12px 0;
        border-top: 1px solid #ddd;
    }
        .listing_buzz .col ul li:first-child {
            border-top: 0 none;
        }
        
.listing_buzz .col ul.listing_tweets {
}
    .listing_buzz .col ul.listing_tweets li {
        float: none;
        display: block;
        margin: 0 !important;
        color: #666;
        height: auto;
    }
    
    
    
/* 05c_Alt-Detail.html is a variation of this, not sure if all the resources want or need this... */
/*.resources #content p + h3 {*/
.detail #content .media_audio ~ p + h3 {
    padding-top: 11px;
    margin-bottom: 10px;
    background: none;
}


/* author page */

#ifp.author > header {
}
    #ifp.author > header > h1 {
        color: #fff;
        position: relative;
        left: 0;
        top: 0;
        float: none;
        display: block;
        text-transform: none;
        padding: 60px 16px 0 60px;
        background: #4f4f4f;
        margin: 0 0 32px 0;
        font-size: 109px;
        line-height: 92px;
    }
        #ifp.author > header > h1 span {
            position: absolute;
            left: 65px;
            right: 16px;
            top: 0;
            display: block;
            text-transform: uppercase;
            font-size: 18px;
            line-height: 47px;
            height: 45px;
            border-bottom: 1px solid #696969;
        }
    #ifp.author > header > a {
        margin-top: 16px;
    }
#ifp.author header + .c.cols {
    padding: 0 300px 0 68px;
    width: 632px;
}
    #ifp.author header + .c.cols .about_the_author {
        position: static;
        display: inline;
        float: left;
        width: 616px;
        background: url("../../images/sitewide/chequer_ccc.png") repeat-x 0 0;
        padding: 21px 0 16px 0;
    }
    #ifp.author header + .c.cols .left {
        clear: left;
        position: static;
        display: inline;
        float: left;
        background: none;
        padding: 0;
        margin: 0 16px 0 0;
    }
        #ifp.author section.contact {
            padding-top: 15px;
        }
            .ie7 #ifp.author section.contact, 
            .ie8 #ifp.author section.contact {
                zoom: 1;
            }
            #ifp.author section.contact h1 {
                padding: 2px 0 11px;
                margin: 0 0 12px;
                border-bottom: 1px solid #DDD;
            }
            #ifp.author section.contact p {
                font-size: 12px;
                line-height: 18px;
                margin: 0 0 14px;
                color: #333;
            }
        
        #ifp.author section.tweets h1 {
             background: url("../../images/sitewide/sprite.png") repeat 0 -1550px;
             padding: 0 0 9px 33px;
             height: 20px;
             line-height: 20px;
             margin: -1px 0 12px;
             border-bottom: 1px solid #DDD;
         }
            #ifp.author ul.listing_tweets {
            }
                #ifp.author ul.listing_tweets li {
                    float: none;
                    display: block;
                    width: auto;
                    height: auto;
                    margin: 0 0 11px;
                    padding: 14px 0 0;
                    border-top: 1px dotted #ccc;
                }
                    #ifp.author ul.listing_tweets li:first-child {
                        border-top: 0 none;
                        padding-top: 0;
                    }
                    #ifp.author ul.listing_tweets li em {
                        padding-top: 7px;
                    }
    #ifp.author header + .c.cols .right {
        float: none;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    
h1.video span.mediaIcon {
  background-image: url('../../images/sitewide/media_icon_sprite.gif');
  background-repeat: no-repeat;
  padding-left: 34px;
  background-position: -6px -37px;
  position: relative;
}

h1.audio span.mediaIcon {
  background-image: url('../../images/sitewide/media_icon_sprite.gif');
  background-repeat: no-repeat;
  padding-left: 34px;
  background-position: -6px -2px;
}

span.locked {
  float: left;
}

/*h1.video div.restricted {
  background-image: url('../../images/sitewide/media_icon_sprite.gif');
  background-repeat: no-repeat;
  padding-left: 90px;
  margin-left: -40px;
  display: inline;
  background-position: 0px -108px;
}

h1.audio div.restricted {
  background-image: url('../../images/sitewide/media_icon_sprite.gif');
  background-repeat: no-repeat;
  padding-left: 90px;
  margin-left: -40px;
  display: inline;
  background-position: 0px -74px;
}*/

.hoverable {
  position: relative;
}
.hovering .hLine{
  border-top:1px solid #000;
  border-bottom:1px solid #444;
  margin:5px 0 5px 0; padding:0;
  height:0;
}

.hovering .description div {
  display: none;
}

.hovering{
  padding:10px;
  font-size:12px;
  text-align:left;
  line-height:1.4em;
  background:#222;
  color:#ccc;
  width:170px;
  top:20px; 
  left:20px;
  position:absolute;
  z-index:70;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  -moz-box-shadow:2px 2px 4px #555;
  -webkit-box-shadow:2px 2px 4px #555;
}
.hovering a, .hovering li a{
  -mox-text-shadow:0 1px 1px #999;
  color:#fff;
}
.hovering a:hover {
  text-decoration:none;
}

.hovering img {
  display: none;
}

/**************************************************
 * Members On Screen Single Page Style
 *************************************************/
#ifp.members_on_screen_single .attachment-mos_single_poster {
  float: right;
  margin-left: 12px;
  margin-bottom: 12px;
}

