/** 
 * 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, Lucida, Arial, sans-serif; 
	text-align: left;
	font-size: 1em;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #000;
	margin: 0 0 10px 0;
	
}

.typography .module2a p {
font-size: 0.9em;
}

.typography .quote1 p {
font-size: 0.8em;

}

.typography .quote1 p em {
font-size: 0.7em;

}

/* QUOTES
-------------------------------------------- */
.typography blockquote, .typography blockquote p {
	margin: 20px 10px;
	font-size: 1em;
	color: #666;
	font-style: italic;
	
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

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

.typography a { 
 	text-decoration: underline; 
	color: #1555A6;
}

.typography a.visited { 
 	text-decoration: underline; 
	color: #1B73CB;
}
	.typography a:hover { 
 		text-decoration: underline;
		background: #DEF4FF;
	}
	
	.typography	a.logolink:hover { 
		background: none !important;
		text-decoration: none;
		}
	
	.typography a.linkedin, .typography a.linkedin:visited {
		background: url( images/linkedin.png) 0px 2px no-repeat;
		padding-left: 20px;
	}	
	
	.typography a.how-button, .typography a.how-button:visited, .typography a.talk-button, .typography a.talk-button:visited, .typography a.talk-button1, .typography a.talk-button1:visited {
		background: url( images/question-button.jpg) 0px 0px no-repeat;
		display: block;
		width: 191px;
		height: 54px;
		line-height: 56px;
		float: left;
		color: #000;
		font-size: 20px;
		padding-left: 10px;
		font-weight:bold;
		text-decoration:none;
	}
	
	.typography a.talk-button, .typography a.talk-button:visited {
		background: url( images/talk-button.jpg) 0px 0px no-repeat;
		margin-left: 10px;
	}
	
		.typography a.talk-button1, .typography a.talk-button1:visited {
		background: url(images/talk-button1.png) 0px 0px no-repeat;
		margin-left: 10px;
		line-height: 48px;
	}
	
	.checkout a, .checkout a:visited {
		font-size: 0.8em;
		text-decoration: underline !important;
		color: #000 !important;
	}

	/* 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 18px 20px;
	}
	.typography li {
		margin: 2px 10px;
	}
	
	.typography .howlist ul {
	margin-left: 10px;
	}
	
	.typography .howlist ul li {
	background: url(images/tick.png) 0px 1px no-repeat;
	list-style: none;
	padding-left: 30px;
	margin: 0px 0px 5px 0px;
	font-size: 1.1em;
	}
	
	
	.typography .contentwithticks ul {
	margin-left: 10px;
	}
	
	.typography .contentwithticks ul li, .typography .maincolumn ul li {
/*	background: url(images/tick-1.png) 0px 1px no-repeat; 
	list-style: none; */
	padding-left: 30px;
	margin: 0px 0px 5px 0px;
	font-size: 1.2em;
	line-height: 24px;
	}
	
	.blogfeed ul li, .blogfeed ul {
/*	list-style: none; */
	margin: 0px;
	padding: 0px;
	}
	
	.typography ul#twitter_update_list, .typography ul#twitter_update_list li {
list-style: none;
margin: 0px;
padding: 0px;
}

.typography ul#twitter_update_list {
margin-bottom: 10px;
}

.typography ul#twitter_update_list li span, #friendfeed .text {
color: #48B4E1 !important;
font-weight: bold !important;
display: block;
}

.typography ul#twitter_update_list li {
margin-bottom: 10px !important;
}
	
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 { 
	color: #000; 
	margin: 0 0 18px 0;
	font-family: Tahoma, Verdana, sans-serif;
}

.typography h1 {
	font-size: 26px;
	letter-spacing: -1px;
	color: #fff;
	margin: 0px
	
}

.typography h1 strong {
background: url(images/highlight.png) 0px 0px no-repeat;
}
.typography h2 { 
 	font-size: 25px; 
	font-weight: bold;
	margin-bottom: 5px;
}

.typography h2 a, .typography h2 a:visited { 
color: #000;
text-decoration: none;
font-weight: normal;
}

.typography .twocolumntop h2, .typography .twocolumn h2 {
font-weight: normal;
}

.typography .module2a h2 {
font-size: 1.7em;
color: #31607C;
}

.typography h3 {
	color: #222;
	margin: 0 0 10px 0;
	font-weight: 300;
	letter-spacing: -1px;
	font-size: 24px;
}

.typography .contactform h3 {
color: #1456AC;
font-size: 20px;
text-align: center;
margin-bottom: 0px;
}
.typography h4 {
	font-size: 1.3em;
	color: #FAA129;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 10px 0;
}

.typography h4 a, .typography h4 a:visited {
	font-size: 1em;
	font-weight: normal;
	}
.typography h5 {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.typography h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			border:1px solid #999;
			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 div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
	}
	
	.typography .captionImage {
		border: 1px solid #aaa;
		padding: 5px;
	}
	
	.tools img {
	margin: 0px 15px;
	vertical-align: middle;
	}
	
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
	}
	.typography div.image.leftAlone,
	.typography div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {
		font-weight: bold;
		text-align: center;
		color: #666;
	}
	
	
	.typography .stepnumber {
		font-size: 76px;
		color: #7BCAEB;
		margin: 20px 10px 0px 0px;
		display: block;
		float: left;
		width: 50px;
		height: 80px;
	}
	
	.typography .threesteps {
	background: #DEF4FF;
	padding: 20px 20px 10px 20px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 15px;
	}

.questiontext {
color: #194A68;
font-size: 1.4em;
}

.maincolumn .questiontext {
background: url(images/question.png) 0px 0px no-repeat;
padding-left: 30px;
padding-top: 2px;
border-top: solid #eaeaea;
}

.answertext {
padding-left: 30px;
padding-top: 5px;
padding-bottom: 10px;
}

p.feedItemAuthor, p.date {
display: inline;
padding-right: 10px;
}

span.headline {
display: block;
}

.blogfeed ul li {
margin-bottom: 10px;
}