/*
 * Pownce - Restyled
 *
 * Author      : THiC
 * Created     : July 13th, 2007
 * Updated     : n/a
 * Version     : 0.1
 * Website     : http://stumbl.be
 * Description : restyled: profile box, user-images, link list and changed background
 *             : (includes all subdomains)
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("pownce.com") {

body {
	background: #e5f1f4 url(http://ll50cc.googlepages.com/main-bg.gif) !important;
}
a:hover img.user, a:hover .intro img.user {
	border: double !important;
}
.intro {
        background: #b3d470 !important;
        font-weight: bold !important;
        font-size: 11px !important;
        padding-bottom: 5px !important;
}
ul.friends {
        background: #afcdd6 !important;
}

#side-1 ul.friends li, #side-2 ul.friends li, ul.friends li {
  background: #afcdd6 !important;
}
#side-1 .all-friends {
	margin-top: -15px !important;
}
.all-friends {
	background: #afcdd6 !important;
}
.all-friends:hover {
	background: #cee1e7 !important;
}
#side-2 ul.filter li:hover {
	padding: 0;
        background:#d1e5ea !important;
}
/*Removes Go Pro! block*/

#side-2 {height: 200px; overflow: hidden;
}
.locality {padding-left: 4px;
}

}