/*CSS RESET*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset { margin: 0; padding: 0; }
fieldset { border: none; }
/* Clear Fix
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.accessible,
#content-begin {
	display: none;
}

.sprite {
	display: block;
	height: 0;
	overflow: hidden;
}

/*make.believe*/
#sony-makebelieve-banner {
		background: #000;
		width: 100%;
		height: 36px;
		position: relative;
	}
		#sony-makebelieve-banner div {
			margin: 0 auto;
			overflow: hidden;
			width: 940px;
		}
			#sony-makebelieve-banner div a {
				background: url(/images/sony_black.png) no-repeat left top;
				float: right;
				padding-top: 36px;
				width: 77px;
				margin-right:15px;
			}
.no-chrome 	#sony-makebelieve-banner {
	display:none;
}		
/*PORTAL HEADER*/
#portal-header {
	width: 100%;
	font-size: 62.5%;
		background: url(/images/bg-portal-nav-opaque-tile.png) repeat-x left top;
}	

.no-chrome  #portal-header {
	display:none;
}

/*PORTAL MAIN NAVIGATION*/
	#portal-nav-container {
		background: url(/images/bg-portal-nav-opaque.png) no-repeat center top;
		min-height: 101px;
		position: relative;
		width: 100%;
	}
		#portal-nav-content {
			margin: 0 auto;
			width: 940px;
		}
			#portal-splogo {
				background: url(/images/sony-splogo-header.png) no-repeat left top;
				float: left;
				height: 91px;
				margin-left: 15px;
				margin-top: 8px;
				position: absolute;
				text-indent: -10000px;
				width: 50px;
				display:block;
				z-index: 1; /*this needs to be set because content stage will overlap it*/
			}
			
			#portal-menu-button {
				display: none;
			}
			
			ul#portal-main-navigation {
				float: right;
				list-style: none;
				margin: 40px 18px 0 0;
			}

				ul#portal-main-navigation>li {
					float: left;
					margin-right: 3px;
					padding-bottom: 13px;
					position: relative;
					z-index: 2; /*this needs to be higher than #portal-splogo or it will go under the logo*/
				}
		/* adding arrow to the top
				#treatments-navitem-tv:hover,
				#treatments-navitem-movies:hover {
					background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4gDQo8c3ZnIHdpZHRoPSIxNiIgaGVpZ2h0PSI4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICAgIDxwYXRoIGlkID0gInMzIiBkID0gIk0gMCA4IEwgOCAwIEwgMTYgOCIgIG9wYWNpdHk9Ii44NSIgZmlsbD0iIzAwODNBNiIgLz4NCjwvc3ZnPg==) no-repeat 50% 100%;
				}
		*/		
			
			
				#treatments-navitem-tv.hover,
				#treatments-navitem-movies.hover {
					background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4gDQo8c3ZnIHdpZHRoPSIxNiIgaGVpZ2h0PSI4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICAgIDxwYXRoIGlkID0gInMzIiBkID0gIk0gMCA4IEwgOCAwIEwgMTYgOCIgIG9wYWNpdHk9Ii44NSIgZmlsbD0iIzAwODNBNiIgLz4NCjwvc3ZnPg==) no-repeat 50% 100%;
				}
			
			
				#treatments-navitem-movies {
					width: 11.5em;
				}
				
				#treatments-navitem-tv {
					width: 15.3em;
				}
				
				ul#portal-main-navigation li:last-child {
					margin-right: 0;
				}
					ul#portal-main-navigation li a,
					ul#portal-main-navigation li a.select {
						color: #C5C7C9;
						font-family: 'Open Sans', sans-serif;
						font-size: 2.2em;
						font-weight: 300;
						padding: 2px 10px 3px;
						text-decoration: none;
						text-transform: uppercase;
					}
					
					ul#portal-main-navigation li a:hover,
					ul#portal-main-navigation li.selected a,
					.movies ul#portal-main-navigation li#treatments-navitem-movies > a,
					.tv ul#portal-main-navigation li#treatments-navitem-tv > a,
					.gamesandapps ul#portal-main-navigation li#treatments-navitem-gamesandapps > a,
					.spotlight ul#portal-main-navigation li#treatments-navitem-spotlight > a {
						background-color: #0083A6;
						background-color: rgba(0,131,166,.4);
						-webkit-border-radius: 3px;
						-moz-border-radius: 3px;
						border-radius: 3px;
					}
					
					 ul#portal-main-navigation li a.hover,
				     ul#portal-main-navigation li a.selected,
					.movies ul#portal-main-navigation li#treatments-navitem-movies > a,
					.tv ul#portal-main-navigation li#treatments-navitem-tv > a,
					.gamesandapps ul#portal-main-navigation li#treatments-navitem-gamesandapps > a,
					.spotlight ul#portal-main-navigation li#treatments-navitem-spotlight > a {
						background-color: #0083A6;
						background-color: rgba(0,131,166,.4);
						-webkit-border-radius: 3px;
						-moz-border-radius: 3px;
						border-radius: 3px;
					}
					
					
					
						#portal-main-navigation li ul {
							background-color: #0083A6;
							background-color: rgba(0,131,166, .85);
							border-radius: 4px;
							display: none;
							margin: 0 auto;
							list-style: none;
							top: 100%;
							position: absolute;
							width: 14em;
						}
						
						#portal-main-navigation .mobile-nav-back {
							display: none;
						}
						
						#treatments-navitem-movies>ul {
							left: -1.25em;
						}
						
						#treatments-navitem-tv>ul {
							left: .65em;
						}
						
						#portal-main-navigation li.hover ul {
							display: block;
						}
						
						/*  
						#portal-main-navigation li:hover ul {
							display: block;
						}
						*/
						
							#portal-main-navigation ul li {
								border-top: 1px solid transparent;
								border-bottom: 1px solid transparent;
								border-top: 1px solid rgba(0,0,0,.25);
								float: none;
								width: 100%;
							}
							
							#portal-main-navigation ul li:nth-child(2) {
								border-top: 1px solid transparent;
							}
							
							#portal-main-navigation ul li:nth-child(2),
							#portal-main-navigation ul li:last-child {
								border-bottom: 1px solid transparent;
							}
						/*
							#portal-main-navigation ul li:nth-child(2):hover {
							}
							
							#portal-main-navigation ul li:last-child:hover{
							}
							
							#portal-main-navigation ul li:hover{								
							}
							
							#portal-main-navigation ul li:hover + li {
							}
						*/	
							
							
							#portal-main-navigation ul li:first-child  a {
								border-top-left-radius: 4px;
								border-top-right-radius: 4px;
							}
							
							#portal-main-navigation ul li:last-child a {
								border-bottom-left-radius: 4px;
								border-bottom-right-radius: 4px;
							}
							
								ul#portal-main-navigation ul li a {									
									color: #fff;
									display: block;
									height: 100%;
									font-size: 1.3em;
									padding: 7px 7px;
									text-align: center;
								}
								
								#portal-main-navigation ul li a:hover {
									background-color: #5AADC4;
									background-color: rgba(255,255,255,.25);									
									border-radius: 0;
								}
								
								
								#portal-main-navigation ul li a.active {
									background-color: #5AADC4;
									background-color: rgba(255,255,255,.25);									
									border-radius: 0;
								}
								
#spnav-overlay-container {
	display: none;
}						
/*PORTAL HEADER SOCIAL LINKS*/
			#portal-social-links-container {
				background-color: rgba(0,0,0,.23);
				float: right;
				margin-top: 3px;
				padding: 8px;
			}
				#portal-social-links {					
					list-style: none;
				}
					#portal-social-links li {
						float: left;
						margin-right: 7px;
					}
					#portal-social-links li#portal-follow-googleplus {
						margin-right: 0;
					}
						#portal-social-links li a {
							background-size: 100% auto;
							padding-top: 24px;
							width: 23px;
						}

						li#portal-get-updates a {
							background: url(/images/button-get-updates.png) no-repeat left top;
							background-size: 100% auto;
							color: #838485;
							display: block;
							font-family: 'Open Sans', sans-serif;
							font-weight: 400;
							font-size: 1.1em;
							line-height: 2.2;
							min-height: 24px;
							padding-top: 0;
							text-align: center;
							text-decoration: none;
							text-indent: 25px;
							width: 105px;
						}
						
						li#portal-follow-facebook a {
							background: url(/images/follow-facebook.gif) no-repeat left top;
						}
						li#portal-follow-twitter a {
							background: url(/images/follow-twitter.gif) no-repeat left top;
						}
						li#portal-follow-youtube a {
							background: url(/images/follow-youtube.gif) no-repeat left top;
						}
						li#portal-follow-googleplus a {
							background: url(/images/follow-googleplus.gif) no-repeat left top;
						}
						
				.coppa #portal-social-links li {
					opacity:0.2;
					filter: alpha(opacity=20);
				}	
				
				.coppa #portal-social-links li a {
					 cursor:default; 
				}	
					
						
				#sp-search-container {
					background: #dad7d7; /* Old browsers */
					background: -moz-linear-gradient(top, #dad7d7 0%, #efeded 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dad7d7), color-stop(100%,#efeded)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top, #dad7d7 0%,#efeded 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #dad7d7 0%,#efeded 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top, #dad7d7 0%,#efeded 100%); /* IE10+ */
					background: linear-gradient(to bottom, #dad7d7 0%,#efeded 100%); /* W3C */
					border: 2px solid #2B2F32;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
					margin-top: 5px;
				}
				
					#sp-search-form {
						overflow: auto;
					}
					
						#sp-search-form legend,
						#sp-search-form label  {
							display: none;
						}
				
						#sp-search-form #sp-search {
							border: none;
							background: none;
							color: #605F5D;
							float: left;
							font-family: 'Open Sans', sans-serif;
							font-weight: 400;
							font-size: 1.2em;
							min-width: 180px;
							padding-left: 13px;
							padding: 3px 0 2px 13px;
						}
						
						#sp-search-form #sp-search:focus {
							color: #000;
						}
						
						#sp-search-form #button-submit {
							background: url(/images/button-search.png) no-repeat;
							border: 0;
							cursor: pointer;
							float: right;
							height: 24px;
							margin: 1px 1px 1px 0;
							text-indent: -10000px;
							width: 24px;
						}
	#portal-header {
	}
	#blurred-background-container {
		background: #323131;
		min-height: 896px;
		overflow: hidden;
		position: absolute;
		top: 36px;
		width: 100%;
		-webkit-transform: translate3D(0px, 0px, 0px);
		-webkit-backface-visibility: hidden;
	}
		#blurred-background {
			display: block;
			position: absolute;
			min-height: 100%;
			width: 100%;
			-webkit-transform: translate3D(0px, 0px, 0px);
			-webkit-backface-visibility: hidden;
		}
		#noise {
			background: url(/images/noise.png) repeat center 36px;
			min-height: 896px;
			width: 100%;
			position: absolute;
		}
