/**
 * @note		This file holds print styles for layout and site design. 
 * 				This document is commented in a method defined by cssDoc: http://cssdoc.net/
 * @author		NavigationArts; navigationarts.com
 **/

/**
 * @section		Tags
 * @note		ordered alphabetically
 **/
	a {}
	abbr {}
	acronym {}
	address {}
	area {}
	b {}
	base {}
	bdo {}
	big {}
	blockquote {}
	body {}
	br {}
	button {}
	caption {}
	cite {}
	code {}
	col {}
	colgroup {}
	dd {}
	del {}
	dfn {}
	div {}
	dl {}
	dt {}
	em {}
	fieldset {}
	font {}
	form {}
	frame {}
	frameset {}
	head {}
	h1 {}
		h1.alt {margin-bottom:20px;}
	h2 {}
		.feature h2 {color:#000 !important;}		
	h3 {}
	h4 {}
	h5 {}
	h6 {}
	hr {}
	html {}
	i {}
	iframe {}
	img {}
	input {}
	ins {}
	kbd {}
	label {}
	legend {}
	li {}
	link {}
	map {}
	meta {}
	noframes {}
	noscript {}
	object {}
	ol {}
	optgroup {}
	option {}
	p {}
		.feature p {color:#000 !important;}
	param {}
	pre {}
	q {}
	samp {}
	select {}
	small {}
	span {}
	strong {}
	style {}
	sub {}
	sup {}
	table {}
	tbody {}
	td {}
	textarea {}
	tfoot {}
	th {}
	thead {}
	title {}
	tr {}
	tt {}
	ul {}
	var {}



/**
 * @section		Classes
 * @note		ordered alphabetically; camelCase naming convention
 **/

.featureHeader .icon {
	display:none;
}

.networkLogos {
	display:none;
}

.pagination {
	display:none;
}

.programFinder {
	display:none;
}

.rounded {}
	.rounded .tl, 
	.rounded .tr, 
	.rounded .bl, 
	.rounded .br {display:none;}

.searchOptions {
	display:none;
}

.wrapper {background-image:none !important;}


/**
 * @section		IDs
 * @note		ordered alphabetically; camelCase naming convention
 **/

#container {width:100%;}

#container.home {width:960px;}

#content {border:0;}

#contentNav {
	display:none;
}

#contentRelated {
	clear:left !important;	
	float:none !important;
}


#events {
	clear:left !important;	
	float:none !important;
}

#footer {}
	#footer .legal, 
	#footer .nav {
		display:none;
	}
#navGlobal {
	display:none;
}

#navMain {
	display:none;
}

#navSearch {
	display:none;
}

#widgets {
	display:none;
}
