/* User Pages Styles - Version 0.8.0 */

.inactive h3,.inactive h3 a {
color: #bbb!important;
}

div#userobjects {
margin-bottom: .4em;
margin-top: 20px;
}

div#userprofile {
margin-bottom: 2em;
}

div#userprofile div#userbox {
background: url(../images/userpic.png) no-repeat #fff;
border: 1px solid #ccc;
float: left;
height: 60px;
margin-right: 10px;
width: 60px;
}

div#userprofile h1 {
font-size: 24px;
margin-bottom: .2em;
}

div#userprofile p {
color: #555;
font-size: 14px;
}

li.user h3 {
margin-bottom: 5px;
}

li.user h3 a {
display: block;
float: left;
overflow: hidden;
width: 240px;
}

li.user h3 span {
display: block;
float: left;
font-size: 14px;
font-weight: 400;
padding-top: 6px;
text-align: left;
width: 200px;
}

li.user h3 span+span {
display: block;
float: right;
padding-top: 0;
text-align: left;
width: 160px;
}

li.user h4 {
font-size: 12px;
font-weight: 400;
}

ul#user-list {
list-style: none;
}

ul#user-list li.user {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 5px;
padding-left: 30px;
}

ul#user-list li.user.alt {
background: #eee;
}

.userDelete {
cursor: pointer;
}