put a standard css import call at the top of your primary stylesheet, in this case at the top of erudite.css:
@import url(“mychildtheme.css”);
place your child theme in the erudite css folder or change the address of the url call to reflect the new location.