@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - COLDWATAER JANE VIDEOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		cwj_videos.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li#navMedia a {
		background-position:0 -37px;
	}
		#nav li ul {
			background:url(../../images/navMedia.png) 0 -92px no-repeat;			
		}

	
/*	--------------------------------------------------------------------------------------------------------------------------
	videos Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#videos {
		
	}
		#videos .titleBar {
			height:21px;
			padding:8px 0 0 9px;
		}
			#videos .titleBar h1#h1_videos {
				width:59px; height:12px;
				background: url(../../images/h1_videos.png) no-repeat;
			}
		#videos .contentBox {
			padding:0 0 15px 0;
			border-bottom:1px solid #acacac;
		}
			#videos .contentBox .entries {
				padding:13px 0 20px 13px;
			}
				#videos .contentBox .entry {
					margin:0 5px 5px 0; padding:8px 0 0 8px;
					width:180px; height:228px;
					background:#F1F1F1;
					color:#766044;
					font:normal 11px Arial, Helvetica, sans-serif;
					float:left;
					display:inline;
					overflow:hidden;
				}
					#videos .contentBox .entry .videoImg {
						width:160px;
					}
						#videos .contentBox .entry .videoImg img {
							width:160px; height:120px;
							display:block;
							border:5px solid #b3b3b3;
						}
					#videos .contentBox .entry h2 {
						margin:6px 0 5px 5px;
						width:165px; max-height:35px;
						overflow:hidden;
					}
						#videos .contentBox .entry h2 a {
							font:normal 15px Arial, Helvetica, sans-serif;
						}
					#videos .contentBox .entry .videoInfo {
						margin:0 0 4px 5px;
						width:165px;
						max-height:43px;
						overflow:hidden;
					}
						#videos .contentBox .entry .videoInfo a {
							font:normal 11px Arial, Helvetica, sans-serif;
						}
					#videos .contentBox .entry a.btnWatchVideo {
						margin:0 0 0 5px;
						width:75px;
						font:bold 11px Arial, Helvetica, sans-serif;
						display:block;
					}
						#videos .contentBox .entry a.btnWatchVideo:hover {

						}
				
				
						
	/*	viewingBar Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
		#videos .contentBox .viewingBar {
			margin:0 0 5px 0; padding:5px 13px 0 0;
			font:bold 11px Arial, Helvetica, sans-serif;
			color:#5b5448;
		}
			#videos .contentBox .viewingBar .viewing {
				width:508px;
				text-align:center;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#5b5448;
				float:left;
			}
			#videos .contentBox .viewingBar .prev {
				float:left;
			}
				#videos .contentBox .viewingBar a.btnPrev {
					padding:0 0 0 5px;
					color:#8E0005;
					background:url(../../images/arrow_left_burgundy.png) 0 5px no-repeat;
					font:bold 11px Arial, Helvetica, sans-serif;
					display:block;
				}
					#videos .contentBox .viewingBar a.btnPrev:hover {
						color:#ff0000;
						background:url(../../images/arrow_left_red.png) 0 5px no-repeat;
					}
			#videos .contentBox .viewingBar .next {
				float:right;
			}
			#videos .contentBox .viewingBar a.btnNext {
				width:31px;
				font:bold 11px Arial, Helvetica, sans-serif;
				display:block;
			}
				#videos .contentBox .viewingBar a.btnNext:hover {

				}
