/**
 * Typography Styling for the CMS and Site to share.
 * 
 * @author Will Rossiter <will@silverstripe.com>
 */

/* Paragraphs
----------------------------------- */
.typography p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 11px;
}
.typography #Content p {
	padding-left: 10px;
}
/* Inline Elements 
------------------------------------ */

/* Lists
------------------------------------ */

.typography ul,
.typography ol {
	margin: 0 0 11px 30px;
}
	.typography li {
		font-size: 14px;
		line-height: 1.5;
		color: #000;
		margin-bottom: 6px;
	}

/* Headings
------------------------------------ */
.typography h1, .typography h2, .typography h3, .typography h4 {
	font-weight: normal;
	font-size: 18px;
}
.typography h2 {
	font-size: 24px;
}
.typography h3 {
	margin-top: 18px;
}
.typography h4 {
	margin-bottom: 18px;
}
.typography h5 {
	color: #e47b0e;
	font-weight: bold;
	font-size: 14px;
}
#Content h2,
#Content h3 {
	background: url(../images/headers/grayFixed.gif) no-repeat left top;
	display: block;
	width: 616px;
	height: 32px;
	font-size: 18px;
	text-indent: 12px;
	color: #000;
	line-height: 21px;
	padding-top: 5px;
	margin: 18px 0 12px 0;
}
	#Content h2 strong,
	#Content h3 strong {
		font-weight: normal;
	}
		
#Content .blogSummary h2,
#Content .blogArticle h2 {
	height: auto;
	width: 595px;
	background: transparent;
	padding: 0;
	margin: 0;
	margin-bottom: .5em;
	text-indent: 0;
	font-size: 22px;
	text-align: center;
	line-height: 1.1em;
}
#Content .blogSummary p,
#Content .blogArticle p {
	padding: 0;
}
/* Links
------------------------------------ */
.typography a {
	color: #ff6204;
}
/* Tables
------------------------------------ */
.typography table {
	border-collapse: collapse;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
}
.typography table td {
	padding: 2px;
	vertical-align: top;
}
/* Images
------------------------------------ */
.typography img.left,
.typography .image.left {
	float: left;
	margin: 5px 10px 10px 0;
}
.typography img.right,
.typography .image.right {
	float: right;
	margin: 5px 0 10px 10px;
}
.typography img.center,
.typography .image.center {
	text-align: center;
	margin: 0 auto;
}

/**
 * CMS FIXES
 */

/* Remove shared */
#record-51413.Folder,
.Folder#record-51413 {
	display: none;
}
