/* intense debate plugin stylesheet classes see http://www.intensedebate.com/docs/css-documentation/ */
#idc-container-parent #idc-container h3 {
font-size: 15px;
line-height: 1.0em;
}
/* The very top part of IntenseDebate. This contains the Comments header, sorting, the logged in view, and more. */
#idc-container-parent #idc-container .idc-head {
display: all;
}
/* .idc-head .idc-ctools comment sorting */
/* .idc-head .idc-user_i User information in the logged in view of idc-head. */

/* The footer of IntenseDebate */
#idc-container-parent #idc-container .idc-footer {
display: all;
}

/* #idc-container-parent #idc-container .idc-thread
Comment thread. This is a basic thread in IntenseDebate, complete with indention and other goodies.
#idc-container-parent #idc-container .idc-thread {
}
*/

/* A comment. This is the wrapper for a comment. Use it to refer to different elements of the comment structure. This is by far the most important part of the IntenseDebate commenting system. */
#idc-container-parent #idc-container .idc-c { 
font-size: 10px;
}

/* .idc-c-h Comment header. The top bar in a comment. This contains the avatar, avatar menu, name, reputation and voting functionality. */
/* .idc-c-h .idc-a Comment header avatar. Contains the avatar associated with the person posting the comment. */ 
#idc-container-parent #idc-container .idc-c-h .idc-a {
display: none;
}
/* .idc-c-h .idc-i Comment header profile information. Displays the commenters name and the reputation indicator. */
#idc-container-parent #idc-container .idc-c-h .idc-i {
font-weight: bold; font-size: 12px;
}
/* .idc-c-h .idc-v Comment header voting section. set display:none to disable voting.
#idc-container-parent #idc-container .idc-c-h .idc-v {
display: none;
}
*/
/* .idc-m The fabulous avatar menu. The avatar menu displays a personal message or your latest twitters (set this setting in your Edit Profile page), links back to other sites you have, links to profiles on other social networks, a Follow button and a personal comment RSS feed. Your readers can sign up for an IntenseDebate account and get all this extra functionality. It helps build a strong community, as everyone gets to know more about one another. */
#idc-container-parent #idc-container .idc-m {
display: none;
}
/* .idc-c .idc-c-t Comment top part. This part of the comment is where the comment text is displayed. It contains a textarea instead of text if the comment styles are used as a container for a reply or an add new comment form. */

/* Comment bottom part. This section contains the time stamp and the reply/submit comment buttons. */
#idc-container-parent #idc-container .idc-c .idc-c-b {
font-size:10px;
}
/* A <div> kept inside .idc-c-t that ensures stability and the addition of child div elements within a posted comment. This is useful if you’re using a WYSIWYG editor plugin, for instance. Can also be used to create fancy borders and other creative stuff! */
#idc-container-parent #idc-container .idc-c-t .idc-c-t-inner {
color: #030; font-size:10px;
}
#idc-container-parent #idc-container .idc-new {
background-color: #f0f0f0;
font-size:15px; width: auto;
}
/* A comment made by an admin. style the admin comments */
#idc-container-parent #idc-container .idc-c.idc-admin {
color: #f00;
border-left: 2px solid #f00;
padding: 0 0 0 10px;
}
