/* It's the LittleBigPlanet 2 announcement stylesheet. Wowee. */
body {
	background-color: #000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #f8f8f8;
	background-image: url(/images/assets/shared/announce/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* Fontz */
@font-face {
	font-family: 'BlimeyPhatSemiBold';
	src: url('/images/assets/shared/announce/fonts/blimeyphat-webfont.eot');
	src: local('☺'), url('/images/assets/shared/announce/fonts/blimeyphat-webfont.woff') format('woff'), url('/images/assets/shared/announce/fonts/blimeyphat-webfont.ttf') format('truetype'), url('/images/assets/shared/announce/fonts/blimeyphat-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* @license
 * MyFonts Webfont Build ID 1946703, 2012-01-17T06:13:12-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Eigerdals Bold by insigne
 * URL: http://www.myfonts.com/fonts/insigne/eigerdals/bold/
 * Copyright: Copyright (c) 2010 by Jeremy Dooley. All rights reserved.
 * Licensed pageviews: unlimited
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1946703
 * 
 * © 2012 Bitstream Inc
*/
 @font-face {
	font-family: 'EigerdalsBold';
	src: 	url('/images/assets/shared/fonts/1DB44F_0_0.eot');
	src: 	url('/images/assets/shared/fonts/1DB44F_0_0.eot?#iefix') format('embedded-opentype'),
			url('/images/assets/shared/fonts/1DB44F_0_0.woff') format('woff'),
			url('/images/assets/shared/fonts/1DB44F_0_0.ttf') format('truetype');
}

/* Basic styling */
h1 {
	font-size: 30px;
	line-height: 120%;
	padding-bottom: 6px;
}
h2 {
	font-size: 24px;
	line-height: 120%;
	padding-bottom: 6px;
}
h3 {
	font-size: 18px;
	line-height: 120%;
	padding-bottom: 6px;
}
h4 {
	font-size: 18px;
	line-height: 120%;
	padding-bottom: 6px;
}
p {
	font-size: 15px;
	line-height: 170%;
	padding-bottom: 6px;
}
strong, b{
	font-weight: bold;
}
em, i {
	font-style: italic;
}
blockquote {
	font-size: 15px;
	font-style: italic;
	line-height: 170%;
	padding-bottom: 6px;
	padding-left: 16px;
}
div.grid_6.text blockquote {
	width: 448px !important;
}
a:hover {
	color: #16c015;
}
.hr1 hr, .hr2 hr {
	display: none;
}
/* Teh layoutz */
#container {
	margin: auto;
	text-align: left;
	width: 960px;
}
#header {
}
#header a {
	display: block;
	width:944px;
	height: 200px;
}
#header a span {
	display: none;
}
#contents {
	
}
#movie {
	text-align: center;
}
#screenshots {
}
#player {
	margin: auto;
	padding: 24px;
	text-align: center;
	display: block;
}
#player .flash {
	padding: 0px;
	margin: 0px;
	border: 1px solid #41dd1d;
	background-color: #000;
	width: 854px;
	margin: auto;
}
#player video {
	padding: 0px;
	margin: auto;
	display: block;
	width: 784px;
	height: 440px;
}

#sb-loading{
	background:url(/images/assets/shared/loading.gif) no-repeat; 
	background-position: center center;
	background-color: black;
}
#thumbsnext, #thumbsprev {
	display: block;
	height: 83px;
	width: 64px;
}
#thumbsnext:hover, #thumbsprev:hover {
	background-position: left -83px;
}
#thumbsnext span, #thumbsprev span {
	display: none;
}
#thumbsprev {
	background-image: url(/images/assets/shared/announce/thumbsprev.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#thumbsnext {
	background-image: url(/images/assets/shared/announce/thumbsnext.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#thumbnails {
	overflow: hidden;
	height: 83px;
	width: 800px;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#thumbnailwrapper {
	width: 3200px; /* 160 x no of thumbs */
	height: 83px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
#thumbnailwrapper div a {
	display: block;
	border: 1px solid white;
	width: 144px;
	height: 81px;
}
#thumbnailwrapper div a img {
	width: 144px;
	height: 81px;
}
#thumbnailwrapper div a:hover, #thumbnailwrapper div a.active {
	border: 1px solid #16c015;
}

#downloadlinks {
	width: inherit;
	text-transform: uppercase;
	text-align: center;
}
#downloadlinks p {
	margin: auto;
	font-family: "BlimeyPhatSemiBold", Helvetica, Arial, sans-serif;
	font-size: 24px;
}
#downloadlinks p a {
	color: #989898;
	text-decoration: none;
	padding: 0 12px 0 12px;
}
#downloadlinks p a:hover {
	color: #FFF;
	text-decoration:underline;
}
#sociallinks {
	width: inherit;
	color: white;
	height: 54px;
	background-image: url(/images/assets/shared/announce/bg-social.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.socialbutton {
	margin-top: 12px;
	padding: 4px 12px 0 12px;
	float: left;
	display: block;
	clear: none;
}
.board {
	/*background-image: url(/images/assets/shared/announce/bg-board.jpg);*/
	background-repeat: repeat-y;
	background-position: center top;
}
.crikeytall {
	font-family: "BlimeyPhatSemiBold", Helvetica, Arial, sans-serif;
}
h3.crikeytall {font-size:48px;}
.alignmiddle {text-align:center;}
#footer {
	
}
.boardfooter {
	display: block;
	width: 960px;
	height: 64px;
	clear: both;
	background-image: url(/images/assets/shared/announce/bg-board-footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.hr hr, .hr1 hr, .hr2 hr {
	display: none;
}
.hr, .hr1, .hr2 {
	display: block;
	background-color: #000;
	width: 960px;
	height: 64px;
	clear: both;
	background-repeat: no-repeat;
	background-position: center center !important;
}
.hr {
	background-image: url(/images/assets/shared/announce/hr-chunky.png);
}
.hr1 {
	background-image: url(/images/assets/shared/announce/hr-thin1.png);
}
.hr2 {
	background-image: url(/images/assets/shared/announce/hr-thin2.png);
}
.clear {
	height: 32px;
}

.title a {
	text-decoration: none;
}
.title a:hover {
	color: #16c015 !important;
}
h2.title a {
	color: #3792d8;
}
h3.title a {
	color: #f40a72;
}
h4.title a {
	color: #f40a72;
}

.title {
	display: block;
	clear: both;
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
	width: inherit;
	height: 66px;
}
h2 a {
	height: 66px;
}
h3 {
	width: inherit;
	height: 30px;
}
h3 a {
	height: 30px;
}
.title a {
	height: inherit;
	width: inherit;
	display: block;
}
.title span {
	display: none;
}
#title-handmadearcade {
	background-image: url(/images/assets/en-gb/announce/title-handmadearcade.png);
}
#title-greatgame {
	background-image: url(/images/assets/en-gb/announce/title-greatgame.png);
}
#title-grandadventure {
	background-image: url(/images/assets/en-gb/announce/title-grandestadventure.png);
}
#title-platformforgames {
	background-image: url(/images/assets/en-gb/announce/title-platformforgames.png);
}
#title-discover {
	background-image: url(/images/assets/en-gb/announce/title-discover.png);
	height: 46px;
}
#title-discover a {
	height: 46px;
}
#title-community {
	background-image: url(/images/assets/en-gb/announce/title-community.png);
	height: 46px;
}
#title-community a {
	height: 46px;
}
#title-characters {
	background-image: url(/images/assets/en-gb/announce/title-characters.png);
	height: 62px;
}
#title-characters a {
	height: 62px;
}
#title-cutscenes {
	background-image: url(/images/assets/en-gb/announce/title-cutscenes.png);
	height: 82px;
}
#title-cutscenes a {
	height: 82px;
}
#title-intelligent {
	background-image: url(/images/assets/en-gb/announce/title-intelligent.png);
	height: 40px;
}
#title-intelligent a {
	height: 40px;
}
#title-music {
	background-image: url(/images/assets/en-gb/announce/title-music.png);
	height: 34px;
}
#title-music a {
	height: 34px;
}
#title-powerups {
	background-image: url(/images/assets/en-gb/announce/title-powerups.png);
	height: 40px;
}
#title-powerups a {
	height: 40px;
}
#title-controls {
	background-image: url(/images/assets/en-gb/announce/title-controls.png);
	height: 26px;
}
#title-controls a {
	height: 26px;
}
#title-cantwait {
	background-image: url(/images/assets/en-gb/announce/title-cantwait.png);
	height: 68px;
}
#title-cantwait a {
	height: 68px;
}
#title-uscollectorsedition {
	background-image: url(/images/assets/en-gb/announce/title-uscollectorsedition.png);
	height: 76px;
}

#title-usstandardsedition {
	background-image: url(/images/assets/en-gb/announce/title-usstandardedition.png);
	height: 76px;
}



/* Footer */ 
#footer ul {
	clear: both;
	display: block;
	padding-left:210px;
}
#footer ul li {
	clear: none;
	display: block;
	float: left;
	padding-left: 24px;
}
#footer ul li a {
	clear: none;
	display: block;
	float: left;
	height: 98px;
	background-repeat: no-repeat;
	background-position: top left;
}
#footer ul li a span {
	display: none;
}
#ft-esrb a {
	width: 127px;
	background-image: url(/images/assets/shared/footlogo-esrb-rp.png);
}
#ft-mm a {
	width: 97px;
	background-image: url(/images/assets/shared/footlogo-mm.png);
}	
#ft-ps3 a {
	width: 116px;
	background-image: url(/images/assets/shared/footlogo-ps3.png);
}
#ft-esrb-privacy a { /* 939 - 57 */ 
	width: 127px;
	background-image: url(/images/assets/shared/footlogo-esrb-privacy.png);
}
#ft-sce a {
	width: 68px;
	background-image: url(/images/assets/shared/footlogo-sce.jpg);
}
#ft-psn a {
	width: 124px;
	background-image: url(/images/assets/shared/footlogo-psn.png);
}
#footer .padder {
	padding: 12px 0 48px 0;
	float: left;
	clear: both;
}
#footer p {
	color: #808080;
	font-size: 9px;
	padding: 0 0 12px 0;
	line-height: 200%;
}
#footer p img {
	vertical-align: top;
}
#footer p a {
	text-decoration: none;
	color: #bfbfbf;
}
#footer p a:hover {
	border-bottom: 1px solid #7ab42a;
	color: white;
}


/* Hashgrid. It's good. Try it, gridgeeks: http:/hashgrid.com/ */
#grid {
    /* Vertical grid lines */
    background: url(/images/assets/shared/announce/960.gif) repeat-y 0 0;
    /* Dimensions - same width as your grid with gutters */
    width: 960px;
    position: absolute;
	z-index: 20;
    top: 0;
    left: 50%;
    margin-left: -480px;
}
#grid.grid-1{
    /* Vertical grid lines for grid 1 */
    background: url(/images/assets/shared/announce/960.gif) repeat-y 0 0;
}
#grid.grid-2{
    /* Vertical grid lines for grid 2 */
    background: url(/images/assets/shared/announce/960.gif) repeat-y 160px 0;
    /* Adjustments */
    padding: 0 160px;
    width: 660px;
}
#grid div.horiz{

    /* 20px line height */
    height: 24px;
    border-bottom: 1px dotted #aaa;
    margin: 0;
    padding: 0;

}



/* Topbar */
#topbar {
	position: relative;
	z-index: 20;
	clear: both;
	height: auto;
	top: 0px;
}
#language {
	left: 720px;
	top: 0px;
	width: 236px;
	position: absolute;
	z-index: 30;
	padding-top: 2px;
}
#selectlocale {
	display: block;
	float: right;
	clear: both;
	width: 236px;
	list-style-type: none;
}
#currentlocale {
	display: block;
	float: right;
}
#currentlocale a {
	display:block;
	float: right;
	width: 36px;
	height: 26px;
	background-position: top left;
	background-repeat: no-repeat;
}
#currentlocale a:hover {
	background-position: bottom left;
}
#currentlocale .block {
	display: block;
	float: right;
	width: 236px;
	height: 36px;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(/images/assets/shared/language/bg-selected.png);
}
#currentlocale .padder {
	display: block;
	padding: 3px 24px 0px 9px;
}
#currentlocale .block .padder a  {
	float: right;
}
#currentlocale .pagetitle {
	display: block;
	float: left;
	margin-top: 6px;
}
#currentlocale .footer {
	display: none;
	float: right;
	clear: both;
	width: 236px;
	height: 12px !important;
	padding: 0px !important;
	margin: 0px !important;
	background-position: bottom left !important;
	background-repeat: no-repeat;
	background-image: url(/images/assets/shared/language/bg-selection.png);
}
#locales {
	display: none;
	float: right;
	clear: both;
	padding: 6px 9px 0px 9px;
	background-position: left -36px;
	background-repeat: no-repeat;
	background-image: url(/images/assets/shared/language/bg-selection.png);
}
#locales ul {
	display: block;
	list-style-type: none;
	width: 218px;
}
#locales li {
	float: left;
	clear: none;
	width: 36px;
}
#locales p {
	float: left;
	display: block;
	width: 218px;
	height: 18px;
	background-position: top left;
	background-repeat: no-repeat;
}
#topbar a span {
	display: none;
}
/* Rollovers */
#currentlocale:hover #locales {
	display: block;
}
#currentlocale:hover .footer {
	display: block;
}
/* Rollover display */
#currentlocale:hover .block {
	background-image: url(/images/assets/shared/language/bg-selection.png);
}
#currentlocale:hover li #locales{
	display: block;
}
#currentlocale:hover .footer {
	background-image: url(/images/assets/shared/language/bg-selection.png);
}
/* Flags */
#language a.en-au {
	background-image: url(/images/assets/shared/language/en-au.gif);
}
#language a.fr-be {
	background-image: url(/images/assets/shared/language/fr-be.gif);
}
#language a.nl-be {
	background-image: url(/images/assets/shared/language/nl-be.gif);
}
#language a.da-dk {
	background-image: url(/images/assets/shared/language/da-dk.gif);
}
#language a.de-de {
	background-image: url(/images/assets/shared/language/de-de.gif);
}
#language a.es-es {
	background-image: url(/images/assets/shared/language/es-es.gif);
}
#language a.fi-fi {
	background-image: url(/images/assets/shared/language/fi-fi.gif);
}
#language a.fr-fr {
	background-image: url(/images/assets/shared/language/fr-fr.gif);
}
#language a.en-ie {
	background-image: url(/images/assets/shared/language/en-ie.gif);
}
#language a.it-it {
	background-image: url(/images/assets/shared/language/it-it.gif);
}
#language a.de-lu {
	background-image: url(/images/assets/shared/language/de-lu.gif);
}
#language a.fr-lu {
	background-image: url(/images/assets/shared/language/fr-lu.gif);
}
#language a.nl-nl {
	background-image: url(/images/assets/shared/language/nl-nl.gif);
}
#language a.en-nz {
	background-image: url(/images/assets/shared/language/en-nz.gif);
}
#language a.no-no {
	background-image: url(/images/assets/shared/language/no-no.gif);
}
#language a.de-at {
	background-image: url(/images/assets/shared/language/de-at.gif);
}
#language a.pl-pl {
	background-image: url(/images/assets/shared/language/pl-pl.gif);
}
#language a.pt-pt {
	background-image: url(/images/assets/shared/language/pt-pt.gif);
}
#language a.it-ch {
	background-image: url(/images/assets/shared/language/it-ch.gif);
}
#language a.de-ch {
	background-image: url(/images/assets/shared/language/de-ch.gif);
}
#language a.fr-ch {
	background-image: url(/images/assets/shared/language/fr-ch.gif);
}
#language a.sv-se {
	background-image: url(/images/assets/shared/language/sv-se.gif);
}
#language a.en-gb {
	background-image: url(/images/assets/shared/language/en-gb.gif);
}
#language a.en-us {
	background-image: url(/images/assets/shared/language/en-us.gif);
}
#locales li a:hover, #language.en-gb #locales a.en-gb {
	background-position: bottom left !important;
}
#language.en-gb p {
	background-image: url(/images/assets/shared/language/countries/en-gb.png);
}
p.en-au {
	background-image: url(/images/assets/shared/language/countries/en-au.png) !important;
}
p.fr-be {
	background-image: url(/images/assets/shared/language/countries/fr-be.png) !important; 
}
p.nl-be {
	background-image: url(/images/assets/shared/language/countries/nl-be.png) !important;
}
p.da-dk {
	background-image: url(/images/assets/shared/language/countries/da-dk.png) !important; 
}
p.de-de {
	background-image: url(/images/assets/shared/language/countries/de-de.png) !important; 
}
p.es-es {
	background-image: url(/images/assets/shared/language/countries/es-es.png) !important;
}
p.fi-fi {
	background-image: url(/images/assets/shared/language/countries/fi-fi.png) !important;
}
p.fr-fr {
	background-image: url(/images/assets/shared/language/countries/fr-fr.png) !important;
}
p.en-ie {
	background-image: url(/images/assets/shared/language/countries/en-ie.png) !important;
}
p.it-it {
	background-image: url(/images/assets/shared/language/countries/it-it.png) !important; 
}
p.de-lu {
	background-image: url(/images/assets/shared/language/countries/de-lu.png) !important;
}
p.fr-lu {
	background-image: url(/images/assets/shared/language/countries/fr-lu.png) !important;
}
p.nl-nl {
	background-image: url(/images/assets/shared/language/countries/nl-nl.png) !important; 
}
p.en-nz {
	background-image: url(/images/assets/shared/language/countries/en-nz.png) !important;
}
p.no-no {
	background-image: url(/images/assets/shared/language/countries/no-no.png) !important; 
}
p.de-at {
	background-image: url(/images/assets/shared/language/countries/de-at.png) !important; 
}
p.pl-pl {
	background-image: url(/images/assets/shared/language/countries/pl-pl.png) !important;
}
p.pt-pt {
	background-image: url(/images/assets/shared/language/countries/pt-pt.png) !important;
}
p.it-ch {
	background-image: url(/images/assets/shared/language/countries/it-ch.png) !important;
}
p.de-ch {
	background-image: url(/images/assets/shared/language/countries/de-ch.png) !important;
}
p.fr-ch {
	background-image: url(/images/assets/shared/language/countries/fr-ch.png) !important;
}
p.sv-se {
	background-image: url(/images/assets/shared/language/countries/sv-se.png) !important; 
}
p.en-gb {
	background-image: url(/images/assets/shared/language/countries/en-gb.png) !important;
}
p.en-us {
	background-image: url(/images/assets/shared/language/countries/en-us.png) !important;
}

#topbar .changelang {
	width: 132px;
	font-size: 12px;
	display: block;
	color: #FFF;
	padding-top: 4px;
	text-align: center;
	font-family: 'VAG Rounded', 'Arial Rounded MT Bold', 'Arial Rounded', Helvetica, Arial, sans-serif;
}
html.fontface #topbar .changelang {
	font-family: 'EigerdalsBold', 'VAG Rounded', 'Arial Rounded MT Bold', 'Arial Rounded', Helvetica, Arial, sans-serif;
}

.exitbutton {
	width: 256px;
	height: 36px;
	display: block;
	background-position: left top;
	background-image: url(/images/assets/shared/announce/button-exit.png);
	background-repeat: no-repeat;
	float: left;
}
.exitbutton span {
	display: none;
}

#preorderlink {
	z-index: 100;
	position:absolute;
	top: 188px;
	left: 800px;
	display: block;
	width: 120px;
	height: 68px;
}
#preorderlink a {
	display: block;	
	background-position: left top;
	background-image: url(/images/assets/shared/announce/preorder-us.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 68px;
}
#preorderlink a span {
	display: none;
}
.collectlist {
	list-style-type: disc;
	padding-left: 15px;
	padding-bottom: 9px;
	line-height: 150%;
}
.collectlist li {
	line-height: 150%;
}
.collectlist li ul {
	padding-left: 15px;
	list-style-type: circle;
}
.collectlist li ul li{
	padding-bottom: 0px;
	font-size: small;
	padding-bottom: 3px;
	
}
