﻿body
{
   font-size:50%;
   /*gradient for smartglass UI*/
   /*background: -webkit-linear-gradient(top, #000000 50%, #323232); /* Safari and Chrome*/
   /*background: -moz-linear-gradient(top, #000000 50%, #323232);/*Firefox*/
   /*background: -ms-linear-gradient(top, #000000 50%, #323232);/*IE*/
}

/*for smaller android tablets the line height prevents showing all 6 items*/
@media (max-height:595px) 
{
  body
    {
        font-size:44%;
    }

  .helpMenu li a
    {
        height:2.5em;
        line-height: 2.5em;
    }
}

article .contentPanel
{
    padding: 0 0 0 48px;
    position: relative;
    top: 20%;
    height: 80%;
    width:350px;
    background-color:transparent;
}



article .contentPanel .panelButtons
{
   display: none;
}

.pageCounter
{
    display: block;
    position: fixed;
    right: 2em;
    bottom: .5em;
    left: auto;
}

article .helpContent
{
    position: relative;
    height: 70%;
    top: 20%;
    padding: 2% 144px 2% 64px; /* right padding set to be higher than column-gap to allow "peek" (part of next column showing up next to full column). */
    background-color: transparent;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    line-height:1;
}

article .contentPanel .backLink
{
    position: fixed;
    top: 1em;
    left: 1em;
    margin: 0;
    background-position-y:2.25em;
}

/*note you must re-initialize any background properties if you swap images*/
article .contentPanel .backLink:focus 
{
     background-position-y:2.25em;
}
.articles article:not(.helpMenu) .articleTitle 
{
    top: 3.9em;
    left: 1.5em;
    height: 4em;
}



article .contentPanel .articleTitle
{
    /*position: fixed;*/
    /*top: 1.85em;*/
    left: 4em;
    height: 3em;
    display: block;
    width: 90%;
    overflow: hidden;
	margin: 10px 0 0 0;
}

article .contentPanel .articleTitle .articleTopic
{
	font-size: 1.2em;
	font-weight: 600;
	width: 100%;	
}

.helpContent .bigicon
{
	margin: 20px 0 0 0;

}



/*remove controller button states*/
.navLinks a, .navLinks a:focus, .navLinks a:hover:not(:focus) 
{
   
    border:none;
    background-color: transparent;
    outline:0;  
    box-shadow:none;
}

.helpContent  .title
{
	display:block;
	font-size: 1.4em;
	font-weight: 700;
	
}

.helpContent .subtitle
{
	font-size: 1.2em;
	font-weight: 700;
	display:block;
	margin: 14px 0 5px 0;
}

.helpContent .stats
{
	display:block;
	margin: 4px 0 16px 0;
}

.helpContent ul
{
	margin: 5px 0 10px 0;
}
.helpContent li
{
	list-style-type:none;
	margin-left: 25px;
}



.helpContent .icon img
{
	display:inline;
	padding-right:0.5em;
	vertical-align: middle;
}

.helpContent .icon
{
	
	display:block;
}

.helpContent .solo
{
	display:block;
}

#fp_aurora
{
	/*hides the small Aurora*/
	visibility:hidden;
}

#TOC .contentPanel
{
	width:30%;
}

#TOC .articleTitle
{
 	padding:0em 0 0.4em 0;
	text-align:center;  
    left:1.75em;
    position: fixed;
    top: 0em;
    height: 18%;
    display: block;
    width: 90%;
    overflow: hidden;	
}

.tblt_logo
{
	position:fixed;
	left:25%;
	top: 1.2em;

	padding-left:1.75em;
	display:block;
	height:18%;
	width:50%;
	background-image: url("textures/tablet_textures/col_logo.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 85%;
}	

#TOC #tblt_aurora
{
	
	margin-left:auto;
	margin-right:auto;
	display:block;
	height:50%;
	width:70%;
	background-image: url("textures/tablet_textures/col_perso.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;	
	overflow: hidden;
	
	
}

#TOC #tblt_cercle
{
	margin-top:25px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	height:35%;
	width:50%;
	background-image: url("textures/tablet_textures/col_circle.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;	
	overflow: hidden;
}

.helpMenu li a
{
    width: 100%;
    display: block; 
    padding-bottom:0em;    
    margin:-15px -26px 0 -26px;
    padding:15px 60px 16px 26px;
    font-size:125%;
}

li a:hover 
{
	color:#ffffff;
	background-image: url("textures/tablet_textures/bg_selection_xs.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

article
{
	background-image: url("textures/tablet_textures/bg_top_left.png"),url("textures/tablet_textures/bg_top_right.png"),url("textures/tablet_textures/bg_bottom_left.png"), url("textures/tablet_textures/bg_bottom_right.png");
	background-position: left top, right top, left bottom, right bottom;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	
}

nav.contentPanel
{

}
article:not(.helpMenu) .helpContent 
{
	font-size:2.4em;
}
	
article:not(.helpMenu) .contentPanel 
{
	background-image: url("textures/tablet_textures/col_perso.png");
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 70%
}
	
/*.contentPanel a:focus
{
	color:#ffffff;
	background-image: url("textures/bg_selection_long.png");
	background-repeat: no-repeat;
}*/
