/*
Theme Name: Discipline, this is our temporary website since 2014
Author: Robert Milne
Description: www.discipline.net.au
Version: 1.5
*/


/* DOCUMENT */  

@font-face {
    font-family: 'Victor';
    src: url('fonts/victor_upright-webfont.eot');
    src: url('fonts/victor_upright-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/victor_upright-webfont.woff2') format('woff2'),
         url('fonts/victor_upright-webfont.woff') format('woff'),
         url('fonts/victor_upright-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Victor Italic';
    src: url('fonts/victor_italic-webfont.eot');
    src: url('fonts/victor_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/victor_italic-webfont.woff2') format('woff2'),
         url('fonts/victor_italic-webfont.woff') format('woff'),
         url('fonts/victor_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* RESET -------------------------------------------------------------------->*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font: inherit;
}

a img {
	border: none;
	border-style: none;
}

a:active img {
	border: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family:'Victor', 'Times New Roman', Times, serif;
	font-weight: normal; 
	font-style: normal;	
	color: #000;
 	font-size: 14.5px;
 	line-height: 18px;
    text-rendering: optimizeLegibility;
/*     -webkit-font-smoothing: antialiased !important; */
    /* 	background: rgb(250,227,195); */
}

em {
	font-family:'Victor Italic', 'Times New Roman', Times, serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { 
	outline: none; 
}

iframe {
}

sup, .superscript {
    font-size:.8em;
}

.indentLine {
  text-indent: 45px;
}

.indentSection {
  padding-left: 45px;
}

.center {
  text-align: center;
}

.trackOut {
	letter-spacing: 2px !important;;
}  

.white {
	color: #FFF;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}

.homework {
	color: #F9423A !important;
}

.articleContent p .homework a {
	color: #F9423A;
	text-decoration: none;
	border-bottom: 2px solid #F9423A;
}


/* HIGHLIGHT -------------------------------------------------------------------->*/

/* Safari */
/*
::selection {
	background: rgb(250,227,195);
	color: #000; 
}
*/

/* Firefox */
/*
::-moz-selection {
	background: rgb(250,227,195);
	color: #000;
}
*/


/* CONTAINER + HEADER  -------------------------------------------------------------------->*/


#contentContainer{
	width: 99%;
	position: relative;
	margin: 0 auto;
}


header {
	width: 100%;
	height: 40px;
	margin: 20px 0 20px 0;	
	
	font-size: 22px;
	line-height: 40px;
	letter-spacing: 0.01em;
	text-align: center;
}

header a {
	color: rgba(0,0,0,1);
	text-decoration: none;
	border-bottom: none;
}

header a:hover {
	border-bottom: 2px solid #000;
}

#discipline {
	position: absolute;
	width: 50%;
	z-index: 999;
}

#date, #bos_title {
	position: absolute;
	left: 50%;
	width: 50%;
	z-index: 999;
}

#bos_abbr {
	display: none;
}


/* COLUMNS  -------------------------------------------------------------------->*/


#column_1_1 {
	display: none;
}


#column_2_2 {
	display: none;
}

#column_3_3 {
	display: none;
}



#column_1 {
	position: absolute;
	left: 0;
	width: 25%;
	height: 100%;
}

#column_2 {
	position: absolute;
	left: 25%;
	width: 25%;
	height: 100%;
}


#column_3 {
	position: absolute;
	left: 50%;
	width: 25%;
	height: 100%;
}

#column_4 {
	position: absolute;
	left: 75%;
	width: 25%;
	height: 100%;
}


/* POSTS  -------------------------------------------------------------------->*/


.articleHeading {
   text-align: center;
   font-size: 22px;
   line-height: 26px;
   margin-bottom: 26px;	
}

.articleYear {
 	margin: 0 8% 90px 8%;
	font-size: 14.5px;
 	line-height: 18px;
  	margin-bottom: 18px;
	letter-spacing: 0.01em;
	text-indent: 35px;
}

.articleContainer {
	margin: 0 8% 90px 8%;
}

.articleTitle {
   text-align: center;
   font-size: 22px;
   line-height: 26px;
   margin-bottom: 26px;	
}

.articleContent p {
 	font-size: 14.5px;
 	line-height: 18px;
  	margin-bottom: 18px;
	letter-spacing: 0.01em;
}

.articleContent p em {
	font-family:'Victor Italic', 'Times New Roman', Times, serif;
}

.articleContent p a {
	color: rgba(0,0,0,1);
	text-decoration: none;
	border-bottom: 2px solid #000;
}

.articleContent p a:hover {
	border-bottom: none;
}

.articleContent p a:hover:after {
    content:"...";
}


.articleContent img {
	width: 100%;
	height: auto;
}

.articleContent .image {
  	margin-bottom: 18px;
}

.articleContent a img {
	border-bottom: none;
	text-decoration: none;
}

.articleContent a:hover img {
	border-bottom: 0px;
	text-decoration: none;
	cursor: -webkit-zoom-in !important;
}


.articleContent a.indexVideo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.articleContent a.indexVideo {
	cursor: -webkit-zoom-in !important;
}

.articleContent p a.indexVideo:hover:after {
    content:none;
}



/* SUBSCRIBE -------------------------------------------------------------------->*/


#subscribe {
	width: 33.6vw;
	position: absolute;
}

input, input:focus {
  border:none;
}

button:focus {
	outline:0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px inherit inset;
  transition: background-color 5000s ease-in-out 0s;
}

#newsletter {
	font-family:'Victor', 'Times New Roman', Times, serif !important;
	font-weight: normal !important; 
	font-style: normal !important;	
	color: #000 !important;
 	font-size: 14.5px !important;
 	line-height: 18px !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}

#newsletter input[type=text] {
	font-family:'Victor', 'Times New Roman', Times, serif !important;
	font-weight: normal !important; 
	font-style: normal !important;	
	color: #000 !important;
 	font-size: 14.5px !important;
 	line-height: 18px !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    padding: 3px!important;
	margin: 0 10px 0 0 !important;
	border: 2px solid #000 !important;
	background-color: transparent !important;
	outline: none !important;
	cursor: hand !important;
	z-index: 100 !important;
    width: 90% !important;

}

#newsletter button {
	border: 0 !important;
	margin: 18px 0 0 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	outline: none !important;
	cursor: hand !important;
	z-index: 100 !important;

	font-family:'Victor', 'Times New Roman', Times, serif !important;
	font-weight: normal !important; 
	font-style: normal !important;	
	color: #000 !important;
 	font-size: 14.5px !important;
 	line-height: 18px !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
	border-bottom: 2px solid #000 !important;
	
}

#newsletter button:hover {
	border-bottom: 2px solid #FFF !important;
	cursor: pointer !important;
	cursor: hand !important;
}

#newsletter button:hover:after{
    content:"..." !important;
    display: inline-block !important;
}

.mc4wp-response {
	font-family:'Victor Italic', 'Times New Roman', Times, serif;
	background: #FFF !important;
	color: #000 !important;
	z-index: 9999999 !important;
	position: relative !important;
	margin: 26px 0 0 0 !important;
}


/* PAYPAL FORMS -------------------------------------------------------------------->*/

.button_code {
	padding: 0 0px;
}

.button a {
	padding: 2px 4px 4px 4px;
	border: 2px solid #000;
	color: #000;
	text-decoration: none;	
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}

.button a:hover {
	color: #FFF;
	background-color: #000;
	cursor:pointer;
}


/* FORMS */

input {
	font-family:'Victor', 'Times New Roman', Times, serif;
	font-weight: normal; 
	font-style: normal;	
	color: #000;
 	font-size: 14.5px;
 	line-height: 18px;
	letter-spacing: 0.01em;
    text-rendering: optimizeLegibility;
    border: 2px solid #fff;
	border-radius: 0;
	background: transparent;
	letter-spacing: 0.01em;
	color: #fff;
	padding: 0;
	margin: 0;
	outline: none;
}

input[type="submit"] {
	border: 0 !important;
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	outline: none !important;
	cursor: hand !important;
	z-index: 100 !important;
	font-family:'Victor', 'Times New Roman', Times, serif !important;
	font-weight: normal !important; 
	font-style: normal !important;	
	color: #000 !important;
 	font-size: 14.5px !important;
 	line-height: 18px !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
	border-bottom: 2px solid #000 !important;
}

input[type=submit]:hover{
	border-bottom: 2px solid #FFF !important;
	cursor: pointer !important;
	cursor: hand !important;
}

.purchase:hover:after{
 	content:"..." !important;
 	display: inline-block !important;
}

select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid black;
	border-radius: 0;
	background: url(arrows.png) no-repeat 98% 50%;  
	background-size: 15px;	
	padding: 3px!important;
  	text-indent: 0.01px;
	text-overflow: '';
	font-family:'Victor', 'Times New Roman', Times, serif;
	font-weight: normal; 
	font-style: normal;	
	color: #000;
 	font-size: 14.5px;
 	line-height: 18px;
	letter-spacing: 0.01em;
    text-rendering: optimizeLegibility;
}

::-ms-expand {
	display: none;
}




/*  MEDIA  -------------------------------------------------------------------->*/
	
	/* Audio */


.mejs-container * {
	font-family: 'Helvetica Neue', Helvetica, arial, sans-serif !important; 
	font-style: normal !important; 
	font-weight: bold !important; 	
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important; 
}

.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
	background: #000 !important; 
		font-family: 'Helvetica Neue', Helvetica, arial, sans-serif !important; 
	font-style: normal !important; 
	font-weight: bold !important; 	
    -webkit-font-smoothing: antialiased !important; 
    text-rendering: optimizeLegibility !important; 
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff !important; 
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: rgb(250,227,195) !important; 
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33) !important; 
}


	/* Video */
	

/*
a .indexVideo {
	text-decoration: none;
	border-bottom: none;
}

a .indexVideo:hover {
	cursor: -webkit-zoom-in !important;
}
*/


#close a {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 48px;
	line-height: 52px;
	color: #FFF;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	text-decoration: none;
	border-bottom: none;
}

#close a:hover {
	border-bottom: 2px solid #FFF;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.pageVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .pageVideo {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .pageVideo {
    width: 300%;
    left: -100%;
  }






/* EXTRA -------------------------------------------------------------------->*/


	/* BOOKMARKS -------------------------------------------------------------------->*/
	
	
	#melbourne:hover, #brisbane:hover, #sydney:hover {
		cursor: move;
	}
	
		/* Melbourne -------------------------------------------------------------------->*/
	
#melbourne {
		position: absolute;
		top: 100px;
		left: 10px;
		z-index: 3000;
	}
	
	#melbourneText {
		font-family:'Victor', 'Times New Roman', Times, serif !important;
		font-weight: normal !important; 
		font-style: normal !important;	
		text-align: center;
		font-size: 18px;
		line-height: 22px;
		color: #FFF;
		position: absolute;
		margin: 47px 0px 0px 0px;
		width: 175px;
		z-index: 3000;
	}
	
	#bookmarkBlue {
	  position: absolute;
	  text-align: center;
	  height: 575px;
	  width: 175px;
	}
	
	#bookmarkBlue:before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 50%;
	  background: blue;
	  -webkit-transform: skew(0deg, 23deg);
	  -moz-transform: skew(0deg, 23deg);
	  -ms-transform: skew(0deg, 23deg);
	  -o-transform: skew(0deg, 23deg);
	  transform: skew(0deg, 23deg);
	}
	
	#bookmarkBlue:after {
	  content: '';
	  position: absolute;
	  top: 0;
	  right: 0;
	  height: 100%;
	  width: 50%;
	  background: blue;
	  -webkit-transform: skew(0deg, -23deg);
	  -moz-transform: skew(0deg, -23deg);
	  -ms-transform: skew(0deg, -23deg);
	  -o-transform: skew(0deg, -23deg);
	  transform: skew(0deg, -23deg);
	}​
	
		/* Brisbane -------------------------------------------------------------------->*/
	
#brisbane {
		position: absolute;
		top: 200px;
		left: 500px;
		z-index: 2000;
	}
	
	#brisbaneText {
		font-family:'Victor', 'Times New Roman', Times, serif !important;
		font-weight: normal !important; 
		font-style: normal !important;	
		text-align: center;
		font-size: 18px;
		line-height: 22px;
		color: red;
		position: absolute;
		margin: 47px 0px 0px 0px;
		width: 175px;
		z-index: 2000;
		top: 100px;
		left: 40%;
	}
	
	#bookmarkPink {
	  	position: absolute;
	  	text-align: center;
	  	height: 575px;
	  	width: 175px;
	  	z-index: 1500;
		top: 100px;
		left: 40%;
	}
	
	#bookmarkPink:before {
	  	content: '';
	  	position: absolute;
	  	top: 0;
	  	left: 0;
	  	height: 100%;
	  	width: 50%;
	  	background: pink;
	  	-webkit-transform: skew(0deg, 23deg);
	  	-moz-transform: skew(0deg, 23deg);
	  	-ms-transform: skew(0deg, 23deg);
	  	-o-transform: skew(0deg, 23deg);
	  	transform: skew(0deg, 23deg);
	}
	
	#bookmarkPink:after {
	  	content: '';
	  	position: absolute;
	  	top: 0;
	  	right: 0;
	  	height: 100%;
	  	width: 50%;
	  	background: pink;
	  	-webkit-transform: skew(0deg, -23deg);
	  	-moz-transform: skew(0deg, -23deg);
	  	-ms-transform: skew(0deg, -23deg);
	  	-o-transform: skew(0deg, -23deg);
	  	transform: skew(0deg, -23deg);
	}​
	
		/* Sydney -------------------------------------------------------------------->*/
	
#sydney {
		position: absolute;
		top: 80px;
		left: 70%;
		z-index: 1000;
	}
	
	#sydneyText {
		font-family:'Victor', 'Times New Roman', Times, serif !important;
		font-weight: normal !important; 
		font-style: normal !important;	
		text-align: center;
		font-size: 18px;
		line-height: 22px;
		color: #FFF;
		position: absolute;
		margin: 47px 0px 0px 0px;
		width: 175px;
		z-index: 1001;
		top: 80px;
		left: 70%;
	}
	
	#bookmarkPurple {
		position: absolute;
		text-align: center;
		height: 553px;
		width: 175px;
		top: 80px;
		left: 70%;;
		z-index: 1000;
	}
	
	#bookmarkPurple:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 50%;
		background: rgb(109,102,237);
		-webkit-transform: skew(0deg, 23deg);
		-moz-transform: skew(0deg, 23deg);
		-ms-transform: skew(0deg, 23deg);
		-o-transform: skew(0deg, 23deg);
		transform: skew(0deg, 23deg);
	}
	
	#bookmarkPurple:after {
	  	content: '';
	  	position: absolute;
	  	top: 0;
	  	right: 0;
	  	height: 100%;
	  	width: 50%;
	  	background: rgb(109,102,237);
	  	-webkit-transform: skew(0deg, -23deg);
	  	-moz-transform: skew(0deg, -23deg);
	  	-ms-transform: skew(0deg, -23deg);
	  	-o-transform: skew(0deg, -23deg);
	  	transform: skew(0deg, -23deg);
	}​
	



/* MEDIA QUERIES -------------------------------------------------------------------->*/


/* Desktops and laptops ----------- */
@media only screen and (min-width : 1201px) {

}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {

}





/* Mobile ----------- */
@media only screen and (max-width: 1000px) {
	
	header {
		height: 14%;
		margin: 0;
		padding: 0;
	}

	.logo {
		position: fixed;
		z-index: 1000;
		text-shadow: 0 0 10px rgba(255,255,255,0.6);

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.31) 69%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(69%,rgba(255,255,255,0.31)), color-stop(99%,rgba(255,255,255,0.01)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.31) 69%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.31) 69%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.31) 69%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.31) 69%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

    }

	#discipline {
		width: auto;
		top: 20px;
		left: 8%;
	}
	
	#date {
		width: auto;
		top: 27px;
		right: -2%;
	}

	#bos_title {
		display: none;
	}

	#bos_abbr {
		display: block;
		position: absolute;
		left: 50%;
		width: 50%;
		z-index: 1000;
		line-height: 26px;
		top: 26px;
	}
    
	
	#column_2 {
		display: none !important;
	}

	#column_3 {
		display: none !important;
	}
	
	#column_4 {
		display: none !important;
	}

	
	#column_1_1 {
		display: block !important;
		padding-top: 85px !important;
		position: static;
		width: 100%;
	}

	#column_2_2 {
		display: block !important;
		position: static;
		width: 100%;
	}
	
	#column_3_3 {
		display: block !important;
		position: static;
		width: 100%;
	}	
	
	
	#column_1 {
		position: static;
		width: 100%;
	}

	
  .fullscreen-bg {
    background: url('http://www.discipline.net.au/wp-content/uploads/Discipline_4.jpg') center center / cover no-repeat;
  }

  .pageVideo {
    display: none;
  }	
	
}

	



/* END -------------------------------------------------------------------->*/