/*
 * Version: 03-21-2008
 * PLAYSTATION CHANNEL STYLESHEET - SCREEN
 *
 * NOTE: Overwrites default screen.css
 */

/* --------------------
 * Default Styling
 * -------------------- */
body {
	background-color: #666;
	background-image: url("/images/channels/ps3/body_bg.png");
	color: #666;
}


/* --------------------
 * General Styling
 * -------------------- */
a:link { color: #069; }
a:visited { color: #999; }
h1, h2, h3 { color: #666; }

/* --------------------
 * General Layout
 * -------------------- */
#container {
	border-bottom-color: #666;
}

#title a {
	background-image: url("/images/logo.png");
}

#footer {
	border-top-color: #e2e2e2;
}

#footer a {
	color: #999;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #333;
}


/* --------------------
 * Site Columns
 * -------------------- */
.site h3 {
	border-top-color: #e2e2e2;
	color: #666;
}

.site li a {
	border-top-color: #e2e2e2;
}

.site li a:hover, .site li a:focus, .site li a:active { 
	background-color: #666; 
	color: #fff;
}

.site li a:visited:hover, .site li a:visited:focus, .site li a:visited:active { 
	background-color: #666;
	background-image: url("/images/tick_alt.gif");
	color: #fff;
}

.site-visit:link, .site-visit:visited {
	color: #666;
}

.site .site-visit:hover, .site .site-visit:focus, .site .site-visit:active {
	background-color: #fff;
	color: #333;
}


/* --------------------
 * Video Rows
 * -------------------- */
.video.alt {
	background-color: #f5f5f5;
}
 
.video a:hover, .video a:focus, .video a:active {
	color: #2f4010;
}

.video.alt .site-feed {
	background-image: url("/images/channels/ps3/icon_rss_alt.gif");
}

.video.alt .video-thumb {
	background-image: url("/images/channels/ps3/video_thumb_bg_alt.gif");
}

.video .video-thumb a { 
	border: 1px solid #ccc;
}

.video .video-thumb a:hover,
.video .video-thumb a:focus,
.video .video-thumb a:active {
	border-color: #069;
}

.video .video-download a {
	color: #666;
}

.video .video-download a:hover,
.video .video-download a:focus,
.video .video-download a:active {
	color: #333;
}

.video-download.qt a { background-image: url("/images/icon_quicktime.gif"); }
.video-download.wmv a { background-image: url("/images/icon_wmv.gif"); }

.video .video-title.hd a {
	background-image: url("/images/icon_hd.gif");
}

.site-visit:link, .site-visit:visited {
	background-image: url("/images/icon_visit.gif");
	border-top-color: #e2e2e2;
	color: #666;
}

.video .site-visit:hover, .video .site-visit:focus, .video .site-visit:active {
	background-color: #fff;
	color: #333;
}

/* --------------------
 * Per Site Rules
 * -------------------- */
 
/* Header background images */
#site-playstatic h2 a { background-image: url("/images/sites/playstatic.gif"); width: 119px; }
#site-playsyde h2 a { background-image: url("/images/sites/playsyde.gif"); width: 105px; }
#site-ps3fanboy h2 a { background-image: url("/images/sites/ps3fanboy.gif"); width: 123px; }
#site-gametrailers h2 a { background-image: url("/images/channels/ps3/gametrailers_alt.gif"); width: 156px; }
#site-igncom h2 a { background-image: url("/images/sites/ign.gif"); width: 45px; }
#site-1up h2 a { background-image: url("/images/sites/1up.gif"); width: 46px; }
#site-gamespot h2 a { background-image: url("/images/sites/gamespot.gif"); width: 123px; }
#site-gamevideos h2 a { background-image: url("/images/channels/ps3/gamevideos_alt.gif"); width: 156px; }

/* Devious styling */
#site-ps3fanboy,
#site-gamespot { margin-right: 0; }







