﻿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
{
    margin: 105px 0 0;
    position: relative;
    height: 100%;
    padding-top: 80px;
    width: 15em;
    background: rgba(34, 34, 34, 0.9);
    -webkit-box-shadow:  -5px 0px 25px 5px rgba(0, 0, 0, .5);
    box-shadow:  -5px 0px 25px 5px rgba(0, 0, 0, .5);
}

article:not(.helpMenu) .contentPanel 
{
    background:url("sg_logo_20.png") no-repeat transparent 56px 110px;
}

article .contentPanel .panelButtons
{
   display: none;
}

.pageCounter
{
    display: block;
    position: fixed;
    right: 2em;
    bottom: .5em;
    left: auto;
}

article .helpContent
{
    position: relative;
    height: 80%;
    top: 15%;
    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.5em;
}

article .contentPanel .backLink
{
    position: fixed;
    top: 3.25em;
    left: 9.5em;
    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.8em;
    left: 1.5em;
    height: 2em;
}
*/
article .contentPanel .articleTitle
{
    position: fixed;
    display: block;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 128px;
    background: transparent url(img/logo_tablet.png) no-repeat left top;
    margin: 0;
}

#TOC .contentPanel .articleTitle div {
    visibility: hidden;
}

.contentPanel .articleTopic div {
    visibility: visible;
	top: 45px;
	left: 350px;
	font-size: 1.5em;
}
    
.helpMenu li a
{
/*
    width: 100%;
    display: block; 
    padding-bottom:.25em;
*/
    height:2.5em;
    line-height: 2.5em;
	width: 9.9em;
}

/*remove controller button states*/
.navLinks a, .navLinks a:focus, .navLinks a:hover:not(:focus) 
{
   
    border:none;
    background-color: transparent;
    outline:0;  
    box-shadow:none;
}

