/* SPARKART */
/* Master Stylesheet
----------------------------------------------------------------------------- */


	@import url("sifr3.css");

	@import url("alerts.css");
	@import url("clique.css");
	@import url("color.css");
	@import url("forms.css");
	@import url("layout.css");
	@import url("legal.css");
	@import url("sidebar.css");
	@import url("signin-overlay.css");
	@import url("tags.css");
	@import url("welcome.css");
	

/* STYLE PRECEDENTS
--------------------------------------------------------------------------- */


	body {
		
	margin: 0;
	padding: 0px;
	background: #fff;
	color: #000;
	font: normal 12px/18px Arial, sans-serif;
		
	}
	
	a {

	color: #57240f;
	text-decoration: none;
	outline: none;

	}

	a:hover {
	
	color: #000;
	
	}
	
	input[type=submit], input[type=image] {
	
	outline: none;
	
	}
	
	img {
	
	border: none;
	
	}

	ul {
	
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	}

	div#content p, div#content div.player {
	
	clear: left;
	margin: 0 0 15px 0;
	
	}


/* HEADINGS
--------------------------------------------------------------------------- */


	h1, h2, h3, h4, h5 {
	
	margin: 0;
	padding: 0;
	
	}

	h3, h3 em, h3 var {
	
	margin: 0 0 20px 0;
	color: #efd000;
	font-weight: bold;
	font-style: normal;
	font-size: 26px;
	line-height: 26px;
	font-family: Helvetica;
	
	}
	
	h5 {
	
	margin: 0 0 20px 0;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	font-family: Helvetica;

	}

	body.pc h3, h3 em, h3 var, body.pc h5 {
	
	font-family: Arial;
	
	}

	div.widget-blog h4, div.widget-editorial h4, div#editor div.heading h3 {
	
	display: block;
	width: 600px;
	margin: 0 0 15px -1px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 60px;
	line-height: 56px;

	}
	
	body.pc div.widget-blog h4, body.pc div.widget-editorial h4, body.pc div#editor div.heading h3 {
	
	font-family: Arial, sans-serif;
	
	}


/* ACTIONS
--------------------------------------------------------------------------- */


	ul.actions {
	
	float: left;
	margin-bottom: 20px;
	
	}

	ul.actions li {
	
	float: left;
	margin-right: 6px;
	
	}
	
	ul.actions a {
	
	display: block;
	padding: 0;
	height: 24px;
	text-indent: -5000px;
	
	}
	
	div#content ul.actions a {
	
	padding: 0;
	height: 24px;
	
	}
