/*
===================
iNove CSS Styles
===================
Inspired by: iNove Wordpress Theme from http://www.neoease.org 
-------------------

Name: iNove
Author: Mechatroniker & mg12
Version: 0.1
Module: style.css

##########################
changed to fit the needs of sohleeatsworld.de

*/



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

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

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

#comments li.comment-admin {
	padding:1em
}

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

#widget-searchbox form {
	text-align: center;
}

