/*   $Id: icons.css,v 1.2 2006/10/23 04:36:43 zirafa 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 {

}

.block li.collapsed, ul.menu li.collapsed {

}

.block li.expanded, ul.menu li.expanded {

}

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

.block ul li {
  list-style-type:square;
}

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

.block-blog ul li {
  list-style-type:none;
  list-style-image: none;
  margin:0;
  padding:5px 0px 5px 20px;
  background-image: url(images/blog.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 0px 5px 20px;
  background-image: url(images/icon_user.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

/* Status and Error icons */
div.status {
  background-image: url(images/dialog-information_i.gif);
  background-repeat: no-repeat;
  background-position: .5em 50%;
}

div.error {
  background-image: url(images/dialog-warning.gif);
  background-repeat: no-repeat;
  background-position: .5em 50%;
}

/* Node links such as add comments, User's blog, etc */
#main .node div.links {

}

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


.pane_rss_icon {
  display: block; 
  float: right;
  margin-top: 3px;
}