@import url('cms.css');
/**
  SilverStripe Black Candy Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 

.typography * {
	font-family: arial, sans-serif;
	color: #333; 
	font-size: 1.2em;
	margin:0;
	padding:0
}

/* PARAGRAPHS */
.typography p { margin-bottom:1em;line-height:1.5em;}

	

/* LINKS */
.typography a { color:#db9c15;}
    .typography a:hover { text-decoration:none;}

/* ICONS */
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}

/* LIST STYLES */
.typography ul {margin-left:20px;margin-bottom:1em;line-height:1.5em;}
.typography ol {margin-left:25px;margin-bottom:1em;line-height:1.5em;}
.typography li {font-size:1.1em;}

/* HEADER STYLES */


.typography h2 {font-size:1.5em;margin-bottom:1em;margin-top:2em;color:#666;}
	
.typography h3 {font-size:1.4em;margin-bottom:0.5em;margin-top:1em;color:#666;}

.typography h4 {font-size:1.2em;margin-bottom:0.5em;margin-top:1em;color:#666;}



/* 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 img.left {
	float:left;
}



