/* 
** Ploneboard style sheet for CSS2-capable browsers.
**
** Copyright Alexander Limi (http://www.plonesolutions.com/)
** & Michael Zeltner (http://niij.org/) 2003.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  */

/* Adjusting a few basic Plone classes */

.listing {
    font-size: 100%;
    width: 100%;
}

.listing th {
    font-size: 85%;
}

.listing .discreet {
    text-align: right;
    display: block;
}

.commentPortrait {
    float: right;
    clear: both;
    margin: 0 0 0.5em 0.5em;
}

.commentPortrait .portraitPhoto {
    width: 45px;
    height: 60px;
}

/* The listing classes */

.listingConversation {
    display: block;
    padding: 10px;
    padding-left: 25px;
    font-size: 110%;
    background: transparent url("https://aceproject.org/ploneboard_conversation_icon.gif") no-repeat;
    background-position: 5px 10px;
}

.listingForum {
    display: block;
    padding: 10px;
    padding-left: 25px;
    font-size: 110%;
    background: transparent url("https://aceproject.org/ploneboard_forum_icon.gif") no-repeat;
    background-position: 5px 10px;
}

/* Comment */

.boardComment {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    position: relative;
}

.boardCommentVisible {
    background: white;
}

.boardCommentHidden {
    background: #c0c0c0;
}

.boardCommentDetails {
/*    border: 1px solid #ccc;
    border-style: none none solid none;*/
    background-color: #ccc;
    padding: 0.5em 1em;
    font-size: 90%;
}

.boardComment:hover .visualGhosted {
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}

.boardCommentBody {
    padding: 0.5em 1em;
}

.boardCommentContent {
    line-height: 1.5em;
}

.boardCommentActions {
    padding: 1em;
    text-align: left;
    float: left;
    right: 1em;
}

.boardCommentActions form {
    display: inline;
}

.boardCommentReplyActions {
    padding: 1em;
    text-align: right;
    right: 1em;
}

.boardCommentPortrait {
    float: right; 
    margin-bottom: 1em;
}

.boardConversation ul.topLevelComment {
    margin-left: 0;
}

.boardConversation li {

}

.commentAttachments {
    text-align: left;
    margin: 0 0.5em 0.5em 0.5em;
}

.state-rejected {*
    color: #76797c !important;
}

/* Moderation */
.moderationItem {
    margin-top: 1em;
}

.moderationItem input {
    margin-top: 0.5em;
}

.moderationActions form {
    display: inline;
}

/* Removing Re: - remove these if you want to enable it, should be off OOTB */

.boardCommentHeaderTitleBlock h3 { display: none; }
.commentReplyTitle { display: none; }
body.template-ploneboard_unanswered h1.documentFirstHeading, 
body.template-forum_view h1.documentFirstHeading {color: blue; font-size:24px;}

body.template-ploneboard_unanswered h1.documentFirstHeading img,
body.template-forum_view h1.documentFirstHeading img {visibility:hidden; width:0px;}

body.template-ploneboard_unanswered div.documentContent a:link, body.template-ploneboard_unanswered div.documentContent a:visited, body.template-ploneboard_unanswered div.documentContent a:hover, body.template-ploneboard_unanswered div.documentContenta:active,  
body.template-forum_view div.documentContent a:link, body.template-forum_view div.documentContent a:visited, body.template-forum_view div.documentContent a:hover, body.template-forum_view div.documentContenta:active  {color: blue;}

body.template-ploneboard_unanswered  table.listing thead th,
body.template-forum_view table.listing thead th{background-color: #56595e; color: white; font-size:9pt; font-weight: bold;border: 0px transparent; }

body.template-ploneboard_unanswered table.listing tr.odd td,
body.template-ploneboard_unanswered table.listing tr.odd td a,
body.template-ploneboard_unanswered table.listing tr.odd td span.discreet, 
body.template-forum_view table.listing tr.odd td,
body.template-forum_view table.listing tr.odd td a,
body.template-forum_view table.listing tr.odd td span.discreet  {background-color: #e8f0fd; color:black;font-size:9pt;border: 0px transparent;}

body.template-ploneboard_unanswered table.listing tr.even td,
body.template-ploneboard_unanswered table.listing tr.even td a,
body.template-ploneboard_unanswered table.listing tr.even td span.discreet,
body.template-forum_view table.listing tr.even td,
body.template-forum_view table.listing tr.even td a,
body.template-forum_view table.listing tr.even td span.discreet {background-color: #c0c9d2; color:black;font-size:9pt;border: 0px transparent;}

body.template-ploneboard_unanswered input.standalone, 
body.template-forum_view input.standalone {background-color: #56595e; color: white; font-size:9pt; font-weight: bold;}
/* Stripping down Kupu to the bare essentials */
/* re-enabled some for ACE by commenting out from 'none' declaration list - JC 2006-10-14 */

/*.kupu-tb-styles,*/
#kupu-bg-subsuper,
#kupu-bg-definitionlist,
#kupu-bg-undo,
#kupu-zoom,
/*#kupu-spellchecker,*/
#kupu-logo-button,
/*#kupu-source,*/
/*#kupu-imagelibdrawer-button,*/
#kupu-tabledrawer-button {
    display: none;
}

/*  */
