﻿body {
	font-family: Segoe UI Light, Segoe UI Regular,HelveticaNeue, Droid Sans, Arial, Sans-Serif;
	color: #ebebeb; /*xboxwhite*/
	background-repeat: no-repeat;
	background-position: 0 20%;
	background-image: url(SO_DM_fullbg.jpg);
	background-color: #000;
	background-attachment: fixed;
}

h1, h2, h3 {
	line-height: 1em;
}

.gameManualTitle {
    color:#ebebeb;
}

.contentPanel a:hover {
    background-color: rgba(235, 235, 235, 0.7); 
    color: #101010; 
    outline: none;
    border: none;
}

.contentPanel a:focus {
    background-color: rgba(255,	153, 0, .7);
    color:#ebebeb;
    outline: none;
    border: none;
}

.navLinks .contentLink  .menulink {
  /*  color:pink;
    background-color: purple;*/
}

article a.articleTitle, article a.articleTitle:visited 
{
    color:#6b6b6b;
}

/* BACKGROUNDS */
.helpMenu {
    background: transparent url(SO_DM_Splash.jpg) no-repeat right;
    background-size: cover;
}

@media (orientation:portrait) and (min-width: 336px) and (max-width: 480px) and (min-height: 901px) and (max-height: 1080px), (orientation:portrait) and (max-height: 900px), (orientation:portrait) and (min-height: 1081px), (orientation:portrait) and (max-width: 335px) and (min-height: 901px) and (max-height: 1080px), (orientation:portrait) and (min-width: 481px) and (min-height: 901px) and (max-height: 1080px) {
    .helpMenu {
        background: transparent url(SO_DM_640x1080.jpg) no-repeat center;
        background-size: cover;
    }
}