div#topRow { 
	margin-left: 0;
	width: 994px
}
table#submenu td#submenu-more { width: 152px; }

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

.column1 .featured-shows .box{margin:0;}
.column1 .featured-shows .box .box-bottom{display:none;}

#nick-footer-top{display:none;}

.column2, .sub-column {
	display: inline; 
	float: left;
	width: 313px !important; /* custom ie6 css is trying to override */
	padding-right: 0 !important; /* remove an ie6 override */
	padding-top: 12px;
	padding-left:14px;
	top:0 !important;
}

* html .column2 { overflow: hidden; }

.column2-wrapper, .sub-column-wrapper {
	background: transparent url(/assets/Backgrounds/col2_gb_bg.png) no-repeat bottom center;
	_background-image: url(/assets/Backgrounds/col2_gb_ie_bg.gif);
}

.sub-column-wrapper { padding: 0 16px 15px 25px; }
.column2-wrapper { 
	padding: 0 13px 0px 12px;
	height: auto;
	min-height: 875px;
}
* html .column2-wrapper { height: 875px; }

/* FeedBox Styles */
.homepage-feedbox {
	float: right;
	padding: 12px 0;
	width: 222px;
	height: 264px;
	margin-top: 10px;
	background: transparent url(/assets/homepage/feedbox_bg.png) no-repeat top left;
	_background-image: url(/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;
	text-decoration: none;
}

.homepage-feedbox li a:hover { background-color: #fff; }

.homepage-feedbox li img {
	float: left;
	margin-top: 3px;
	width: 60px;
}

.homepage-feedbox li .description {
	float: left;
	padding-left: 6px;
	width: 128px;
	text-decoration: none;
	font-size: 10px;
}

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

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

/* Headers */
.txt-games, .txt-games-played, .txt-game-comments,
.txt-videos, .txt-videos-watched, .txt-video-comments,
.txt-explore-nickcom, .txt-explore-nickelodeon {
	background-image: url(/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; }

.rect-button { margin: 0 auto; }

#ad-300x250Div {
	padding-left: 0;
	padding-top: 14px;
	margin-left:12px;
	background-image: url(/assets/Backgrounds/ad_tag_300x14.gif);
}

#current-tv-show-nickatnite {
	height: 45px;
	overflow: hidden;
	line-height: 47px;
	padding-left: 89px;
	margin:6px 0px 16px -7px;
	background-image: url(/assets/homepage/tune-in.png);
	background-repeat: no-repeat;
}
#current-tv-show-nickatnite img {
	float: left;
	padding: 7px 12px 0 4px;
}
#current-tv-show-nickatnite .title {
	/*float: left;*/
	zoom:1;
	display:inline-block;
	*display:inline;
	width:395px;
	height:44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#current-tv-show-nickatnite .title .episode {	font-weight: normal; }
#current-tv-show-title { float: left; }
#current-tv-show-nickatnite .hlink { 
	/*float: right;*/
	zoom:1;
	display:inline-block;
	*display:inline;
	margin-right: 15px;
	_width: 80px;
}
#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;
}

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

.highlight-item { height: 110px !important; }
.item-preview img {	
	float: left;
	width: 140px;
}
.item-preview .description {
	float: left;
	width: 125px;
	padding-left: 15px;
}

.item-preview .description h4 {	color: #4c4c4c; }
.item-preview .description p {
	font-size: 11px;
	color: #666;
	padding-bottom: 5px;
}

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

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

/* 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;
}
.masked-item img { 
	margin-top: -79px;
	z-index: 1;
}
.masked-item .curlymask {
	z-index: 2;
	background: transparent url(/assets/Backgrounds/curlymask.png) no-repeat top left;
}

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

.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 img {
	float: left;
	width: 72px;
	margin-top: 10px;
}
.comments .name-container {
	float: left;
	display: inline;
	overflow: hidden;
	width: 67px;
	margin-top: 30px;
	margin-right: 5px;
	text-align: right;
}
.comments .bubble {
	float: left;
	width: 182px;
	height: 80px;
	padding: 10px 10px 0px 20px;
	overflow: hidden;
	background-image: url(/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;
}

.hub-module .box-middle{
	width:auto !important;
}

.messageboards ul.messages{margin-left:20px;}
.messageboards ul.messages li{list-style:square outside url("/assets/little_arrow_active.gif");margin:10px 20px;display:list-item;}

.messageboards .global-more{margin-left:26px;background-position:left center;padding:0 0 0 14px;}


.featured-item h2{

}

.column1 .hub-module.featured-shows{
	margin-left:-2px;
	padding-right:11px;	
}

.column1 .hub-module.featured-shows .featured-show-item{margin:0 25px;}
.column1 .hub-module.featured-shows .featured-show-item .featured-item{height:40px;}
.column1 .hub-module.featured-shows .featured-show-item .links{clear:none;float:left;margin-left:-12px;width:140px;padding:0;*margin-left:80px;}

.featured-shows .box .box-top{background-image:url('/assets/box/box_theme_light-nan.png');}
.featured-shows .box .box-top .box-right{background-image:url('/assets/box/box_theme_light-nan.png');}

.featured-show-item-small{
	height:146px;
}


