/* Menéame colors and images */

/***
All images referenced by the CSS and distributed in the tar file are
copyrighted by Benjamí Villoslada and published under a CC license:
http://creativecommons.org/licenses/by-sa/2.5/

Source code was developed by Ricardo Galli, it's published
under the Affero GPL License (http://meneame.net/COPYING) unless
stated otherwise in individual files.
***/

/* sneaker */

.sneaker {
	font-size: small;
	/*background: url(../../img/mnm/elmnm-sneak-reverse02.png) 97% 95% no-repeat;*/
}

.sneaker-title strong {
/*color: #FF9400;*/
color: #777777;
}

.sneaker-story .thumb {
float: left;
margin: 0 4px 0 0;
}

.sneaker-legend {
	color: #555555;
	background-color: #ebeef5;
	border: 1px solid #d8deec;
}

.sneaker-item {
	border-bottom-color: #ddd;
}

.sneaker-chat, .sneaker-chat a {
color: #9B0000;
}

.sneaker-chat-friends, .sneaker-chat-friends a {
color: #255c25;
}

.sneaker-chat-admin, .sneaker-chat-admin a {
color: #f00000;
}

.sneaker-who img {
	border-color: #a7cbff;
}

.sneaker-problem {
color: #F00;
}

.sneaker-published {
/*color: #FF6400;*/
color: #777777;
}

.sneaker-discarded {
color: #D9AA95;
}

