div#topRow { 
	width: 994px;
	margin-left: 0;
	padding-bottom: 10px;
}

#home-page .column1 h2,
#home-page .column2 h2 {
	margin: 5px 0 20px 0;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

#home-page .column1 {
	/* Forced !important on these styles, because ie6.css has custom settings globally (need to investigate why) */
	width: 662px;
	padding-right: 7px;
	padding-left: 0px;
}

#home-page .column2, #home-page .sub-column {
	display: inline; 
	float: left;
	width: 325px; /* custom ie6 css is trying to override */
	padding-right: 0; /* remove an ie6 override */
	padding-top: 12px;
	background: transparent url(/web/20101127194009im_/http://www.nick.com/assets/Backgrounds/col2_g_bg.png) no-repeat top left;
}

* html .column2 { overflow: hidden; }

/*.column2-wrapper, .sub-column-wrapper {
	background: transparent url(/web/20101127194009im_/http://www.nick.com/assets/Backgrounds/col2_gb_bg.png) no-repeat bottom center;
	_background-image: url(/web/20101127194009im_/http://www.nick.com/assets/Backgrounds/col2_gb_ie_bg.gif);
}*/

.sub-column-wrapper { padding: 0 16px 21px 25px; }
.column2-wrapper { 
	padding: 0 13px 0px 12px;
	height: auto;
	min-height: 1	22px; /* */
}
* html .column2-wrapper { height: 1222px; }

/* FeedBox Styles */
.homepage-feedbox {
	float: right;
	padding: 12px 0;
	width: 222px;
	height: 264px;
	margin-top: 5px;
	background: transparent url(/web/20101127194009im_/http://www.nick.com/assets/homepage/feedbox_bg.png) no-repeat top left;
	_background-image: url(/web/20101127194009im_/http://www.nick.com/assets/homepage/feedbox_bg.gif);
}

.homepage-feedbox h3 {
	padding-left: 12px;
	font-size: 14px;
	text-transform: uppercase;
}

.homepage-feedbox li a {
	display: block;
	height: 34px;
	padding: 12px 0 12px 12px;
	text-decoration: none;
}

.homepage-feedbox li a:hover { background: #fff url(/web/20101127194009im_/http://www.nick.com/assets/homepage/feedbox_item_hover.gif) no-repeat top center; }

.homepage-feedbox li img {
	float: left;
	width: 60px;
	cursor: pointer;
}

.homepage-feedbox li .description {
	float: left;
	padding-left: 6px;
	margin-top: -3px;
	width: 144px;
	text-decoration: none;
	font-size: 10px;
	cursor: pointer;
}

.homepage-feedbox li .description .date { 
	text-decoration: none;
	color: #565555;
	cursor: pointer;
}

.homepage-feedbox li .description p { 
	text-decoration: none;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

/* Headers */
.txt-games, .txt-games-played, .txt-game-comments,
.txt-videos, .txt-videos-watched, .txt-video-comments,
.txt-explore-nickcom, .txt-explore-nickelodeon, .txt-recent-comments {
	background-image: url(/web/20101127194009im_/http://www.nick.com/assets/homepage/home_headers.gif);
	background-repeat: no-repeat;
	text-indent: -999999px;	
	font-size: 1px !important;
}

.txt-games { width: 74px; height: 16px; background-position: 0px -16px; }
.txt-videos { width: 79px; height: 16px; background-position: -74px -16px; }
.txt-explore-nickcom { width: 93px; height: 16px; background-position: 0px 0px; }
.txt-games-played { width: 158px; height: 12px; background-position: 0px -80px; }
.txt-videos-watched { width: 177px; height: 12px; background-position: 0px -68px; }
.txt-explore-nickelodeon { width: 187px; height: 12px; background-position: 0px -32px; }
.txt-game-comments { width: 138px; height: 12px; background-position: 0px -44px; }
.txt-video-comments { width: 144px; height: 12px; background-position: 0px -56px; }
.txt-recent-comments { width: 182px; height: 15px; background-position: 0px -93px; margin: 5px 0px 5px 20px; }

.rect-button { 
	margin: -10px auto 0 auto;
}

#ad-300x250Div {
	padding-left: 0;
	padding-top: 14px;
	margin-bottom: 18px;
	background-image: url(/web/20101127194009im_/http://www.nick.com/assets/Backgrounds/ad_tag_300x14.gif);
}

/* Tune in Box */
#homepage-tune-in {
	display: block;
	width: 637px;
	height: 55px;
	margin-bottom: 5px;
	padding: 4px 0px 3px 25px;
	background: transparent url(/web/20101127194009im_/http://www.nick.com/assets/homepage/homepage_tunein_bg.png) no-repeat;
	text-decoration: none;
}

#homepage-tune-in img { float: left; }
#homepage-tune-in .title {
	float: left;
	display: inline;
	margin-left: 15px;
	line-height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

/* Now on TV Box */
#current-tv-show {
	height: 45px;
	line-height: 47px;
	padding-left: 77px;
	margin-bottom: 5px;
	background-image: url(/web/20101127194009im_/http://www.nick.com/assets/homepage/current_tv_show_bg.png);
	position: relative;
}
#current-tv-show img {
	float: left;
	padding: 5px 0 0 0;
}
#current-tv-show .title {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
#current-tv-show .title .episode {	font-weight: normal; }
#current-tv-show-title { 
	float: left;
	padding-left: 12px;
}
#current-tv-show .hlink { 
/*	float: right;
	display: inline;
	margin-right: 15px;
*/
	position: absolute;
	right: 15px;	
}
#games-column { 
	float: left;
	display: inline;
	margin-right: 12px;
}
.sub-column h2 { float: left; }
.sub-column .top-link { 
	float: right;
	position: static;
	z-index: 0;
	line-height: 25px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
}

.item-preview {	position: relative; width: 280px; }
.item-preview a { _position: static !important;  }

.highlight-item { height: 120px !important; }
.item-preview img {	
	float: left;
	width: 140px;
}
.item-preview .description {
	float: left;
	width: 130px;
	height:80px;
	padding-left: 10px;
}

.item-preview .description h4 {	color: #4c4c4c; }
.item-preview .description p {
	color: #666;
	clear:both;  /* fix for NICKTM-1441 */
	font-size: 11px;
	padding-bottom: 5px;
}

.item-preview .description a {
	text-align:left;
	text-decoration:none;
}

.item-preview .description a:hover{
	text-decoration:underline;
}

.column2 .item-preview #ad-10x10-1Div {
	margin:0; 
	padding:0; 
	position:relative; 
	right:6px; 
	bottom:2px;
}

#home-page .UserCommentAvatar{width:100px;}
/* Curly Masks for Highlight Items */
.masked-item a.curlymask-container { 
	float: left;
	position: relative;
}

.masked-item img,
.masked-item .curlymask {
	position: relative;
	width: 140px;
	height: 79px;
	overflow: hidden;
	cursor: pointer;
}
.masked-item img { 
	margin-top: -79px;
	z-index: 1;
}
.masked-item .curlymask {
	z-index: 2;
	background: transparent url(/web/20101127194009im_/http://www.nick.com/assets/Backgrounds/curlymask.png) no-repeat top left;
}

/* Remove Styles for Ad Image */
.masked-item #ad-10x10-1Div {
	width: auto;
	height: auto;
	overflow: visible;
}
.masked-item #ad-10x10-1Div img {
	width: auto;
	height: auto; 
	margin-top: 0;
}

.section {
	clear: both;
	margin-top: 20px;
	padding-top: 17px;
	background: transparent url(/web/20101127194009im_/http://www.nick.com/assets/Backgrounds/col2_divider.gif) no-repeat top center;
}

.recentComments{
	clear: both;
	margin-top: 20px;
	padding-top: 17px;	
	background: url(/web/20101127194009im_/http://www.nick.com/assets/Backgrounds/comment_back_wide.jpg) no-repeat top center;
}

#home-page .UserMessage{
	width:305px;
	margin-top:13px;
	padding:13px 15px 0px 25px;
	background: url(/web/20101127194009im_/http://www.nick.com/assets/Backgrounds/comment_bubble_hz_long.gif) no-repeat;
}

/*
#games-column .sub-column-wrapper, #videos-column .sub-column-wrapper {height:940px;} /* temp, for position */
/*
#comments-column {width:994px;}
#comments-column .section {
	clear: none;
	float: left;
	width: 50%;
}
*/
.section h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.item-list li { padding-bottom: 30px; }
.item-list li.last { padding-bottom: 15px; }
.column2 .item-list li.last { padding-bottom: 0; }

/* Comment Styles */
.comments {
	width: 325px;
	margin-left: -18px;
	_width: 300px;
}

.comments img {
	float: left;
	width: 72px;
	margin-top: 10px;
}
.comments .name-container {
	float: left;
	display: inline;
	overflow: hidden;
	width: 92px;
	margin-top: 31px;
	margin-right: 5px;
	text-align: right;
}
.comments .bubble {
	float: left;
	width: 182px;
	height: 80px;
	padding: 10px 10px 0px 20px;
	overflow: hidden;
	background-image: url(/web/20101127194009im_/http://www.nick.com/assets/Backgrounds/comment_bubble_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.comments .username { 
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #ff6600;
}

.comments .bubble .title {
	display: block;
	color: #4c4c4c;
	font-weight: bold;
}
.comments .bubble .title a{
	text-decoration:none;
}
.comments .bubble .title a:hover{
	text-decoration:underline;
}
.comments .bubble .comment { color: #666; }
.comments li {
	clear: both;
	padding-bottom: 10px;
}
.UserCommentsPreview{
	zoom: 1;
  	display: inline-block;
  	*display: inline;
	width:450px;
	padding:0px 10px 0px 20px;
}

/*
     FILE ARCHIVED ON 19:40:09 Nov 27, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:50:39 Sep 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.654
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.011
  esindex: 0.013
  cdx.remote: 11.533
  LoadShardBlock: 318.938 (3)
  PetaboxLoader3.resolve: 247.426 (4)
  PetaboxLoader3.datanode: 150.064 (4)
  load_resource: 87.077
*/