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

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


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

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

#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: #2fabd5; 
	color: #fff;
}

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

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


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

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

.video.alt .video-thumb {
	background-image: url("/images/channels/wii/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: #2fabd5;
}

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

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

.site-visit:link, .site-visit:visited {
	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-nintendic h2 a { background-image: url("/images/sites/nintendic.gif"); width: 117px; }
#site-thewiire h2 a { background-image: url("/images/sites/thewiire.gif"); width: 105px; }
#site-nintendowiifanboy h2 a { background-image: url("/images/sites/nintendowiifanboy.gif"); width: 234px; }
#site-gametrailers h2 a { background-image: url("/images/channels/wii/gametrailers_alt.gif"); width: 156px; }
#site-igncom h2 a { background-image: url("/images/channels/wii/ign.gif"); width: 45px; }
#site-1up h2 a { background-image: url("/images/channels/wii/1up.gif"); width: 46px; }
#site-gamespot h2 a { background-image: url("/images/channels/wii/gamespot.gif"); width: 123px; }
#site-gamevideos h2 a { background-image: url("/images/channels/wii/gamevideos_alt.gif"); width: 156px; }

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







