/** 
 * 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.
 */

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

	/* LINK ICONS - shows type of file
	------------------------------------ 
	.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, 
.typography ol {
	list-style-type:square;
	margin-left: 16px;
	color: #000;
	line-height:130%;
}
	.typography li {
			
	}

#Sitemap ul {
	list-style-type:square;
	color:#568437;
}

#Sitemap ul li {
	margin-left:7px;
}
		
/* HEADER STYLES 
-------------------------------------------- */
h1, .typography h1 {
	color:#568437;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	height:45px;
	margin:18px 0 22px;
	padding:0;
}
h2, .typography h2 { 
 	font-size: 20px; 
}	
h3, .typography h3 {
        color:#999999;
        fonz-size:11px;
        float:left;
}
h4, .typography h4 {
        color:#999999;
        font-size:12px;
        margin-bottom:5px;
}
h5, .typography h5 {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	margin: 0 0 12px 0;
}
h6, .typography h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	line-height:120%;

}
	.typography tr {}
	
		.typography td {
			padding-top:5px;
			vertical-align:top;
		}
		
.typography table .tel{
	border:0px none;
	padding:0;
}
		.typography td .tel{
			padding:0px;
			vertical-align:top;
		}

.typography table .chronik{
	border:0px none;
	padding:2px;
}
		.typography td .chronik {
			vertical-align:top;
		}
		
.typography table .logo{
}
	.typography tr .logo{}
	
		.typography td .logo{
			padding:2px;
			align: center;
			vertical-align:middle;
		}
		
		
.logo{
	padding:2px;
	align: center;
	vertical-align:middle;
}





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

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		margin:0 0 12px 12px;
		text-align:right;
		float:right;

	}
	.typography img.left {

	}
	.typography img.leftAlone {

	}
	.typography img.center {

	}
