@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MEHTODMAN AND REDMAN VIDEOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		mm_videos.css
	Date:			May 4, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar a.navVideos {
		background-position: -241px bottom;
	}		

/*	--------------------------------------------------------------------------------------------------------------------------
	hr Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.hr {
		width:572px; height:3px;
		background:url(../../images/hr.png) top left no-repeat;
	}
		.hr hr {
			display:none;
		}


/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol .header h2 {
		width:75px; height:21px;
		background:url(../../images/h2_videos.png) top left no-repeat;
	}
			
		/* Entries */
		#mainCol .entries {
			padding:0 0 32px 0; margin:17px 0 0 38px;
		}
			#mainCol .entries .entry {
				margin:0 40px 0 0;
				width:200px; height:250px;
				float:left;
				display:inline;
				text-align:center;
			}
				#mainCol .entries .entry a.videoThumb img {
					margin:0 auto;
					display:block;
					border:2px solid #000;
				}
					#mainCol .entries .entry a.videoThumb:hover img {
						border:2px solid #6f91b7;
					}
				#mainCol .entries .entry h3 {
					margin:5px auto 20px auto;
				}
					#mainCol .entries .entry h3 a {
						font:normal 13px Arial, Helvetica, sans-serif;
						color:#b2955b;
					}
						#mainCol .entries .entry h3 a:hover {
							color:#f5dead;
						}
				#mainCol .entries .entry p {
					margin:0 0 5px 0;
					font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
					color:#534f46;
				}
					#mainCol .entries .entry p span.comments {
						color:#b2955b;
					}

	


