/*
	Theme Name: frugal
	Theme URL: http://frugaltheme.com
	Description: A flexible Wordpress framework theme with a unique minimalist style and full control on the backend.
	Author: Eric Hamm
	Author URI: http://erichamm.net
	Version: 3.1
	Tags: clean, fixed width, minimalist, framework, widgets, hooks, flexible
	
	Changelog:
		3.0 - 11/20/09
		3.1 - 12/07/09
*/

/* Reset Browser to CSS Defaults */
@import url('lib/css/reset.css');

/*** Apply Default Theme Styles ***/
@import url('lib/css/default.css');

.WPWall_Widget { border:2px solid #1068A3; padding: 0 7px;background:#F5F5F5;}
.WPWall_Widget #wall_post textarea { width:100% !important; }
.WPWall_Widget #wallcomments { padding: 0 7px;  }
.WPWall_Widget #wallcomments p, .WPWall_Widget #wp_wall p {background: transparent; }
.WPWall_Widget #wall_post input { background: #ddd; }
 

.footer_right { display:none; }

.comment-meta a:first-child { display:none; }

#wrap #content_column {
    width: 665px;
}