/* CIARA */
/* Master Stylesheet
----------------------------------------------------------------------------------- */


	@import url("layout.css");
	@import url("widget-alert.css");


/* Style Precedents
----------------------------------------------------------------------------------- */


	* {
	
	margin: 0;
	padding: 0;
	
	}
	
	ul, li, ol {
	
	list-style-type: none;
	
	}
	
	a, input {
	
	outline: none;
	text-decoration: none;
	
	}
	
	img {
	
	border: none;
	
	}
	
	
	dl {
	
	margin: 0;
	
	}
	
		
	
/* CUFON
----------------------------------------------------------------------------- */


	span.cufon,
	span.cufon span {
		
	display: inline-block;
	visibility: visible;
		
	}
