/* =======================================================

	AUTHOR: 		Sumac UK
	DESCRIPTION:	Screen styles for Playstation Seasons
	DATE:			08/08/07
	LAST EDITED:	--/--/--

======================================================= */

/* ==========================================================
	GLOBALS
========================================================== */
body 
{
	font-family: Arial, Sans-Serif;
	text-align: center;
	color: #7d8280;
	background: transparent url(../images/body_bg.jpg) no-repeat center top;
	line-height: 1.6em;	
}
body.home
{
	font-family: Arial, Sans-Serif;
	text-align: center;
	color: #7d8280;
	background: transparent url(../images/body_bg_home.jpg) no-repeat center top;
}
#pageview
{
	background-position: center 30px !important;	
}
/* [ text sizing ]---------------------------------------- */
/* http://www.clagnut.com/blog/348/ ---------------------- */
html
{
	font-size: 100%; /* for IE */
}
body 
{
	font-size: 62.5%; /* for IE/Win */
}

input, select, table
{
	font-size: 100%;	
}
/* [ links ] ------------------------------------------ */
a:link, a:visited
{
	color: #7d8280;
	text-decoration: underline;
}
a:hover
{
	color: #eb208d;
	text-decoration: underline;
}
/* [ headings ] ------------------------------------------ */
h2
{
	font-weight: bold;	
	margin-bottom: 0.7em;
	margin-top: 0.7em;
	color: #666;
}
h3
{
	color: #eb208d;
}
/* [ other ] --------------------------------------------- */
.hide
{
	
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; 	
}
.clear
{
	clear: both;	
}
a img
{
	border: 0;
}
hr
{
	display: none;	
}
strong
{
	font-weight: bold;	
}
p
{
	margin-bottom: 1em;	
}
/* ==========================================================
	JUMP-TO
========================================================== */
#jump-to
{
	position: absolute;
	top: 0;
	left: -9999px;
}
#jump-to a:hover
{
	background-color: #EEE;	
}
#jump-to a:focus
{
	display: block; 
	position: absolute; 
	top: 20px; 
	left: 10020px; 
	font-size: 1.5em; 
	background-color: #FFF; 
	border: solid 2px #999;
	color: #999;
	padding: 10px; 
	width: 15em; 
	z-index: 1;
}
/* ==========================================================
	PLAYSTATION-SEASONS
========================================================== */
#playstation-seasons
{
	font-size: 1.1em;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding-top: 1px;
}
#playstation-seasons-home
{
	font-size: 1.1em;
	text-align: left;
	width: 959px;
	margin: 0 auto;
	position: relative;
	padding-top: 1px;
}
/* ==========================================================
	HEADER
========================================================== */
#header h1
{
	position: absolute;
	top: 16px;
	left: 8px;	
}
#header-home h1
{
	position: absolute;
	top: 16px;
	left: 38px;	
}
/* ==========================================================
	BODY
========================================================== */
#body
{
	margin-top: 90px;
}
/* ==========================================================
	CONTENT
========================================================== */
#content
{
	float: left;	
	width: 408px;
	display: inline;
	margin-left: 405px;
	margin-top: 13px;
	overflow: hidden;
}
#content-scroll
{
	height: 400px;
	overflow: auto;
	margin-top: 5px;
	position: relative;
}
#main
{
	width: 280px;
	display: inline;
	float: left;
	margin-left: 105px;
}
#extras
{
	width: 100px;
	display: inline;
	float: left;
	margin-left: -385px;
}
#extras a.video-link img
{
	margin-top:5px;
}
#flash-video
{
	margin-left: 105px;	
}
#content-scroll #flash-video
{
	margin-left: 0px;	
}
/* ==========================================================
	VIDEO
========================================================== */
#video-wrapper
{
	background-color:White;
	padding:10px;
	border: solid 1px #999;
	position:absolute;
	left: 50%;
	margin-left: -200px;
	margin-top: 0;
	display:none;
	z-index: 2;
}
/* ==========================================================
	GALLERY-IMAGE
========================================================== */
#gallery-image
{
	width: 277px;
	height: 208px;
	overflow: hidden;
	/* background: #FFF url(../images/gallery-image_bg.gif) no-repeat left top; */
}
/* ==========================================================
	THUMBNAILS
========================================================== */
#thumbnails
{
	padding-right: 2px;	
}
#thumbnails li
{
	float: right;	
	width: 49px;
}
#thumbnails a
{
	float: right;	
	width: 49px;
	overflow: hidden;
}
#thumbnails a img
{
	float: right;	
}
#thumbnails a:link img, #thumbnails a:visited img
{
	border: 1px solid #FFF;	
}
#thumbnails a:hover img, #thumbnails a.current:link img, #thumbnails a.current:visited img, #thumbnails a.current:hover img
{
	border: 1px solid #eb208d;	
}
/* ==========================================================
	IMAGE-NAVIGATION
========================================================== */
#image-navigation a.enabled, #image-navigation a.enabled:link, #image-navigation a.enabled:visited
{
	color: #eb208d;
}
#image-navigation a.enabled:hover
{
	color: #7d8280;
	text-decoration: none;
}
#image-navigation #next-image
{
	float: right;	
}
#image-navigation a.disabled:link, #image-navigation a.disabled:visited, #image-navigation a.disabled:hover
{
	color: #999;	
	text-decoration: none !important;
}
/* ==========================================================
	NAVIGATION
========================================================== */
#navigation
{
	float: left;
	display: inline;
	margin-left: -811px;	
	width: 329px;
}
#navigation div.section
{
	position: relative;	
	padding-top: 13px;
	padding-right: 31px;
	margin-bottom: 13px;
}	
#navigation div.section-wrap
{
	padding-top: 5px;	
}
#navigation div.section-wrap div
{
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 8px;
}
#navigation div.current div
{
	padding-bottom: 15px !important;	
}
#navigation h3
{
	margin-right: 8px;	
	padding-bottom: 3px;
	margin-left: 10px;
	margin-bottom: 3px;
}
#navigation div.section span.position, #navigation div.section a.section-link
{
	position: absolute;
	top: 0;
	right: 0;
	width: 179px;
	height: 28px;
	text-indent: -1000px;
}
#navigation ul a
{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	text-transform: uppercase;
}
#navigation ul a:link, #navigation ul a:visited
{
	background-color: Transparent;	
}
#navigation ul ul a
{
	padding-left: 16px;
	text-transform: none;	
}
/* creatives */
#creatives-nav ul a:hover, 
#creatives-nav ul a.current:link,
#creatives-nav ul a.current:visited,
#creatives-nav ul a.current:hover
{
	background-color: #e23070;
}
#creatives-nav a.section-link:link, #creatives-nav a.section-link:visited
{
	background: transparent url(../images/creatives-nav_section-link_bg.gif) no-repeat left top;	
}
#creatives-nav a.section-link:hover
{
	background: transparent url(../images/creatives-nav_section-link_hover_bg.gif) no-repeat left top;	
}
#creatives-nav div.section-wrap
{
	background: transparent url(../images/creatives-nav_section-wrap_bg.gif) repeat-y left top;	
}
#creatives-nav div.section-wrap div
{
	background: transparent url(../images/creatives-nav_section-wrap_div_bg.gif) repeat-y left top;	
}
#creatives-nav div.current
{
	background: transparent url(../images/creatives-nav_current_bg.gif) no-repeat left top !important;	
}
#creatives-nav div.current div
{
	background: transparent url(../images/creatives-nav_current_div_bg.gif) repeat-y left top !important;	
}
#creatives-nav div.current h3
{
	border-bottom: 1px solid #f1c2da;	
}
#creatives-nav span.position
{
	background: transparent url(../images/creatives-nav_position_bg.gif) no-repeat left top;	
}
/* mancunian */
#mancunian-nav ul a:hover, 
#mancunian-nav ul a.current:link,
#mancunian-nav ul a.current:visited,
#mancunian-nav ul a.current:hover
{
	background-color: #ef4ea5;
}
#mancunian-nav a.section-link:link, #mancunian-nav a.section-link:visited
{
	background: transparent url(../images/mancunian-nav_section-link_bg.gif) no-repeat left top;	
}
#mancunian-nav a.section-link:hover
{
	background: transparent url(../images/mancunian-nav_section-link_hover_bg.gif) no-repeat left top;	
}
#mancunian-nav div.section-wrap
{
	background: transparent url(../images/mancunian-nav_section-wrap_bg.gif) repeat-y left top;	
}
#mancunian-nav div.section-wrap div
{
	background: transparent url(../images/mancunian-nav_section-wrap_div_bg.gif) repeat-y left top;	
}
#mancunian-nav div.current
{
	background: transparent url(../images/mancunian-nav_current_bg.gif) no-repeat left top !important;	
}
#mancunian-nav div.current div
{
	background: transparent url(../images/mancunian-nav_current_div_bg.gif) repeat-y left top !important;	
}
#mancunian-nav div.current h3
{
	border-bottom: 1px solid #f1c2da;	
}
#mancunian-nav span.position
{
	background: transparent url(../images/mancunian-nav_position_bg.gif) no-repeat left top;	
}
/* official */
#official-nav ul a:hover, 
#official-nav ul a.current:link,
#official-nav ul a.current:visited,
#official-nav ul a.current:hover
{
	background-color: #cd215f;
}
#official-nav a.section-link:link, #official-nav a.section-link:visited
{
	background: transparent url(../images/official-nav_section-link_bg.gif) no-repeat left top;	
}
#official-nav a.section-link:hover
{
	background: transparent url(../images/official-nav_section-link_hover_bg.gif) no-repeat left top;	
}
#official-nav div.section-wrap
{
	background: transparent url(../images/official-nav_section-wrap_bg.gif) repeat-y left top;	
}
#official-nav div.section-wrap div
{
	background: transparent url(../images/official-nav_section-wrap_div_bg.gif) repeat-y left top;	
}
#official-nav div.current
{
	background: transparent url(../images/official-nav_current_bg.gif) no-repeat left top !important;	
}
#official-nav div.current div
{
	background: transparent url(../images/official-nav_current_div_bg.gif) repeat-y left top !important;	
}
#official-nav div.current h3
{
	border-bottom: 1px solid #f1c2da;	
}
#official-nav span.position
{
	background: transparent url(../images/official-nav_position_bg.gif) no-repeat left top;	
}

/* ==========================================================
	HOME-CONTENT
========================================================== */
#content-home
{
	float: left;
	display: inline;
	width: 959px;
	padding-top: 110px;	
}
#content-home-inner-top-image
{
	float: left;
	padding-top: 4px;
	width: 959px;
	display: inline;
	background: transparent url(../images/content_home_inner_top_bg.gif) no-repeat left top;	
}

#content-home-inner-bottom-image
{
	float: left;
	padding-bottom: 15px;
	display: inline;
	background: transparent url(../images/content_home_inner_bottom_bg.gif) no-repeat left bottom;
}
#content-home-inner
{
	background: transparent url(../images/content_home_inner_bg.gif) repeat-y left top;	
	float: left;
	position: relative;
}
div.content-home-column
{  
	float: left;
	width: 309px;
	margin-left: 16px;
}
#content-home div.first
{
	margin-left: 0;
}
#content-home #column-wrap
{
	width: 250px;
	margin-left: 17px;	
	padding-top: 20px;
	color: #FFF;
	padding-bottom: 35px;
}
#content-home h2
{
	margin-bottom: 0.8em;	
}
#content-home p
{
	margin-bottom: 0;
	margin-top: 1em;	
}
#content-home div.add-elemnent img, #content-home div.edit-elemnent img
{
	float: none;
	margin: 0;	
}
/* ==========================================================
	HOME-CONTENT-NAVIGATION
========================================================== */

/*#column-official-section-link a, #column-mancunian-section-link a */

#creatives-section-link a 
{
	position: absolute;
	left:130px;
	bottom: 9px;
	width: 179px;
	height: 28px;
	text-indent: -1000px;	
}
#creatives-section-link a:link, #creatives-section-link a:visited  
{
	background: transparent url(../images/column-creatives-link-bg.gif) no-repeat;
}
/*
#creatives-section-link a:hover
{
		background: transparent url(../images/official-nav_section-link_hover_bg.gif) no-repeat;	
}
*/
#mancunian-section-link a 
{
	position: absolute;
	left:455px;
	bottom: 9px;
	width: 179px;
	height: 28px;
	text-indent: -1000px;	
}
#mancunian-section-link a:link, #mancunian-section-link a:visited  
{
	background: transparent url(../images/column-mancunian-link-bg.gif) no-repeat;
}
/*
#mancunian-section-link a:hover
{
		background: transparent url(../images/official-nav_section-link_hover_bg.gif) no-repeat;	
}
*/
#official-section-link a 
{
	position: absolute;
	left:780px;
	bottom: 9px;
	width: 179px;
	height: 28px;
	text-indent: -2000px;	
}
#official-section-link a:link, #official-section-link a:visited  
{
	background: transparent url(../images/column-official-link-bg.gif) no-repeat;

}
/*
#official-section-link a:hover
{
		background: transparent url(../images/official-nav_section-link_hover_bg.gif) no-repeat;	
}
*/
/* ==========================================================
	NETWORK-LINKS
========================================================== */
#network-links a
{
	margin-right: 1em;
}