/**
 * Plugin: Genesis Widgetized Not Found & 404
 *
 * @author	David Decker
 *
 * @since	1.0
 * @version	1.2
 *
 * @copyright	Copyright 2012, David Decker - DECKERWEB
 * @license	GPLv2
 * @link	http://deckerweb.de/
 * @package 	genesis-widgetized-notfound
 */

/* Widgets in Content Area
------------------------------------------------------------ */

/* Space around the whole container */
#content #gwnf-404-area,
#content #gwnf-notfound-area {
	padding: 5px;
}

/* More bottom space after each widget */
#content div.widget-area {
	margin-bottom: 35px;
}

/* Handling the empty "p" left over from Genesis' "no content status" */
.error404 div#content.hfeed > p,
.search-no-results div#content.hfeed > p {
	display: none;
	height: 0;
}
