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

span.m {
	display:block;
	color:#EC068D;
}

span.m1 {
	font-weight:600;
}	

strong {
	font-weight:600;
}

span.m2 {
	color:#EC068D;
	font-style:italic;

}

span.quote {
	font-size:21pt;
	font-weight:600;
	color:#EC068D;
}

.clear {
	clear:both;
	width:1px;
	height:1px;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
	font-size:10pt;
	line-height:140%;
	margin:0 0 20px 0;
	#3B3C3E;
}

.typography p.rightsidep {
	margin-left:15px;
}

.maincol1 p {
	font-size:10pt;
	line-height:140%;
}

.maincol1 p.intro {
	line-height:130%;
	font-size:16pt;
}

.maincol2 p {
	line-height:120%;
	font-size:11pt;
	margin:10px 0 0 18px;
	font-weight:600;
}

#main1 p {
	font-size:10pt;
	line-height:140%;
	margin:0 0 20px 0;
}

#footer p {
	font-size:9pt;
	font-weight:600;
	color:#99999C;
}

#footer1 p {
	font-size:9pt;
	font-weight:600;
	color:#99999C;
	margin-top:15px;
}

/* 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 { 
	color:#48819E;
	text-decoration:none;
}
	/*.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;
	}*/
	
.maincol1 a {
	color:#48819E;
	text-decoration:none;
}

#main1 a {
	color:#48819E;
	text-decoration:none;
}

a.postjob {
	display:block;
	text-indent: -9999px;
	margin: 20px 0 0 0px;
	height: 35px; /*This height is the visible portion of the button only*/
	width: 127px; /*Put your image width here*/
	background: url('../images/tas_sprite.png') no-repeat left top;
	padding:0;
}

a.postjob:hover, a.postjob:focus {
	background-position: left -35px;
}

a.joblink {
	display:block;
	text-indent: -9999px;
	margin: 0px 0 0 0px;
	height: 35px; /*This height is the visible portion of the button only*/
	width: 175px; /*Put your image width here*/
	background: url('../images/tas_sprite.png') no-repeat -223px top;
	padding:0;
}

a.joblink:hover, a.joblink:focus {
	background-position: -223px -35px;
}

a.noteflightlink {
	display:block;
	text-indent: -9999px;
	margin: 0px 0 0 0px;
	height: 35px; /*This height is the visible portion of the button only*/
	width: 145px; /*Put your image width here*/
	background: url('../images/tas_sprite.png') no-repeat -398px top;
	padding:0;
}

a.noteflightlink:hover, a.noteflightlink:focus {
	background-position: -398px -35px;
}

a.purple, span.purple {
	color:#65267F;
	text-decoration: none;
}

a.purple:hover, a.purple:focus, span.purple:hover, span.purple:focus {
	color:#EC068D;
}
/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 15px 0 18px 0px;
	list-style: url(/tas../images/tas_bullet.png);
	
}
	.typography li {
		margin: 5px 0 0 15px;
		font-size: 10pt;
		color:#3B3C3E;
	}
		.typography li li {
			font-size: 9pt;
		}

ul, ol {
	line-height:130%;
}

#navlinks ul {
	margin:10px 0 10px 0;
    font-family: "freight-sans-pro", "Arial", sans-serif;
    font-size:15pt;
    font-weight:500;
}

#navlinks ul li {
	height:20px;
	float:left;
	border-left: 2px solid #99999C;
	padding:5px 34px 5px 34px;
}

#navlinks ul li:first-child {
	border-left: none;
	padding:5px 54px 5px 54px;	
}

#navlinks ul li a {
	color:#65267F;
	text-decoration: none;
}

#navlinks ul li a:hover {
	color:#EC068D;
}

#navlinks ul li a.section, #navlinks ul li a.current {
	color:#EC068D;
}
		
#footer ul {
	margin-left:185px;
}

#footer ul li {
	float:left;
	margin-right:35px;
}	

#footer1 ul {
	margin-left: 185px;
}

#footer1 ul li {
	float:left;
	margin-right:35px;
}
		
/* HEADER STYLES 
-------------------------------------------- */

/*.typography h1,
.typography h2 { 
	color: #4EA3D7; 
	margin: 0 0 18px 0;
	font-weight: 300;
	font-family: Tahoma, Verdana, sans-serif;
}*/

.typography h1 {
	margin:10px 0 20px 0;
	color:#65267F;
	font-size:15pt;
	font-weight:500;
}
.typography h2 { 
	margin:0px 0 10px 0;
	font-weight:600;
	font-size:11pt;
	color: #3B3C3E;
}	
.typography h3 {
	margin:35px 0 0 0;
	color:#65267F;
	font-size:13pt;
	font-weight:500;
}
.typography h4 {
    font-size: 11pt;
    font-weight: 600;
    margin: 0 0 10px;
}
.typography h5 {
    font-size: 15pt;
    font-weight: 600;
    margin: 25px 0 10px;
    font-weight:500;
}
.typography h6 {
    font-size: 13pt;
    font-weight: 600;
    margin: 5px 0 0 0;
    font-weight:500;
    color:#65267F;
}

.maincol1 h2 {
	margin:35px 0 10px 0;
	color:#65267F;
	font-size:15pt;
	font-weight:500;

}

.JobPostings .maincol1 h2, .Resources .maincol1 h2 {
	color:#3B3C3E;
}


.maincol1 h3 {
	color:#65267F;
	margin:10px 0 5px 0;
}

.JobPostings .maincol1 h3, .Resources .maincol1 h3 {
	color:#3B3C3E;
}

.maincol1 h4 {
    font-size: 11pt;
    font-weight: 600;
    margin: 0 0 10px;
}

.typography div#gallerymain h4 {

    font-size: 11pt;
    font-weight: 600;
    margin: 20px 0 5px 0;

}

.maincol1 h5 {
    font-size: 15pt;
    font-weight: 600;
    margin: 25px 0 10px;
    font-weight:500;
}

.maincol1 h6 {
    font-size: 13pt;
    font-weight: 600;
    margin: 5px 0 0 0;
    font-weight:500;
    color:#65267F;
}

.typography .submaincol2 h1 {
	margin-top:145px;
	font-size:21pt;
	font-weight:600;
	color:#EC068D;
}

.typography div.submainpresscol2  h3 {
	margin-top:45px;
	font-size:14pt;
	font-weight:600;
	color:#EC068D;
	line-height:120%;
}

.typography div.submainconfcol2  h3 {
	margin-top:103px;
	font-size:14pt;
	font-weight:600;
	color:#EC068D;
	line-height:120%;
}



#main1 h1 {
	margin:10px 0 0 0;
	color:#65267F;
	font-size:15pt;
	font-weight:500;	
}

#main1 h2 {
	margin:0px 0 10px 0;
	font-weight:600;
	font-size:11pt;
	color: #3B3C3E;
}

#main1 h3 {
	margin:35px 0 0 0;
	color:#65267F;
	font-size:13pt;
	font-weight:500;	
}


/* 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;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			border:1px solid #999;
			padding:5px;
		}
		
		
table.jobtable, table.jobtable1 {
	width:505px;
	margin:0;
}
		
table.jobtable thead, table.jobtable1 thead {
	background-color:#d1d2d2;
	border-bottom:2px solid #FFFFFF;
}

table.jobtable th, table.jobtable1 th {
	padding:7px 25px;
	font-weight:600;
	text-align: left;
	color:#3B3C3E;
	font-size:11px;
}

td.firstcell, th.firstcell {
	width:180px;
}

td.secondcell, th.secondcell {
	width:393px;
}

table.jobtable td, table.jobtable1 td {
	background-color:#e4e5e6;
	border-left:none;
	border-right:none;
	border-bottom:2px solid #FFFFFF;
	padding:10px 25px;
	color:#3B3C3E;
	font-size:12px;	
}

.jobtable p, .jobtable a {
	margin:0 0 0px 0;
	line-height:135%;
}

.jobtable1 p, .jobtable1 {
	margin:0 0 10px 0;
	line-height:135%;
}

.pagination {
	margin:15px 70px 15px 0;
	font-size:12px;
}

/* 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;
	}
	
.submaincol1 {
	width:15px;
	float:left;
	margin-top:145px;
}

.submaincol2 {
	width:172px;
	float:left;
	margin-left:2px;
}

.submaincol3 {
	margin-top:202px;
	width:15px;
	float:left;
}	
	
.submainpresscol1 {
	width:15px;
	float:left;
	margin-top:44px;
}

.submainpresscol2 {
	width:207px;
	float:left;
	margin-left:2px;
}

.submainconfcol1 {
	width:15px;
	float:left;
	margin-top:103px;
}

.submainconfcol2 {
	width:207px;
	float:left;
	margin-left:2px;
}

