/*
# Friendfeed Realtime Sidebar - Slim edition
#
# Maded by Kristian Salonen (krisu)
# [Friendfeed] http://friendfeed.com/krisu
# [Website] http://jouluserver.com/~krisu
#
# Feel free to modify
# If you publish mobified version, please leave credit that I have maded the original code
#
# Settings are at the bottom!
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://friendfeed.com/realtime?embed=1?sidebar") {

/* Smaller profile image */

img.picture.medium { width: 30px !important; height: 30px !important;
margin-top: 10px !important; }

/* Profile image hover */

img.picture.medium:hover { border: 1px solid #777777 !important; }

/* Removing un-necessary and moving elements */

.body .bubble,.b,.t,.l,.r,.tr,.tl,.br,.bl { background: none !important; }

.body { margin-left: 22px !important; }

.cluster { margin-left: -22px !important; }

.rightinfo { display: none !important; }

.rtinfo { margin-top: -5px !important; }

.likes { margin-left: -2px !important; }

.entry .likes { margin-left: -35px !important; }

.entry  .media { margin-left: -38px !important; }

.entry .info { margin-left: -32px !important; }

.comments { margin-left: -45px !important; }

#rtstatus { display: none !important; }

box.l_fulltoggle { margin-left: -30px !important; }

/* Less space */

.bottom { padding-bottom: 3pt !important; }

.fullentry .comments:last-child { margin-bottom: -8pt !important; }

.updates { margin-top: -5px !important; }


/* ---- SETTINGS ---- */


  /* ### Remove code below to show popups on persons (Careful, it's not pretty) ### */

.popup { display: none !important; }

  /* ### Remove changed font or change it ### */

* { font-family: Calibri !important; }

  /* ### Remove code to keep rounded corners in liked-box ### */

.box { -moz-border-radius: 0px !important; }

  /* ### Change media's image scale (original: 150px x 150px) [IN PREVIEW MODE] ### */

img.thumbnail { max-height: 150px !important; max-width: 150px !important; }

  /* ### Change media's image scale (original: 150px x 190px) [IN FULL MODE] ### */
.entry img.thumbnail { max-height: 150px !important; max-width: 190px !important; }

  /* ### "Home" text to "Sidebar" text. Delete code to keep original text.
     With opacity, you can change transparency of text (0.0 - 1.0) ###  */

#title h1 {
text-indent: -100px !important; 
margin-top: 4px !important;
width: 78px !important;
height: 18px !important;
background: no-repeat transparent url(http://farm4.static.flickr.com/3658/3359897616_400d2f4088_o.png) !important;
opacity: 0.7 !important; }

}