/*
Theme Name: Fluida Elgar
Theme URI:
Description: Fluida child theme for Elgar website
Author: Mandy Sims, Nepeta Consulting
Author URI: http://nepeta.co.uk
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fluida
Tags: two-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
Template: fluida

Version 0.1
	-	remove archive type from archive page title
	-	add css to format copyright block
	-	use smarter navigation plugin links on single.php pages
	-	add eventbirte handling and templates
*/

#site-copyright {
	width: 100%;
}
#site-copyright .alignleft {
	float: left;
}
#site-copyright .alignright {
	float: right;
}

/* <div class="alignleft">© The Elgar Chorale  2016<br />The Elgar Chorale is a registered charity.
Registered charity no: 1147273
</div><div class="alignright">Website designed and hosted by Nepeta Consulting Ltd.</div> */

#nav-below .nav-next {
	clear: none;
}