/* ----- ADDITIONAL SITE SPECIFIC STYLING  ----- */

/*
	Usage example:
	
	1. Add this to CXML template vars:
	
		<var name="additionalSiteCSS" type="string">
			example
		</var>
	
	2. Location of this file: [templateBase]/sites/example/example.css
	
	3. All ressources (images, etc.) used specifically with this styling should be placed in the same folder
*/

#left-section .header .logo
{
	background: url(durval-logo.png);
}

#left-section .text
{
	background: url(D-pattern.jpg);
}