/*
    Clean Up Technorati : (www.technorati.com)

       A stylesheet for Technorati that cleans up
       the layout a bit. (The effects are most 
       noticeable on the search results pages.
       It removes most of those annoying and
       page cluttering ads and banners including 
       the sponsored text links mixed in with results.

        by Jeoffory Hudson

*/
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.technorati.com") {

.textads-inline, .sponsors-right-vert, .sponsors-right-300 {
 display: none !important;
}

.meta {
 color: #AAAAAA !important;
 border-bottom: 1px solid #BBEEAA !important;
 padding: 3px !important;
 font-size: 10px !important;
}

cite.bloginfo {
 font-size: 11px !important;
}

.kwContents p {
 color: #444 !important;
 font-size: 12px !important;
 margin-bottom: 5px !important;
 margin-top: 5px !important;
 padding-left: 15px !important;
}

img[src="http://static.technorati.com/static/img/user/icn-emptyuser-24x24.png"] {
 display: none !important;
}

ol.latest li h3, .meta {
 background-color: #F4F4F4 !important;
 padding-left: 10px !important;
 border-left: 1px solid #BBEEAA !important;
}

ol.latest li h3 {
 padding-top: 5px !important;
}

ol.latest li {
 margin-bottom: 15px !important;
}

}