@charset 'utf-8';

body.users .for-posts,
body.users .navbar .nav.for-posts {
	display: none;
}


body.users .for-users,
body.users .navbar .nav.for-users {
	display: inherit;
}

body.nav-users .for-users-heads,
body.nav-users-heads .not-for-users-heads {
	display: none;
}
body.nav-users-heads .for-users-heads {
	display: block;
}

body.users #nav-posts {
	display: none;
}

body.users #users {
	
}

body.users #users .user {
	position: relative;
	width: 290px;
	height: 134px;
	
	float: left;
	padding: 5px;
	margin: 5px;
	font-size: 120%;
	background: white;
	overflow: hidden;
}

body.users #users .user > * {
	margin-left: 136px;
}

body.users #users .user > .user_image {
	position: relative;
	float: left;
	margin-right: 7px;
	
	display: block;
	width: 136px;
	margin-right: -136px;
	margin-left: 0;
}


body.users #users .user .user_image a {
	display: block;
	border: 1px solid #888;
	outline: none;
}
body.users.use-hover #users .user .user_image a:hover {
	border: 1px solid #888;
}

body.users #users .user .user_image a img {
	display: block;
	height: 128px;
	width: 128px;
	max-width: none;
	
	background: white;
	padding: 3px;
	border: none;
}

body.users #users .user .user_info {
	padding: 0 7px;
	position: relative;
	height: 135px;
}

body.users #users .user .user_info .user_name {
	font-size: 120%;
	margin-bottom: 7px;
}

body.users #users .user .user_info .user_location {
	color: #333;
}

body.users body.use-hover #users .user .user_info .user_location:hover {
	
}

body.users #users .user .user_info .user_liked {
	
}

body.users #users .user .user_info .user_desc {
	font-size: 10px;
	line-height: 14px; 
	max-height: 84px; /* 14x6 */
	color: #888;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.users #users .user .user_type {
	background: #666;
	padding: 0 7px;
	
	position:absolute;
	right: 0;
	bottom: 0;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
}

body.users #users .user .user_type > *{
	background: #666;
}

body.users .navbar .navbar-sub form {
	padding: 0;
	margin: 5px 0 5px 6px;
}
body.users .navbar .navbar-sub form .input-append {
	margin-bottom: 0;
}

body.users .navbar .navbar-sub form input[name="q"] {
	font-size: 13px;
	width: 10em;
	line-height: 18px;
	padding: 1px 3px;
}

body.users .navbar .btn.add-on {
	padding: 0;
	margin:0;
	display: inline-block;
	height: 24px;
	width: 24px;
	text-align: center;
}
body.users .navbar .btn.add-on [class^="icon-"]{
	font-size: 1em;
	line-height: 1em;
}

html.is-mobile .navbar .navbar-sub form input[name="q"] {
	font-size: 16px;
	line-height: 22px;
	padding: 3px 5px;
}

html.is-mobile body.users .navbar .btn.add-on {
	height: 28px;
	width: 28px;
}

body.users .navbar .btn.add-on i {
	color: #888;
}

