/** 
 *
 * Homepage specific styles
 */

#HeaderLogo a{
	background:none;
}

	#HeaderLogo a:hover img{
		display:block;
	}

#leftside{

}

#SideBar{
	float:right;
	width:197px;
	padding:5px;
	background:#4E4E4E no-repeat top center;
	border:1px solid #000000;
}

	#SideBar h1{
		font-size:16px;
		font-weight:bold;
		padding:0;
		margin:0;
	}


#FrontWelcome{
	background:#4E4E4E url('../images/justrecentgrad.gif') repeat-x top left;
	border:10px solid #333;
	padding:5px;
	margin-bottom:4px;
}


	#LaunchBoxLabel{
		width:52px;
		display:inline;
		float:left;
	}

#LaunchBox{
	padding: 10px;
	background:#e1e1e1;
	position:relative;
	
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomright: 8px;
}

		#LaunchBoxDescription, #LaunchBoxDescriptionText{
			width: 90%;
			height: 60px;
		}
		
		#LaunchBoxPicture{
			width:320px;
			position:relative;
			height:250px;
			overflow:hidden;
			background:#fff;
			border:6px solid #fff;
			float:left;
			/*background: #fff url('../images/noimagethumb.jpg') no-repeat center center;*/
		}
		
		#LaunchBoxPicture a{
			display:block;
			position:absolute;
			overflow:hidden;
			height:240px;
		}
		
		#LaunchBoxPicture img{
			
			background:#fff;
		}
	
	#LaunchBoxRight{
		width:596px;
		height:260px;
		overflow:hidden;
		float:left;
		margin-left:2px;
	}

		#LaunchBoxRight .thumbnail,
		#LaunchBoxRight .launchboxyourlaunch{
			float:left;
			margin-left:13px;
			margin-bottom:4px;
			overflow:hidden;
			border:3px solid #fff;
			background:#fff;
			position:relative;
		}
		
		#LaunchBoxRight .thumbnail:hover{
			border-color:#A5E954;
			cursor:pointer;
		}
		
		#LaunchBoxRight .thumbnail .launchedtick{
			position:absolute;
			bottom:0px;
			right:0px;
		}
		
		#LaunchBoxRight .thumbnail.selected{
			border-color:#E6FF69;
		}
	
		
		#LaunchBoxRight .launchboxyourlaunch{
			text-align:center;
			font-size:15px;
			padding:0;
			font-family:arial,sans-serif;
			line-height:18px;
		}
		
		#LaunchBoxRight .launchboxyourlaunch a{
			text-decoration:none;
			width:80px;
			height:55px;
			padding:10px;
			display:block;
			color:#222;
		}
		
		#LaunchBoxRight .launchboxyourlaunch a:hover{
			font-weight:bold;
		}



#SearchForm_SearchForm .field, 
#SearchForm_SearchForm .action,
#SearchForm_SearchForm h2,
#SearchBrowse .label{
	display:inline;
	font-size:14px;
}
#SearchForm_SearchForm{
	margin-top:10px;
	padding:10px;
	width:650px;
	margin:0 auto;
	text-align:center;
}

#SearchForm_SearchForm h2,#SearchBrowse .label{
	color:#000;
}

#SearchForm_SearchForm .middleColumn{
	display:inline;
	margin:0;
}

#SearchForm_SearchForm_Search{
	width:400px;
	font-size:14px;
	font-weight:bold;
}

#Browse{
	text-align:center;
	margin:10px 0;
}
	#Browse ul{
		margin:0;
	}
	
		#Browse ul li{
			display:inline;
			font-size:16px;
			padding:0;
			color:#222;
		}
		#Browse ul > li{
			display:inline-block;
		}
			#Browse ul li a{
				text-decoration:underline;
				white-space:nowrap;
			}
				#Browse ul li span.childcount{
					color:#999999;
					font-size:0.7em;
					text-decoration:none;
					margin-left:1px;
				}

#LaunchCategories{
	text-align:center;
	font-size:15px;
	padding:20px;
}
	#LaunchCategories a{
		text-decoration:underline;
	}

#NextLaunch{
	background:#fff;
	width:100%;
	float:left;
	height:100px;
	font-size:20px;
	color:#222;
	position:relative;
	overflow:hidden;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomright: 3px;
}
	#NextLaunch .title{
		margin:0;
		padding:0;
		font-family: Lucida Sans,sans serif,arial;
		font-size:25px;
		font-weight:bold;
		line-height:25px;
		margin-top:7px;
	}
		#NextLaunch .title a{
			text-decoration:none;
			color:#222;
		}

	#NextLaunch .description{
		font-size:14px;
		margin:0;
	}

#NextLaunch .launchtimer{
	letter-spacing:-1px;
	line-height:40px;
	height:40px;
	overflow:hidden;
}

#NextLaunch .countmedown .days,
#NextLaunch .countmedown .hours,
#NextLaunch .countmedown .minutes,
#NextLaunch .countmedown .seconds{
	font-weight:bold;
	font-size:42px;
	font-family: Lucida Sans,sans serif,arial;
	letter-spacing:-4px;
}

#NextLaunch .countmedown .unit{
	font-size:35px;
	text-transform:uppercase;
	color:#888;
}

#NextLaunch .launchesin{
	font-size:25px;
	text-transform:uppercase;
	margin-right:10px;
}

#NextLaunch .launchboxcounter{
	position:absolute;
	display:block;
	width:100%;
	text-align:left;
	padding-left:10px;
}

#NextLaunch .countmedown.justlaunched a{
	font-size:35px;
	color:#A5E954;
	font-family: Lucida Sans,sans serif,arial;
	text-decoration:none;
}

#NextLaunch .countmedown.justlaunched a:hover{
	text-decoration:underline;
}

#CounterPointer{
	float:left;
	position:absolute;
	bottom:91px;
	left:150px;
}




/*Promotions boxes
*********************************/

#Promotions{
	margin: 15px 0;
	color:#000;
}

.WidgetHolder img.widgetbanner{
	border:1px solid #777;
	width:308px;
}

.WidgetHolder{
	width:310px;
	float:left;
	overflow:hidden;
}
.WidgetHolder.last{
	margin-right:0;	
}

.WidgetHolder h2{
	text-align:center;
	font-weight:bold;
	margin: 0.2em 0;	
}


.WidgetHolder:hover p,
.WidgetHolder:hover a{
	color:#000;
}
.WidgetHolder:hover .widgetbanner {
	border-color:#000;
}

.WidgetHolder.last{
	margin-right:0;	
}

.WidgetHolder p.center{
	text-align:center;
}


/* Just Launched / Recently Added 
************************************/

#JustRecentlyBoxes{
	margin-top:15px;
}

#JustRecentlyBoxes h1, #JustRecentlyBoxes h2{
	padding:0;
	margin:0;
}

#JustRecentlyBoxes h1{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing:-1px;
}

#JustRecentlyBoxes h2{
	font-size:16px;
	font-weight:200;
}


.listlaunch{
	background:url('../images/homepage/launchsummarybot.gif') no-repeat center top  ;
	padding-bottom: 9px;
	padding-top:6px;
	padding-left:5px;
	display:block;
	height:60px;	
	overflow:hidden;
}

	.listlaunch .thumbnail{
		float:left;
		margin-right:8px;
		border:1px solid #aaa;
		background:#fff;
		height:56px;
		width:75px;
		overflow:hidden;
		padding:3px;
	}
		.listlaunch .thumbnail div.overflower{
			overflow:hidden;
			height:56px;
		}
			.listlaunch .thumbnail img{
				width:75px;
		
			}
		
	
	.listlaunch.first{
		background:none;
	}

#JustRecentlyBoxes .first{
	height:124px;
}
	#JustRecentlyBoxes .first .thumbnail{
		width:160px;
		height:120px;
		
	}
		#JustRecentlyBoxes div.first .thumbnail div.overflower{
			overflow:hidden;
			height:120px;
		}
			#JustRecentlyBoxes .first .thumbnail img{
				width:160px;
			}

#JustLaunched .blurb h2 a{
	color:#a0cf4d;
}
	
	#JustLaunched .listlaunch:hover h2 a{
		color:#609429;
	}
	#RecentlyAdded .listlaunch:hover h2 a{
		color:#15539a;
	}

#JustRecentlyBoxes .blurb p a{
	color:#444444;
	text-decoration:none;
}

#JustRecentlyBoxes .listlaunch:hover p a{
	color:#222222;
}

#JustLaunched .listlaunch:hover{
	background:#e9f3d3;
}

#RecentlyAdded .listlaunch:hover{
	background:#d3e8f3;
}
	
#Promotions .YoutubeWidget h2,
#Promotions .YoutubeWidget h3{
	display:none;
}
	
