/*
===================
Leggero CSS Styles
===================
Ispired by: http://pluxml.org theme default
-------------------

Name: Leggero
Author: NoWhereMan & drudo
Version: 0.1
Module: style.css
*/



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

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

/* defines rules specific to the front page */
body { margin: 30px 0 0 0; }

#comments li.comment-admin {
	background: #eeeedd url(../images/fp-logo-crop.png) no-repeat bottom right;  
	padding:1em
}

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

