﻿body
{
    width: 480px;
	
	background: url("img/hero_image_snap.jpg") fixed no-repeat left top;
}

.contentPanel .articleTitle
{ 
    height: 6em;
    width: 100%;
    overflow: hidden;
}

/*if the element is a main menu or a sub menu hide the placeholder element to the right*/
.helpMenu .helpContent
{
    display: none;
}

.contentPanel .articleTitle div {
    visibility: visible;
}

.contentPanel .articleTopic div
{
    visibility: visible;
	position: relative;
	top: 150px;
}

article .navLinks
{
	margin: -5em 0 0 0;
}

/*if in snapped we need to modify the positioning scheme to allow us to insert the contents between existing nav elements*/
article .helpContent
{
    font-size:3em;
    line-height:1.5;
    height: 616px;
    overflow: hidden;
    background-color: transparent;
    padding: 0 0 0 28px;
    position: absolute;
    left: 0px;
    top: 9em;
    column-width: 424px;
}

article .contentPanel
{
    height: 100%;
}

article .contentPanel .panelButtons
{
   left: 28px; /* safe region area on the right side: 480 - 28 - 386 ~ 64px */
}

/*in snapped the safe area is on the right so these need to be different than in main.css*/
.helpMenu li a
{
    margin:16px -22px 0 22px;
    padding:0 56px 0 22px;
}
