/*-------------------------------------------------------------------------------
 * Name:		content.css
 *
 * Author:		Gerard Hynes
 *
 * Description:	Defines styles for use in page content.
 *				Sitecore Rich Text Editor uses this stylesheet, classes defined here are available in the style dropdown
 *------------------------------------------------------------------------------- */

/* IMPORTANT: for editor only, overwritten by body#qld-gov-au in agency stylesheet */
	body {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		color: #000;
		background: #fff;
	}

/* typography */
	h1, h2, h3, h4 {
		color: #003C69;
	}
	h1 {
		line-height: 1em;
		margin-top: 0;
	}
	
/* lists */
	ul li ul {
		list-style-type: circle;
		margin-left: 2em;
	}
	ul li ol {
		list-style-type: decimal;
		margin-left: 2em;
	}
	ol li ol {
		list-style-type: decimal;
		margin-left: 2em;
	}
	ol li ul {
		list-style-type: circle;
		margin-left: 2em;
	}

/* links */
	/* media link decorator */
	a.file-metadata {
		/* class generated by media link decorator component (see extras.config) */
	}
	a.file-metadata-disabled { 
		/* allows Sitecore editors to disable media link decorator component */
	}
	/* file types */
	a.doc {
		background: transparent url(/assets/tmronline/images/TMRBase/ui/icon-word.gif) no-repeat 0 .25em;
		padding: .1em 0 .1em 1.5em;
	}
	a.feed {
		background: transparent url(/assets/tmronline/images/TMRBase/ui/icon-rss.gif) no-repeat 0 .25em;
		padding: .1em 0 .1em 1.5em;
	}
	a.pdf {
		background: transparent url(/assets/tmronline/images/TMRBase/ui/icon-pdf.gif) no-repeat 0 .25em;
		padding: .1em 0 .1em 1.5em;
	}
	a.xls {
		background: transparent url(/assets/tmronline/images/TMRBase/ui/icon-excel.gif) no-repeat 0 .25em;
		padding: .1em 0 .1em 1.5em;
	}
	
/* images */
	a img {
		border: none;
	}
	img.image-centred {
		border: 3px solid #E5E5E5;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	img.image-left {
		border: 3px solid #E5E5E5;
		float: left;
		margin: 0 1em 1em 0;
	}
	img.image-right {
		border: 3px solid #E5E5E5;
		float: right;
		margin: 0 0 1em 1em;
	}

/* misc */
	.highlight {
		background-color: #EFEDED;
		color: #000;
		border: 0.1em dashed #000;
		padding: 0.3em;
	}
