/*
Theme Name:   NARR
Theme URI:    http://www.narr.org/
Description:  The default WordPress theme for the National Alliance for Radiation Readiness.
Version:      1.0
Author:       hodgsonConsulting
Author URI:   http://www.hodgsonconsult.com/
Developer:    Kevin M. Vess
Tags:         two-columns, fixed-width, theme-options, custom-menus, custom-post-types, sticky-post, widgets, custom metadata
*/

/* Import Stylesheets
-----------------------------------------------------------*/
/*@import url("css/global.css?ver=1.0");*/
@import url("css/main.css?ver=1.0");
/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
  }
.alignleft { float: left !important; margin: 2px 20px 5px 0; }
.alignright { float: right !important; margin: 2px 0 5px 20px; }

/* Added by Mike B. 7/1/11 */
div.page ul { margin-bottom: 18px; } /* Allows <p> text after lists to have a line break instead of being flush up against the bottom of the list */
div.page ul li { margin-left: 25px; } /* Indent bulleted lists */
#main .content p { margin-bottom: 18px; } /* Make spacing at bottom of paragraphs 18px instead of 30 */