@charset "utf-8";
/* 
	global_stylesheet.css
	
	Project: NAIT ITLS
	
*/



/*------ global elements------*/ 

@font-face {  
  font-family: "Hoefler Text";  
  src: url(../includes/fonts/HoeflerText-Regular.eot); /* IE */  
  src: local("Hoefler Text"), url(../includes/fonts/HoeflerText-Regular.ttf) format("truetype"); /* non-IE */ 
}  

body{font:12px Helvetica, Arial, sans-serif; color:#222; line-height:17px;}

img{border:0; -ms-interpolation-mode:bicubic;}

p{padding:0 0 10px 0; margin:0;}

ul, ol{padding:0 0 10px 0; margin:0 0 0 15px;}

hr{height:1px; border:0; border-top:1px solid #bbb; background:#fff; margin:0 0 15px 0; clear:both;}


/*------ typography ------*/

/* global links */
a:link,
a:visited{color:#004b8d; text-decoration:underline;}
a:hover,
a:active{color:#004b8d; text-decoration:none;} 

/* headings reset */
h1,h2,h3,h4,h5,h6 {padding:0; font-weight:normal;}

h1 {font-size:24px; margin-bottom:10px; color:#004b8d; font-family:"Hoefler Text", Times, serif;}
h2 {font-size:14px; margin-bottom:6px; color:#004b8d;}
h3 {font-size:12px; margin-bottom:0px; color:#999; text-transform:uppercase; font-weight:bold;}
h4 {font-size:18px; margin-bottom:6px; font-family:"Hoefler Text", Times, serif; line-height:20px;}
h5 {font-size:12px; margin-bottom:6px; color:#222; font-weight:bold;}
h6 {font-size:11px; margin-bottom:4px;}

/* special */
.dblue{color:#004b8d;}
a.mLink{font-size:10px; color:#fff; padding:1px 3px 0; display:block; float:left; height:16px; line-height:16px; background:#111; text-transform:uppercase; text-decoration:none;}
a.mLink:hover{color:#ffe479;}
.pdf{background:url(../images/pdf_icon_sm.png) left center no-repeat; padding:2px 0 2px 18px; cursor:pointer;}
.doc{background:url(../images/doc_icon_sm.png) left center no-repeat; padding:2px 0 2px 18px; cursor:pointer;}
.folder{background:url(../images/folder_icon.png) 0 0 no-repeat; padding:3px 0 0 20px; cursor:pointer;}

.alternate{color:#666; font-size:11px;}

