/*
Plugin Name: Find Reference
Plugin URI: http://example.com/blue-steel-admin-theme
Description: Find another post from a list to refer to it in a post.
Author: Upstatement
Version: 1.0
Author URI: http://upstatement.com
*/

div.result {
	border: 1px solid #dfdfdf;
	background: #fff;
	height: 135px;
	width: 30%;
	float: left;
	overflow: hidden;
}

div.result:hover {
	background: #ededed;
	cursor: pointer;
}

#find-reference-results {
	width: 100%;
	max-height: 280px;
	overflow-y: auto;
}

#find-reference-link {
	width: 100%;
}

div.selected {
	background: #dcdcdc;
}

div.selected:hover {
	background: #dcdcdc;
}

.result img {
	width: 100px;
	height: 67px;
	margin: 0 7px 7px 0;
	display: inline;
	float: left;
}

.result-text {
	margin: 10px;
}

#currentSelection img {
	width: 100px;
	height: 67px;
	margin: 0 7px 7px 0;
	display: inline;
	float: left;
}

.result-text h4 {
	margin: 0 0 7px 0;
}

#currentSelection {
	background: #fff;
	display: block;
	min-height: 67px;
	padding: 10px;
}

#find-reference-search {
	margin-bottom: 15px;
}

#savestatus {
	margin-left: 20px;
	display: inline;
}

#find-reference-clear {
	margin-left: 20px;
}

#related-content-button:hover {
	cursor: pointer;
}

.deal-info {
	display: block;
	width: 100%;
	clear: both;
}

.currentheading {
	padding-top: 15px;
	margin: 0;
}

#selectionResult {
	margin-bottom: 10px;
}