/*
 * NEATLITE - uses an ultimate source ordered layout solution by luci as a base, comments/suggestions e-mail to luci[-at-]sh.ground.cz
 */

@import "lite.css";

body {
	background: silver; color: black;
	font-family: 'Gill Sans', 'Trebuchet MS', 'Lucida Grande', 'Luxi Sans', sans-serif;
	font-size: 80%;
}

.colwrapper {margin: 0px;}/* this takes care of margins of all the columns; the wrapper is there to allow extended styling such as graphical borders etc. */
.content {
	padding: 0.5em;
}

/* other ids and classes can follow here */

/*div {border-width: 1px; border-style: solid; padding: 10px; margin: 5px}*/ /* <- if you want to debug, uncomment that */
