/*
Theme Name: Resurrect Child
Description: A child theme for Resurrect.
Author: Your Name
Version: 1.0
Template: resurrect
*/

/* Import the parent theme stylesheet */
@import url(/template/wp-content/themes/resurrect/style.css);

/*
This stylesheet is loaded instead of the parent theme's stylesheet, which is imported above.
To override styles, copy them here from the original stylesheet, then change the properties.

Similarly, you can modify stylesheets in /css and /colors. For example, you could create a file
in this child theme at css/responsive.css containing @import url(/template/wp-content/themes/../resurrect/css/responsive.css);

See http://churchthemes.com/guides/developer/child-theming/ and the WordPress Codex:
http://codex.wordpress.org/Child_Themes
*/

/*

#resurrect-content-inner h1 { color: #1C94BE !important;
}

#resurrect-content-inner h1 a { color: #1C94BE !important;
}

#resurrect-calendar-title span { color: #1C94BE !important;
}

.flex-title { background-color: #1C94BE !important; 
		}

.resurrect-caption-image-title { background-color: #1C94BE !important;
		}

.resurrect-header-right-item-date { background-color: #1C94BE !important;
		}

#resurrect-intro-heading { color: #1C94BE !important;
}

.resurrect-widget-title { background-color: #1C94BE !important;
}

.resurrect-header-right-item a { color: #145962 !important;
}

.flex-description { color: #145962 !important;
}

.resurrect-caption-image-description { color: #145962 !important;
}

#resurrect-header-menu-links > li > a { color: #1C94BE !important;
}

#resurrect-header-menu-links > li > a .ctfw-header-menu-link-description { color: #145962 !important;
}

#resurrect-intro-content p { color: #145962 !important;
}

#resurrect-banner h1 { background-color: #1C94BE !important;
}

#resurrect-banner .ctfw-breadcrumbs a { color: #145962 !important;
}

.resurrect-entry-content h1 a { color: #1C94BE !important;
}

*/

