/** 
 * 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 * {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

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

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	font-style: italic;
}	
.typography q {
	
}

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

.typography a { 
 	text-decoration: none;
	color: #2F89BF;
	padding: 0px 2px;
}
	.typography a:hover { 
 		background-color: #2F89BF;
		color: #fff;
	}
	
	.typography a[target="_blank"] {
		padding: 0px 2px;
		padding-right: 17px;
		background: url(../images/icons/new_window.gif) no-repeat right center;
	}
	
	.typography a:hover[target="_blank"] {
		padding: 0px 2px;
		padding-right: 17px;
		background: #2F89BF url(../images/icons/new_window_active.gif) no-repeat right center;
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 0px 2px;
		padding-right: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat right center;
	}
	.typography a:hover[href$=".pdf"],
	.typography a:hover[href$=".PDF"],
	.typography a:hover.pdf {
		padding: 0px 2px;
		padding-right: 20px;
		background: #2F89BF url(../images/icons/page_white_acrobat.png) no-repeat right center;
	}
	
	.typography a[href$=".mp3"],
	.typography a[href$=".MP3"],
	.typography a.mp3 {
		padding: 0px 2px;
		padding-right: 20px;
		background: url(../images/icons/page_audio.png) no-repeat right center;
	}
	.typography a:hover[href$=".mp3"],
	.typography a:hover[href$=".MP3"],
	.typography a:hover.pdf {
		padding: 0px 2px;
		padding-right: 20px;
		background: #2F89BF url(../images/icons/page_audio.png) no-repeat right center;
	}
	
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 0px 2px;
		padding-right: 20px;
		background: url(../images/icons/page_word.png) no-repeat right center;
	}
	.typography a:hover[href$=".doc"],
	.typography a:hover[href$=".DOC"],
	.typography a:hover.doc {
		padding: 0px 2px;
		padding-right: 20px;
		background: #2F89BF url(../images/icons/page_word.png) no-repeat right center;
	}
	
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 0px 2px;
		padding-right: 20px;
		background: url(../images/icons/page_excel.png) no-repeat right center;
	}
	.typography a:hover[href$=".xls"],
	.typography a:hover[href$=".XLS"],
	.typography a:hover.xls {
		padding: 0px 2px;
		padding-right: 20px;
		background: #2F89BF url(../images/icons/page_excel.png) no-repeat right 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: 0px 2px;
		padding-right: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat right center;
	}
	.typography a:hover[href$=".gz"],
	.typography a:hover[href$=".GZ"],
	.typography a:hover[href$=".gzip"],
	.typography a:hover[href$=".GZIP"],
	.typography a:hover[href$=".zip"],
	.typography a:hover[href$=".ZIP"],
	.typography a:hover.archive {
		padding: 0px 2px;
		padding-right: 20px;
		background: #2F89BF url(../images/icons/page_white_zip.png) no-repeat right center;
	}
	
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 0px 2px;
		padding-right: 20px;
		background: url(../images/icons/application.png) no-repeat right center;
	}
	.typography a:hover[href$=".exe"],
	.typography a:hover[href$=".EXE"],
	.typography a:hover.application {
		padding: 0px 2px;
		padding-right: 20px;
		background: #2F89BF url(../images/icons/application.png) no-repeat right center;
	}

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

.typography .margin_list li {
	margin: 1.8em 0px;
}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 { 
	
}

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

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family: "Courier New", Courier;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			border:1px solid #363636;
			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 img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

