/* begin default CSS: */
/* CSS for bbPress-post-toolbar plugin to WordPress. */

#post-toolbar {
	margin: auto auto 5px;
	clear: both;
}

#post-toolbar #buttons {
	-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-o-user-select: none; user-select: none;
	line-height: 22px;
	list-style-type: none;
	background: #f3f3f3;
	border: solid 1px #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 0;
	margin: auto 0 auto;
}

#post-toolbar #buttons li {
	display: inline-block;
	min-width: 24px;
	text-align: center;
	border-top: none;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	border-left: none;
	margin-bottom: -1px;
}

#post-toolbar #buttons li.right-button {
	border-right: none;
	border-left: solid 1px #e5e5e5;
	margin-left: -1px;
	float: right;
	min-width: 24px;
}

#post-toolbar #buttons li:hover {
	background-color: #f6f6f6;
}

#post-toolbar #buttons li a {
	width: 100%;
	height: 24px;
	display: inline-block;
	color: inherit;
	vertical-align: middle;
	padding: none;
}

#post-toolbar #buttons li a:hover {
	color: inherit;
	cursor: pointer;
}

#post-toolbar #buttons li a img {
	height: 16px;
	width: 16px;
	padding: 4px;
	vertical-align: middle;
	padding: none;
	margin: none;
	border: none;
}

#post-toolbar .panel {
	display: none;
	padding: 5px;
	min-height: 50px;
	margin: 0 10px 5px;
	background: #f9f9f9;
	border: solid 1px #e5e5e5;
	border-top: none;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

#post-toolbar .panel .size {
	cursor: pointer;
	margin: auto 5px;
}

#post-toolbar .panel .size:hover {
	text-decoration: underline;
}

#post-toolbar .panel .smiley {
	border: none;
	display: inline-block;
	margin: 1px 3px 4px;
	padding: 1px 3px 2px;
	cursor: pointer;
}

#post-toolbar .panel .smiley:hover {
	border: none;
	border-bottom: solid 3px #888;
	margin-bottom: 1px;
}

#post-toolbar .panel .smiley img {
	border: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

#post-toolbar .panel .toolbar-apply {
	display: inline-block;
	margin: auto 10px;
	padding: 2px 5px;
	min-width: 100px;
	text-align: center;
	border: solid 1px #e5e5e5;
	background: #ffffff;
	cursor: pointer;
    display:inline-block;
    width: auto;
	padding: 7px 5px;
	text-align:center;    
    background:#880000;
	border-bottom:1px solid #ddd;color:#fff;
}

#post-toolbar .panel .toolbar-apply:hover {
	background:#cc0000;
}

#post-toolbar .panel .color-choice,
#post-toolbar .panel .color-choice-no {
	height:50px;
	display:inline-block;
	cursor:pointer;
	border:none;
}

#post-toolbar .panel .color-chooser {
	border:solid 1px #888;
	width:auto;
	overflow:hidden;
	height: 50px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 }
/* end default CSS: */


/* begin toolbar buttons/extensions CSS: */

/* end toolbar buttons/extensions CSS: */