/* @override 
	http://ee.dev:8888/markitup/skins/simple_ee/simple_ee.css
	http://ee.dev:8888/tools/markitup/skins/simple_ee/simple_ee.css
*/
/*
File:           markitup/skins/simple_ee/simple_ee.css
Created:        Dec 28 2008
Last Modified:  Dec 28 2008 
-----------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
-----------------------------------------------------------
Modified for use with the ExpressionEngine Control Panel by
ryan masuga, masugadesign.com :: ryan@masugadesign.com.
Modify as needed for your installation.
=========================================================== */
/* Help MIU toolbars stay below Publish dropdown */
ul#publishdropmenu {
	z-index: 10000;
	}
/* Give documentation links some space */
.miuDocs {
	display: block;
	}

.markItUp * {
	margin: 0px; 
	padding:0px;
	outline:none;
	}

.markItUp a:link,
.markItUp a:visited {
	color: #000;
	text-decoration: none;
	}

.markItUp {
	margin: 0 0 5px 0;
	}

.markItUpContainer {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}

.markItUpEditor {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 99%;
	clear: both; 
	display: block;
	line-height: 1.3;
	overflow: auto;
	}

.markItUpPreviewFrame {
	overflow: auto;
	background-color: #fff;
	width: 99.9%;
	height: 300px;
	margin: 5px 0;
	}

.markItUpFooter {
	width: 100%;
	}

.markItUpResizeHandle {
	overflow: hidden;
	width: 22px; 
	height: 5px;
	margin: 3px auto 0;
	background-image: url('images/handle.png');
	cursor: n-resize;
	}

/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul {
	position: relative;
	z-index: 1;
	}

.markItUpHeader ul li {
	list-style: none;
	float: left;
	position: relative;
	}

.markItUpHeader ul li:hover > ul{
	display: block;
	}

.markItUpHeader ul .markItUpDropMenu {
	background: transparent url(images/menu.png) no-repeat 115% 50%;
	margin-right: 5px;
	}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right:0px;
	}

/* next rows of buttons */
.markItUpHeader ul ul {
	display: none;
	position: absolute;
	top: 18px;
	left: 0px;	
	background: #fff;
	border: 1px solid #000;
	}

.markItUpHeader ul ul li {
	float: none;
	border-bottom: 1px solid #000;
	}

.markItUpHeader ul ul .markItUpDropMenu {
	background: #fff url('images/submenu.png') 100% 50% no-repeat;
	}

.markItUpHeader ul .markItUpSeparator {
	margin: 0 10px;
	width: 1px;
	height: 16px;
	overflow: hidden;
	background-color: #ccc;
	}

.markItUpHeader ul ul .markItUpSeparator {
	width: auto; 
	height: 1px;
	margin: 0px;
	}

/* next rows of buttons */
.markItUpHeader ul ul ul {
	position: absolute;
	top:- 1px; 
	left: 150px; 
	}

.markItUpHeader ul ul ul li {
	float: none;
	}

.markItUpHeader ul a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -10000px;
	background-repeat: no-repeat;
	padding: 3px 5px;
	margin: 0;
	}

.markItUpHeader ul ul a {
	display: block;
	padding-left: 0;
	text-indent: 0;
	width: 120px; 
	height: auto;
	padding: 5px 5px 5px 25px;
	background-position: 2px 50%;
	font-size: 11px;
	}

.markItUpHeader ul ul a:hover  {
	color: #fff;
	background-color: #B3C4D8;
	}
