/**************************************************************************************************/
/*
/*		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; }
/*-----------------------
	BORDERS
-----------------------*/
.tern_members_search, .tern_members_alpha, .tern_members_view, .tern_members_sort { border-bottom:1px dashed #ccc; }
.tern_members_search, .tern_members_alpha, .tern_members_view, #tern_members .tern_pagination, .tern_members_sort, .tern_wp_members_list { clear:both;padding:20px 0; }
#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:16px; }
#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 .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_members .tern_wp_members_list li { clear:both;height:60px;padding-top:20px; }
html>/**/body #tern_members .tern_wp_members_list li { height:auto;min-height:60px; }
.tern_wp_member_gravatar img { float:left;width:60px;height:60px;border:1px solid #ccc;padding:1px;margin:0px 10px 0px 0px; }
#tern_members .tern_wp_members_list h3 { margin:0; }