/* DECK STYLING: OVERRIDE PAGE CSS - - UNTIL DEV FIXES THIS, HACK */
#page p.deck{
	font-family: Garuda,Verdana,Geneva,sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 20px;
}

/* POSITION OF BOX AD: OVERRIDE PAGE CSS - UNTIL DEV FIXES THIS, HACK */
#page .hentry header {
    margin-bottom: 0;
}
#page .entry-type-embeddable .embeddableContent {
	 margin: 0 0 20px;
}




/* Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

/*.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */


/**** Base styles ****/

#interactive footer, 
#interactive header, 
#interactive hgroup, 
#interactive section {
  display: block;
  margin:0;
}


body {
  padding: 20px;
  font-size: 12px;
  line-height: 1.5em;
  background: #FFF;
  color: #000;
}

/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */
html,
body {
  height: 100%;
}


/* all */

#interactive{
	width: 940px;
	font-family: Verdana, Arial, sans-serif;
	 margin: 0 0 20px;
}
#interactive h1, 
#interactive h2, 
#interactive h3,
#interactive h4,
#interactive h5, 
#interactive h6 { 
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}
#interactive h1 {
    font-size: 22px;
}
#interactive h2 {
  	font-size: 18px;  	
}
#interactive h3{
	font-size: 15px; 
}
#interactive a,
#interactive a code {
  color: #000;
  text-decoration: none;
}
#interactive a:hover {
	color: #F00;
}
#interactive a:active,
#interactive a:active code {
  color: #F00;
}
#interactive a img { border: none; }
#interactive p{
	margin: 0;
	line-height: 1.5em;
}
#interactive p.img-src{
	margin-top: 3px;
	font-size: 9px;
	color: #666;
}
#interactive .tinyloader{
	width: 16px; 
	height: 16px;
	background-image:url(http://beta.images.theglobeandmail.com/static/national/summitseries1972/images/loader.gif)
}


/* intro div */
#intro {
  	margin-bottom: 20px;
}
#copy {
  max-width: 290px;
  margin: 0 0 10px 0;
  clear: both;
}
#intro-player{
	margin: 10px;
}
#intro-text h1{
	margin: 0 0 10px;
	vertical-align: baseline;
}
#intro-text p{
	margin-top: 10px;
}
#intro-text{
	margin: 20px 20px 20px 15px;
	float: left;
}
#intro-img{
	width: 596px;
	float: left;
	clear: right;
	margin: 20px 15px 0 0;
}
#intro-img p.img-src{
	margin: 5px 0 10px;
}
#intro-img .white-box{
	width: 596px;
	height: 344px;
}
#interactive .white-box{
	background-color: #FFF;
	border: 1px #CCC solid;
}
#intro-txt .img-src{
	color: #666;
}

#interactive .boxbgd{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #EEE;
}




/* sticky */

#interactive .top {
	position:fixed;
	right:15px;
	bottom:15px;
	width:50px;
	height:25px;
	padding-top:25px;
	line-height:25px;
	background:#333;
	color:#888;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior:url(../PIE.htc);
}

#interactive .top:before {
	position:relative;
	top:11px;
	left:14px;
	content:"";
	border-bottom:11px solid #888;
	border-left:11px solid transparent;
	border-right:11px solid transparent;
}

#interactive .top:hover {
	color:#eee;
}

#interactive .top:hover:before {
	border-bottom-color:#eee;
}

#interactive .opacity .top {
	opacity:1;
	-webkit-transition:opacity 700ms linear;
	-moz-transition:opacity 700ms linear;
	transition:opacity 700ms linear;
}

#interactive .opacity .top.hidden {
	opacity:0;
}

#interactive .no-opacity .top.hidden {
	display:none;
}



/*sticky content */
#wrapper {
	width:940px;
	margin:0;
	position:relative;
	z-index: 1000;
}
#wrapper hgroup{
	height: 0;
	margin: 0;
}
#slider-container {
	width: 940px;
	height:500px;
	margin: 40px 0;
}
#flexslider{
	width:940px;
	margin-left:0px;
	height:500px;
	line-height:30px;
	border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    box-shadow: 0 4px 0 #CCC;
}
#interactive .sticky #slider-container {
	position:fixed;
	top:0;
	left:auto;
	width:940px;
}


/* overlay */
#overlay{
	position:relative;
	top:0;
	left:0;
	z-index:1000; 
	width:100%; 
	height:100%;  
	visibility: hidden;
	overflow: hidden;
}

#overlay-box{
	width:100%; 
	height:100%; 
	background-color:#CCC;
	z-index: 999; /* need this line and next to display above the tiles but below flex slider */
	position: absolute;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;	
	opacity:0.8; 
    filter:alpha(opacity=80);
	zoom:1; /* hasLayout for IE6 and IE7 */
}

/*slides*/
#interactive .item-container{
	height: 480px;
	margin: 0 41px;
	padding: 10px;
	background: #FFF;
}
#interactive .info-img{
	margin: 10px 0;
	width: 576px;
	height: 324px;
	float: right;
}
#interactive .col1{
	width: 240px;
	height: 442px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
#interactive .col2{
	position: relative;
	width: 576px;
	height: 442px;
	float: left;
	margin-top: 10px;
}

#interactive .slides h5{
	margin-top: 3px;
	font-size: 18px;
	width: auto;
}
#interactive .info-lbl{
	font-size: 14px;
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 0 5px;
}
#interactive .blurb-cont{
	clear: both;
}
#interactive .col1-txt, #interactive .col2-txt{
	height: 350px;
	overflow-y:auto;
	line-height:1.5em;
}
#interactive .col1-txt p{
	margin-bottom: 10px;
}

/* from the archives */
#interactive .col1 p.archives-txt{
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
#interactive ul.archives-list{
	color: red;
	list-style-type: disc;
	margin: 4px 0 0px;
	padding-left: 22px;
}
#interactive ul.archives-list a{
	color: #F00;
}
#interactive ul.archives-list li{
	color: #F00;
	margin: 0 6px 3px 0;
}

/* force scroll nub on ipad */
#interactive .col1-txt::-webkit-scrollbar, #interactive .col2-txt::-webkit-scrollbar {
background: transparent;
height: 10px;
overflow: visible;
width: 10px;
}
#interactive .col1-txt::-webkit-scrollbar-thumb, #interactive .col2-txt::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
-webkit-border-radius:5px;
}
#interactive .col1-txt::-webkit-scrollbar-thumb:hover, #interactive .col2-txt::-webkit-scrollbar-thumb:hover{
background-color: rgba(0, 0, 0, 0.6);   
}
#interactive .col1-txt::-webkit-scrollbar-corner, #interactive .col2-txt::-webkit-scrollbar-corner {
background: transparent;
}
/* end scroll nub */



#interactive .col1-media, #interactive .col2-media{
	margin-bottom: 10px;
}
#interactive .info-blurb{
	margin: 0 0 10px 0;
}
#interactive .info-blurb a{
	color:#ff0000 !important;
}
#interactive .info-blurb a:hover{
	text-decoration:underline !important;
}
#interactive .quote-cont{
	clear: both;
	color: #333;
}
#interactive .quote-cont .quote-holder:first{
	border-top: #000 dotted 1px;;
}
#interactive .quote-holder{
	border-bottom: #000 dotted 1px;
	clear: both;
}
#interactive .quote-holder p{
	margin-top: 10px;
}
#interactive div.quote-holder img{
	float: left;
	margin: 12px 0;
	width: 40px;
}
#interactive .quote-holder div{
	float: left;
	margin: 10px 0 10px 10px;
}
#interactive .col1 .quote-holder div{
	width: 190px;
}
#interactive .col2 .quote-holder div{
	width: 516px;
}
#interactive .col2 .info-blurb div{
	width: 576px;
}

#interactive b{
	font-weight: bold;
}

#interactive .info-title{
	float: left;
}


#interactive .info-header{
	width: 100%;
	border-bottom: 1px solid #CCC;
	clear: both;
	float: left;
	height: 38px;
}




/* video in slides */
#interactive .video-holder{
	background-color: #EEE;
	margin: 0;
	width: 576px;
	height: 324px;
}
#interactive .BrightcoveExperience{
	width: 576px; 
	height: 324px;
}

#interactive .video-holder .tinyloader{
  	position: relative;
	left: 280px;
    top: 154px;
}
#interactive .audio-holder .tinyloader{
  	position: relative;
	left: 280px;
    top: 10px;
}


/* Google form iframe */
#user-memory-form{
	border: none;
	height: 576px;
	width: 388px;
	overflow: hidden;
}


/* Like button */
#interactive .like-btn{
/*	width: 110px; */
	margin: 0 10px 5px;
	float: left;
/*	height: 28px;
	background-color: #EEE;
	border: 1px solid #CCC;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	  border-radius: 4px;*/
}


/* Close button for slides */
#interactive .slides .close{width: 18px; height: 18px; float: right; } 
#interactive .slides .close img{position:relative; float:right; cursor: pointer; margin-top: 5px;}





/* Bottom bar for sharing and slide number */
#interactive .col2-bar{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 576px;
	border-top: #CCC 1px solid;
}

/* sharing */
#interactive .share-bar {
    width: 400px;
    height: 34px;
    overflow: hidden;
	float: left;
}
#interactive .share-bar p{
	font-size: 10px;
	font-weight: bold;
	margin: 7px 8px 0 0;
	float: left;
}
#interactive .share-inner{
	margin:6px 0 0;
}
#interactive .em_share, 
#interactive .tw_share, 
#interactive .fb_share{
	float: left;
	overflow: hidden;
}
#interactive .em_share, 
#interactive .tw_share{
	margin-right: 10px;
}
#interactive .em_share{
	display: block;
	cursor: pointer;
    height: 20px;
    width: 20px;
}
#interactive .em_share a{
	margin: 0;
}
#interactive .share-btn{
	cursor:pointer;
}
#interactive .share-bar img{
	border: none;
}

/* slide num */
#interactive .slide-num-bar{
    width: 100px;
    height: 34px;
    overflow: hidden;
	float:right;
}
#interactive .slide-num-bar p{
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-size: 14px;
	text-align: right;
	margin-top: 6px;
}


/* tiles */
#interactive .element .el-box{
	width: 152px;
	height: 209px;
	background: #FFF;
	padding: 5px 10px 10px;
  
    /* drop shadow */
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}
#interactive .element .el-box:hover{
	background-color: #FDD;
}
#interactive .element {
 /* width: 162px;*/
  /*height: 172px;*/

  float: left;
  overflow: hidden;
  position: relative;
  
  color: #000;
  cursor:pointer;
  padding: 5px;
  

}

#interactive .active .el-box{
	background: #F66;
}



#interactive .cat0 .el-box      { border: #F00 1px solid; }
#interactive .cat1 .el-box 		{ border: #09C 1px solid; }
#interactive .cat2 .el-box      { border: #FF6B00 1px solid;  }
#interactive .cat3 .el-box      { border: #B82EFF 1px solid; }
#interactive .cat4 .el-box     { border: #2FE5A5 1px solid; }
#interactive .cat5 .el-box     { border: #333333 1px solid; }
#interactive .cat6 .el-box     { border: #000000 1px solid; }


#container{
	/*min-height: 600px;*/
	height:auto;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

#el-loader{
	margin: 10px 0;
}
#element-container .tinyloader{
	margin: 0px 5px 0px 10px;
	float: left;
}
#element-container p{
	margin: 0;
	padding-top: 1px;
}

#interactive .element * {
  /*position: absolute;*/
  margin: 0;
  line-height: 1.4em;
}

#interactive .element .hed {
    font-size: 1.3em;
    margin-top: 0.5em;
}
#interactive .element.large .hed {
  font-size: 1.8em;
}

#interactive .element.fake .hed {
  color: #000;
}

#interactive .element .name {
  left: 0.5em;
  bottom: 1.6em;
  font-size: 1.05em;
}

#interactive .element .blurb {
    font-size: 1em;
	margin-top: 3px;
    width: 128px;
}

#interactive .element .like-img{
	float: right;
}
#interactive .element .number {
  font-size: 0.8em;
  color: #999;
  text-align:right;
  float:right;
  margin-top: 3px;
  margin-right: 3px;
}

#interactive .element .img{
	margin-top: 5px;
	width: 153px;
	height: 87px;
	clear: both;
}

#interactive .like-img{
	float: left;
	margin-bottom: 5px;
}


#interactive .tile-media-img{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background:url(http://beta.images.theglobeandmail.com/static/national/summitseries1972/images/media-square.png)  no-repeat;
}
#interactive .video .tile-media-img{
	background:url(http://beta.images.theglobeandmail.com/static/national/summitseries1972/images/media-video-o.png)  no-repeat;
}
#interactive .audio .tile-media-img{
	background:url(http://beta.images.theglobeandmail.com/static/national/summitseries1972/images/media-audio-o.png)  no-repeat;
}
#interactive .photo .tile-media-img{
	background:url(http://beta.images.theglobeandmail.com/static/national/summitseries1972/images/media-photo-o.png)  no-repeat;
}
#interactive .text .tile-media-img{
	background:url(http://beta.images.theglobeandmail.com/static/national/summitseries1972/images/media-text-o.png)  no-repeat;
}
#interactive .quote .tile-media-img{
	background:url(http://beta.images.theglobeandmail.com/static/national/summitseries1972/images/media-quote-o.png)  no-repeat;
}


#interactive .variable-sizes .element.width2 { width: 310px; }

#interactive .variable-sizes .element.height2 { height: 310px; }

#interactive .variable-sizes .element.width2.height2 {
  font-size: 2.0em;
}

#interactive .element.large,
#interactive .variable-sizes .element.large,
#interactive .variable-sizes .element.large.width2.height2 {
  font-size: 3.0em;
  width: 350px;
  height: 350px;
  z-index: 100;
}

#interactive .clickable .element:hover {
  cursor: pointer;
}

#interactive .clickable .element:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}

#interactive .clickable .element:hover h2 {
  color: white;
}

/**** Category Options ****/

#filters{
	float: left;
	padding: 0;
}
#interactive #options {
    margin-top: 30px;
    padding-bottom: 7px;
}

#interactive #options h3 {
	padding-top: 9px;
	margin-bottom: 0.2em;
  	margin-right: 8px;
  	float: left;
}

#interactive #options ul {
  margin: 0;
  list-style: none;
}

#interactive #options ul ul {
  margin-left: 1.5em;
}

#interactive #options li {
  float: left;
  margin-bottom: 0.2em;
}

#interactive #options li a {
  border-left:  1px solid #FFF;
  border-right: 1px solid #CCC;

  display: block;
  padding: 10px 12px 8px;
  height: 20px;
  background-color: #DDD;
  color: #222;
  font-weight: bold;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
}

#interactive #options li a:hover {
  background-color: #FCC;
  color: #000;
}

#interactive #options li a:active {
  background-color: #FCC;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#interactive #options li div {
	float: left;
	height: 12px;
	pointer: cursor;
}
#interactive #options li div.cat-box{
 	margin: 3px 3px 0 0;
    width: 8px;
}
#interactive #options li a.cat0 .cat-box{ background-color: #F00 }
#interactive #options li a.cat1 .cat-box{ background-color: #09C }
#interactive #options li a.cat2 .cat-box{ background-color: #FF6B00 }
#interactive #options li a.cat3 .cat-box{ background-color: #B82EFF }
#interactive #options li a.cat4 .cat-box{ background-color: #2FE5A5 }
#interactive #options li a.cat5 .cat-box{ background-color: #333333 }
#interactive #options li a.cat6 .cat-box{ background-color: #000000 }

#interactive #options li:first-child a {
  border-radius: 0px;
  border-left: none;
}

#interactive #options li:last-child a {
  border-radius: 0;
}

#interactive #options li a.selected {
  background-color: #DA161F;
  text-shadow: none;
  color: white;
}

/* most popular button */
#interactive #most-pop{
	float:right;
}
#interactive #most-pop img{
	float: left;
	margin-right: 5px;
}



/**** Footer/Credits ****/
#interactive footer {
  font-size: 9px;
  color: #666;
  padding: 0.8em 0;
  line-height: 1.5em;
}



/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearit:before, .clearit:after { content: ""; display: table; }
.clearit:after { clear: both; }
.clearit { zoom: 1; }



/** AUDIO PLAYER **/
#interactive .audio-holder{
	background: #EEE;
	height: 36px;
}
#interactive .audiojs { 
	width: 576px; 
	height: 36px;
	background: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#interactive .audiojs .scrubber { 
	background: #5a5a5a;  
	width: 408px;; 
}


/** GOOGLE FORM **/
#interactive .form-blurb   {
  margin: 10px 0 20px 0;
}
#interactive .ss-q-title {
  display: block;
  font: 14px 'Oswald','PrattRegular',Georgia,'Times New Roman',serif;
}
#interactive .ss-q-short, #interactive .ss-q-submit {
  font:12px/18px Verdana, Geneva, sans-serif;
  border:1px solid #CCC;
  color:#000;
  margin:5px 0 16px 0;
  padding:5px;
  width:250px;
  text-transform:none;
  cursor:text;  
  box-shadow:none;
  -webkit-appearance: none;
  -webkit-border-radius: 0; 
}
#interactive .ss-q-long {
  font:12px/18px Verdana, Geneva, sans-serif;
  border:1px solid #CCC;
  margin:5px 0 16px 0;
  padding:5px;
  width:540px; 
  text-transform:none;  
  cursor:text;
  box-shadow:none;
  height:140px;
  -webkit-appearance:none;
  -webkit-border-radius:0;
}
#interactive .ss-form-container input:focus, input.focused, textarea:focus {
	outline: none;
}