/*
	Theme Name: Red Dog Saloon
	Theme URI: http://www.reddogsaloon.com
	Description: Custom styles for the Red Dog Saloon
	Author: Stephen Mattson
	Author URI: http://www.facebook.com/arcticknightenterprises

	Version: 1.0.0


	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- Hours of Operations
	- Baseline Normalize	

*/



/* Hours of Operation */
.footer-widgets span.day {
    font-weight: bold;
    display: inline-block;
    width: 80px;
}
.footer-widgets footer span.hour {
    display: inline-block;
}
/* Contact and Location */
.footer-widgets .map {
    float: left;
    margin: 0 15px 0 0;
}
.footer-widgets .footer-location {
	font-weight: bold;
}

