/** 
 * SilverStripe Prototype 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.
 */
 
 
 
 /* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
.typography { 
  font-size: 12px;
  color: #5c5c5c; 
  /*background: #fff;*/
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.typography .typography { font-size: 100%;}

/* Headings
-------------------------------------------------------------- */
 
.typography h1, .typography h2,.typography h3,.typography h4,.typography h5,.typography h6 { font-weight: normal; color: #333; }

.typography h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
.typography h2 { font-size: 2em; margin-bottom: 0.5em; }
.typography h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
.typography h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; } 
.typography h5 { font-size: 1em; font-weight: bold; margin-bottom: 1em; }
.typography h6 { font-size: 1em; font-weight: bold; }

.typography h1 img, .typography h2 img, .typography h3 img, 
.typography h4 img, .typography h5 img, .typography h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

.typography p           { margin: 0 0 1.5em; }
.typography p img.left  { float: left; margin: 0 1.5em 0 0; padding: 0; }
.typography p img.right { float: right; margin: 0 0 0 1.5em; }

.typography a:focus, 
.typography a:hover     { color: #666; }
.typography a           { color: #000; text-decoration: underline; }

.typography blockquote  { margin: 1.5em; color: #666; font-style: italic; }
.typography strong      { font-weight: bold; }
.typography em,dfn      { font-style: italic; }
.typography dfn         { font-weight: bold; }
.typography sup, sub    { line-height: 0; }

.typography abbr, 
.typography acronym     { border-bottom: 1px dotted #666; }
.typography address     { margin: 0 0 1.5em; font-style: italic; }
.typography del         { color:#666; }

.typography pre 				{ margin: 1.5em 0; white-space: pre; }
.typography pre,.typography code,.typography tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


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

.typography li ul, 
.typography li ol       { margin:0 1.5em; }
.typography ul, .typography ol      { margin: 0 1.5em 1.5em 1.5em; }

.typography ul          { list-style-type: disc; }
.typography ol          { list-style-type: decimal; }

.typography dl          { margin: 0 0 1.5em 0; }
.typography dl dt       { font-weight: bold; }
.typography dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

.typography table       { margin-bottom: 1.4em; width:100%; }
.typography th          { font-weight: bold; }
.typography thead th 		{ background: #c3d9ff; }
.typography th,.typography td,.typography caption { padding: 4px 10px 4px 5px; }
.typography tr.even td  { background: #e5ecf9; }
.typography tfoot       { font-style: italic; }
.typography caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.typography .small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.typography .large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.typography .hide       { display: none; }

.typography .quiet      { color: #666; }
.typography .loud       { color: #000; }
.typography .highlight  { background:#ff0; }
.typography .added      { background:#060; color: #fff; }
.typography .removed    { background:#900; color: #fff; }

.typography .first      { margin-left:0; padding-left:0; }
.typography .last       { margin-right:0; padding-right:0; }
.typography .top        { margin-top:0; padding-top:0; }
.typography .bottom     { margin-bottom:0; padding-bottom:0; }

.typography .noUnderline { text-decoration:none;}
.typography .noUnderline a{ text-decoration:none;}
/*for horizontal Lists*/
.typography .horList { list-style:none;}
	.typography .horList li{ float:left; margin:0 1em;}



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


/* Buttons
	------------------------------------ */
	.typography .buttonSpread{-moz-border-radius: 3px; -webkit-border-radius: 3px; background:#CCC; padding:0.5em 1em; margin:0; text-align:center;}
		.typography .buttonSpread a{text-decoration:none; display:block; width:100%;}
	.typography .button a{-moz-border-radius: 3px; -webkit-border-radius: 3px; background:#CCC; padding:0.5em 1em; float:left; display:block; text-decoration:none;}
	
/* PW CUSTOM STYLES
	------------------------------------ */
	.typography{ font-family:Georgia,"Times New Roman";}
	
		.typography a.green {color:#91ab3a;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; text-decoration:none;}
		.typography a:hover {color:#205160 !important;}

		.typography .pageTitle {line-height:1.06em;margin-bottom:5px;text-decoration:none;}

		.typography .sectionLink{ display:block; margin:0;}
			.typography .sectionLink a{ background:#205160; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase; font-size:9px; color:#fff; padding:2px 4px;}
				.typography .sectionLink a:hover{color:#ddd !important;}
		
			.typography .metaData{}
				.typography .metaData .author{color:#858484;font-style:italic;}
				.typography .metaData .author a{color:#91ab3a;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;font-style:normal;font-size:0.9em;text-decoration:none;text-transform:uppercase;}
				.typography .metaData .date{color:#5c5c5c;font-weight:bold;text-transform:lowercase;}
				.typography .metaData .tags{font-weight:normal;	}
				.typography .metaData .tags a{	color:#819a35;	text-decoration:none;	}
				

		.typography .button{background: url(../images/sizableButtonBorder.gif) repeat-x center center; display:block; margin-bottom:6px; -moz-border-radius:0; -webkit-border-radius:0; padding:1px !important; font-family:inherit !important; text-transform:none !important;}
			.typography .button a{background: url(../images/sizableButtonFace.gif) repeat-x center center; border:none; color:#205160; display:block; float:none; font-size:1.3em; font-weight:normal; padding:9px 1em; text-align:center; -moz-border-radius:0; -webkit-border-radius:0; }
			.typography .button a.green{color:#91ab3a;font-family:inherit !important;}
			.typography .button a.blue{color:#205160;}
			.typography .button input{margin:0; padding:5px 1em; font-family:inherit; background: url(../images/sizableButtonFace.gif) repeat-x center center; border:none; color:#205160; display:block; float:none; font-size:1.5em; font-weight:normal; text-align:center; -moz-border-radius:0; -webkit-border-radius:0; }
		
		.typography .articleContent { color:#444;}
			.typography .articleContent ul { margin-left:0; padding-left:0; list-style-image:url('../images/listBullet.gif');}


		.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6,	.typography h1 a, .typography h2 a, .typography h3 a, .typography h4 a, .typography h5 a, .typography h6 a{ color:#1D3E4F; text-decoration:none;}
		.typography h1 a:hover, .typography h2 a:hover, .typography h3 a:hover, .typography h4 a:hover, .typography h5 a:hover, .typography h6 a:hover{ color:#205160; text-decoration:none;}
			.typography h1 { color:#1D3E4F;	font-size:3.45em;font-weight:normal;text-transform:none;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; line-height:1.06em;}
			.typography h2 { color:#1D3E4F; font-size:2.0em;   font-weight:bold;  text-transform:none;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; line-height:1.06em;}
			.typography h3 { color:#1D3E4F; font-size:1.4em;   font-weight:bold;  text-transform:uppercase;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; }
			.typography h4 { color:#1D3E4F; font-size:1.4em;   font-weight:bold;  text-transform:none;}
			.typography h5 { color:#1D3E4F; font-size:1em;   font-weight:bold;  text-transform:uppercase;}
			.typography h6 { color:#1D3E4F; font-size:1em;   font-weight:bold;  text-transform:none;}

		.typography blockquote { background:#f4f5f1; border:1px solid #e5e6e2; margin:20px 0; padding:1.5em 1.5em 0 1.5em;}
			.typography blockquote p { font-style:normal; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;  }
			
		.typography table {border-top:1px solid #91ab3a; border-bottom:1px solid #d5dfdd;}	
			.typography table td { font-size:1em; vertical-align:top;}	
			.typography table caption {color:#1D3E4F; font-size:1em;   font-weight:bold;  text-transform:uppercase;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; background:none; padding-left:0;}	
			.typography table thead tr td { color:#91ab3a; font-weight:bold; border:solid #91ab3a; border-width:1px 0 1px 0; font-size:1.2em; }	
			.typography table tr:nth-child(even) { background:#f4f5f1;}	

		.typography .PBPmail { background:#aaa; color:white; }



