/**
 * Plugin: Genesis Widgetized Not Found & 404
 *
 * @package    Genesis Widgetized Not Found & 404
 * @subpackage Frontend Styles - HTML5
 * @author     David Decker - DECKERWEB
 * @copyright  Copyright (c) 2012-2013, David Decker - DECKERWEB
 * @license    http://www.opensource.org/licenses/gpl-license.php GPL-2.0+
 * @link       http://genesisthemes.de/en/wp-plugins/genesis-widgetized-notfound/
 * @link       http://deckerweb.de/twitter
 *
 * @since	   1.5.0
 * @version	   1.5.0
 */

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

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

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

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