/* =General Styles
-------------------------------------------------------------- */
.fullscreen-active {
	overflow: hidden;
}

/* =Toggle UI
-------------------------------------------------------------- */
#postdivrich {
	position: relative;
}
#fullscreen-toggle {
	position: absolute;
	top: -20px;
	right: 20px;
	font-size: 11px;

}

/* =Overlay Styles
-------------------------------------------------------------- */
.fullscreen-overlay {
	z-index: 149999;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f9f9f9;
}
	.fullscreen-active .fullscreen-overlay {
		display: block;
	}
.fullscreen-fader {
	z-index: 200000;
}
	.fullscreen-active .fullscreen-fader {
		display: none;
	}


/* =Editor Adjustments
-------------------------------------------------------------- */
.fullscreen-active #titlewrap {
	z-index: 150000;
	position: relative;
}

.fullscreen-active #postdivrich {
	z-index: 150000;
/*	position: fixed;
	top: 80px;
	left: 0;
	right: 0;*/
}

.fullscreen-active #post-status-info {
/*	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;*/
}

.fullscreen-active #quicktags,
.fullscreen-active #content_parent tr.mceFirst td.mceToolbar {
/*	background: transparent;
	border-width: 0 0 1px;*/
}

/* Make the padding for the html bar and the one-row tinymce bar equal. */
.fullscreen-active #quicktags {
	padding-bottom: 2px;
}

/* Get rid of the collapsed borders from #editorcontainer */
/* @TODO: Potentially make #editorcontainer the main editor box? */
/*.fullscreen-active #editorcontainer {
	border: 0;
} */



/* =TinyMCE Adjustments
-------------------------------------------------------------- */

.fullscreen-active #content,
.fullscreen-active #content_ifr {
/*	position: fixed;
	top: 200px;*/
}

/* Shift the 'path' status bar to the bottom of the screen */
.fullscreen-active .mceStatusbar {
/*	position: fixed;
	bottom: 24px;
	left: 0;
	right: 0;*/
}

/* Prevent JS from locking the table height and stretching the toolbar */
.fullscreen-active #content_tbl {
	height: auto !important;
}

/* Hide the TinyMCE resizing UI */
.fullscreen-active #post-body #content_resize {
	display: none;
}




/* =Thickbox Adjustments
-------------------------------------------------------------- */
.fullscreen-active #TB_overlay {
	z-index: 150100;
}

.fullscreen-active #TB_window {
	z-index: 150102;
}