/**
 * Plugin: Genesis Widgetized Footer
 *
 * @author	David Decker
 *
 * @since	1.0
 * @version	1.1
 *
 * @copyright	Copyright 2012, David Decker - DECKERWEB
 * @license	GPLv2
 * @link	http://deckerweb.de/
 * @package 	genesis-widgetized-footer
 */

/* Widgets in Genesis #footer Area
------------------------------------------------------------ */

/* Space around the whole container */
#gwfoot-footer-one-area,
#gwfoot-footer-two-area,
#gwfoot-footer-disclaimer-area {
	padding: 5px;
}

/* Float Footer Area #1 + #2 */
#footer #gwfoot-footer-one-area {
	float: left;
}
#footer #gwfoot-footer-two-area {
	float: right;
}

/* Set widths */
.gwfoot-footer-one-full-width,
.gwfoot-footer-two-full-width {
	max-width: 100%;
}

.gwfoot-footer-one-one-third {
	width: 65%;
}

.gwfoot-footer-two-two-thirds {
	width: 32%;
	text-align: right;
}

.gwfoot-footer-one-one-third,
.gwfoot-footer-two-two-thirds {
	margin-left: auto;
	margin-right: auto;
}

/* Footer Disclaimer */
#gwfoot-footer-disclaimer-area {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 20px 20px 10px;
}

#gwfoot-footer-disclaimer-area .widget-area h4 {
	font-size: 1.0em;
}

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