@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - VIDEOS : 	The Rocket Summer Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		rs_videos.css
	Date:			Feb 2, 2010
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav {
		background-position:261px 2px;
	}
		#nav li.navVideos a {
			background-position:-228px -30px;
		}
		#footer .info .nav li.videos a {
			color:#d24d20;
		}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	h2#h2_latestVideos {
		border-bottom:solid 2px #aca47f;
		height:21px;
		margin:0 0 17px 0; padding:0 0 7px 0;
		background:url(../../images/h2_latestVideos.png) 0 0 no-repeat;
	}
	h2.title {
		margin:0 0 20px 0;
		font-size:1.5em;
		color:#1f1e1b;
	}

			
/*	--------------------------------------------------------------------------------------------------------------------------
	#videos Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#videos {
		width:590px;
	}
		#videos .entry {
			margin:0 0 30px 0;
		}
		div#videos .entry {
			width:600px;
			position:relative;
		}
			#videos .entry .info {
				width:423px;
				float:right;
			}
				#videos .entry .info h2 {
					margin:0 0 4px 0;
					font-size:1.10em;
				}
					#videos .entry .stats {
						width:295px;
						margin:0 auto 14px auto;
						font-size:.69em;
					}
						#videos .entry .stats .date {
							padding:0 14px 0 0;
							color:#33302b;
							float:left;
						}
						#videos .entry .stats .commentCount {
							color:#81725f;
							float:left;
						}
						#videos .entry .stats .viewCount {
							color:#81725f;
							float:left;
						}
					
			#videos .entry .videoPlayer {
				width:485px;
				margin:0 auto 16px auto;
			}
				#videos .entry .videoPlayer * {
					margin:0 auto;
					text-align:center;
				}
			#videos .entry .socialLinks.large {
				margin:0 auto;
			}
			#videos .entry .thumbnail {
				margin:0 21px 0 0;
				float:right;
			}
				#videos .entry .thumbnail img {
					border:solid 1px #000;
					padding:1px;
					background:#fff;
				}
				#videos .entry .thumbnail .toolTip {
					width:56px;
					filter:alpha(opacity=0); 
					-moz-opacity:0; 
					opacity:0;
					position:absolute;
					bottom:26px;
					left:53px;
				}
					#videos .entry .thumbnail .toolTip img {
						border:0;
						background:none;
					}
					
			
