/**
  SilverStripe Black Candy Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	line-height: 160%;
	font-size: 1em;
	font-weight:normal;
}

/* PARAGRAPHS */
.typography p {
	margin-bottom: 1em; 
}

.typography blockquote {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-style: italic;
}	

.typography strong {
	font-weight:bold;
}

/* LINKS */
.typography a {
	text-decoration: underline;
	color: #333333;
}
.typography a:hover {
	text-decoration: none;
}

/* ICONS */
.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 {
	margin: 20px;
	text-indent: 0px;
}

.typography li {
	margin: 5px 10px;
	font-size: 1em;
	list-style-position: outside;
}

/* HEADER STYLES */

.typography h1 {
	font-size: 2em;
	line-height: 140%;
	margin-bottom: 1em;
}
.typography h2 { 
 	font-size: 1.7em;
	line-height: 140%;
	margin-bottom: 0.8em; 
}
	
.typography h3 {
	font-size: 1.4em;
	line-height: 140%;
	margin-bottom: .6em;
}
.typography h4 {
	font-size: 1.3em;
	line-height: 140%;
	margin-bottom: .6em;

}
.typography h5 {
	font-size: 1.2em;
	line-height: 140%;
	margin-bottom: .5em;
	
}
.typography h6 {
	font-size: 1.1em;
	line-height: 140%;
	margin-bottom: .5em;
	
}

/* ADDRESS 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;;
}
.typography label {
	display: block;
	margin: 10px 0 -10px 0;
	color: #999999;
}

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

/* TABLE STYLING */
.typography table {
	margin: 10px;
	font-size: 1.2em;
	color: #666;
	border-collapse:collapse;
}
.typography td {
	border:1px solid #999;
	padding:5px;
}


/* Images and embedded content */
.typography object {
	display:block;
	padding: 5px;
	border: 2px solid #CCCCCC;
}
.typography img {
	padding: 5px;
	border: 2px solid #CCCCCC;
	margin-bottom: -5px;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:15px;
}
.typography img.left {
	float:left;
}
.typography img.leftAlone {
	float: none;
	margin-left:0;
	margin-right: auto;
	display:block;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.typography #noborder {
	border:none;
}

/* FORMS */
.typography input.text, .typography textarea {
	font-size: 1em;
}

.typography label.right {
	display:inline;
	text-align:left;
}

.typography p#Remember.field label.right {
	display:inline;
	text-align:left;
}

/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #666666;
	margin-top: -15px;
	}
