﻿@font-face {
    font-family: 'MetaNormal';
    src: url('../fonts/metanormal.eot');
    src: url('../fonts/metanormal.eot?#iefix') format('embedded-opentype'),
         url('../fonts/metanormal.ttf') format('truetype'),
         url('../fonts/metanormal.woff') format('woff'),
         url('../fonts/metanormal.svg#MetaNormal') format('svg');
    font-weight: normal;
    font-style: normal;
    /*zoom: 1;*/
}

@font-face {
    font-family: 'MetaPlusBook-Roman';
    src: url('../fonts/metaplusbook-roman-webfont.eot');
    src: url('../fonts/metaplusbook-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/metaplusbook-roman-webfont.ttf') format('truetype'),
         url('../fonts/metaplusbook-roman-webfont.woff') format('woff'),
         url('../fonts/metaplusbook-roman-webfont.svg#MetaPlusBook-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    /*zoom: 1;*/
}

@font-face {
    font-family: 'MetaBold';
    src: url('../fonts/meta-bold.eot');
    src: url('../fonts/meta-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/meta-bold.ttf') format('truetype'),
         url('../fonts/meta-bold.svg#MetaBold') format('svg'),
         url('../fonts/meta-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    /*zoom: 1;*/
}





* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	font-size:13px;
	line-height: 1.3;
}

p, ul, ol, li {
	margin:0; padding:0;
}
li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#0072BC;
}
ul li a {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	padding-right: 10px !important;
	vertical-align: top !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'MetaPlusBook-Roman',"Helvetica Neue", Arial,Verdana,sans-serif;
	font-weight: normal;
	margin: 0 0 20px !important;
}


.content-section a[href^="http://"], .content-section a[href^="http://vels.vcaa.vic.edu.au/"] {
    display:inline;
    padding-right:20px;
    line-height:normal;
    color:#0063AE;
   	background: url(../images/icons/EXTERNAL-LINK.png) no-repeat 100% !important;
}

.content-section a[href^="https://"]{
    display:inline;
    padding-right:20px;
    line-height:normal;
    color:#0063AE;
   	background: url(../images/icons/LOCK.png) no-repeat 100% !important;
}

.content-section a[href^="http://www.eduweb.vic.gov.au/edulibrary/"], .content-section a[href^="http://www.education"], .content-section a[href^="https://fuse"]{
    background: none!important;
    padding-right:0px;
    margin-right:0px;
    color:#0063AE;
} 

.content-section a.ImageNoIcon[href^="http://"] {
	background: none!important;
	padding:0;
	margin:0;
}

.content-section .slides a[href^="http://"], .content-section .slides a[href^="https://"] {
    background: none !important; 
    padding-right:0px;
    margin-right:0px;

}

/* 2013 equivalence */
.ms-WPBody { font-size:8pt; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
body { color: #676767; }
.ms-wpContentDivSpace { margin-left: 5px; margin-right: 5px; }

/* 2013 Style overrides */
.ms-webpart-titleText { font-size: inherit; }
h2, .ms-h2 { font-size: inherit; }
h2, h3, .ms-h2, .ms-h3, .ms-headerFont { font-family: inherit; color: inherit; font-weight: inherit; }
.ms-h1, .ms-h2, .ms-h3, .ms-h4, .ms-h5, .ms-h6 { margin: inherit; font-weight: inherit; }
h1, h2, h3, h4, h5, h6 { font-family: 'MetaPlusBook-Roman',"Helvetica Neue", Arial,Verdana,sans-serif; font-weight: normal; margin: 0 0 20px !important; }
.ms-textSmall { font-size: inherit; }
