/* $Id: icons.css,v 1.2.2.3 2007/10/14 12:01:57 johnalbin Exp $ */

/*
 * ICON STYLES
 *
 * Puts all the references to icon images in one place.
 */

/* Leaf, collapsed, and expanded icons used for navigation*/
.block li.leaf, ul.menu li.leaf {
  list-style-image: url(580211e1b73709ebbfaef467759e424e1001a64c.png) ;
}

.block li.collapsed, ul.menu li.collapsed {
  list-style-image: url(55f2c5801bbcc27b2ba61e3786f08a4a678b2c4b.png) ;
}

.block li.expanded, ul.menu li.expanded {
  list-style-image: url(31d620875e1b85e6df6de735263fc96db73bc1e1.png) ;
}

.block li a.active {
  text-decoration: none;
}

.block ul li {
  list-style-image: url(9fdc6795188bafffe6e0cde32048ef1e5b3868ab.png) ;
}

/* Forum posts and recent blog posts */
.block-forum ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 5px 0 5px 20px;
  background-image: url(1b1947d0911a1de4407dce4e6052dea7d4f09eb8.png) ;
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

.block-blog ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 5px 0 5px 20px;
  background-image: url(65e064e7c065bf2f54ff55d3497b142ff657bd24.png) ;
  background-repeat: no-repeat;
  background-position: 0 .7em;
}

/* Who's new & Who's online*/
#block-user-2 ul li, #block-user-3 ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 5px 0 5px 20px;
  background-image: url(db19156ab825ae363eebed01c10fe98434aa108f.png) ;
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

/* Status and Error icons */
div.status {
  background-image: url(671d28e01b130bcb249b853d86bcf838915e40be.png) ;
  background-repeat: no-repeat;
  background-position: .5em 50%;
}

div.error {
  background-image: url(d6cc897b5daeec79db3aacae000e7b2bf8893e0b.png) ;
  background-repeat: no-repeat;
  background-position: .5em 50%;
}

/* Node links such as add comments, User's blog, etc */
#main .node div.links {
  padding: 5px 0 5px 13px;
  background: url(3aacae71bc6c27f0ac2c7f14f457c32cec9960b7.png)  no-repeat 0 .93em;
}

/* Administration panel */
.admin-panel h3{
  background: #6191C5 url(4b61f884d47fece37e10f09361df0e0dcfbc9048.png)  no-repeat .5em .5em;
}
