/*
COLOURS
red: ED1C24
blue: 3995be
yellow: F2FB10
green:#7CCC22
*/
 
/* GENERIC STYLES */ 
.typography * {
	font-family:Arial, Helvetica, sans-serif;
}

.getPlugin {display:block; padding:4px;border:1px dotted #ccc; background-color:#f0f0f0;color:#000;margin-bottom:20px;min-height:50px}
.getPlugin img {float:left;}
/* PARAGRAPHS */
.typography p { 
 	color: #333;
 	font-size: 1em;
	margin-bottom:15px;
}


/* LINKS */
.typography a { 
	border-bottom:1px dotted #3E91C4;
 	text-decoration: none; 
	color: #3E91C4;
}
.typography a:hover { 
 	border-bottom:1px solid #3E91C4;
}

.typography a.moreinfo {
	text-decoration:none;
	color:#3995be;
	background:url(../images/link-btn.png) no-repeat;
	padding-left:14px;
	margin-left:10px;
	
	}
.typography a.moreinfo:hover {
	color:#ed1c24;
	background-position:0 -20px;
	}

/* HEADER STYLES */

.typography h1,
.typography h2
{ 
	margin: 0 0 15px 0;
	clear: both;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
}
.typography h1 {
	font-size: 2.4em;
	color: #ED1C24;
	line-height:1em;
}
.typography h2 { 
 	font-size: 1.9em; 
	color: #ED1C24;
}
.typography h3 { 
 	font-size:1.3em; 
	color: #000;	
	font-weight: bold;
	margin: 0 0 5px 0;
}

.typography h3.video { 
 	font-size:1.4em; 
	color: #000;
	margin: 0 0 5px 0;
}

.typography h4 {
	font-size:1.3em;
	color: #666;
	font-weight: bold;
	margin: 0 0 5px 0;
}




/* TABLE STYLING */
.typography table {
	margin: 10px;
	font-size: 1.2em;
	color: #666;
	border-collapse:collapse;
}
	.typography td {
		border:1px solid #999;
		padding:5px;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
	}
	
	.typography .captionImage {
		border: 1px solid #e8e8e8;
		padding: 5px;
	}
	
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
	}
	.typography div.image.leftAlone,
	.typography div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {
		font-weight: bold;
		text-align: center;
		color: #666;
	}
	
	
	
/*   ##########   content lists    ###############   */


	.typography ul {list-style:outside; margin:0 30px 20px 30px;list-style-image:url(../images/bullet.png);}
	.typography ul li {line-height:1.2em;padding: 6px 0}



	ul#SearchResults {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	}


/*   ##########   search styles    ###############   */

	ul#SearchResults li {margin-left:0; border-bottom:1px solid #ccc;padding:10px 0}
	
	ul#SearchResults li a.searchResultHeader {font-weight:bold;clear:both}
	ul#SearchResults li p {margin-top:10px}