@charset "utf-8";
small {
	font-size: 0.9em;
}
.opm-normal {
	font-weight: normal;
}
.opm-find-posts-btn {
	font-weight: bold;
}
.opm-stickies-txt {
	color: #00f;
	font-weight: bold;
}
#opm-sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
#opm-sortable li {
	margin: 0 3px 10px 0px;
	padding: 0.3em;
	cursor: pointer;
}
#opm-sortable li span {
	position: absolute;
	margin-left: -1.3em;
}
#opm-sortable li:hover {
	background-color: #ff0;
	cursor: move;
}
.ui-state-default {
	border: solid 1px #663366;
	background-color: #fff;
	overflow: hidden;
}
.opm-sticky {
	background-color: #7ad03a;
	color: #fff;
}
.opm-sticky:hover {
	color: #000;
}
.opm-draft {
	color: #00F;
}
.opm-placeholder {
	border: dashed 1px #f00;
}
#opm-post-table {
	margin: 20px;
}
#opm-loading {
	display: block;
}
.opm-post-text {
	float: left;
}
.opm-post-thumb {
	float: right;
}
#opm-more-posts {
	display: none;
}
#opm-more-posts a {
	text-decoration: none;
}
#opm-no-more-posts {
	display: none;
}
/* v2.2 */
.opm-listing-container {
	margin-top: -2px;
}
.opm-listing-left {
	float: left;
}
.opm-listing-right {
	float: right;
}
.opm-listing-right a {
	color: #000;
}
/***********************************************************************
 *
 *	SETTINGS PAGE
 *
 ***********************************************************************/
#opm-options-form {
	width: 96%;
	margin-left: 5px;
}
.opm-title-bar {
	width: 96%;
	background-color: #0073aa !important;
	color: #fff !important;
	display: inline-block;
	padding-left: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.opm-title-bar h2 {
	color: #FFF;
}
.opm-intro {
	font-weight: bold;
	width: 96%;
	padding-left: 5px;
	margin-bottom: 20px;
}
.opm-left {
	float: left;
}
.opm-right {
	float: right;
}
.opm-right-column {
	padding-left: 50px;
	padding-bottom: 8px;
}
#opm_settings input[type="text"] {
	font-size: 13px;
	margin-right: 10px;
}
#opm_settings select {
	font-size: 13px;
}
