/**
 * Custom styles for Staffer plugin
 **/

/*
 * Main page
 * using template 'archive-staff.php'
 */
ul.character-list, ul.staffer-archive-list {
	list-style-type: none;
	margin-left: 0;
}
ul.character-list a, ul.character-list a:visited {
	text-decoration: none !important;
}
.character-list-kith-name {
	width: 100%;
	border-bottom: 1px solid #7f390a;
}
ul.staffer-archive-list {
	margin-bottom: 1.5em;
}
ul.staffer-archive-list li {
	padding-left: .5em;
	line-height: 2em;
}
.staff-character-name, .staff-title, .staff-excerpt {
	display: inline-block;
}
.staff-character-name {
	width: 240px;
}

/*
 * Kith pages
 * using template 'archive.php'
 */
div.staffer-page-description {
	margin: 2em 0;
	display: table-row;
}
div.staffer-page-description img {
	max-width: 150px;
}
div.staffer-page-description p {
	display: table-cell;
	vertical-align: middle;
}
ul.staffer-archive-smallgrid {
	margin-left: 0;
	list-style-type: none;
	clear: both;
	margin-top: 1em;
}
ul.staffer-archive-smallgrid li {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 1em;
	width: 190px;
}
ul.staffer-archive-smallgrid li a {
	display: block;
}
ul.staffer-archive-smallgrid h3.staffer-staff-title {
	margin-bottom: 0;
}
ul.staffer-archive-smallgrid header.staffer-staff-header {
	margin-bottom: 0;
}
ul.staffer-archive-smallgrid div.staff-content {
	margin-top: .5em;
}

/*
 * Character pages
 * using template 'single-staff.php'
 */
div.staffer-staff-tags {
	margin-bottom: 20px;
	line-height: 24px;
}
#staffer-content a, #staffer-content a:visited {
	text-decoration: underline;
}
