/** Page Comments - while editing **
/****************/
 
@import url(/local--code/css:theme/1);
 
#page-title, table.form-table tbody tr:nth-child(1),
table.form-table tbody tr:nth-child(2), .form-value.field-staticComment,
.form-value.field-staticWebsite {
	display: none;
}
.forum-post-preview {
	background: #eaeaea;
	padding: 5px 10px;
	border: 1px solid #cecece;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.preview-message {
	border: 1px solid #cecece;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
#action-area h1 {
    color: transparent;
    margin: 5px 0;
    height: 40px;
}
#action-area h1:after {
    content: "Edit your post...";
    position: relative;
    left: 0px;
    top: -29px;
    display: block;
    width: 400px;
    color: #313131;
    font-size: 20px;
}
#action-area {
    margin-top: -10px;
}
#edit-page-form {
	margin-top: 0 !important;
}
a.weditor-hr, a.weditor-div, a.weditor-clearfloat, a.weditor-table, a.weditor-toc, a.weditor-code, a.weditor-codewiz, a.weditor-uri, a.weditor-uriwiz, a.weditor-pagelink, a.weditor-pagelinkwiz, a.weditor-image, a.weditor-imagewiz, a.weditor-html, a.weditor-numlist, a.weditor-bullist, a.weditor-incindent, a.weditor-decindent, a.weditor-deflist, a.weditor-footnote, a.weditor-math, a.weditor-mathinline, a.weditor-eqref, a.weditor-bib, a.weditor-bibcite, li.hseparator, .change-textarea-size, #edit-page-form .edit-page-bottomtable {
    display: none !important;
}

.edit-help-34 {
    text-align: right;
    padding-right: 50px;
    font-size: 0.9em;
}
.buttons.alignleft {
	text-align: left !important;
}
