@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUGARLAND VIDEOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sugarland_videos.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li#navMedia a {
		background-position:0 -92px;
	}
		#nav li ul {
			background:url(../../images/navMedia.jpg) 0 -92px no-repeat;			
		}

	
/*	--------------------------------------------------------------------------------------------------------------------------
	videos Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#videos {
		
	}
		#videos .titleBar {
			height:21px;
			padding:8px 0 0 9px;
		}
			#videos .titleBar h1#h1_videos {
				width:56px; height:12px;
				background: url(../../images/h1_videos.png) no-repeat;
			}
		#videos .contentBox {
			padding:0 0 15px 0;
			border-bottom:1px solid #aca394;
		}
			#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:#f5f1e6;
					color:#8e8f62;
					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 #c4bbab;
						}
					#videos .contentBox .entry h2 {
						margin:6px 0 5px 5px;
						width:165px; height:20px;
						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;
						color:#8e8f62;
						background:url(../../images/arrow_right_blue.png) 69px 5px no-repeat;
						font:bold 11px Arial, Helvetica, sans-serif;
						display:block;
					}
						#videos .contentBox .entry a.btnWatchVideo:hover {
							color:#fff;
							background:url(../../images/arrow_right_white.png) 69px 5px no-repeat;
						}
				
				
						
	/*	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:#8e8f62;
					background:url(../../images/arrow_left_blue.png) 0 5px no-repeat;
					font:bold 11px Arial, Helvetica, sans-serif;
					display:block;
				}
					#videos .contentBox .viewingBar a.btnPrev:hover {
						color:#f5f1e6;
						background:url(../../images/arrow_left_cream.png) 0 5px no-repeat;
					}
			#videos .contentBox .viewingBar .next {
				float:right;
			}
			#videos .contentBox .viewingBar a.btnNext {
				width:31px;
				color:#8e8f62;
				background:url(../../images/arrow_right_blue.png) 27px 5px no-repeat;
				font:bold 11px Arial, Helvetica, sans-serif;
				display:block;
			}
				#videos .contentBox .viewingBar a.btnNext:hover {
					color:#f5f1e6;
					background:url(../../images/arrow_right_cream.png) 27px 5px no-repeat;
				}