/* ------------------------------------------------------------------------
This stylesheet contains styles for MODx addins, plugins, plus other
related styles.

The styles included are/can be adjusted to suite the template (i.e. the
original sytle definitions are for the modx template, this version is
customised for the cyberoak templates)

Charles Dixon, 02 March 2010
------------------------------------------------------------------------*/


/* Ditto 2 Blog ------------------------------------------------------- */
.ditto_summaryPost h3 {
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
    padding: 5px !important;
}

.ditto_summaryPost:hover,
.ditto_summaryPost:hover .ditto_info,
.ditto_summaryPost:hover *  {
    background:#ddecff;
}

.ditto_summaryPost .ditto_info {
    background-color: #F8F8F8;
    padding: 5px !important;
    font-size: 0.8em;
    color: black;
}

.wide .ditto_info {
   width:386px; /* to match cyberoak.css .wide .heading */
}
.ditto_link {
    font-size: 76%;
    text-align: right;
}

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color:#003882; /*dark blue*/
}

#ditto_pages .ditto_currentpage {
    border: 1px solid #003882; /*dark blue*/
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #007DBC; /*lightBluePanel*/
    color: #fff;
}

#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}

#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #007DBC; /*lightBluePanel*/
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color:#003882; /*dark blue*/
}

#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

#ditto_archivelist ul {
    list-style-type: none;
    margin-left: 15px;
    padding-left: 0;
}

#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
}

#ditto_archivelist .ditto_month {
    font-weight: bold;
}

/* end Ditto 2 Blog --------------------------------------------------- */

