﻿/*modify the base font size for mobile devices*/
 body
{
    /*bumping up the font-sizes for higher res displays*/
    font-size:54%;
    
}
.tablehead{
	line-height: 1.6em;

}
@media (max-width: 336px)
{
    body
    {
        font-size: 44%;
    }

    article.helpMenu li a
    {
        height:2.25em;
        line-height:2.25em;
    }
	.tablehead{
	line-height: 1.9em;
	}
	.contentPanel .articleMainTitle
	{
		background-image:url(../images/tomb_raider_logo_red_white.png);
		background-size:344px 194px;	
		height:194px;
		margin-top:10px;
	}

	.tablehead{
		height:30px;
		color:#F0F0F0;
		font-family:'Conv_DIN-TR',Sans-Serif;
		font-weight:bold;
		line-height: 2.1em;
		font-size:1.0em;
		text-transform:uppercase;
		background-image:url(../images/border.png);
		background-repeat:no-repeat;
	}
	.tabletspace
	{
 		height:80px;	
	}	
      
}

/*for odd Android aspect ratios*/
@media (max-width: 385px) and (min-width:337px) and (max-height:520px)
{
     body
    {
        font-size: 44%;
    }

    article.helpMenu li a
    {
        height:2em;
        line-height:2em;
    } 

}


/*gradient for smartglass UI*/
body 
{
   /*gradient for smartglass UI*/
	background: -webkit-linear-gradient(top, #565656 30%, #0c0c0c); /* Safari and Chrome*/
    background: -moz-linear-gradient(top, #565656 30%, #0c0c0c);/*Firefox*/
    background: -ms-linear-gradient(top, #565656 30%, #0c0c0c);/*IE*/
}

/*if the element is a main menu or a sub menu hide the placeholder element to the right*/
.helpMenu .helpContent
{
    display: none;
}

article .helpContent
{
    height: 75%;
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 5em;
    left: 5%;
    width: 90%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    line-height:1;
}

article .contentPanel
{
    width: 96%;
    height: 100%;
    padding: 0px 2% 1em 2%;
    overflow:hidden;
}

article .helpContent
{
   top: 9.2em;
   height: 65%;
}
.contentPanel
{
	background-image:none;
}

.contentPanel .backLink
{
    background-position-x: 1em;
    background-position-y: 1em;
    /*need to resize the back button due the change in font size for retina displays*/
    background-size:75%;
    background-position:.15em .5em;
    height:2.5em;
    width:2.5em;
    float: left;
    margin: 0px;
}

/*note you must re-initialize any background properties if you swap images*/
.contentPanel .backLink:focus
{
    background-position-x: 1em;
    background-position-y: 1em;
    background-size:75%;
    background-position:.15em .5em;
}

.articles article:not(.helpMenu) .articleTitle 
{
    margin-top: 1.9em;
    margin-left: .35em;
    height: 2.4em;
    
}
article .contentPanel .articleTitle
{
    left: 2em; 
    display: block;
    max-height: 3.5em;
    overflow: hidden; 
	background-image:url(../images/tomb_raider_logo_mobile.png);
	background-size:344px 99px;	
	font-size:2.0em;
	margin-top:2px;
	margin-bottom:20px;	
}

article .contentPanel .navLinks
{
    clear: both;
}

#TOC .navLinks
{
    text-align: center;
}

.helpMenu li a
{
    height: 2.75em;
    line-height: 2.75em;
}

/*remove controller button states*/
.navLinks a, .navLinks a:focus, .navLinks a:hover:not(:focus) 
{
   
    border:none;
    background-color: transparent;
    outline:0; 
    box-shadow:none; 
	
}


article .contentPanel .panelButtons
{
   display: none;
}

.pageCounter
{
   display:block;
   position:fixed;
   bottom:.15em;
   
   right:.5em;
}
.tabletadjust{
    text-align:left;
	color:#000;
	font-weight:normal;
	height:30px;
}
.contentPanel .articleMainTitle
{
	font-size:2.7em;
}
