/*
Theme Name: GBS Child theme
Theme URI: http://groupbuyingsite.com
Description: Child Theme for GBS Theme
Author: You
Author URI: http://you.com
Template: group-buying-theme
Version: Beta
*/

/* Import the main stylesheet so we don't have to re-do everything here */
@import url("../group-buying-theme/style.css");


/* Example of changing link colors */
h2.entry-title a, /* found on deals page */
h1.deal-title /* on single deal page */
{
	color: #ff0000 !important;
}
