/*  
Theme Name: Green Light
Description:  The Green Light theme by <a href="http://mynethome.net">Sayontan Sinha</a>.
Theme URI: http://www.aquoid.com
Version: 1.0
Author: Sayontan Sinha
Author URI: http://mynethome.net
Tags: simple, green, white, light, dull, two-columns, fixed-width, threaded-comments, right-sidebar
*/
 
body {
	background: #ffffff;
	padding: 0 40px;
	margin: 0px;
	color: #000000;
}
#page {
	background: none;
}
#wrapper {
	width: 100%;
/*	margin: 0px;*/
}


h1 {
	color: #000000;
}
h1 a, h1 a:visited {
	color: #000000;
}


#main-col {
	width: 100%;
}

#content {
	padding: 0;
	background: #ffffff;
	width: 100%;
}

#nav, #sidebar {
	display: none;
	visibility: hidden;
}
.fix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .fix {
	height:1%;
}
.fix {
	display:block;
}
