@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 {
		margin:0 auto;
		width:480px; 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;
	}
		#video {
			margin:50px auto 50px auto;
			width:480px;
			text-align:center;
		}
			#video h3 {
				margin:0 0 15px 0;
				font:bold 12px Verdana, Arial, Helvetica, sans-serif;
				color:#9c8d6c;
			}
			#video #brightCove {
				margin:0 0 25px 0;
				width:480px;
			}
			#video p {
				margin:0 0 5px 0;
				font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
				color:#534f46;
			}
				#video p span.comments {
					color:#b2955b;
				}
			#video .share {
				margin:0 auto;
				width:117px;
			}
			
			
			

/*	--------------------------------------------------------------------------------------------------------------------------
	Comments Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#comments {
		padding:0 0 60px 0; margin:37px auto 0 auto;
		width:469px;
	}
		#comments .commentHeader {
			margin:0 0 17px 0;
			width:469px;
		}
			#comments .commentHeader h3 {
				margin:0; padding:0 0 0 84px;
				height:19px;
				float:left;
				background:url(../../images/h3_comments.png) 0 5px no-repeat;
				font:normal 18px Arial, Helvetica, sans-serif;
			}
			#comments .commentHeader a.btnPostComment {
				width:107px; height:29px;
				display:block;
				float:right;
				background:url(../../images/btn_107.png) top left no-repeat;
				font:bold 12px Arial, Helvetica, sans-serif;
				color:#9c8d6c;
				line-height:29px;
				text-align:center;
			}
				#comments .commentHeader a.btnPostComment:hover {
					color:#f5dead;
				}
			
		/* Entry */
		#comments .commentEntry {
			margin:0 0 30px 0;
			width:469px;
			background:url(../../images/bg_commentMiddle469.png) top left repeat-y;
		}
		#comments .commentEntryTop {
			width:469px;
			background:url(../../images/bg_commentTop469.png) top left no-repeat;
		}
		#comments .commentEntryBottom {
			padding:15px;
			width:439px;
			background:url(../../images/bg_commentBottom469.png) bottom left no-repeat;
		}
			#comments .commentEntry .leftCol {
				margin:0 10px 0 0;
				width:95px;
				float:left;
				display:inline;
				text-align:right;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#4f4958;
				overflow:hidden;
			}
				#comments .commentEntry .leftCol a {
					font:bold 11px Arial, Helvetica, sans-serif;
					color:#454d88;
				}
					#comments .commentEntry .leftCol a:hover {
						color:#878dbd;
					}
			#comments .commentEntry .rightCol {
				width:334px;
				float:left;
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#9f9f9f;
			}



