/** 
 * 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.
 */

  @font-face {
      font-family: 'WebSymbolsRegular';
      src: url('/themes/mtg2013/webfonts/websymbols-regular-webfont.eot');
      src: url('/themes/mtg2013/webfonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/themes/mtg2013/webfonts/websymbols-regular-webfont.woff') format('woff'), url('/themes/mtg2013/webfonts/websymbols-regular-webfont.ttf') format('truetype'), url('/themes/mtg2013/webfonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
      font-weight: normal;
      font-style: normal;
  } 
/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
	font-family: Arial, Helvetica, sans-serif;
}
strong, b{
	font-weight:bold;
}
/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #666;
 	line-height: 1.4em;
 	font-size: 0.8em;
	margin: 0 0 18px 0;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	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: none; 
	color: #73bed2;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
	.typography a:hover {
	text-decoration: underline;
	color:#308094;
	}
	.typography a:link { 
 		text-decoration: none;
		color: #73bed2;
	}
/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 0 0 18px 24px;
	color: #666;
}
	.typography li {
		margin: 5px 10px;
 		font-size: 0.8em;
		line-height: 1.4em;
	}
		.typography li li {
			font-size: 1em;
			line-height: 1.6em;
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1{
	color: #333;  
	font-size: 1.5em;
	margin-bottom:10px;
	clear:both;
}
.typography h2{
	color: #333;
	font-size: 1em;
	margin-bottom:10px;
	clear:left;
}
.typography h3{
	color: #333;
	font-size: 1em;
	margin-bottom:10px;
	clear:left;
}
.typography h4{
	color: #333;
	font-size: 1em;
	margin-bottom:10px;
	clear:left;
}
.typography h5,.typography h6{
	color: #333;
	font-size: 1em;
	margin-bottom:10px;
	clear:left;
	font-weight:normal;
}

/* 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;
	color: #666;
	line-height: 1.4em;
 	font-size: 0.8em;
	background-color:#fff;
	border-collapse:collapse;
	
}
.typography table tr th, .typography table tr td {
	border: 0px; 
	text-align: left;
	font-size: 1em;
	line-height: 1.3em;
	padding: 5px;
	vertical-align: top;
}
.typography table tr th {
	font-weight: bold;
	background-color:#818C95;
	color:#fff;
}
.typography tr:nth-child(even) {
    background-color: #E6E8EA;
}
.ntext {
    text-transform: capitalize; 
}
/*
.typography table {
	margin: 0 0 18px 0;
	color: #666;
	line-height: 1.4em;
 	font-size: 0.8em;
	background-color:#fff;
	border-collapse:collapse;
}
.typography td p{
	line-height: 1.4em;
 	font-size: 1em;
}
	.typography tr {}
	
		.typography td, .typography th {
	border:0px solid #fff;
	padding:5px;
	vertical-align: top;
		}
.typography .mtgtable {
	margin: 0 0 18px 0;
	color: #818C95;
	border:none;
	border-collapse:collapse;
}
.typography .mtgtable td {
	border-right:1px solid #fff;
}
.typography .mtgtableheading {
	font-weight:bold;
	background-color:#818C95;
	color:#fff;
}
.typography .mtgtablehighlight {
	background-color:#E6E8EA;
}
*/
/* 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;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
/* EXTRAS 
-------------------------------------------- */
.typography .Conditions{
 	font-size: 0.6em;
}
.typography .IntroText{
 	font-size: 1em;
	line-height:1.2em;
	color:#a7aeb5;
}
.typography .GreyBox{
 	font-size: 0.9em;
	line-height:1.2em;
	color:#ffffff;
	background-color: #818c95;
	padding:10px;
}
.typography .BlueBox{
 	font-size: 0.9em;
	line-height:1.2em;
	color:#ffffff;
	background-color: #ade0ee;
	padding:10px;
}
.typography .GreenBox{
 	font-size: 0.9em;
	line-height:1.2em;
	color:#333;
	background-color: #eaf6e2;
	padding:10px;
}
.typography .grey{
	color:#A7AEB5;
	text-decoration:none;
	font-size:1.2em;	
}
.typography .lightgrey{
	color:#BDBFC1;
	text-decoration:none;
	font-size:1.2em;	
}
.typography .red{
	color:#EB4DA0;	
		text-decoration:none;
	font-size:1.2em;
}
.typography .blue{
	color:#C6E9F3;
		text-decoration:none;
	font-size:1.2em;	
}
.typography .darkblue{
	color:#1C2674;
	text-decoration:none;
	font-size:1.2em;	
}
.typography .purple{
	color:#60679E;	
		text-decoration:none;
	font-size:1.2em;
}
.typography .orange{
	color:#F9B062;	
		text-decoration:none;
	font-size:1.2em;
}
.typography .green{
	color:#8CD87B;	
		text-decoration:none;
	font-size:1.2em;
}
.typography .yellow{
	color:#FFE74D;	
		text-decoration:none;
	font-size:1.2em;
}
.typography .HoursHbmtBox{
	display:block;
	background-image: url(../images/green_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:140px;
}