/* Users */
#users img{float:left;margin-right:15px}
#users .user{clear:both;float:left;width:100%;padding:10px 0;border-top:1px solid #1c1c1c}
#users h4{font-weight:bold;font-size:14px;margin:2px 0 1px 0}
#users p{color:#999;font-size:11px;margin-bottom:0}

/* Info */
#profile dt{font-size:11px;color:#666;float:left;width:90px}
#profile dd{color:#ddd;padding-bottom:4px}

/* Username */
.username{font-size:25px;text-transform:none;color:#fff;margin:12px 0 2px 0}
.country{color:#999}
.country span{margin-left:10px}

/* Image */
.user_image{margin:0 17px 10px 0;float:left}
.user_image img{border:3px solid #1c1c1c;}

/* Exceptions */
#profile #commentform{border-top:0;padding-top:0}
#profile .event{border-top:0;border-bottom:1px solid #1a1a1a;}
#profile #events .event:last-child{border-bottom:0}

/* Friends */
#friends img{float:left;margin-right:15px}
#friends .friend{clear:both;height:30px;padding:10px 0;border-bottom:1px solid #1a1a1a}
#friends .friend:last-child{border-bottom:0}
#friends h3{font-weight:bold;font-size:14px;margin:2px 0 1px 50px !important;border:1px solid red}
#friends p{color:#999;font-size:11px}


