/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

#navigation
{
	display: none!important;
	
}

#content
{
	width: 38em;
	margin-left: 0!important;
}

#container
{
	width: 60em;
	margin-left: 0!important;
}

#sidebar
{
	width: 18em;
}

input
{
	display: none;
}

/* Special style (width) for "wide" template */
.wide #content
{
	width: 60em!important;
	clear: both!important;
}

/* Special style (hide sidebar) for "wide" template */
.wide #sidebar
{
	display: none!important;
}

