/*
 * Version: 03-21-2008
 * CRUMBL.COM STYLESHEET - SCREEN
 * 
 * Media: screen, projection
 * Author: Jeroen Mulder ( me at jeroenmulder dot com )
 *
 * BROWSER TESTING 
 * ( + passed | - failed | ~ not yet tested ): 
 *		+ Microsoft Internet Explorer 5.01 SP2, 5.5 SP2, 6.0, 7.0/Windows
 * 		- Microsoft Internet Explorer 5.12/Mac (not supported)
 * 		+ Mozilla Firefox 2.0 (Gecko)
 * 		+ Opera 9
 * 		+ Safari 3 
 */
 
html, body, blockquote, form, fieldset,
p, pre, dl, dd, li, ul, ol,
h1, h2, h3, h4, h5, h6
{ margin: 0; padding: 0; }

/* --------------------
 * Default Styling
 * -------------------- */
body {
	background: #929bae url("/images/body_bg.png") repeat-x;
	color: #666;
	font: 70%/1.6 Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	background: #fff url("/images/container_bg.png") repeat-x;
	border-bottom: 5px solid #929bae;
	margin: 0 5px;
	padding: 0 30px;
	min-width: 900px;
}

#site {
	position: relative;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	width: 900px;
}


/* --------------------
 * General Styling
 * -------------------- */
a:link { color: #333; }
a:visited { color: #999; }

a:hover, a:focus, a:active {
	text-decoration: none;
}

h1, h2, h3 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

a img { border: none; }


/* --------------------
 * General Layout
 * -------------------- */
#navigation {
	position: relative;
	height: 40px;
	margin: 0 auto;
	width: 900px;
}

#navigation li {
	float: left;
	list-style: none;
}

#navigation li a {
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -999em;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background-position: 0 -40px;
}

#navigation li a.selected {
	background-position: 0 -80px;
}

#navigation li a.selected:hover, #navigation li a.selected:focus, #navigation li a.selected:active {
	background-position: 0 -120px;
}

#nav-xbox { background-image: url("/images/navigation_xbox.png"); width: 93px; }
#nav-playstation { background-image: url("/images/navigation_playstation.png"); width: 57px; }
#nav-wii { background-image: url("/images/navigation_wii.png"); width: 51px; }

#title {
	position: absolute;
	top: 0;
	right: 0;
}
 
#title a {
	background: url("/images/logo.png") no-repeat 100% 0;
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -999em;
	width: 135px;
}

#footer {
	border-top: 1px solid #e2e2e2;
	clear: both;
	color: #999;
	margin: 25px auto 0 auto;
	padding-top: 5px;
}

#copyright {
	float: right;
	margin-right: 0.75em;
}

#footer-nav {
	float: left;
}

#footer li {
	float: left;
	list-style: none;
	margin: 0 0.75em;
}

#footer a {
	font-size: 85%;
	letter-spacing: 0.075em;
	line-height: 2;
	text-decoration: none;
	text-transform: uppercase;
}

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

/* --------------------
 * Frontpage
 * -------------------- */
#intro {
	background: url("/images/front_intro.gif") no-repeat;
	height: 40px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -999em;
	width: 575px;
}

#channel-selection {
	clear: both;
	list-style: none;
	margin-bottom: 40px;
}

#channel-selection li {
	position: relative;
	border-bottom: 1px solid #e2e2e2;
	font-size: 120%;
	line-height: 2;
	text-transform: uppercase;
}

#channel-selection a {
	background-position: 0 50%;
	background-repeat: no-repeat;
	color: #999;
	display: block;
	min-height: 25px;
	overflow: hidden;
	text-decoration: none;
}

#channel-selection a:hover,
#channel-selection a:focus,
#channel-selection a:active {
	background-color: #d3ecff;
	background-position: -900px 50%;
}

#channel-selection em {
	color: #666;
	font-weight: bold;
	font-style: normal;
}

#channel-selection strong {
	display: block;
	text-indent: -999em;
}

#channel-selection span {
	position: absolute;
	left: 315px;
	top: 1px;
}

#channel-selection a:hover span,
#channel-selection a:focus span,
#channel-selection a:active span {
	color: #666;
}

#select-xbox360 a { background-image: url("/images/front_channel_select_xbox360.gif"); }
#select-ps3 a { background-image: url("/images/front_channel_select_ps3.gif"); }
#select-wii a { background-image: url("/images/front_channel_select_wii.gif"); }

#channel-selection #select-wii { border-bottom: none; }

.front-select {
	border-bottom: 1px solid #36a9ff;
	clear: both;
	color: #fff;
	font-size: 95%;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.front-select span {
	background-color: #36a9ff;
	display: block;
	float: left;
	line-height: 2;
	padding: 1px 15px 0 5px;
}


/* --------------------
 * Channel Specific
 * -------------------- */
#channel-front #site-xbox360 { clear: left; } /* Overwrites some basic */
#channel-front #site-wii { margin-right: 0; } /* rules used for channels */


/* --------------------
 * Site Columns
 * -------------------- */
.site {
	position: relative;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	width: 280px;
}

.site h2,
.video h2,
#channel-front .site h4 {
	margin-bottom: 10px;
}

.site h2 a,
.site h4 a,
.video h2 a {
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
}

.site h3 {
	border-top: 1px solid #e2e2e2;
	color: #666;
	font-size: 90%;
	letter-spacing: 0.075em;
	line-height: 2;
	padding: 10px 5px 0 5px;
	text-transform: uppercase;
}

.site-feed {
	position: absolute;
	top: 0;
	right: 5px;
	background: url("/images/icon_rss.gif") no-repeat;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
	width: 16px;
}

.site-feed:hover, .site-feed:focus, .site-feed:active {
	background-position: 0 -16px;
}

/*
 .site .site-feed { left: -999em; }
 .site:hover .site-feed, .site .site-feed:focus { left: auto; }
*/

.site li {
	list-style: none;
}

.site li a {
	background: no-repeat 100% 0.45em; /* IE6 doesn't inherit :visited in :visited:hover */
	border-top: 1px solid #e2e2e2;
	display: block;
	line-height: 2;
	outline: none;
	padding: 0 25px 0 5px;
	position: relative;
}

.site li a:link, .site li a:visited { 
	text-decoration: none; 
}

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

.site li a:visited {
	background-image: url("/images/tick.gif");
}

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

.site .site-visit:link, .site .site-visit:visited, 
.site .site-visit:visited:hover, .site .site-visit:visited:focus {
	background: url("/images/icon_visit.gif") no-repeat 100% 55%;
	color: #666;
	padding-right: 15px;
	text-align: right;
	text-transform: lowercase;
}

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

/* --------------------
 * Video Rows
 * -------------------- */
.video {
	position: relative;
	clear: both;
	margin: 0 -15px 20px -15px;
	padding: 15px 0 10px 0;
}

.video.alt {
	background-color: #f9fcea;
}

.video h2 {
	margin-left: 15px;
}

.video dl {
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin: 0 15px 10px 15px;
	min-height: 54px;
	padding: 2px 5px 0 108px;
	width: 167px;
}

.video dt {
	line-height: 1.4;
}

.video .site-feed {
	top: 15px;
}

.video .video-game {
	font-size: 90%;
	text-transform: uppercase;
}

.video .video-title {
	color: #999;
	margin-bottom: 5px;
}

.video a {
	text-decoration: none;
}

.video a:hover, .video a:focus, .video a:active {
	color: #2f4010;
}

.video .video-thumb {
	position: absolute;
	background: url("/images/video_thumb_bg.gif") no-repeat;
	left: 4px;
	top: 0;
	height: 54px;
	padding: 0 2px 4px 2px;
	width: 93px;
}

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

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

.video .video-thumb img { 
	display: block;
	height: 50px;
	width: 89px;
}

.video .video-download a {
	background-repeat: no-repeat;
	color: #666;
	float: left;
	line-height: 1.25;
	margin-right: 15px;
	padding-left: 17px;
	white-space: nowrap;
}

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

.video-download.flv a { background-image: url("/images/icon_flv.gif"); }
.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 span {
	background: url("/images/icon_hd.gif") no-repeat 100% 0.25em;
	padding-right: 26px;
}

.video .site-visit:link, .video .site-visit:visited {
	background: url("/images/icon_visit.gif") no-repeat 100% 55%;
	border-top: 1px solid #e2e2e2;
	clear: both;
	color: #666;
	display: block;
	margin: 0 15px;
	padding-right: 15px;
	text-align: right;
	text-transform: lowercase;
}

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

.video .site-feed {
	left: 275px;
}

.video-column-start { clear: left; }

/* --------------------
 * Tooltip
 * -------------------- */
.tip {
	position: absolute;
	left: 10px;
	top: 100%;
	background-image: url("/images/tip_bg.png");
	color: #e2e2e2;
	display: block;
	font-size: 115%;
	line-height: 1.6;
	margin-top: 10px;
	padding: 15px;
	width: 258px;
	z-index: 1;
}

.tip strong {
	color: #fff;
	display: block;
	font-size: 90%;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform:  uppercase;
}

/* Display tooltip at the top of the link */
.tip-top, .tip.hide {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}

/* Temporarily hide: used to calculate actual height */
.tip.hide { 
	visibility: hidden;
}

/* --------------------
 * Page Errors
 * -------------------- */
#content {
	margin: 0 auto;
	width: 700px;
}

#content h2 {
	border-bottom: 1px solid #e2e2e2;
	font-size: 175%;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
}

#content h3 {
	font-size: 125%;
	font-weight: bold;
	margin-top: 1.5em;
}

#content p {
	margin: 0 0 1em 0;
}

#content ul {
	margin: 1em 0;
}

#content li {
	color: #ccc;
	font-size: 125%;
	list-style: square;
	margin: 0.25em 2em;
	text-transform: uppercase;
}

#content .summary {
	color: #999;
	font-size: 135%;
}

.about p {
	font-size: 120%;
}

#content.about li {
	list-style: none;
}

#content .feed {
	background: url("/images/icon_rss_feedicons.png") no-repeat 0 0.1em;
	padding-left: 23px;
}


/* --------------------
 * Per Channel Rules
 * -------------------- */
 
/* Header background images */
#site-xbox360 h4 a { background-image: url("/images/sites/xbox360.gif"); width: 99px; }
#site-playstation3 h4 a { background-image: url("/images/sites/playstation3.gif"); width: 151px; }
#site-wii h4 a { background-image: url("/images/sites/nintendowii.gif"); width: 148px; }


/* --------------------
 * Misc Banter
 * -------------------- */
.video .video-title.hd span span,
.video-download span {
	position: absolute;
	left: -999em;
	top: 0;
}
 
#container:after,
#site:after,
#footer:after,
.site:after,
.video:after,
.front-select:after {
	content: ".";
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}
