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

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

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

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

#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: #d0e957; 
	color: #2f4010;
}

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

.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: #f9fcea;
}
 
.video a:hover, .video a:focus, .video a:active {
	color: #2f4010;
}

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

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

.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-xboxic h2 a { background-image: url("/images/sites/xboxic.gif"); width: 84px; }
#site-xboxyde h2 a { background-image: url("/images/sites/xboxyde.gif"); width: 103px; }
#site-xbox360fanboy h2 a { background-image: url("/images/sites/xbox360fanboy.gif"); width: 180px; }
#site-gametrailers h2 a { background-image: url("/images/channels/xbox360/gametrailers_alt.gif"); width: 156px; }
#site-majornelson h2 a { background-image: url("/images/sites/majornelson.gif"); width: 159px; }
#site-1up h2 a { background-image: url("/images/sites/1up.gif"); width: 46px; }
#site-teamxbox h2 a { background-image: url("/images/sites/teamxbox.gif"); width: 115px; }
#site-gamevideos h2 a { background-image: url("/images/channels/xbox360/gamevideos_alt.gif"); width: 156px; }

/* Devious styling */
#site-xbox360fanboy,
#site-gamerscoreblog,
#site-teamxbox { margin-right: 0; }
