﻿body
{
   font-size:50%;
   /*gradient for smartglass UI*/
   background: url(background.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.logo {display: block; width: 100%; text-align: left;}
	.logo img {margin: 30px 0 0 0;}
	
.contentPanel .articleTopic
{
    font-size:1.5em;
}

article .contentPanel
{
    padding: 0 0 0 36px;
    position: relative;
    top: 25%;
    height: 80%;
    width: 400px;
    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: 23%;
    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.4;
}

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.8em;
    left: 1.5em;
    height: 4em;
}
#TOC .articleTitle 
{
    left:1.75em;
}
article .contentPanel .articleTitle
{
    position: fixed;
    top: 1.85em;
    left: 4em;
    height: 4em;
    display: block;
    width: 90%;
    overflow: hidden;
}

.helpMenu li a
{
	margin: 15px 0 0 0; padding: 15px; background: transparent url(white-60.png) repeat; border-left: 8px solid #f8ea2a; font-weight: bold; color: #333; text-decoration: none; box-sizing: border-box; -webkit-box-sizing: border-box;
    width: 100%;
    display: block; 
}

.navLinks {margin: 0 0 0 15px;}
/*remove controller button states*/
.navLinks a, .navLinks a:focus, .navLinks a:hover:not(:focus) 
{
	margin: 15px 0 0 0; padding: 15px; background: transparent url(white-60.png) repeat; border-left: 8px solid #f8ea2a; font-weight: bold; color: #333; text-decoration: none; box-sizing: border-box; -webkit-box-sizing: border-box;
    outline:0;
		
    box-shadow:none;
}

/*for smaller android tablets the line height prevents showing all 6 items*/
@media (max-height:595px) 
{
  body
    {
        font-size:44%;
    }
	.navLinks {margin: 0 0 0 10px;}
}