@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - CHRISETTE MICHELE VIDEOS SINGLE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		cm_videos_single.css
	Date:			April 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	navBar active state Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar a.navVideos {
		background-position: -227px -48px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#videos {
		
	}
		#videos .header {
			
		}
			#videos .header h1#h1_videos {
				width:210px;
				background:url(../../images/h1_videos.png) top center no-repeat;
			}
		#videos .body {
			padding:35px 0 34px 0;
		}
			#videos .body .entry {
				padding:0 0 0 8px;
				width:452px;
				float:left;
			}
				#videos .body .entry h2 {
					margin:0 0 0 12px;
					font:bold 16px Verdana, Arial, Helvetica, sans-serif;
					color:#a00800;
				}
					#videos .body .entry h2 a {
						
					}
						#videos .body .entry h2 a:hover {
							
						}
				#videos .body .entry .socialBar {
					margin:7px 0 0 0; padding:0 11px 0 12px;
				}
					#videos .body .entry  .socialBar .stats {
						margin:2px 23px 0 0;
						font:bold 10px Verdana, Arial, Helvetica, sans-serif;
						color:#a8512b;
						float:left;
					}
						#videos .body .entry  .socialBar .stats .divider {
							
						}
						#videos .body .entry  .socialBar .actions {
							float:right;
							display:inline;
						}
				#videos .body .entry .videoHolder {
					margin:30px 0 0 0;
				}
						
		/* recent Videos */
		#videos .body #recentVideos {
			margin:71px 0 0 0;
			width:124px;
			float:right;
		}
			#videos .body #recentVideos .header {
				margin:0; padding:0;
				height:21px;
				background:none;
			}
				#videos .body #recentVideos .header h2#h2_recentVideos {
					width:98px; height:12px;
					background:url(../../images/h2_recentVideos.png) no-repeat;
				}
			#videos .body #recentVideos ul {
				margin:0 0 4px 0;
				list-style:none;
			}
				#videos .body #recentVideos ul li {
					margin:0 0 13px 0;
					float:left;
					display:inline;
				}
					#videos .body #recentVideos a img {
						padding:1px;
						background:#a00800;
						border:solid 4px #a00800;
						display:block;
					}
						#videos .body #recentVideos a:hover img {
							background:#fff;
							border:solid 4px #fff;
						}
			#videos .body #recentVideos a.more {
				padding:0 0 0 9px;
				float:none;
				background:url(../../images/linkArrow.png) 0 4px no-repeat;
				font:bold 10px Verdana, Arial, Helvetica, sans-serif;
				color:#002b3d;
			}
				#videos .body #recentVideos a.more:hover {
					color:#fff;
				}
