﻿/** Amadou 3.x
* $Id: icons.css,v 1.2.4.3 2007/12/09 22:15:12 jwolf Exp $
*/

.taxonomy
{
	background:url('/sites/all/themes/amadou/icons/tag_blue.png') no-repeat 0 6px;
}

/*----------icons for links----------*/
.comment_comments a
{
	background:url('/sites/all/themes/amadou/icons/comment.png') no-repeat 0 2px;
	padding-bottom:5px;
	padding-left:20px;
}

.node_read_more a
{
	background:url('/sites/all/themes/amadou/icons/page_white_go.png') no-repeat;
	/*padding-bottom:5px;*/
	padding-bottom:1px;
	padding-left:20px;
	/*float: right;*/
	border-bottom:1px solid #85b666;
}

.comment_add a,.comment_reply a
{
	background:url('/sites/all/themes/amadou/icons/comment_add.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}

.comment_delete a
{
	background:url('/sites/all/themes/amadou/icons/comment_delete.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}

.comment_edit a
{
	background:url('/sites/all/themes/amadou/icons/comment_edit.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}

.blog_usernames_blog a
{
	background:url('/sites/all/themes/amadou/icons/user_comment.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}

.book_printer a
{
	background:url('/sites/all/themes/amadou/icons/printer.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}

.book_add_child a
{
	background:url('/sites/all/themes/amadou/icons/page_add.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}