/**************************************************************************************************/
/*
/*		File:
/*			members-list.css
/*		Description:
/*			This file contains CSS for both administrative and front-end aspects of the plugin.
/*		Date:
/*			Added on January 29th 2009
/*		Copyright:
/*			Copyright (c) 2009 Matthew Praetzel.
/*		License:
/*			License:
/*			This software is licensed under the terms of the GNU Lesser General Public License v3
/*			as published by the Free Software Foundation. You should have received a copy of of
/*			the GNU Lesser General Public License along with this software. In the event that you
/*			have not, please visit: http://www.gnu.org/licenses/gpl-3.0.txt
/*
/**************************************************************************************************/

/*-----------------------
	ADMIN
-----------------------*/
textarea.tern_members_fields {
	width:100%;
}
/*-----------------------
	MEMBERS LIST
-----------------------*/
#tern_members {
	color:#333;
}
#tern_members, #tern_members * {
	text-align:left;
}
/*-----------------------
	LISTS
-----------------------*/
#tern_members ul, #tern_members li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	text-indent:0;
background: none!important;
}
/*-----------------------
	BORDERS
-----------------------*/
.tern_members_search, .tern_members_alpha, .tern_members_view, .tern_members_sort {
	border-bottom:1px dashed #ccc;
	width:100%;
}
.tern_members_alpha, .tern_members_view, #tern_members .tern_pagination, .tern_members_sort, .tern_wp_members_list {
	clear:both;
	padding:20px 0;
	display:none;
}
.tern_members_search {
	clear:both;
	padding:20px 0;
	float:left;
}
#tern_members .tern_pagination {
	border-top:1px dashed #ccc;
	margin-top:20px;
}
#tern_members .tern_members_view .tern_pagination {
	border:0;
	margin:0;
	padding-bottom:0;
}
/*-----------------------
	SEARCH
-----------------------*/
.tern_members_search h2 {
	margin:10px 0;
}
#tern_members input, #tern_members select {
	font-size:13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#cdcdcd solid 1px;
	padding:5px 0;
	background-color:#FFFFFF;
}
#tern_members input[type="submit"] {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:4px 0; color:#FFFFFF; font-weight:bold; font-size:18px; background:#f03d98; width:115px; text-align:center; border:0 none; } 
#tern_members .blur {
	color: #ccc;
width: 140px;
margin: 0px 10px 0 0;
}
#tern_members .focus {
	color:#333;
}
/*-----------------------
	ALPHA
-----------------------*/
.tern_members_alpha span {
	font-size:10px;
	font-style:italic;
}
.tern_members_alpha a {
	display:inline-block;
	padding:0 8px 0 0;
}
/*-----------------------
	PAGINATION
-----------------------*/
#tern_members .tern_pagination {
	display:block;
}
.tern_pagination a, .tern_pagination a:visited {
	display:inline-block;
	background:#f6f6f6;
	border:1px solid #ccc;
	margin-right:6px;
	padding:0 4px;
	line-height:22px;
	color:#666;
	text-decoration:none;
}
.tern_pagination_current a, .tern_pagination_current a:visited {
	color:#ccc;
}
/*-----------------------
	SORT
-----------------------*/
.tern_members_sort label {
	padding-right:10px;
	font-weight:bold;
}
#tern_members .tern_members_sort li {
	padding:0px 6px;
}
.tern_members_sort li a {
	text-decoration:none;
}
.tern_members_sort li.tern_members_sorted_u a {
	padding-left:20px;
	background:transparent url(../images/up.gif) no-repeat center left;
	color:#333;
}
.tern_members_sort li.tern_members_sorted_d a {
	padding-left:20px;
	background:transparent url(../images/down.gif) no-repeat center left;
	color:#333;
}
/*-----------------------
	LIST
-----------------------*/
#tern_members .tern_wp_members_list, #tern_members .tern_wp_members_list li {
	display:block;
	width:100%;
	
}
.tern_wp_members_list li a { color:#2db0e6 !important}
#tern_members .tern_wp_members_list li {
	padding-top:20px;
	float: left;
	margin:0 17px;
	height: auto;
	min-height: 190px;
	width: 175px;
	background:none;
}
html>/**/body #tern_members .tern_wp_members_list li {
	height:auto;
}
.tern_wp_members_user_email, .tern_wp_members_user_url { float:left; clear:both; display:none}
.tern_wp_members_user_email a, .tern_wp_members_user_url a{ text-decoration:underline !important;}
.tern_wp_member_gravatar img {
	float:left;
	width:110px !important;
	height:110px !important;
	background:#31afe9 !important;
	padding:1px;
	margin:0px 10px 0px 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: #C5C5C5 5px 5px 5px;
	-moz-box-shadow: #C5C5C5 5px 5px 5px;
	box-shadow: #C5C5C5 5px 5px 5px;
	padding:1px;
}
#tern_members .tern_wp_members_list h3 {
	margin:10px 0 5px 0;
	float:left;
	font-size:18px;
	margin-left: 5px!important;
}