/** 
 * 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: Arial, sans-serif; */
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #666;
 	line-height: 18px;
	margin: 0 0 10px 0;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 0;
	font-style: normal;
	quotes: none;
}
.typography blockquote p {
	font-family: 'arapeyitalic';
	font-size: 14px;
}

.typography em, .typography i {
	font-style: normal;
	font-family: 'arapeyitalic';
	font-size: 14px;
}

.typography blockquote:before, .typography blockquote:after  { content: ""; content: none; }

.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
	quotes: none;
}

.typography q:before, .typography q:after { content: ""; content: none; }

/* REVISION
-------------------------------------------- */
.typography ins { background-color: #ff9; color: #000; text-decoration: none; }

.typography mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

.typography del { text-decoration: line-through; }

.typography abbr[title], .typography dfn[title] { border-bottom: 1px dotted; cursor: help; }


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

.typography a { 
 	text-decoration: none; 
	color: #00b1b9;
	font-family: 'alegreyaregular', Arial, Verdana, sans-serif;
	font-size: 14px;
}
	.typography a:hover { 
 		text-decoration: underline;
	}

	/* 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 {
	margin: 0 0 10px 12px;
	color: #666;
}
	.typography li {
		margin: 5px 10px;
		font-size: 13px;
	}
		.typography li li {
			font-size: 13px;
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 { 
	color: #333333; 
	margin: 0 0 15px 0;
	font-weight: normal;
	font-family: 'alegreyaregular', Arial, sans-serif;
}

.typography h1, .typography h1 a {
	font-size: 24px;
}
.typography h2, .typography h2 a { 
 	font-size: 20px; 
}	
.typography h3, .typography h3 a {
	font-size: 18px;
}
.typography h4, .typography h4 a {
	font-size: 16px;
}
.typography h5, .typography h5 a {
	font-size: 16px;
}
.typography h6, .typography h6 a {
	font-size: 13px;
}

.typography h5 span {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color:#666;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 18px;
	margin: 0 0 10px 0;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 13px;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			/*border:1px solid #DDD;
			padding:5px;*/
		}

table.pricetable {
}
	table.pricetable tr {
		
	}
	table.pricetable td {
		border:none;
		border-bottom: 1px solid #99ccff;
		padding:10px;
	}

/* 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;
	}

/* CUSTOM STYLES
------------------------------------------- */
h2.orange-title {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0 30px;
	background: #ff9900;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "alegreyaregular";
	height: 36px;
	line-height: 36px;
}
	h2.orange-title a {
		color: #FFFFFF;
		text-decoration:none;
		font-size: 13px;
	}
h2.blue-title {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 8px 30px;
	background: #00b1b9;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "alegreyaregular";
	height: 20px;
	line-height: 20px;
}
	h2.blue-title a {
		color: #FFFFFF;
		text-decoration:none;
	}
#internal h2.orange-title, #internal h2.blue-title {
	float:left;
	position: relative;
	/*margin: 0 0 0 -30px;*/
	margin: 0;
}

#welcome h3, #internal h3 {
	font-size: 25px;
}
.intro h3, .treatment-intro h3, .left-col h3, h3.heading, .wide h3 {
	background: #ddedfd;
	padding: 0 5px;
}
.contactdiv h3 {
	background: #ddedfd;
	padding: 0 10px;
}

.readmore {
	float: left;
	/*margin-bottom: 0 !important;*/
	padding-right: 24px;
	background: url(../images/right-arrow.png) right no-repeat;
}
#internal .readmore {
	background-color: #ddedfd;
	padding: 2px 24px 2px 5px;
}

.anta {
	padding-left:42px;
	background: url(../images/anta.png) left no-repeat;
}
.atms {
	padding-left:42px;
	background: url(../images/atms.png) left no-repeat;
}
.ctaa {
	padding-left:42px;
	background: url(../images/ctaa.png) left no-repeat;
}
.ahpra {
	padding-left:42px;
	background: url(../images/ahpra.png) left no-repeat;
}