/**************************************************************************************************/
/*
/*		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;
position: relative;
}
#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; }
/*-----------------------
	BORDERS
-----------------------*/

.tern_members_search, .tern_members_alpha, .tern_members_view, #tern_members .tern_pagination, .tern_members_sort, .tern_wp_members_list { clear:both;}

/*-----------------------
	SEARCH
-----------------------*/
.tern_members_search {
position: absolute;
right: 5px;
top: -52px;
}
#tern_members input, #tern_members select { font-size:18px; }
#tern_members .blur { color:#ccc; }
#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_view {
margin-bottom: 15px;
display: table;
width: 100%;
}

.tern_members_view span {
	display: table-cell;
    vertical-align: middle;
}

#tern_members .tern_pagination { display:block; float: left; margin-right: 5px;}
.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{
margin-bottom: 15px;
}

#tern_members .tern_wp_members_list li {
float: left;
position: relative;
width: 270px;
/*border-bottom: 1px dotted #dedede;*/
border-left: 1px dotted #dedede;
overflow: hidden;
margin-right: 20px;
}
.tern_wp_member_gravatar img { 
width:80px;height:80px;border:1px solid #ccc;
position: absolute;
top: 10px;
left: 10px;
}
#tern_members .tern_wp_member_info { 
display: table;
margin: 0 0 0 102px;
height: 100px;
	 }
#tern_members .infoCell {
	display: table-cell;
    vertical-align: middle;
    font-size: 16px;    
}

#tern_members .infoCell a {
text-decoration: none;
color: #333;
}

#tern_members .infoCell a:hover {
color: #3C78A7;
} 