﻿div.admin-box
{
	background-color:#eee;
	padding:5px;
	margin:5px;
}

.error-div
{
	background-color: #ffebe8;
	border-color: #c00;
}
.success
{
	color:#417830;font-weight:bold;
	border: 2px solid #417830;
	padding: 5px 10px;
	margin: 10px 0;
	border-radius: 4px;
}
.warn
{
	color:orange;font-weight:bold;
}
.error
{
	color:red;font-weight:bold;
}

#wpbody-content .schedule {
	margin-bottom: 10px;
}

#wpbody-content .post {
	padding: 10px;
}

#wpbody-content h1 {
	margin-top: 5px;
}

#wpbody-content .post img {
	margin: 0 10px 10px 0;
}

#wpbody-content h2 small {
	font-weight: normal;
	font-size: .6em;
	float: right;
}

#wpbody-content .post .remove {
	background: #d72e32 !important;
	color: #fff !important;
	font-weight: normal;
}

#wpbody-content .post .button {
	font-family: "Actor", Helvetica, Arial, sans-serif;
	text-shadow: none;
	color: #fff;
}

#wpbody-content .publishbut {
	background: #417830;
	color: #fff;
}

#wpbody-content .morebut {
	background: #5188B9;
	color: #fff;
	margin-top:15px;
}

#wpbody-content .un-publish {
	background: #d26c6c;
}

#wpbody-content a:hover {
	color: #417830;
}

div.error {
	padding: 5px 10px !important;
	margin: 10px 0 !important;
}
.post
{
	background-color:#ddd;
	padding:5px;
	margin:5px;
}
.used
{
	background-color:#EECBD0;
}
.help li 
{
	margin:0;
}
.help ul
{
	margin:0 0 0 5px;
}

.schedule
{
	padding:2px 0 2px 5px;
	background-color:#eee;
}
.processing
{
	padding:3px;
	background:orange;
	font-weight:bold;
}
.hide
{
	display:none;
}

.fright
{
	float:right;
}
.fleft
{
	float:left;
}
.debug
{
	border:1px solid red;
}
