/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
	margin:0px; padding:0px;
	outline:none;
}
.markItUp a:link,
.markItUp a:visited {
	color:#000;
	text-decoration:none;
}
.markItUp  {
	width:400px;
	margin:5px 0 5px 0;
}
.markItUpContainer  {
	border:1px solid #3C769D;	
	background:#FFF url(images/bg-container.png) repeat-x top left;
	padding:5px 5px 2px 5px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	padding:5px 5px 5px 35px;
	border:3px solid #3C769D;
	width:387px;
	height:170px;
	background-image:url(images/bg-editor.png);
	background-repeat:no-repeat;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
}
.markItUpPreviewFrame	{
	overflow:auto;
	background-color:#FFFFFF;
	border:1px solid #3C769D;
	width:99.9%;
	height:300px;
	margin:5px 0;
}
.markItUpFooter {
	width:100%;
	cursor:n-resize;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/handle.png);
	cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul li ul{
	display:none;
}
.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;
}
.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 {
	display:none;
	position:absolute;
	top:18px; left:0px;	
	background:#F5F5F5;
	border:1px solid #3C769D;
	height:inherit;
}
.markItUpHeader ul ul li {
	float:none;
	border-bottom:1px solid #3C769D;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background:#F5F5F5 url(images/submenu.png) no-repeat 100% 50%;
}
/* 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 0px;
	margin:0px 3px;
}
.markItUpHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px; 
	padding:5px 5px 5px 25px;
	background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background-color:#3C769D;
}
/***************************************************************************************/
.html .markItUpEditor {
	background-image:url(images/bg-editor-html.png);
}
.markdown .markItUpEditor {
	background-image:url(images/bg-editor-markdown.png);
}
.textile .markItUpEditor {
	background-image:url(images/bg-editor-textile.png);
}
.bbcode .markItUpEditor {
	background-image:url(images/bg-editor-bbcode.png);
}
.wiki .markItUpEditor,
.dotclear .markItUpEditor {
	background-image:url(images/bg-editor-wiki.png);
}
/******************************************************************************************/

.markItUp .colors a {
	background-image:url(images/colors.png);
}
	.markItUp .colors ul {
		width:81px;
		padding:1px;	
	}
	.markItUp .colors  li {
		border:1px solid white;
		width:25px;	height:25px;
		overflow:hidden;
		padding:0px; margin:0px;
		float:left;
	}
	.markItUp .colors ul a {
		width:25px;	height:25px;
	}
	.markItUp .colors ul a:hover {
		background-color:none;
	}
	
	.markItUp .colors .col1-1 a {
		background:yellow;
	}
	.markItUp .colors .col1-2 a {
		background:orange;
	}
	.markItUp .colors .col1-3 a {
		background:red;
	}
	
	.markItUp .colors .col2-1 a {
		background:blue;
	}
	.markItUp .colors .col2-2 a {
		background:purple;
	}
	.markItUp .colors .col2-3 a {
		background:green;
	}
	
	.markItUp .colors .col3-1 a {
		background:white;
	}
	.markItUp .colors .col3-2 a {
		background:gray;
	}
	.markItUp .colors .col3-3 a {
		background:black;
	}
	
/******************************************************************************************/	

.markItUp .smile a {
	background-image:url(images/smile.png);
	text-indent:-5000px;
}
	.markItUp .smile ul {
		width:343px;
		padding:1px;	
		margin-left:-200px;
	}
	.markItUp .smile  li {
		border:1px solid white;
		width:47px;	height:32px;
		overflow:hidden;
		padding:0px; margin:0px;
		float:left;
	}
	.markItUp .smile ul a {
		width:45px;	height:32px;
	}
	.markItUp .smile ul a:hover {
		background-color:none;
	}
	
	.markItUp .smile .smile-1-1 a {
		background: transparent url(images/emoticons/aa.gif) no-repeat;
	}
	.markItUp .smile .smile-1-2 a {
		background: transparent url(images/emoticons/ab.gif) no-repeat;
	}
	.markItUp .smile .smile-1-3 a {
		background: transparent url(images/emoticons/ac.gif) no-repeat;
	}
	.markItUp .smile .smile-1-4 a {
		background: transparent url(images/emoticons/ad.gif) no-repeat;
	}
	.markItUp .smile .smile-1-5 a {
		background: transparent url(images/emoticons/ae.gif) no-repeat;
	}
	.markItUp .smile .smile-1-6 a {
		background: transparent url(images/emoticons/af.gif) no-repeat;
	}
	.markItUp .smile .smile-1-7 a {
		background: transparent url(images/emoticons/ag.gif) no-repeat;
	}
	
	
	.markItUp .smile .smile-2-1 a {
		background: transparent url(images/emoticons/ah.gif) no-repeat;
	}
	.markItUp .smile .smile-2-2 a {
		background: transparent url(images/emoticons/ai.gif) no-repeat;
	}
	.markItUp .smile .smile-2-3 a {
		background: transparent url(images/emoticons/aj.gif) no-repeat;
	}
	.markItUp .smile .smile-2-4 a {
		background: transparent url(images/emoticons/ak.gif) no-repeat;
	}
	.markItUp .smile .smile-2-5 a {
		background: transparent url(images/emoticons/al.gif) no-repeat;
	}
	.markItUp .smile .smile-2-6 a {
		background: transparent url(images/emoticons/am.gif) no-repeat;
	}
	.markItUp .smile .smile-2-7 a {
		background: transparent url(images/emoticons/an.gif) no-repeat;
	}
	
	
	.markItUp .smile .smile-3-1 a {
		background: transparent url(images/emoticons/ao.gif) no-repeat;
	}
	.markItUp .smile .smile-3-2 a {
		background: transparent url(images/emoticons/ap.gif) no-repeat;
	}
	.markItUp .smile .smile-3-3 a {
		background: transparent url(images/emoticons/aq.gif) no-repeat;
	}
	.markItUp .smile .smile-3-4 a {
		background: transparent url(images/emoticons/ar.gif) no-repeat;
	}
	.markItUp .smile .smile-3-5 a {
		background: transparent url(images/emoticons/as.gif) no-repeat;
	}
	.markItUp .smile .smile-3-6 a {
		background: transparent url(images/emoticons/at.gif) no-repeat;
	}
	.markItUp .smile .smile-3-7 a {
		background: transparent url(images/emoticons/au.gif) no-repeat;
	}
	
	
	.markItUp .smile .smile-4-1 a {
		background: transparent url(images/emoticons/av.gif) no-repeat;
	}
	.markItUp .smile .smile-4-2 a {
		background: transparent url(images/emoticons/aw.gif) no-repeat;
	}
	.markItUp .smile .smile-4-3 a {
		background: transparent url(images/emoticons/ax.gif) no-repeat;
	}
	.markItUp .smile .smile-4-4 a {
		background: transparent url(images/emoticons/ay.gif) no-repeat;
	}
	.markItUp .smile .smile-4-5 a {
		background: transparent url(images/emoticons/az.gif) no-repeat;
	}
	.markItUp .smile .smile-4-6 a {
		background: transparent url(images/emoticons/ba.gif) no-repeat;
	}
	.markItUp .smile .smile-4-7 a {
		background: transparent url(images/emoticons/bb.gif) no-repeat;
	}
	
	
	
	.markItUp .smile .smile-5-1 a {
		background: transparent url(images/emoticons/bc.gif) no-repeat;
	}
	.markItUp .smile .smile-5-2 a {
		background: transparent url(images/emoticons/bd.gif) no-repeat;
	}
	.markItUp .smile .smile-5-3 a {
		background: transparent url(images/emoticons/be.gif) no-repeat;
	}
	.markItUp .smile .smile-5-4 a {
		background: transparent url(images/emoticons/bf.gif) no-repeat;
	}
	.markItUp .smile .smile-5-5 a {
		background: transparent url(images/emoticons/bg.gif) no-repeat;
	}
	.markItUp .smile .smile-5-6 a {
		background: transparent url(images/emoticons/bh.gif) no-repeat;
	}
	.markItUp .smile .smile-5-7 a {
		background: transparent url(images/emoticons/bi.gif) no-repeat;
	}
	
	
	.markItUp .smile .smile-6-1 a {
		background: transparent url(images/emoticons/bj.gif) no-repeat;
	}
	.markItUp .smile .smile-6-2 a {
		background: transparent url(images/emoticons/bk.gif) no-repeat;
	}
	.markItUp .smile .smile-6-3 a {
		background: transparent url(images/emoticons/bl.gif) no-repeat;
	}
	.markItUp .smile .smile-6-4 a {
		background: transparent url(images/emoticons/bm.gif) no-repeat;
	}
	.markItUp .smile .smile-6-5 a {
		background: transparent url(images/emoticons/bn.gif) no-repeat;
	}
	.markItUp .smile .smile-6-6 a {
		background: transparent url(images/emoticons/bo.gif) no-repeat;
	}
	.markItUp .smile .smile-6-7 a {
		background: transparent url(images/emoticons/bp.gif) no-repeat;
	}
	
	.markItUp .smile .smile-7-1 a {
		background: transparent url(images/emoticons/bq.gif) no-repeat;
	}
	.markItUp .smile .smile-7-2 a {
		background: transparent url(images/emoticons/br.gif) no-repeat;
	}
	.markItUp .smile .smile-7-3 a {
		background: transparent url(images/emoticons/bs.gif) no-repeat;
	}
	.markItUp .smile .smile-7-4 a {
		background: transparent url(images/emoticons/bt.gif) no-repeat;
	}
	.markItUp .smile .smile-7-5 a {
		background: transparent url(images/emoticons/bu.gif) no-repeat;
	}
	.markItUp .smile .smile-7-6 a {
		background: transparent url(images/emoticons/bv.gif) no-repeat;
	}
	.markItUp .smile .smile-7-7 a {
		background: transparent url(images/emoticons/bw.gif) no-repeat;
	}
