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

/* PARAGRAPHS 
-------------------------------------------- */
.typography p
{ 
	color: #3A3A3C;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 15px;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote
{
	margin: 10px;
	font-size: 14px;
	color: #3A3A3C;
	font-style: italic;
}	

.typography q
{
	display:block;
	font-size: 11px;
	margin: 15px 15px;
	padding: 5px;
	border: 1px #ccc solid;
}

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

.typography a
{ 
 	text-decoration: none; 
	color: #ED1C26;
}

.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
{
	color: #3A3A3C;
	font-size: 11px;
	padding-bottom: 15px;
	margin-left: 20px;
	line-height: 16px;
}

.typography li
{
	font-size: 11px;
	margin-bottom: 3px;
}

.typography li li
{
	font-size: 10px;
}
		
/* HEADER STYLES 
-------------------------------------------- */
.typography h1
{
	color: #ED1C26;
	font-size: 20px;
	line-height: 16px;
	padding-bottom: 15px;
	font-weight: 100;
}

.typography h2
{ 
	color: #3A3A3C;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 15px;
	font-weight: bold;	
}	

.typography h3
{
	color: #ED1C26;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 15px;
	font-weight: 100;
}

.typography h4
{
	color: #3A3A3C;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 15px;
	font-weight: bold;
}

.typography h5
{
	color: #ED1C26;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.typography h6
{
	color: #3A3A3C;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 15px;
	font-weight: bold;
	text-decoration: underline;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre
{
	display:block;
	font-size:14px;
	margin:15px 20px;
	padding:5px;
	border:1px #ccc solid;
	background:#eee;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table
{
	margin: 0 0 18px 0;
	font-size: 11px;
	color: #3A3A3C;
	border-collapse:collapse;
}

.typography tr
{
}

.typography td
{
	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 img.right {
		float: right;
		padding-left: 20px;
		padding-bottom: 10px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
		padding-bottom: 10px;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
/* Sidebar Newsletter
-------------------------------------------- */
#content_side label
{
	font-size: 10px;
	font-weight: bold;
	color: #3A3A3C;
	margin-bottom: 7px;
}

input.newsletter
{
	height: 20px;
	width: 170px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	background: url(../images/newsletterTB.png) no-repeat;
	border: none;
	font-size: 12px;
	color: #3A3A3C;
	margin-bottom: 10px;
}

input#newsletterSubmit
{
	border: none;
	color:transparent;
	background: url(../images/newsletterSubmit.png) no-repeat;
	width: 80px;
	height: 22px;
	cursor: pointer;
}

/* Four Pillar Css
-------------------------------------------- */
.field200			{ font-family:Verdana, Arial, sans-serif; font-weight:normal; font-size:11px; color:#000000; width:200px; }
.field40			{ font-family:Verdana, Arial, sans-serif; font-weight:normal; font-size:11px; color:#000000; width:40px; }
.field60			{ font-family:Verdana, Arial, sans-serif; font-weight:normal; font-size:11px; color:#000000; width:60px; }
.field80			{ font-family:Verdana, Arial, sans-serif; font-weight:normal; font-size:11px; color:#000000; width:75px; }
.field80sml			{ font-family:Verdana, Arial, sans-serif; font-weight:normal; font-size:11px; color:#000000; width:75px; }
.field100			{ font-family:Verdana, Arial, sans-serif; font-weight:normal; font-size:11px; color:#000000; width:100px; }
.field95sml			{ font-family:Verdana, Arial, sans-serif; font-weight:normal; font-size:11px; color:#000000; width:95px; }

