/* $Id: candy.css,v 1.1.2.2 2010/09/25 01:37:18 hswong3i Exp $ */

/**
 * @file
 * Eyes-catching Candy Styling
 */


/**
 * Special image mapping
 */
ul.links li.blog_usernames_blog {
  background: url(../images/user.png) left center no-repeat; /* LTR */
  padding-left: 18px; /* LTR */
}

ul.links li.book_add_child {
  background: url(../images/report-add.png) left center no-repeat; /* LTR */
  padding-left: 18px; /* LTR */
}

ul.links li.comment_comments,
ul.links li.comment_forbidden {
  background: url(../images/comment.png) left center no-repeat; /* LTR */
  padding-left: 18px; /* LTR */
}

ul.links li.comment_add,
ul.links li.comment_new_comments,
ul.links li.comment_reply {
  background: url(../images/comment-add.png) left center no-repeat; /* LTR */
  padding-left: 18px; /* LTR */
}

ul.links li.comment_delete {
  background: url(../images/comment-delete.png) left center no-repeat; /* LTR */
  padding-left: 18px; /* LTR */
}

ul.links li.comment_edit {
  background: url(../images/comment-edit.png) left center no-repeat; /* LTR */
  padding-left: 18px; /* LTR */
}

ul.links li.statistics_counter {
  background: url(../images/graph-bar.png) left center no-repeat; /* LTR */
  padding-left: 18px; /* LTR */
}

ul.links li.book_printer,
ul.links li.print_html {
  background: url(../images/printer.png) left center no-repeat; /* LTR */
  margin-left: 0;
  padding-left: 18px; /* LTR */
}

ul.links li.print_mail {
  background: url(../images/mail-closed-send.png) left center no-repeat; /* LTR */
  margin-left: 0;
  padding-left: 18px; /* LTR */
}

ul.links li.print_pdf {
  background: url(../images/file-pdf.png) left center no-repeat; /* LTR */
  margin-left: 0;
  padding-left: 18px; /* LTR */
}


/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}

#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}

#aggregator .feed-item {
  border-bottom: 1px solid #CCC;
  margin: -1.5em 0 1.75em;
  padding: 1.5em 0;
}

#aggregator .feed-item-categories {
  font-size: .92em;
}

#aggregator .feed-item-meta {
  font-size: .92em;
  color: #CCC;
}


/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}


/**
 * Tagadelic.module
 */
a.tagadelic:link {
  color: #25771F;
}

a.tagadelic:visited {
  color: #123B0F;
}

a.tagadelic:hover {
  background: #E7FEE5;
  color: #007898;
}


/**
 * Vertical tab module
 */
div.vertical-tabs ul.vertical-tabs-list li {
  list-style-image: none;
}
