	/*******************************************************************************************
	*	WEBSITE ELEMENT STYLES
	********************************************************************************************/

	body { 
		margin: 0px; 
		/* background-color: #002549 !important; */
		background-color: #000000;
		font: 14px/20px arial,sans-serif;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: none;
	}
	
	p {
		margin: 0px;
	}

	/*******************************************************************************************
	*	WEBSITE LAYOUT STYLES
	********************************************************************************************/

	#container {
		max-width: 970px;
		position: relative;
		margin: 0 auto;
		padding: 5px;
		background-color: #fff;
		min-height: 3000px;
		overflow: hidden;
	}
	
	#page {
		width: 100%;
		float: left;
		background-color: #fff;
	}

	#header {
		margin: 0px 0px 5px 0px;
		width: 970px;
		height: 90px;
	}
	
	#headermobile {
		display: none;
		visibility: hidden;
		background-color: #002549;
		padding: 5px;
	}
	
	#nav {
		width: 100%;
	}

	#videos {
		width: 100%;
		background-color: #bcb;
	}

	#content {
		width: 970px;
	}
	
	#column1 {
		width: 665px;
		float: left;
		min-height: 400px;
		text-align: left;
		color: #333;
	}
	
	#column2 {
		width: 300px;
		float: right;
		background-color: #fff;
	}
	
	#slideshow {
		float: left; 
		width: 665px;
		height: 250px;
		background-color: #000000;
		margin: 0px 0px 5px 0px;
		overflow: hidden;
	}

	#adSlot1, #adSlot2, #adSlot3, #adSlot4, #adSlot5 {
		width: 300px;
		min-height: 250px;
		margin: 0px auto 5px auto;
		overflow: hidden;
	}
	
	#adMobileSlot1, #adMobileSlot2, #adMobileSlot3, #adMobileSlot4, #adMobileSlot5 {
		width: 300px;
		height: 250px;
		margin: 0px auto 5px auto;
		overflow: hidden;
	}
	
	.adSlot {
		width: 300px;
		margin: 0px auto 5px auto;
		overflow: hidden;
	}

	/*******************************************************************************************
	*	HEADER LAYOUT STYLES
	********************************************************************************************/
	
	#logo {
		float: left;
		width: 235px;
		height: 90px;
	}

	#logomobile {
		float: left;
		width: 598px;
	}
	
	#logomobile img {
		width: 100%;
	}

	#ad728x90 {
		float: right;
		width: 728px;
		height: 90px;
		overflow: hidden;
	}	

	#mobilelogo
	{
		float: left;
		width: 80%;
	}

	#mobilelogo img {
		max-width: 100%;
		height: auto;
	}	
		
	/*******************************************************************************************
	*	TOP STORIES STYLES
	********************************************************************************************/

	#content img {
		max-width: 100%;
		height: auto;
	}	
	
	#topstories {
		border-top: 1px solid #AAAAAA;
		border-right: 1px solid #AAAAAA;
		border-left: 1px solid #AAAAAA;
		margin: 0px;
		/* width: 663px; */
		float: left;
		font-size: 12px;
		line-height: 18px;
	}

	#topstories h1 {
		font-family: "Arial Black", Arial, sans-serif;
		font-weight: 900;
		font-size: 12px;
		line-height: 16px;
		color: #900000;
		padding: 0px;
		margin: 0px;
	}

	#topstories a {
		color: #900000;
		text-decoration: none;
	}

	#topstories a:hover {
		color: #900000;
		text-decoration: underline;
	}
	
	#topstories p {
		margin: 0px;
			padding: 0px;
	}

	.storycell {
		padding: 5px;
		border-bottom: 1px solid #AAAAAA;
		position: relative;
		float: left;
	}
	
	.adcell {
		padding: 5px 0px 5px 0px;
		border-bottom: 1px solid #AAAAAA;
		width: 100%;
		text-align: center;
	}
	
	.storyimage {
		float: left;
		width: 183px;
		height: 105px;
		padding-top: 2px;
	}

	.storycopy {
		float: left;
		width: 470px;
		height: 105px;
	}
	
	#morestories {
		background-color: #FFFFFF;
		float: left;
		text-align: center;
		margin: 0px 0px 5px 0px;
		width: 100%;
	}
	
	#morestories a {
		display: block;
		color: #FFFFFF;
		height: 30px;
		line-height: 30px;
		font-family: Arial Black, Arial;
		font-weight: bold;
		text-decoration: none;
		background-image: url(/images/main/css_sprites.png); 
		background-position: 0px -669px;
		border-left: 1px solid #AAAAAA;
		border-right: 1px solid #AAAAAA;
		border-bottom: 1px solid #AAAAAA;
	}

	#morestories a:hover {
		background-image: url(/images/main/css_sprites.png); 
		background-position: 0px -639px;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	
	/*******************************************************************************************
	*	DESKTOP NAVIGATION STYLES
	********************************************************************************************/

	#nav {
		margin: 0px 0px 5px 0px;
		width: 970px;
		height: 35px;
	} 

	#nav ul {
		list-style-type:none;
		margin:0;
		padding:0;
		width: 970px;
	}

	#nav li {
		display: inline;
		float: left;
	}

	#nav a {
		display: block;
	}

	#nav a.nav1 {
		background-image: url(/images/main/css_sprites.png);
		background-position: 0px 0px;
		width: 158px;
		height: 35px;
	}

	#nav a.nav2 {
		background-image: url(/images/main/css_sprites.png); 
		background-position: -158px 0px;
		width: 157px;
		height: 35px;
	}

	#nav a.nav3 {
		background-image: url(/images/main/css_sprites.png); 
		background-position: -315px 0px;
		width: 185px;
		height: 35px;
	}

	#nav a.nav4 {
		background-image: url(/images/main/css_sprites.png); 
		background-position: -500px 0px;
		width: 157px;
		height: 35px;
	}

	#nav a.nav5 {
		background-image: url(/images/main/css_sprites.png); 
		background-position: -657px 0px;
		width: 157px;
		height: 35px;
	}

	#nav a.nav6 {
		background-image: url(/images/main/css_sprites.png); 
		background-position: -814px 0px;
		width: 156px;
		height: 35px;
	}

	#nav a.nav1:hover {
		background-position: 0px -35px;
	}

	#nav a.nav2:hover {
		background-position: -158px -35px;
	}

	#nav a.nav3:hover {
		background-position: -315px -35px;
	}

	#nav a.nav4:hover {
		background-position: -500px -35px;
	}

	#nav a.nav5:hover {
		background-position: -657px -35px;
	}

	#nav a.nav6:hover {
		background-position: -814px -35px;
	}

	/*******************************************************************************************
	*	FIGHTHYPETV VIDEO BOX STYLES
	********************************************************************************************/

	#videos {
		float: left;
		width: 663px;
		height: 76px;
		background-image: url(/images/main/css_sprites.png); 
		background-position: 0px -236px;
		border: 1px solid #AAAAAA;
		margin: 0px 0px 5px 0px;
	}

	#fhtvlogo {
		float: left;
		width: 171px;
		height: 62px;
		border: 1px solid #AAAAAA;
		margin: 6px 5px 6px 5px;
	}

	.videoframe {
		float: left;
		width: 113px;
		height: 62px;
		border: 1px solid #AAAAAA;
		margin: 6px 5px 6px 0px;
		overflow: hidden;
		position: relative;
	}

	.videoframe img {
		position: relative;
		/* top: -12px; */
		top: 0px;
	}

	.videocaption {
		display: none;
		position: relative;
		/* top: -89px; */
		top: -68px;
		background-color: #111111;
		width: 113px;
		height: 62px;
		padding: 2px;
		opacity: 0.8;
		line-height: 12px;
	}
	
	.fhvideoframe img {
		position: relative;
		top: -3px;
		width: 117px;
		height: 67px;
		left: -2px;
	}

	.fhvideocaption {
		display: none;
		position: relative;
		top: -74px;
		background-color: #111111;
		width: 113px;
		height: 62px;
		padding: 2px;
		opacity: 0.8;
		line-height: 12px;
	}	

	.videocaption a {
		display: block;
		width: 113px;
		height: 62px;
		font-size: 10px;
		color: #FFFFFF; 
		font-family: Tahoma, Verdana, Arial;
	}
	
	/*******************************************************************************************
	*	FIGHTHYPE NETWORK STYLES
	********************************************************************************************/

	#fhnetwork {
		border: 1px solid #AAAAAA;
		margin: 0px 0px 5px 0px;
		float: left;
		width: 298px;
		height: 76px;
	}

	#fhnav {
		width: 298px;
		height: 50px;
	}

	#fhnav ul {
		list-style-type:none;
		margin:0;
		padding:0;
		width: 298px;
	}

	#fhnav li {
		display: inline;
		float: left;
	}

	#fhnav a {
		display: block;
	}

	#fhnav a.fhnav1 {
		background-image: url(/images/main/css_sprites.png);
		background-position: -672px -127px;
		width: 60px;
		height: 50px;
	}

	#fhnav a.fhnav2 {
		background-image: url(/images/main/css_sprites.png); 
		background-position: -732px -127px;
		width: 60px;
		height: 50px;
	}

	#fhnav a.fhnav3 {
		background-image: url(/images/main/css_sprites.png); 
		background-position: -792px -127px;
		width: 60px;
		height: 50px;
	}

	#fhnav a.fhnav4 {
		background-image: url(/images/main/css_sprites.png); 
		background-position: -852px -127px;
		width: 60px;
		height: 50px;
	}

	#fhnav a.fhnav5 {
		background-image: url(/images/main/css_sprites.png); 
		background-position: -912px -127px;
		width: 58px;
		height: 50px;
	}
	
	/*******************************************************************************************
	*	TITLE STYLES
	********************************************************************************************/

	.title-fhnetwork {
		background-image: url(/images/main/css_sprites.png); 
		background-position: -672px -101px;
		width: 298px;
		height: 26px;
	}

	.title-previousstories {
		background-image: url(/images/main/css_sprites.png); 
		background-position: -672px -70px;
		width: 298px;
		height: 31px;
	}
	
	.title-topstories {
		background-image: url(/images/main/css_sprites.png); 
		background-position: 0px -70px;
		width: 663px;
		height: 31px;
	}
	
	.title-forumtopics {
		background-image: url(/images/main/css_sprites.png); 
		background-position: 0px -609px;
		width: 663px;
		height: 30px;
	}	
	
	.title-boxingnews {
		background-image: url(/images/main/css_sprites.png); 
		background-position: 0px -101px;
		width: 328px;
		height: 30px;
	}

	.title-mmanews {
		background-image: url(/images/main/css_sprites.png); 
		background-position: -335px -101px;
		width: 328px;
		height: 30px;
	}
	
	.title-twitternews {
		background-image: url(/images/main/css_sprites.png); 
		background-position: 0px -131px;
		width: 328px;
		height: 30px;
	}	

	/*******************************************************************************************
	*	MORE STORIES/PREVIOUS LINKS STYLES
	********************************************************************************************/

	.pstoryscroll {
		width: 298px;
		height: 334px;
		overflow: auto;
	}

	.previousstories {
		border: 1px solid #AAAAAA;
		margin: 0px 0px 5px 0px;
		width: 298px;
		float: right;
		font-size: 12px;
		line-height: 16px;
		color: #900000;
	}

	.previousdate {
		width: 282px;
		height: 20px;
		color: #000000;
		margin-bottom: 5px;
		padding: 5px 0px 0px 6px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: underline;
	}

	.previouslinks {
		width: 272px;
	}

	.previousstories ul {
		margin: 0px;
		padding: 0px 0px 0px 25px;
	}

	.previousstories li {
		margin-bottom: 8px;
	}

	.previousstories h1 {
		font-family: Arial;
		font-size: 11px;
		color: #900000;
		padding: 0px;
		margin: 0px;
		line-height: 14px;
		font-weight: bold;
	}

	.previousstories a {
		color: #900000;
		text-decoration: none;
		display: block;
	}

	.previousstories a:hover {
		color: #900000;
		text-decoration: underline;
	}
	
	/*******************************************************************************************
	*	FORUM STYLES
	********************************************************************************************/

	#forumtopics {
		border: 1px solid #AAAAAA;
		margin: 0px 5px 5px 0px;
		width: 663px;
		float: left;
		font-size: 12px;
		line-height: 16px;
		color: #000000;
	}

	.forumlinks {
		width: 653px;
		padding: 5px;
		height: 256px;
		overflow: auto;
	}

	#forumtopics ul {
		margin: 0px;
		padding: 0px 0px 0px 20px;
	}

	#forumtopics li {
		margin-bottom: 8px;
	}

	#forumtopics h1 {
		font-family: Arial;
		font-size: 11px;
		color: #000000;
		padding: 0px;
		margin: 0px;
		line-height: 14px;
		font-weight: bold;
	}

	#forumtopics a {
		color: #000000;
		text-decoration: none;
		display: block;
	}

	#forumtopics a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	/*******************************************************************************************
	*	GLOBAL STORY STYLES
	********************************************************************************************/
	
	#globalboxingstories, #globalmmastories {
		border: 1px solid #AAAAAA;
		margin-bottom: 5px;
		width: 328px;
		float: left;
		font-size: 12px;
		line-height: 16px;
		color: #000000;
	}
	
	#globalboxingstories {
		margin-right: 5px;
	}

	.globaldate {
		width: 322px;
		height: 20px;
		color: #000000;
		background-color: #CCCCCC;
		border-top: 1px solid #AAAAAA;
		border-bottom: 1px solid #AAAAAA;
		padding: 5px 0px 0px 6px;
		font-size: 14px;
		font-weight: bold;
	}

	.globalboxinglinks, .globalmmalinks {
		border-top: 1px solid #AAAAAA;
		width: 328px;
		height: 416px;
		overflow: auto;
	}

	#globalboxingstories ul, #globalmmastories ul {
		margin: 5px 0px 5px 0px;
		padding: 0px 0px 0px 20px;
	}

	#globalboxingstories li, #globalmmastories li {
		margin-bottom: 8px;
	}

	#globalboxingstories h1, #globalmmastories h1 {
		font-family: Arial;
			font-size: 12px;
		color: #000000;
		padding: 0px;
		margin: 0px;
		line-height: 14px;
		font-weight: normal;
	}

	#globalboxingstories a, #globalmmastories a {
		color: #000000;
		text-decoration: none;
		display: block;
	}

	#globalboxingstories a:hover, #globalmmastories a:hover {
		color: #000000;
		text-decoration: underline;
	}	

	/*******************************************************************************************
	*	MISC STYLES
	********************************************************************************************/
	
	#crowdignite {
		float: left;
		border-top: 1px solid #AAAAAA;
		padding: 5px 0px 5px 0px;
	}
	
	#extralinks	{
		float: left;
	}
	
	.featuread {
		float: right;
		width: 300px;
		min-height: 250px;
		margin: 0px 0px 5px 0px;
	}

	.adbox {
		float: right;
		width: 300px;
		min-height: 250px;
		line-height: 0px;
		overflow: hidden;
	}

	.adbox300x150 {
		float: right;
		width: 300px;
		height: 150px;
		margin: 0px 0px 5px 0px;
		overflow: hidden;
	}
	
	.fbFeedbackContent .composerHider {
		padding: 5px !important;
	}
	
	.boxfooter {
		border-top: 1px solid #AAAAAA;
		width: 328px;
		height: 29px;
		background-color: #C2C2C2;
	}	

	.boxfooter-wide {
		border-top: 1px solid #AAAAAA;
		width: 663px;
		height: 29px;
		background-color: #C2C2C2;
	}	

	.clear {
		clear: both;
	}
	
	/*******************************************************************************************
	*	BUTTON STYLES
	********************************************************************************************/
	
	.button-refresh {
		width: 87px;
		height: 22px;
		float: right;
		margin: 4px 75px 0px 0px;
	}

	.button-refresh a.link-refreshmma, .button-refresh a.link-refreshboxing, .button-refresh a.link-refreshtwitter {
		display: block;
		background-image: url(/images/main/css_sprites.png);
		background-position: -87px -161px;
		width: 87px;
		height: 22px;
	}

	.button-refresh a.link-refreshmma:hover, .button-refresh a.link-refreshboxing:hover, .button-refresh a.link-refreshtwitter:hover {
		display: block;
		background-image: url(/images/main/css_sprites.png);
		background-position: -87px -183px;
		width: 87px;
		height: 22px;
	}

	.button-viewmore {
		width: 87px;
		height: 22px;
		float: left;
		margin: 4px 0px 0px 75px;
	}

	.button-viewmore a.link-viewmore {
		display: block;
		background-image: url(/images/main/css_sprites.png);
		background-position: 0px -161px;
		width: 87px;
		height: 22px;
	}

	.button-viewmore a.link-viewmore:hover {
		display: block;
		background-image: url(/images/main/css_sprites.png);
		background-position: 0px -183px;
		width: 87px;
		height: 22px;
	}
	
	.button-followus {
		width: 87px;
		height: 22px;
		float: left;
		margin: 4px 0px 0px 75px;
	}

	.button-followus a.link-followus {
		display: block;
		background-image: url(/images/main/css_sprites.png);
		background-position: -465px -161px;
		width: 87px;
		height: 22px;
	}

	.button-followus a.link-followus:hover {
		display: block;
		background-image: url(/images/main/css_sprites.png);
		background-position: -465px -183px;
		width: 87px;
		height: 22px;
	}

	.button-joinforum {
		width: 145px;
		height: 22px;
		margin: 4px auto;
	}

	.button-joinforum a.link-joinforum {
		display: block;
		background-image: url(/images/main/css_sprites.png);
		background-position: -174px -161px;
		width: 145px;
		height: 22px;
	}

	.button-joinforum a.link-joinforum:hover {
		display: block;
		background-image: url(/images/main/css_sprites.png);
		background-position: -174px -183px;
		width: 145px;
		height: 22px;
	}

	/*******************************************************************************************
	*	JSCROLL PANE STYLES
	********************************************************************************************/

	.jspContainer {
		overflow: hidden;
		position: relative;
	}

	.jspPane {
		position: absolute;
	}

	.jspVerticalBar {
		position: absolute;
		top: 0;
		right: 0;
		width: 16px;
		height: 100%;
		background: EDEDED;
	}

	.jspHorizontalBar {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 16px;
		background: red;
	}

	.jspVerticalBar *, .jspHorizontalBar * {
		margin: 0;
		padding: 0;
	}

	.jspCap {
		display: none;
	}

	.jspHorizontalBar .jspCap {
		float: left;
	}

	.jspTrack {
		background: #DDDDDD; /* CCCCCC */
		position: relative;
		border-left: 1px solid #AAAAAA;
	}

	.jspDrag {
		background: #8292A1; /* EDEDED */
		position: relative;
		top: 0;
		left: 0;
		cursor: pointer;
	}

	.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
		float: left;
		height: 100%;
	}

	.jspArrow {
		text-indent: -20000px;
		display: block;
		cursor: pointer;
	}

	.jspArrow.jspDisabled {
		cursor: default;
	}

	.jspVerticalBar .jspArrow {
		height: 16px;
	}

	.jspArrowUp {
		background-image: url(/images/main/css_sprites.png); 
		background-position: -672px -177px;
	}

	.jspArrowDown {
		background-image: url(/images/main/css_sprites.png); 
		background-position: -672px -193px;
	}

	.jspHorizontalBar .jspArrow {
		width: 16px;
		float: left;
		height: 100%;
	}

	.jspVerticalBar .jspArrow:focus {
		outline: none;
	}

	.jspCorner {
		background: #eeeef4;
		float: left;
		height: 100%;
	}

	/* Yuk! CSS Hack for IE6 3 pixel bug :( */
	* html .jspCorner 	{
		margin: 0 -3px 0 0;
	}

	/*******************************************************************************************
	*	NIVO SLIDER STYLES
	********************************************************************************************/

	.nivoSlider {
		position:relative;
		background: url(/images/main/loading.gif) no-repeat 50% 50%;
		width: 665px;
		height: 250px;
	}

	.nivoSlider img {
		position:absolute;
		top:0px;
		left:0px;
		display:none;
	}

	#slider a{
		display:block;
	}

	/* If an image is wrapped in a link */
	.nivoSlider a.nivo-imageLink {
		position:absolute;
		top:0px;
		left:0px;
		width:565px;
		height:250px;
		border:0;
		padding:0;
		margin:0;
		z-index:6;
		display:none;
	}
	
	/* The slices and boxes in the Slider */
	.nivo-slice {
		display:block;
		position:absolute;
		z-index:5;
		height:100%;
	}
	
	.nivo-box {
		display:block;
		position:absolute;
		z-index:5;
	}
	
	/* Caption styles */
	.nivo-caption {
		position:absolute;
		left:0px;
		bottom:0px;
		color:#fff;
		opacity: 1; /* Overridden by captionOpacity setting */
		width:565px;
		height: 61px;
		z-index:8;
		font-size: 12px;
		line-height: 16px;
	}

	.nivo-caption p {
		padding: 5px 10px 0px 10px;
		margin:0;
	}

	.nivo-caption br {
		padding: 0px;
		margin: 0px;
	}

	.nivo-caption h1 {
		color: #FF0;
		font-size: 18px;
		padding: 0px;
		margin: 0px 0px 2px 0px;
		line-height: 20px;
	}

	.nivo-caption a {
		display:inline !important;
		color: #FF0;
	}
	
	.nivo-html-caption {
		display:none;
	}
	
	/* Direction nav styles (e.g. Next & Prev) */
	.nivo-directionNav a {
		position:absolute;
		top:45%;
		z-index:9;
		cursor:pointer;
	}
	
	.nivo-prevNav {
		left:0px;
	}
	
	.nivo-nextNav {
		right:0px;
	}
	
	/* Control nav styles (e.g. 1,2,3...) */
	.nivo-controlNav {
		width: 100px;
		height: 249px;
		background-color: #000000;
		position: absolute;
		left: 565px;
		padding: 1px 0px 0px 0px;
	}

	.nivo-controlNav img {
		display:block;
	}

	.nivo-controlNav a {
		position:relative;
		z-index:9;
		cursor:pointer;	
		width: 90px;
		height: 56px;
		float: left;
		margin: 3px 4px 0px 4px;
		border: 1px solid #000000;
	}
	
	.nivo-controlNav a.active {
		border: 1px solid #FFFFFF;
	}	

	/*******************************************************************************************
	*	MOBILE MENU 
	********************************************************************************************/
	
	#mobilenav { display: none; color: #EFEFEF; text-align: left; }
	#mobilenav h2 { color: #FFF; }
	
	ul#navitems { padding-left: 0; list-style: none; width: 100%; margin-bottom: 40px; }
	ul#navitems:after { container: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }	
	
	/*******************************************************************************************
	*	MOBILE MEDIA QUERY STYLES
	********************************************************************************************/
	@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 660px) {
		#container {
			width: 100%;
			padding: 0px;
		}
		
		#content, #topstories {
			width: 100%;
		}
	
		#headermobile, .articleshare-mobile {
			display: block;
			visibility: visible;
			width: 100%;
			float: left;
		}		
	
		#logomobile {
			float: left;
			width: 80%;
		}
		
		#column1 {
			width: 100%;		
			float: left;
			border: 0px;
		}	
		
		#articleheader {
			padding: 0px 0px 1px 0px;
		}
	
		#articleimage {
			max-width: 175px;
		}
		
		.storyimage {
			float: left;
			width: 30%;
			height: 100%;
			padding-top: 2px;
		}

		.storycopy {
			float: left;
			width: 100%;
			height: 100%;
		}

		.storycell a.divlink {
			position: absolute;
			display: block;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			text-decoration: none; /* No underlines on the link */
			z-index: 10; /* Places the link above everything else in the div */
			background-color: #FFF; /* Fix to make div clickable in IE */
			opacity: 0; /* Fix to make div clickable in IE */			
			filter: alpha(opacity=1); /* Fix to make div clickable in IE */
		}		
		
		#topstories img{
			max-width: 175px;
			padding: 3px 5px 3px 0px;
		}		
		
		#topstories h1 {
			font-family: "Arial Black", Arial, sans-serif;
			font-weight: 900;
			font-size: 16px;
			line-height: 20px;
			color: #900000;
			padding: 0px 0px 3px 0px;
			margin: 0px;
		}
		
	
		#column2, #videos, #header, #nav, .articleshare, #crowdignite, #extralinks, #slideshow, #morestories, .title-topstories {
			display: none;
			visibility: hidden;
			width: 0px;
			height: 0px;
		}
	}	