/*
Theme Name:   Bennet & Bennet
Theme URI:    http://www.hodgsonconsult.com/
Description:  The default WordPress theme for Bennet & Bennet. Designed and coded by <a href="http://www.hodgsonconsult.com">hodgsonConsulting</a>.
Version:      1.2
Author:       hodgsonConsulting
Developer:    Kevin M. Vess
Tags:         fixed-width, two-columns, theme-options, custom metadata
*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("css/all.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
html .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
    float: none;
  }
html .alignleft { float: left; margin: auto; }
html .alignright { float: right; margin: auto; }

html .clear { clear:both; }

html ul.two-columns {
	float: left;
	width: 40%;
}
