/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp .cut a {
	background-image: url(images/cut.png);
}
.markItUp .copy a {
	background-image: url(images/copy.png);
}
.markItUp .paste a {
	background-image: url(images/paste.png);
}

.markItUp .bold a {
	background-image: url(images/bold.png);
}
.markItUp .italic a {
	background-image: url(images/italic.png);
}
.markItUp .underline a {
	background-image: url(images/underline.png);
}
.markItUp .strikethrough a {
	background-image: url(images/strikethrough.png);
}

.markItUp .font a {
	background-image: url(images/font.png);
}

.markItUp .palette a {
	background-image: url(images/colour.png);
}
.markItUp .palette ul {
	width: 81px;
	padding: 1px;
}
.markItUp .palette li {
	border: 1px solid white;
	width: 25px;
	height: 25px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	float: left;
}
.markItUp .palette ul a {
	width: 25px;
	height: 25px;
}
.markItUp .palette ul a:hover {
	color: black;
}

.markItUp .palette li.colour-automatic {
	width: 79px;
	float: none;
}
.markItUp .palette .colour-automatic a {
	background: white;
	width: 69px;
	padding: 5px;
	text-align: center;
}

.markItUp .palette .col8-1 a {
	background: white;
}
.markItUp .palette .col8-2 a {
	background: #d3d7cf;
}
.markItUp .palette .col8-3 a {
	background: #babdb6;
}

.markItUp .palette .col9-1 a {
	background: #888a85;
}
.markItUp .palette .col9-2 a {
	background: #555753;
}
.markItUp .palette .col9-3 a {
	background: black;
}

.markItUp .palette .col1-1 a {
	background: yellow;
}
.markItUp .palette .col1-2 a {
	background: #edd400;
}
.markItUp .palette .col1-3 a {
	background: #c4a000;
}

.markItUp .palette .col2-1 a {
	background: #fcaf3e;
}
.markItUp .palette .col2-2 a {
	background: #f57900;
}
.markItUp .palette .col2-3 a {
	background: #ce5c00;
}

.markItUp .palette .col3-1 a {
	background: #e9b96e;
}
.markItUp .palette .col3-2 a {
	background: #c17d11;
}
.markItUp .palette .col3-3 a {
	background: #8f5902;
}

.markItUp .palette .col4-1 a {
	background: #8ae234;
}
.markItUp .palette .col4-2 a {
	background: #73d216;
}
.markItUp .palette .col4-3 a {
	background: #4e9a06;
}

.markItUp .palette .col5-1 a {
	background: #729fcf;
}
.markItUp .palette .col5-2 a {
	background: #3465a4;
}
.markItUp .palette .col5-3 a {
	background: #204a87;
}

.markItUp .palette .col6-1 a {
	background: #ad7fa8;
}
.markItUp .palette .col6-2 a {
	background: #75507b;
}
.markItUp .palette .col6-3 a {
	background: #5c3566;
}

.markItUp .palette .col7-1 a {
	background: red;
}
.markItUp .palette .col7-2 a {
	background: #cc0000;
}
.markItUp .palette .col7-3 a {
	background: #a40000;
}

.markItUp .list-bullet a {
	background-image: url(images/list-bullet.png);
}
.markItUp .list-numeric a {
	background-image: url(images/list-numeric.png);
}
.markItUp .list-item a {
	background-image: url(images/list-item.png);
}

.markItUp .quote a {
	background-image: url(images/quote.png);
}
.markItUp .code a {
	background-image: url(images/code.png);
}

.markItUp .image a {
	background-image: url(images/image.png);
}
.markItUp .link a {
	background-image: url(images/link.png);
}

.markItUp .remove-tags a {
	background-image: url(images/remove-tags.png);
}
.markItUp .preview a {
	background-image: url(images/preview.png);
}
.markItUp .expand a {
	background-image: url(images/expand.png);
}

.markItUp .expand a {
	background-image: url(images/expand.png);
}
.markItUp .shrink a {
	background-image: url(images/shrink.png);
}

