

/*________________________________________ HEADER ______________________________________*/

/* HEADER IMAGE & HEIGHT = 983px X designer defined */
#interestTitle {
	background: url('http://i.current.com/images/skins/it_geek_show/images/it_header_geek_files_02.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

/* INTEREST TITLE IN HEADER VISIBILITY */
#interestTitle h1 {
	height: 190px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

/* CLOSED/OPEN TOPIC LABEL VISIBILITY */
#interestTypeLabel {
	display: none;
	/*visibility: visible;*/
}

/* MODIFY THE OPEN TOPIC PAGE DISPLAYED TAG */

/*
#interestTypeLabel li {
color:#FFFFFF;
font-size:1.4em;
font-weight:bold;
}
*/

	
/*______________________________________ SUBHEADER _____________________________________*/


/* SUBHEADER BAR IMAGE & HEIGHT = 983px X designer defined 
#interestSponsorBar {
	width: 100%;
	height: 35px;
	background-image: url('/images/skins/dailyfix/images/subheader_fixDaily_b.jpg');
	background-repeat: repeat;
}

/* SPONSOR LOGO IN SUB-HEADER VISIBILITY & IMAGE 
#interestSponsorLink {
	display: none;
	float: right;
	width: 205px;
	height: 19px;
	margin-top: .5em;
	background-image: url('/images/skins/dailyfix/images/ASSETNAME.jpg');
}
*/


/*__________________________________________ ABOUT MODULE _______________________________________*/
/* EXPLAINER DIV FOR ABOUT TEXT */
#interestTitle #explainer {
	margin: 0 0;
	padding-left: 25px;
	padding-bottom: 0px;
	background-image:url('http://i.current.com/images/skins/it_geek_show/images/it_about_bg_geek_files.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #414141;
	line-height: 19px;
	color: #eee;
	overflow: hidden;
}




