/*
    This file is provided "AS IS" without any kind of guarantee. All data contained
    in this stylesheet file have been widely tested, but are not excluded from
    possible issues. Use this file at your own risk. The author of this work won't
    be liable of any kind of damage derived by the wrong use or the misuse of the file.

    You can only distribute this file, NOT MODIFIED, reporting the name of the original
    author.
*/

/*
    Meemi Glass v0.12 - Glass-ize your Meemi.com profile.
    Copyright (c)2010, Marco Trulla a.k.a. RagnarÃ¸kkr - http://ragnarokkr.altervista.org/
    Web: http://userstyles.org/styles/37072
    Email: <ragnarokkr@altervista.org>
    Public PGP Key: http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x4A277458A20E477D
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain('meemi.com') {

/* All anchors */
a {
  color: #00007f !important;
}

/* Generic areas settings */
#menu3, .notifiche, .fast_meme, #undodiv, .w, .mostra_thread, .reply, .dx {
  -moz-box-shadow: 0px 0px 6px #666 !important;
  -webkit-box-shadow: 0px 0px 6px #666 !important;
  box-shadow: 0px 0px 6px #666 !important;
}

.notifiche, .fast_meme, .reply, .w, .dx {
  background-color: rgba(255,255,255,0.5) !important;
}

/* Static text strings */
.opt, .time, .small, .rev, .dx .t  {
  color: black !important;
}

/* Adjusts the notification area position and orientation */
.notifiche {
  position: fixed !important;
  margin-left: 958px !important;
  width: 32px !important;
  z-index: 9999;
}
.notifica .count:hover {
  font-size: 14px !important;
  cursor: pointer !important;
}

/*
    Adjusts search & fast meme areas and sidebar, to make enough space for
    the vertical notification area
*/    
div .dx, .fast_meme {
  width: 250px !important;
  margin-right: 50px !important;
}

/*
    Adjusts the search and fast meme input field size
*/    
form input[type="text"] {
  width: 200px !important;
}

/*
    Adjusts the size of temporary messages
*/    
#undodiv {
  width: 930px !important;
}

/*
    Sets the meme opacity and adds an orange glow to icons and buttons 
    on meme area on mouse hover event.
*/    
.meme:hover, .sidebar:hover {
  background-color: rgba(255,255,255,0.8) !important;
}
.mostra_thread:hover, .iconem img:hover, .other_dx img:hover {
  -moz-box-shadow: 0px 0px 12px orange !important;
  -webkit-box-shadow: 0px 0px 12px orange !important;
  box-shadow: 0px 0px 12px orange !important;
}
.meme:hover, .sidebar img.av:hover  {
  -moz-box-shadow: 0px 0px 12px yellow !important;
  -webkit-box-shadow: 0px 0px 12px yellow !important;
  box-shadow: 0px 0px 12px yellow !important;
}


/*
    Sets the aspect of the source text
*/    
.s {
  color: white !important;
  text-shadow: black 1px 1px 1px !important;
}

/*
    Adjusts the size of ADV images and flash boxes
*/    
div.adv.box a img, div.adv.box a.adhere, div.adv.box iframe, object[width='300'] {
  width: 245px !important;
}
/*
    Hides all recent users with an anonimous avatar
*/    
.box img[src="http://meemi.com/stc/i/avatar-s.png"] {
  display: none !important;
}

/*
    Justifies the text within memes and theirs replies
*/
.w .c, .meme .t, .reply {
  text-align: justify !important;
}

/*
    Adjusts the aspect of the header
*/    
#footer {
  margin-bottom: 20px !important;
  background-color: rgba(255,255,255,0.5) !important;
  -moz-box-shadow: 0px 0px 6px #666 !important;
  -webkit-box-shadow: 0px 0px 6px #666 !important;
  box-shadow: 0px 0px 6px #666 !important;
}

}

/* meemi-glass-0.12.css */