/*
Theme Name: Greenberries 

Theme URI: http://raeudy.com/

Description: Lotsa green, and one berry. Made for RaeUdy.com.
Based on:
http://andreasviklund.com/wordpress-themes/
The 1024px theme for WordPress is a light and extremely simple theme with 2 columns. It is based on Andreas' free <a href="http://andreasviklund.com/templates/">XHTML/CSS website template</a> with the same name. Add-ons, alterate versions and different kinds of modifications of this theme will soon be available on the <a href="http://andreasviklund.com/wordpress-themes/" title="WordPress themes by Andreas Viklund">1024px theme site</a>.

Version: 1.0

Author: Lewd Weasel

Author URI: http://lewdweasel.com/

*/

/* Print Style Sheet */
#header { display:block; }
#content { display:block; }
#comments { display:none; height:0; width:0;}
#sidebar { display:none; height:0; width:0; }
#footer { display:none; height:0; width:0; }

#commentform { display:none; height:0; width:0; }

/* Body */

body {
	background: white;
	}
	
#menu {
	display: none;
	}
	
#wrap, #content {
	width: auto; 
	float: none !important;
	margin: 0 2%;
	padding: 0; 
	border: 0;
}

#side_ad, #home_left_ad, #ad_right, #ad_header {display:none; }

a {border:0; text-decoration:none; color:black;}

/* fix float fix */
.contenttext {overflow:visible;}
