/*
Notice
------

YOU MAY NOT COPY OR USE THIS FILE IF YOU HAVE NOT PURCHASED RIGHTS FOR IT


Terms of use
------------

This software is copyright Mesoconcepts Ltd, and is distributed under the terms of the Mesoconcepts license. In a nutshell, you may freely use it for any purpose, but may not redistribute it without written permission.

http://www.semiologic.com/legal/license/
**/
a.link_entry,
a.link_comment
{
	background: url(icons/file.gif) center left no-repeat;
	padding-left: 13px;
}

a.edit_entry,
a.edit_comment
{
	background: url(icons/edit.gif) center left no-repeat;
	padding-left: 13px;
}

a.entry_comments
{
	background: url(icons/comment.gif) center left no-repeat;
	padding-left: 13px;
}

a.comment_entry,
a.reply_comment
{
	background: url(icons/add_comment.gif) center left no-repeat;
	padding-left: 13px;
}

a.email_entry
{
	background: url(icons/email.gif) center left no-repeat;
	padding-left: 13px;
}

a.print_entry
{
	background: url(icons/print.gif) center left no-repeat;
	padding-left: 13px;
}

#sidebar .sem_recent ul,
#sidebar_ext .sem_recent ul,
#sidebar .sem_tile_pages ul,
#sidebar_ext .sem_tile_pages ul,
#sidebar .sem_tile_links ul,
#sidebar_ext .sem_tile_links ul
{
	list-style-image: url(icons/file.gif);
}

#sidebar .sem_tile_cats ul,
#sidebar_ext .sem_tile_cats ul,
#sidebar .sem_tile_archives ul,
#sidebar_ext .sem_tile_archives ul
{
	list-style-image: url(icons/folder.gif);
}

#sidebar .bullet ul,
#sidebar_ext .bullet ul
{
	list-style-image: url(icons/bullet.gif);
}

#sidebar .sem_subscribe_me ul,
#sidebar_ext .sem_subscribe_me ul
{
	list-style: none;
}

#sidebar .sem_subscribe_me li,
#sidebar_ext .sem_subscribe_me li
{
	margin-left: 0px;
}

#sidebar .sem_subscribe_me ul li.help_link a,
#sidebar_ext .sem_subscribe_me ul li.help_link a
{
	background: url(icons/help.gif) center left no-repeat;
	padding-left: 18px;
}

#main .sem_post_list ul,
#main .sem_link_list ul
{
	list-style-image: url(icons/file.gif);
}

#main .sem_post_archive ul,
#main .sem_link_archive ul
{
	list-style-image: url(icons/folder.gif);
}

#main .checked ul,
#sidebar .checked ul,
#sidebar_ext .checked ul
{
	list-style-image: url(icons/check.gif);
}
