/* 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: */
#post-toolbar .panel .color-choice,
#post-toolbar .panel .color-choice-no {
	width: 7.6923076923077%;
}

#post-toolbar .panel .color-choice:hover {
	width: 15.384615384615%;
}

div.code-main .noselect { cursor: pointer; -webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-o-user-select: none; user-select: none; }
span.code-inline { background-color: #f5f5f5; font-family: monospace; font-size: 0.9em; white-space: pre-wrap; padding: 2px 3px; }
div.code-main {
	font-size: 0.9em;
	-webkit-border-radius: 3px;-khtml-border-radius: 3px;-moz-border-radius: 3px;-o-border-radius: 3px; border-radius: 3px;
	border: solid 1px #e5e5e5;
	padding: 0; margin: 1em;
	background-color: #f5f5f5;
}
div.code-main div.code-title {
	font-family: monospace;
	height: 1.70em; line-height: 1.70em; padding: 0; margin: 0;
	border-bottom: solid 1px #e5e5e5;
	background-color: #f3f3f3;
}
div.code-main div.code-num {
	background-color: #f5f5f5;
	border: none;
	font-family: monospace;
	white-space: nowrap;
	line-height: 1.4em; padding: 0.5em 0.2em; margin: 0;
	float: left;
	overflow: hidden;
}
div.code-main div.code-content {
	font-family: monospace;
	white-space: nowrap;
	background-color: #f9f9f9;
	line-height: 1.4em; padding: 0.5em; margin: 0;
	border: none;
	overflow-y: auto; overflow-x: auto;
}
div.code-main div.code-content,
div.code-main div.code-num {
	max-height: 400px;
	/*padding-bottom: 1.4em;*/
}	 
/* end toolbar buttons/extensions CSS: */