@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - VIDEOS : 	Ghostface Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		gf_videos.css
	Date:			Sept 08, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.navVideos a {
		background-position: -266px -45px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#videos Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#videos {
		
	}
		#videos .header, #videoSingle .header {
			margin:0 0 10px 0;
		}
			#videos .header h1, #videoSingle .header h1 {
				width:204px; height:50px;
				margin:0 auto;
				background:url(../../images/h1_videos.png) 0 0 no-repeat;
			}
		#videos ul {
			margin:0 0 0 7px;
		}
			#videos ul li {
				width:252px; height:350px;
				margin:0 32px 0 0;
				display:inline;
				float:left;
			}
			#videos ul li.fix {
				margin:0;
			}
				#videos ul li img {
					border:solid 1px #ba7b00;
					margin:auto;
					display:block;
				}
				#videos ul li h2 {
					margin:5px 0 5px 0;
				}
					#videos ul li h2 a {
						font:bold italic 12px Georgia, "Times New Roman", Times, serif;
						color:#ba7b00;
						line-height:15px;
					}
						#videos ul li h2 a:hover {
							color:#7e4700;
						}
				#videos ul li span.views {
					font:normal 11px Georgia, "Times New Roman", Times, serif;
					color:#597228;
					display:block;
				}
					#videos ul li span.views span.comments {
						color:#436108;
					}
				#videos ul li a.btn_share {
					width:78px; height:24px;
					margin:5px 0 0 0;
					background:url(../../images/btn_share.png) 0 0 no-repeat;
					display:block;
				}
					#videos ul li a.btn_share:hover {
						background-position:0 bottom;
					}
					
/*	--------------------------------------------------------------------------------------------------------------------------
	#videoSingle Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#videoSingle a.btn_back {
		margin:13px 0 30px 460px; padding:0 0 0 10px;
		background:url(../../images/arrow_left.png) 0 4px no-repeat;
		font:normal 11px Georgia, "Times New Roman", Times, serif;
		color:#ba7b00;
		display:block;
	}
		#videoSingle a.btn_back:hover {
			color:#7e4700;
		}
	#videoSingle .video {
		margin:0 0 60px 0;
		text-align:center;
	}
		#videoSingle .video .player {
			width:481px;
			margin:0 auto 20px auto;
			border:solid 2px #9a8916;
		}
		#videoSingle .video h3 {
			font:normal 21px Georgia, "Times New Roman", Times, serif;
			color:#76671f;
		}
		#videoSingle .video .views {
			font:normal 11px Georgia, "Times New Roman", Times, serif;
			color:#644609;
		}
			#videoSingle .video .views .comments {
				color:#6ca400;
			}
			#videoSingle .video a.btn_share {
				width:78px; height:24px;
				margin:5px auto 0 auto;
				background:url(../../images/btn_share.png) 0 0 no-repeat;
				display:block;
			}
				#videoSingle .video a.btn_share:hover {
					background-position:0 bottom;
				}