/*
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
*/

body {
    background: none !important;
    }
    #wrapper {
            clear: both !important;
            display: block !important;
            float: none !important;
            position: relative !important;
    }
    #header {
            border-bottom: 2pt solid #000;
            padding-bottom: 18pt;
    }
    #colophon {
            border-top: 2pt solid #000;
    }
    #site-title,
    #site-description {
            float: none;
            line-height: 1.4em;
            margin: 0;
            padding: 0;
    }
    #site-title {
            font-size: 13pt;
    }
    .entry-content {
            font-size: 14pt;
            line-height: 1.6em;
    }
    .entry-title {
            font-size: 21pt;
    }
    #access,
    #branding img,
    #respond,
    .comment-edit-link,
    .edit-link,
    .navigation,
    .page-link,
    .widget-area {
            display: none !important;
    }
    #container,
    #header,
    #footer {
            margin: 0;
            width: 100%;
    }
    #content,
    .one-column #content {
            margin: 24pt 0 0;
            width: 100%;
    }
    .wp-caption p {
            font-size: 11pt;
    }
    #site-info,
    #site-generator {
            float: none;
            width: auto;
    }
    #colophon {
            width: auto;
    }
    img#wpstats {
            display: none;
    }
    #site-generator a {
            margin: 0;
            padding: 0;
    }
    #entry-author-info {
            border: 1px solid #e7e7e7;
    }
    #main {
            display: inline;
    }
    .home .sticky {
            border: none;
    }


.heading {
	margin: 1px;
	color: #fff;
	padding: 3px 10px;
	cursor: pointer;
	position: relative;
	background-color:#c30;
}

.MCE_comments {
	display:block !important;
        font-size: 70%;
        border-style:dashed;
        border-width:1px;
        border-color:#eeeeee;
        width: 80%;
        margin-bottom:10px;
        box-shadow: none;
    border: none;
    overflow: none;
    height: auto;
        
}

.MCEhighlight {

}

.MCEcommentform {
	display:none;
}

.MCEcommentform .required{
	color: #ff4b33;
	font-weight: bold;
	font-size: 12px;
}

.MCEcommentform label{
	color: #999999;
	font-size: 12px;

}

span .MCEhighlight {	

}

.MCE_print_message {
       display:block;

}

.MCEavatar,.MCEinfo, .MCEno, a.winertype, a.toggle,.MCE_print{	
	display:none; 
}


ol.MCEcommentlist{
	border-bottom: 1px solid #e7e7e7;
	list-style: none;
}
.MCEcommentlist li{
	padding-top:25px;
	border-bottom: 1px solid #e7e7e7;
        border-color:#fefefe;
}

.MCEmeta{
	font-size: 12px;
	margin: 0 0 18px 0;
}

.MCEcommentcontent{	
	line-height: 15px;
}




p {  }


/* Speech Bubble style Icons From http://desandro.com/resources/css-speech-bubble-icon
-----------------------------------------------------------------------------------------------------  */

.bubble {
  position: relative;

}

a.bubble  {
  color: #fff;
  text-decoration: none;
  padding: 5px;
  margin:0;
  font-style: normal;
}

.bubble  em {
  font-style: normal;
}
.bubble  em {
  background: #ddd;
  color: #FFF;
  padding: 0.1em 0.4em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  position: relative;
}

a.bubble :hover {
  color: #Fff;
}
a.bubble :hover em {
  cursor: pointer;
  background: #2D7BB2;
  color: #FFf;
}
a.bubble :hover .point {
  border-left: 0.5em solid #F00; 
}



