/* @override http://localhost:8888/wp-content/plugins/edit-flow//css/editflow.css */

/* QuickPitch */

#quick_pitch_widget h4 {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif !important;
	float: left;
	width: 5.5em;
	clear: both;
	font-weight: normal;
	text-align: right;
	padding-top: 5px !important;
	font-size: 12px !important;
}

#quick_pitch_widget h4 label {
	margin-right: 10px;
	vertical-align: middle !important;
}

#quick_pitch_widget .input-text-wrap,
#quick_pitch_widget .textarea-wrap {
	margin: 0 0 1em 5em;
}

/* post_metadata */

#edit-flow {
	min-height: 200px;
	min-width: 500px;
}

#edit-flow .inside {
	margin: 0 !important;
}

#ef_meta-data {
	float: right;
	width: 255px;
	border-left: 1px solid #EEEEEE;
}

#ef_description {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
	padding-left: 10px;
}

#ef_description-display {
	font-weight: bold;
}

#ef_duedate {
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
	padding-left: 10px;
}

#ef_duedate label {
	//padding-left: 18px;
	background: url(../img/datebutton.gif) no-repeat;
}

#ef_duedate-display {
	font-weight: bold;
}

#ef_location {
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
	padding-left: 10px;
}

#ef_location-display {
	font-weight: bold;
}

#ef_workflow {
	padding-left: 10px;
}

#ef_workflow-display {
	font-weight: bold;
}

#ef_comments {
	margin-left: 10px;
	min-width: 200px;
	max-width: 400px;
	margin-bottom: 10px;
}

#ef_comments h4 {
	font-style: italic;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ef_comment {
	font-size: 14px;
	line-height: 18px;
}

.ef_comment-meta {
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 5px;
	float: none;
	text-align: right;
}

#ef_comment-rbutton {
	margin-top: 10px;
	margin-bottom: 10px;
}