/*
Theme Name: Wild Child
Theme URI: http://bioship.space
Description: Child Theme for BioShip. Use this child theme to safely make modifications to the existing theme. Using a child theme ensures that you do not lose the modifications with theme updates.
Version: 1.3.0
Author: DreamJester
Author URI: http://dreamjester.net
Template: bioship
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------

This child theme enables you to make customizations while allowing for safe updates to the parent theme.
The parent theme's style.css is imported below. If you wish to make customizations, do one of the following:

A.) Leave this file alone and use the Dynamic CSS in the Theme Options menu.
B.) Leave this file alone and add a custom.css to add CSS file instead (or both.)
C.) Add specific rules BELOW the import. This is intended for customizations.
D.) Remove the import and copy the contents of skeleton/style.css into this file.
	Use this option if you intend to modify a lot of the skeleton theme styles.
	But make sure to leave the (above) child theme header intact!

----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------

*/

@import url("../bioship/style.css");

/* CUSTOM RULES */