/*

===================
Fluxish CSS Styles
===================
based on Leggero by NoWhereMan & drudo
-------------------

Name: Fluxish
Author: f!uX
Version: 1.0
Module: style.css

*/



/* imports common style ruleset */
@import url(common.css);
@import url(globals.css);

/* imports column (where widgets usually go) rules */
@import url(column.css);

/* imports widgets particular rules */
@import url(widgets.css);

/* defines rules specific to the front page */

#comments li.comment-admin {
	background-color: #e5f79c;
	border-top: 1px solid #99cc33;
    border-bottom: 1px solid #99cc33;
	padding:1em
}

#comments li.comment-admin strong.comment-name { font-size:140% }
