/**
 * Stylesheet for plugins supported by the dkret3 theme
 *
 * @since 3.6
 * @package dkret3
 */

/* PSXmail */
.pxsmail form dt,
dl.labels dt {
    float:left;
    position:relative; /*IEWin hack*/
    margin: 0;
    width:10em;
    text-align:right;
}
.pxsmail form dd,
dl.labels dd {
  margin: 0 0 0.8em 10.5em;
}
.pxsmail .y_msg { width: 80%; }

/* wp-quotes & yarq */
.wp_quotes_quote, #yarq_quote { background: none; border: none; margin: 5px 0; padding: 0;}
.wp_quotes_author, #yarq_author { color: #666; margin: 0 0 10px; text-align: right; }

/* WP-Page-Navi */
.wp-pagenavi {
    text-align: center;
    padding: 20px 0;
    margin: 0;
}
.wp-pagenavi span.pages,
.wp-pagenavi span.current,
.wp-pagenavi a {    
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 3px; 
    -moz-border-radius: 3px; /* Mozilla */
    -webkit-border-radius: 3px; /* Webkit */
    margin: 0 2px;
    padding: 5px 7px;
}

/* Greg’s Threaded Comment Numbering Plugin */
#content .commentlist li .commentnumber {
    border-left: 1px solid #ccc;
    color: #3A7930;
    float: right;
    font-size: 22px;
    margin-left: 5px;
    padding: 0px 0 5px 5px;
}

#content .commentlist li li .commentnumber {
    font-size: 18px;
}

#content .commentlist li li li .commentnumber {
    font-size: 18px;
}

/* Front Editor */
#content .wysiwyg .panel li {
    background: none;
    padding-left: 0;
}

/* */
#comment_tbl {
    margin-bottom: 5px;
}