/*
MCEngine - the micro comment engine

Description: A Plugin that allows comments on individual paragraphs. Control permissions to comment and see comments and many other wonderful things!. 

Copyright 2011  Andy Dickinson  (email : judgemonkey@mac.com)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

.heading {
	margin: 1px;
	color: #fff;
	padding: 3px 10px;
	cursor: pointer;
	position: relative;
	background-color:#c30;
}
a.toggle {
	white-space:nowrap;
}
a.winertype {

}
.MCE_comments {
    box-shadow: 2px 4px 4px #ccc;
    border: 1px solid #ccc;
    background-color:#FFC;
}
.MCEhighlight {
	background-color:#FFFFA6;
}
.MCEcommentform {
	padding:5px 15px;
	margin: 0;
}
.MCEcommentform .required{
	color: #ff4b33;
	font-weight: bold;
	font-size: 12px;
}
.MCEcommentform label{
	color: #999999;
	font-size: 12px;
}
.MCEcommentform p {
	margin:0;
}
.MCEcommentform textarea {
	width:100%;
}
.MCE_print_message {
   display:none;    

}
span .MCEhighlight {
	background-color:#FFFFA6;
}
.MCEinfo{
	color: #00529B;
	background-color: #BDE5F8;
	margin: 0 0 5px 0;
	padding:5px 10px 5px 15px;
}
.MCEno{
	color: #9F6000;
	background-color: #FEEFB3;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 15px;

}
ol.MCEcommentlist, #content ol.MCEcommentlist {
	border: 1px solid #e7e7e7;
	border-bottom:none;
	list-style: none;
	overflow: auto;
    max-height: 220px;
    margin: 5px 15px 0 15px;
    box-shadow: 2px 2px 4px inset;
	padding: 5px;
	background-color:#efefef;
}
.MCEcommentlist li{
	padding:5px 0;
	border-bottom: 1px solid #e7e7e7;
	margin:0;
}
.MCEmeta{
	font-size: 12px;
	margin: 0;
	float:right;
}
.MCEolder{
	font-size: 12px;
	font-style:italic;
	margin: 0 0 18px 0;
}
.MCEcommentcontent{	
	line-height: 15px;
	margin: 0 0 5px 0;
	padding: 0 0 0 24px;
	position: relative;
	color: #00a;
}
.MCE_print{	
	color: #999999;
	font-size: 10px;
}
#content a.MCE_hide {
	float:right;
	font-size:13px;
	padding: 3px 8px;
	background-color:#fff;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px;
	border-radius: 10px;
	display: block;
	text-decoration: none;
}
#content a.MCE_hide:hover {
	background-color: #BDE5F8;
	color: #00529B;
}
.MCEavatar {	
	float: left;
	padding: 5px;
}
