/**
 * Plugin: Genesis Widgetized NotFound & 404
 *
 * @author	David Decker
 *
 * @since	1.0
 * @version	1.0
 *
 * @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;
}

.search-no-results #content > p {
	display: none;
}
