@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Jeremih TV
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		j_tv.css
	Date:			May 26, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	alternate Background Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	body {
		background:#f2f6f0 url(../../images/bg_bodyChair.jpg) center 0 no-repeat;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header ul li.tv a {
		background-position:-1153px bottom;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	ContentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#contentSpace {
		margin:0 0 65px 0;
		background:none;
	}
	#mainCol {
		padding:50px 0 0 0;
		width:960px;
		float:none;
	}
		#mainCol h2.tv {
			margin:0 0 25px 0;
			width:173px; height:26px;
			background:url(../../images/h2_tv.png) 0 0 no-repeat;
		}
		.kytePlayer {
			margin:0 0 120px 0;
			height:430px;
		}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Top Content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#topContent {
		margin:45px 0 65px 0;
		background:url(../../images/bg_topContent.png) 335px 0 repeat-y;
	}	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	CommunityTv Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#communityTv {
		margin:0 0 10px 610px;
		width:246px; height:108px;
	}
	#communityTv h2.community {
		width:246px; height:26px;
		background:url(../../images/h2_communityAlt.png) 0 0 no-repeat;
	}	
	#communityTv .login {
		padding:7px 0 0 0;
		height:71px;
		background:url(../../images/joinAlt.png) bottom left no-repeat;
	}
		#communityTv .login a.btnJoinNow {
			width:125px; height:30px;
			background:url(../../images/btn_community.png) 0 0 no-repeat;
			float:left;
			display:block;
		}
			#communityTv .login a.btnJoinNow:hover {
				background-position:0 -40px;
			}
		#communityTv .login a.btnSignIn {
			margin:0 0 0 10px;
			width:97px; height:30px;
			background:url(../../images/btn_community.png) -141px 0 no-repeat;
			float:left;
			display:block;
		}
			#communityTv .login a.btnSignIn:hover {
				background-position:-141px -40px;
			}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	CommunityAlt logged in Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#communityTv .loggedIn {
		padding:7px 0 0 0;
		width:300px;
		height:71px;
	}
		#communityTv .loggedIn a.profileImage {
			padding:2px; margin:5px 0 0 8px;
			width:50px;
			float:left;
			background-color:#000;
			display:inline-block;
		}
		#communityTv .loggedIn .accountInfo {
			margin:18px 0 0 10px;
			width:225px;
			float:left;
			font:bold 10px Arial, Helvetica, sans-serif;
			color:#393939;
		}
			#communityTv .loggedIn .accountInfo a {
				font:bold 10px Arial, Helvetica, sans-serif;
				color:#ff2260;
			}
				#communityTv .loggedIn .accountInfo a:hover {
					font:bold 10px Arial, Helvetica, sans-serif;
					color:#000;
				}
			#communityTv .loggedIn ul.controls li {
				margin:8px 0 0 0;
				float:left;
				list-style:none;
				font:normal 10px Arial, Helvetica, sans-serif;
				color:#393939;
			}
				#communityTv .loggedIn ul.controls li a {
					font:normal 10px Arial, Helvetica, sans-serif;
					color:#00b4ff;
				}
				#communityTv .loggedIn ul.controls li a:hover {
					font:normal 10px Arial, Helvetica, sans-serif;
					color:#037cae;
				}