/**************************************************************************************************/
/***
/***	TERNSTYLE (TM) WORDPRESS MEMBERS PLUGIN DOCUMENT
/***	-----------------------------------------------------------------------
/***	Written by Matthew Praetzel. Copyright (c) 2009 Matthew Praetzel.
/***	-----------------------------------------------------------------------
/***	
/***
/**************************************************************************************************/

/*-----------------------
	ADMIN
-----------------------*/
textarea.tern_members_fields { width:100%; }
/*-----------------------
	MEMBERS LIST
-----------------------*/
#tern_members { }
#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-color: #cccccc; border-bottom-style: solid; border-bottom-width: 1px; }
.tern_members_search, .tern_members_alpha, .tern_members_view, #tern_members .tern_pagination, .tern_members_sort, .tern_wp_members_list { padding-left: 0; padding-bottom: 8px; padding-right: 0; padding-top: 8px; clear:both; }
#tern_members .tern_pagination { border-top-color: #cccccc; border-top-width: 1px; border-top-style: solid; margin-top: 10px; }
#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{ height: 28px; font-size:13px; }
#tern_members select { margin-top: 0px; margin-left: 10px; margin-right: 10px; width: 106px; font-size:13px; padding:5px;}
#tern_members .blur { font-weight: bold; height: 18px; color: #333333; }
#tern_members .focus { color:#000; }
/*-----------------------
	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 { 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 { 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; }
.tern_wp_members_first_name { top: 0px; margin-right: 8px; }
.tern_wp_members_last_name { margin-right: 10px; }
.tern_wp_members_user_url { margin-right: 10px; }