/*
Collapsing Archives version: 1.2.alpha
Copyright 2007 Robert Felty

This work is largely based on the Fancy Archives plugin by Andrew Rader
(http://nymb.us), which was also distributed under the GPLv2. I have tried
contacting him, but his website has been down for quite some time now. See the
CHANGELOG file for more information.

This file is part of Collapsing Archives

    Collapsing Archives 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.

    Collapsing Archives 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 Collapsing Archives; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/
span.collapsArch {border:0;
 padding:0; 
 margin:0; 
 cursor:pointer;
}
#sidebar li.collapsArch:before {content:'';} 
#sidebar li.collapsArch {list-style-type:none}
#sidebar li.collapsArchPost {
             text-indent:-1em;
              list-style-type:none;
             margin:0 0 0 1em;}
#sidebar li.collapsArchPost:before {content: "\00BB \00A0" !important;} 
#sidebar li.collapsArch .sym {
               font-size:1.2em;
               font-family:Monaco, 'Andale Mono', 'FreeMono', 'Courier new', 'Courier', monospace;
               margin:2px 5px 0px 0; 
               line-height:.8em;
               padding:0;
               /* uncomment to put a box around +/-
               border:1px solid;
               height:.9em;
               display:inline-block;
               vertical-align:baseline;
               */
              }
