/* ----- 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
*/

#logo
{
	background: url(../imagescss/jules-logo.png); _behavior: url(/iepngfix.htc);
	background-repeat:no-repeat;
	top: 13px;
	right:-115px;
}

