/*
-------------------------------------------
File: 'Blueball Comments Theme' lightgrayicons.css Style Sheet
Created: 18, March, 2008
Last Modified: 29, March, 2008
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2008 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


.blog-entry-date {
	background: transparent url(../../images/comments_grayicons/Clock_GrayC.png) left no-repeat;
}

* html .blog-entry-date {
	padding: 0 0 0 0px;
	background: transparent;
}

.blog-entry-comments {
	background: transparent url(../../images/comments_grayicons/Bubble_GrayC.png) center left no-repeat;
}

* html .blog-entry-comments {
	padding: 0 0 0 0px;
	background: transparent;
}

p.blog-entry-tags {
	background: transparent url(../../images/comments_grayicons/Tag_GrayC.png) center left no-repeat;
}

* html p.blog-entry-tags {
	padding-left: 0px;
	background: transparent;
}

.filesharing-item-title a:link {
	background: transparent url(../../images/comments_grayicons/Arrow_GrayC.png) left center no-repeat;
}

* html .filesharing-item-title a:link {
	padding: 0 0 0 0px;
	background: transparent;
}




