@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - RICK ROSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		rr_tv.css
	Date:			June 22, 2010
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li.navTV a {
		background-position:-730px -74px !important;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	TV Block Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#tvBlock {
		width:960px;
		margin:0 0 25px 0; padding:0 0 50px 0;
		background:#f5f5f5;
	}
		#tvBlock .header {
			width:960px; height:52px;
			background:url(../../images/bg_h2_large.png) top left no-repeat;
		}
			#tvBlock .header h2 {
				margin:13px 0 0 21px;
				width:211px; height:27px;
				background:url(../../images/h2_tv.png) top left no-repeat;
				float:left;
				display:inline;
			}
		#tvBlock .contentHolder {
			margin:0 0 0 55px; padding:20px 0 0 0;
		}
			#tvBlock .contentHolder .title {
				margin:0 0 15px 0;
				font:bold 21px Arial, Helvetica, sans-serif;
				color:#542117;
			}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	bottom Block Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.bottomBlock {
		width:960px;
	}
		.bottomBlock #loginBlock {	
			margin:0 8px 0 0;
			height:432px;
			float:left;
			display:inline;
		}
		.bottomBlock #memberBlock {
			margin:0 8px 0 0;
			padding-bottom:0 !important;
			height:437px !important;
			float:left;
			display:inline;
		}
			.bottomBlock #memberBlock .header {
				height:27px;
			}
		.bottomBlock #latestNewsBlock {
			padding-bottom:0 !important;
			height:437px !important;
			float:left;
			display:inline;
		}
			.bottomBlock #latestNewsBlock .header {
				height:27px;
			}
				.bottomBlock #latestNewsBlock .header h2 {
					margin-top:0;
				}
				.bottomBlock #latestNewsBlock .header a.btnViewMoreArticles {
					margin-top:4px;
				}