@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - VIDEOS : 	The Bravery Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		tb_videos.css
	Date:			Sept 08, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.navVideos a {
		background-position: 0 -30px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#videos Block Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#videos {
		width:460px;
	}
		#videos .header {
			margin:0;
			background:url(../../images/header_borderBottom.png) left bottom no-repeat;
		}
			#videos .header h1 {
				width:123px; height:33px;
				padding:0 0 5px 0;
				background:url(../../images/h1_video.png) 0 0 no-repeat;
			}
			#videos a.btn_back:hover {
				background-position:0 -17px;
				color:#fff;
			}
			#videos .prevNext a.next {
				padding:0 0 0 12px;
				float:right;
			}
			#videos .prevNext a.prev {
				float:right;
			}
			#videos .prevNext {
				width:80px;
				padding:0 0 10px 0;
				float:right;
			}
			#videos .prevNext .disabled_next {
				padding:0 0 0 10px;
				background:#000;
				float:right;
			}
			#videos .prevNext .disabled_prev {
				backgorund:#000;
				float:right;
			}						
			#videos img {
				margin:0 0 13px 0;
			}
			#videos p {
				padding:0 0 13px 0;
				font:normal 13px Arial, Helvetica, sans-serif;
				color:#e6e7e8;
				line-height:13px;
			}
		#videos ul {
			margin:27px 0 0 0;
		}
			#videos ul li.entry {
				width:460px;
				margin:0 0 36px 0;
				float:left;
			}
				#videos ul li.entry img {
					margin:0 0 6px 0;
					border:2px solid #9c9484;
				}
				#videos ul li.entry h2 {
					font:bold 17px Arial, Helvetica, sans-serif;
				}
				#videos ul li.entry .socialBar {
					width:166px;
					background:#000;
					display:block;
				}
					#videos ul li.entry .socialBar .comments {
						font:normal 12px Arial, Helvetica, sans-serif;
						color:#d0d706;
					}
					#videos ul li.entry .socialBar a.btn_share {
						margin:0 0 0 5px; padding:0 0 0 13px;
						background:url(../../images/icon_share.png) 0 2px no-repeat;
						font:normal 12px Arial, Helvetica, sans-serif;
						color:#d0d706;
						display:inline-block;
					}
		#mainCol div.entries .title a.btn_uploadVideo {
			width:94px; height:19px;
			background:url(../../images/btn_uploadVideo.png) 0 0 no-repeat;
			display:block;
		}
			#mainCol div.entries .title a.btn_uploadVideo:hover {
				background-position:0 -19px;
			}
		#videos a.btn_back {
			margin:0 0 15px 0; padding:0 0 0 8px;
			background:#000 url(../../images/arrow_left.png) 0 4px no-repeat;
			font:normal 11px Arial, Helvetica, sans-serif;
			color:#d0d706;
			text-transform:uppercase;
			display:inline-block;
			float:right;
		}
			#videos a.btn_back:hover {
				background-position:0 -17px;
				color:#fff;
			}
		#videos .videoSingle {
		
		}
			#videos .videoSingle .player {
				margin:0 0 16px 0;
				border:2px solid #908c7d;
			}
				#videos .videoSingle .player img {
					margin:0; padding:0;
				}
			#videos .videoSingle h2 {
				margin:0 0 10px 0;
				font:bold 19px Arial, Helvetica, sans-serif;
				color:#f9ff42;
			}
			#videos .videoSingle a.btn_share {
				margin:0 0 0 5px; padding:0 0 0 13px;
				background:url(../../images/icon_share.png) 0 2px no-repeat;
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#d0d706;
				display:inline-block;
			}