/**
 * Admin styles
 *
 * Styling for the admin end of the WordPress install
 *
 * Please do not edit this file. This file is part of the CyberChimps Framework and all modifications
 * should be made in a child theme.
 *
 * @category CyberChimps Framework
 * @package  Framework
 * @since    1.0
 * @author   CyberChimps
 * @license  http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
 * @link     http://www.cyberchimps.com/
 */

/***************************/
/* FONTS ******************/
/***************************/

@font-face {
	font-family: "cyberchimps";
	src: url("../font/cyberchimps.eot");
	src: url("../font/cyberchimps.eot?#iefix") format("embedded-opentype"), url("../font/cyberchimps.woff") format("woff"), url("../font/cyberchimps.ttf") format("truetype"), url("../font/cyberchimps.svg#cyberchimps") format("svg");
	font-weight: normal;
	font-style: normal;
}
#cyberchimps_admin_footer {
	position: relative;
	padding-left: 60px;
}
#cyberchimps_admin_footer span.cyberchimps-logo:before {
	 font-family: "cyberchimps";
	content: '\e004';
	font-size: 4em;
	position: absolute;
	top:0;
	left: 0;
}