/*===============================================================================
				CMS Style Override Stylesheet
			For use in Overriding Themed styles in Weebly
				-------- IMPORTANT NOTE --------
	Styles used here will need to 'out-specify' styles from CMS. You can do this manually 
	OR try to outweigh the CMS style by taking advantage of the ".WLI" class on <body>
	injected with jQuery on the wli-custom.js file, adding weight to your selector at the top level.
	__________________________________________________________________________
		Example: Trying to style background of footer. Using #footer doesn't override.

		ORIG CMS STYLE			|	TRY THIS in NEW wli-main-style.css
			#footer {			|		.wli #footer {
				background: #333;	|			background: #FDB814;
			}				|		}
								Just Remember	.wli 'blah blah blah'...{}
===============================================================================*/

