﻿body
{
	font-family: Segoe UI Light, Segoe UI, Sans-Serif;
	font-size: 10pt;
	background-color: #404040;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	color: #E0E0E0;
}

/* Layout */

.home  ul
{
	overflow: hidden;
}

#navarea
{
    display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	text-align: left;
	padding-top: 135px;
	background-image: url(./Images/sidegradient.png);
	background-repeat: repeat-y;
	border: 1px solid black;
	box-shadow: 0px 0px 8px black;
	list-style-type: none;
	z-index: 1;
}

.contentarea
{
    overflow: hidden;
    margin: 135px 20px 48px 220px;
    background-color: #333;
    padding: 0 16px 0 16px;
    text-align: left;
}

.contentarea h3
{
    font-family: Segoe UI Light, Segoe UI, Sans-Serif;
    font-weight: lighter;
    font-size: 20pt;
    color: #fff;
    margin: -3px -16px 18px -16px;
    background-color: #222;
    line-height: 48px;
    padding-left: 16px;
    padding-bottom: 2px;
    float: left;
    width: 100%;
}

.contentarea h2
{
	width: 100%;
	font-weight: lighter;
	margin: -3px -16px 18px -16px;
	line-height: 48px;
	padding-left: 16px;
	padding-bottom: 2px;
}

.header
{
	font-family: Segoe UI Semibold, Segoe UI, Sans-Serif;
	font-weight: 600;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 120px;
	background-image: url(./Images/mp_logobar_120px.png);
	background-repeat: no-repeat;
	background-color: #282828;
	width: 100%;
	line-height: 32px;
	z-index: 5;
}

.header_left
{
	float: right;
	padding-right: 8px;
	text-align: right;
}

.header_left a
{
    text-transform: uppercase;
}

.footer
{
	font-family: Segoe UI Semibold, Segoe UI, Sans-Serif;
	font-weight: 600;
	background-image: url(./Images/sidegradient.png);
	background-repeat: no-repeat;
	background-color: #282828;
	width: 100%;
	height: 32px;
	line-height: 32px;
    position: fixed;
    bottom: 0px;
    left: 0px;
	z-index: 5;
}

.versioninfo
{
    float: right;
    text-align: right;
    padding-right: 10px;
	color: #E0E0E0;
}

#details
{
    border: 0px solid #aaa;
    padding: 0 10px 0 0;
    height: 340px;
    bottom: 64px;
    overflow: auto;
    font-size: 12pt;
    font-weight: 300;
}

/* Layout */

.list li
{
	list-style-type: square;
}


input
{
    background-color: transparent;
    color: #E0E0E0;
    border: 1px solid #777;
    padding: 2px 4px 2px 4px;
}

input:active
{
    border: 1px solid #7B4F9D;
}

input[type='button'], input[type='submit'], button
{
    background-color: transparent;
    margin: 3px 5px 4px 4px;
    padding: 4px 16px 4px 16px;
    cursor: pointer;
    min-width: 48px;
    color: #FFF;
    border: 1px solid #666;
}

input[type='button']:hover, input[type='submit']:hover, button:hover
{
    background-color: #444;
    color: #FFF;
}

input[type='button']:active, input[type='submit']:active, button:active
{
    background-color: transparent;
}

.content input, .content button
{
'	margin: 16px 8px 0px 0px;
}

a, a:visited
{
    text-decoration: none;
    color: #7AC5FF;
}

a:hover
{
    color: #FFF;
}

img
{
    border: 0px;
}

#mainlogotext
{
    font-family: Segoe UI Light, Segoe UI, Sans-Serif;
    font-weight: 200;
    font-size: 18pt;
    padding-bottom: 0px;
}

ul.imglist li {
	float: left;
	text-align: center;
	margin-bottom: 30px;
	width: 175px;
	list-style-type: none;
}

.imglist li {
	list-style-type: none;
}

ul.imglist {
	padding: 5px;
	margin: 10px 0;
	clear: both;
	height: 240px;
}

ul.imglisthome {
	padding: 5px;
	margin: 10px 0;
	clear: both;
	height: 240px;
}

ul.sm {
	height: 150px;
}

ul.tvimglist li {
	float: left;
	text-align: center;
	margin-bottom: 40px;
	list-style-type: none;
}

ul.tvimglist {

	margin: 0px;
	padding: 0px;
}

.movietitle
{
    font-family: Segoe UI Light, Segoe UI, Sans-Serif;
    font-weight: lighter;
    font-size: 12pt;
    color: #fff;
    background-color: #222;
    width: 100%;
	position: absolute;
	left: 0px;
	top: 200px;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

.tvtitle
{
    color: #fff;
    background-color: #222;
    width: 100%;
	position: absolute;
	left: 0px;
}

.artisttitle
{
    background-color: #222;
    width: 100%;
	position: absolute;
	left: 0px;
	top: 130px;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

.title
{
    font-family: Segoe UI Light, Segoe UI, Sans-Serif;
    font-weight: lighter;
    padding-bottom: 2px;
    float: left;
    width: 100%;
	height: 2.5em;
    background-color: #222;
}

h2, h3 {
	clear: both;
}

#logo {
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
}

#welcomescreen
{
    font-family: Segoe UI, Sans-Serif;
    font-size: 12pt;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -180px;
    padding: 40px;
	background-color: #222;
	-webkit-box-shadow: 10px 10px 25px #333;
	-moz-box-shadow: 5px 5px 5px #333;
	box-shadow: 10px 10px 25px #333 ;
}

#welcomescreen input[type='submit']
{
	margin-left: 152px;
	margin-top: 20px;
}

.content p
{
	margin-top: 0px;
	font-size: 1.1em;
	text-align: left;
	color: rgb(300,300,300);
	text-shadow: 0 2px 3px rgba(0,0,0,.8)
}

img.welcomelogo
{
	display: block;
	margin-left: auto;
	margin-right: auto
}

#play
{
	text-align: center;
}

#play a
{
	text-decoration: none;
	outline: none;
	padding: .2em 10px;
	color: rgb(255,255,255);
	text-shadow: 0 1px 1px rgb(0,0,0);
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	margin-bottom: 20px;
	background-color: transparent;
	cursor: pointer;
	border: 1px solid #666;
	margin: 20px 0 20px 0;
}

#play a:hover
{
    background-color: #444;
    color: White;
}

#info_box label
{
	width: 70px;
}

li.active
{
    background-color: rgba(255,255,255,0.2);
}

/* Navigation */

.sidenav
{
    font-family: Segoe UI Light, Segoe UI, Sans-Serif;
    font-weight: 200;
    display: block;
    width: 200px;
    height: 47px;
    margin: 0px;
    line-height: 46px;
    padding: 0px;
    cursor: pointer;
    color: #E0E0E0 !important;
    text-decoration: none;
    margin-bottom: 1px;
    font-size: 160%;
}

.sidenav:last-of-type
{
    height: 46px;
}

.navhome {
	margin: 0px;
	background-image: url(./Images/home.png);
	background-repeat: no-repeat;
	text-indent: 60px;
	background-position: 15px;
}

.navmusic {
	margin: 0px;
	background-image: url(./Images/music.png);
	background-repeat: no-repeat;
	text-indent: 60px;
	background-position: 15px;
}

.navmovies {
	margin: 0px;
	background-image: url(./Images/movies.png);
	background-repeat: no-repeat;
	text-indent: 60px;
	background-position: 15px;
}

.navtvshows {
	margin: 0px;
	background-image: url(./Images/tvshows.png);
	background-repeat: no-repeat;
	text-indent: 60px;
	background-position: 15px;
}

.navtv {
	margin: 0px;
	background-image: url(./Images/tv.png);
	background-repeat: no-repeat;
	text-indent: 60px;
	background-position: 15px;
}

.navsettings {
	margin: 0px;
	background-image: url(./Images/settings.png);
	background-repeat: no-repeat;
	text-indent: 60px;
	background-position: 15px;
}

.navsub {
	margin: 0px;
	text-indent: 20px;
	background-position: 15px;
}

.navtvguide {
	margin: 0px;
	background-image: url(./Images/tvguide.png);
	background-repeat: no-repeat;
	text-indent: 60px;
	background-position: 15px;
}

.navtvrecordings {
	margin: 0px;
	background-image: url(./Images/recording.png);
	background-repeat: no-repeat;
	text-indent: 60px;
	background-position: 15px;
}

.navtvschedule {
	margin: 0px;
	background-image: url(./Images/schedule.png);
	background-repeat: no-repeat;
	text-indent: 60px;
	background-position: 15px;
}

.navtvstatus {
	margin: 0px;
	background-image: url(./Images/status.png);
	background-repeat: no-repeat;
	text-indent: 60px;
	background-position: 15px;
}

#nav
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	width: 200px;
}

#nav ul
{
	padding: 2px;
	margin: 0;
	list-style: none;
	width: 150px;
	height: auto;
	position: absolute;
	left: -9999px;
	top: 46px;
	background-color: #555;
}

#nav li
{
	float: left;
	margin-bottom: 1px;
}

#nav li a {}

#nav li li a 
{
	width: 150px
}

#nav li li li a
 {
	width: 300px
}

#nav a, a:visited
{
	 text-decoration: none;
}

#nav li:hover
{
	position: relative;
}

#nav li a:hover
{
	position: relative;
	background-color: #e60; /* Optional boring colour #555; */
	color: #fff;
}

#nav li li a:hover
{
	position: relative;
	background-color: #aaa;
	color: #fff;
}

#nav li: hover > a
{
	background-color: #e60;
	color: #fff;
}

#nav ul li a
{
	font-size: 16px;
}

#nav ul ul li a
{
	margin-left: 5px;
	font-size: 16px;
}

#nav ul  ul{
	padding: 0px;
	margin-left: 50px;
	list-style: none;
	height: auto;
	position: absolute;
	left: -9999px;
	top: 0px;
	background-color: #555;
/* Spare test bits
	background: #282828;
	margin: 5px
	width: 300px;
*/
}

#nav li a.current,
#nav ul li a.current,
#nav ul ul li a.current,
#nav :hover ul,
#nav :hover ul :hover ul,
#nav :hover ul :hover ul :hover ul
{
	left: 100px;
}

#nav :hover ul ul,
#nav :hover ul :hover ul ul
{
	left: -9999px;
}

#nav ul li:hover > a
{
	background-color: #e60;
	color: #fff;
}

#nav ul ul li:hover > a
{
/*	background-color: #e60;*/
	color: #fff;
}

#nav ul ul  {
	list-style-type: none;
	width: 550px;
}

#nav  ul ul li {
	float: left;
	margin: 0px 0 0 0;
	padding: 0 10px 0 0;
	width: 30%;
}

/* Navigation */

/* testing */

span.stars, span.stars span {
float: left;
    display: block;
    background: url(./Images/stars.png) 0 -20px repeat-x;
    width: 200px;
    height: 20px;
}

span.stars span {
    background-position: 0 0;
}

.dataColumn {
	padding-left: 270px;
}

.imageColumn {
	float: left;
}
.actors {
	display: block;
	padding-left: 130px;
}

label {
	color: #7AC5FF;
	display: block;
	width: 150px;
	float: left;
}

label:after
{
	content: ": ";
}

.titleimg
{
    background-color: #222;
    padding: 11px;
    padding-bottom: 12px;
    position: absolute;
    right: 21px;
}


#search {
	padding: 300px 0 0 20px;
	width: 180px;
}

.searchresults ul {
	list-style-type: square;
}

.dnt
{
    font-family: Segoe UI Light, Segoe UI, Sans-Serif;
    font-weight: lighter;
    font-size: 12pt;
	position: fixed;
	right: 10px;
	top: 45px;
}

#clock
{
    font-family: Segoe UI Light, Segoe UI, Sans-Serif;
    font-weight: lighter;
    font-size: 20pt;
}

.titleimg
{
    background-color: #222;
    padding: 11px;
    padding-bottom: 12px;
    position: absolute;
    right: 21px;
}

.content
{
	clear: left;
	margin-top: 50px;
	padding-bottom: 16px;
}

#bgtext
{
    font-family: Segoe UI Light, Segoe UI, Sans-Serif;
    font-weight: lighter;
    float: right;
    z-index: -10;
    position: fixed;
    bottom: 24px;
    left: 12px;
    text-align: right;
    font-size: 250%;
    color: #666;
}

.setting
{
    border-top: 1px solid #555;
    display: table-cell;
    height: 32px;
    width: 200px;
    vertical-align: middle;
    padding-bottom: 4px;
    padding-right: 8px;
}

.selected {
    border-left: 4px solid #5EA8DE;
}

div ::-webkit-scrollbar {
    width: 5px;
    background-color: #555;
}

div ::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #888;
}

div ::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}


div.fadehover {
	position: relative;
	margin-right: 20px;
	}

	
.img:hover {
  box-shadow: 0 0 5px 2px #7AC5FF;
  -webkit-box-shadow: 0 0 5px 2px #7AC5FF;
  -moz-box-shadow: 0 0 5px 2px #7AC5FF;
}
