/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

 
/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
}	
.typography q {
}

/* LINKS 
-------------------------------------------- */

.typography a { 
}
	.typography a:hover { 
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
	}
	.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 {
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
}
	.typography li {
	}
		.typography li li {
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 { 
}

.typography h1 {
}
.typography h2 { 
}	
.typography h3 {
}
.typography h4 {
}
.typography h5 {
}
.typography h6 {
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
}
	.typography tr {}
	
		.typography td {
		
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
}
.typography .center {
}
.typography .right {
}

/* IMAGES 
-------------------------------------------- */
.typography img {
}
	.typography img.right {
	}
	.typography img.left {
	}
	.typography img.leftAlone {
	}
	.typography img.center {
	}
