/*--------------------------------------------------------------------------------------------
*
*	Edit Areas
*
*--------------------------------------------------------------------------------------------*/

#adminmenuback,
#adminmenuwrap,
#wpadminbar,
#footer,
#wpfooter {
	display: none;
}

#wpcontent {
    margin-left: 0px !important;
}

body {
	min-width: 0;
}

#wpwrap {
	box-shadow: -1px 0 5px rgba(0, 0, 0, 0.2) inset;
	padding-bottom: 60px;
}

#poststuff .acf_postbox {
	display: block !important;
}
#poststuff .acf_postbox.acf-hidden {
    display: block !important;
}

#poststuff #post-body .acf_postbox .field {
	padding: 20px;
	border-top: 1px solid #F5F5F5;
	border-bottom: 0 none;
}

#poststuff #post-body .acf_postbox .field:first-child {
    border-top: 0 none;
}

.wrap {
    margin: 0;
}

#wpbody-content .metabox-holder {
    padding-top: 0px;
}

#post-body-content {
    float: none;
}

#wpbody-content {
    float: none;
    padding-bottom: 0px;
}

#post-body {
    background: transparent;
    border: 0 none;
}

a.le-button.grey {
	border: #bbb solid 1px;
}

#saving-message,
#saved-message {
	color: #bbb;
	line-height: 28px;
	height: 28px;
	
	display: none;
}

#saving-message {
	background: url("../../../../wp-admin/images/loading-publish.gif") no-repeat 0 50%;
	padding-left: 20px;
}

#message {
	margin: 0;
}

.inner-padding {
	padding: 20px 20px 0;
}

.update-nag {
	display: none;
}


#field-save {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #F9F9F9;
	border-top: #E1E1E1 solid 1px;
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
}

#field-save ul {
	padding: 10px 20px;
}

#field-save ul li.right {
	margin-left: 10px;
}


/*--------------------------------------------------------------------------------------------
*
*	Buttons
*
*--------------------------------------------------------------------------------------------*/

a.le-button,
input[type="submit"].le-button {
	display: block;
	-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
	border-radius: 3px;
	
	border: #21759B solid 1px;
    border-color: #21759B #21759B #1E6A8D;
    
    
	background: #21759B;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2A95C5), to(#21759B)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, #2A95C5, #21759B); /* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #2A95C5, #21759B); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #2A95C5, #21759B); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #2A95C5, #21759B); /* Firefox 16+ */
	
    color: #FFFFFF;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    font-size: 13px;
    margin: 0;
    line-height: 16px;
    padding: 5px 11px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(120, 200, 230, 0.5) inset;
	cursor: pointer;
	position: relative;
	text-align: center;
	text-decoration: none;
}

a.le-button:hover,
input[type="submit"].le-button:hover {

	background-color: #3b97c9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3b97c9), to(#246f99)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, #3b97c9, #246f99); /* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #3b97c9, #246f99); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #3b97c9, #246f99); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #3b97c9, #246f99); /* Firefox 16+ */

    border-color: #1B607F;

    color: #FFFFFF;
    
	box-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(120, 200, 230, 0.6) inset;
}

a.le-button:active,
input[type="submit"].le-button:active {
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	top: 1px;
	
}

a.le-button.grey,
input[type="submit"].le-button.grey {
	border-color: #bbb;
	text-shadow: 0 1px 0 #fff;
	color: #454545;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 1px rgba(255, 255, 255, 1) inset;
	
	background: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #ececec); /* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #ececec); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #ffffff, #ececec); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #ffffff, #ececec); /* Firefox 16+ */
	
}

a.le-button.grey:hover,
input[type="submit"].le-button.grey:hover {
	border-color: #aaa;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(255, 255, 255, 1) inset;
}
