@charset "utf-8";
/*	-------------------------------------------------------------
	CSS : 			Artist Website - VIDEOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		artist_videos.css
	Date:			Sep 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	@import url("base_videos.css");
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .videos a {
		background-position:-650px -66px !important;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#videos Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#videos {
		width:546px;
		background:url(../../images/bg_topCap.png) 0 0 no-repeat;
	}
		#videos .videoHeader {
			height:31px;
			padding:15px 0 0;
		}	
		#videos .videoBottom {
			videos:546px;
			padding:0 0 30px 0;
			background:url(../../images/bg_bottomCap.png) bottom left no-repeat;
		}
		#videos .videoContent {
			padding:17px 0 20px 35px;
			background:url(../../images/bg_colContent.png) 0 0 repeat-y;
		}
		#videos h1#h1_videos {
			height:27px;
			margin:0 0 0 36px;
			background:url(../../images/h1_videos.png) no-repeat;
		}
		#videos ul.entries {
			list-style:none;
		}
		#videos ul.entries {
			width:500px;
		}
			#videos ul.entries li {
				width:204px;
				margin:20px 45px 25px 0;
				float:left;
				display:inline;
			}
				#videos ul.entries li a.video img {
					border:solid 2px #cac4c7;
					display:block;
				}
					#videos ul.entries li a.video:hover img {
						border:solid 2px #d9185d;
					}
				#videos ul.entries li .image a {
					border:solid 1px #0079bf;
					width:204px;
					display:block;
				}
				#videos ul.entries li .image a img {
					border:solid 1px #fff;
					display:block;
				}
					#videos ul.entries li .image a:hover img {
						border:solid 1px #0079bf;
					}
				#videos ul.entries li .views {
					font:normal 11px Arial, Helvetica, sans-serif;
					color:#859aa4;
				}
				#videos .btn_share {
					margin:5px 0 0 0;
				}
		#videos .singlePager {
			text-align:center;
			color:#ed4b89;
		}
		#videos .video {
			
		}
			#videos .video h2 {
				margin:6px 0 12px 0;
				font:normal 20px Arial, Helvetica, sans-serif;
				color:#9e4423;text-align:center;
			}
			#videos .video .videoPlayer {
				margin:0 0 17px 0;
				display:block;
			}
				#videos .video img {
				
				}
				#videos .video .social {
					width:155px;
					margin:0 0 0 185px;
				}
				#videos .video .social .views {
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#706d6e;
					float:left;
				}
				#videos .video .social a.btn_share {
					width:60px; height:18px;
					margin:0 0 0 6px; padding:0 0 0 16px;
					float:left;
					background:url(../../images/btn_share.png) 0 0 no-repeat;
				}
					#videos .video .social a.btn_share:hover {
						background-position:0 -18px;
					}
	#videos a.btn_backToVideos {
		width:82px; height:7px;
		margin:0 0 17px 0;
		background:url(../../images/btn_backToVideos.png) 0 0 no-repeat;
		display:block;
	}
		#videos a.btn_backToVideos:hover {
			background-position:0 -10px;
		}
