/*
Theme Name: BOMAH Child Theme
Theme URI: http://atarem.com
Description: Child theme for customizing BOMAH.
Version: 1.0
Author: Atarem
Author URI: http://atarem.com/
Template: bomah
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url('../bomah/style.css');

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/