/* Special Print Styles*/
	.printNone { display: none; }
	.printDisplay { display: block; }

/* Layouts */
	/* Floats */
		.left,
		.right { float: none; }
	/* Uniform Containers */
		.layout10,
		.layout20,
		.layout25,
		.layout33,
		.layout40,
		.layout50,
		.layout60,
		.layout66,
		.layout75,
		.layout80,
		.layout100 { width: 100%; }
	/* Phi Containers */
		.layout62,
		.layout38,
		.layout24,
		.layout76 { width: 100%; }
	/* Island Layout Containers */
		.island25,
		.island33,
		.island38,
		.island50,
		.island62,
		.island66,
		.islandLast { margin-right: 0; width: 100%; }
	/* Grids */
		.grid1 .itemWrap,
		.grid2 .itemWrap,
		.grid3 .itemWrap,
		.grid4 .itemWrap,
		.grid5 .itemWrap,
		.grid6 .itemWrap,
		.grid1 .itemWrap .item { width: 100%; }
		.item { overflow: visible; display: block; }
	/* Images */
		img.thumb,
		img.thumb.left,
		img.thumb.right { margin-left: 0; }

/* Site Furniture and Layout */
	#container { width: 100%; }
	#left,
	#right,
	#footer { display: none; overflow: visible; }
	#main { width: 100%; }

/* Content Dynamic Areas */
	.contentHeader,
	.contentExtra,
	.contentFooter { display: none; }

/* Ads */
	a.advertise,
	.ads { display: none; }

/* Navigation */
	.navigation,
	#page-nav,
	.action,
	.backtotop,
	.pager,
	.page-navigation,
	.pagination,
	.nav { display: none; }

/* Font */
	body { font-family: "Times New Roman", Times, serif; }

/* Links */
	a:link,
	a:visited { color: #781351; }

/* Boxes */
	#slideShowContainer .slideShowPager,
	.reviewFilters { display: none; }
	.island { margin: 0; }
	
/* Tabsets */
	.ts-nav-list,
	#Video-panel { display: none; }

/* Decorators */
	.items .post-date,
	.items .post-info,
	.icn.archive{ display: none; }
	
/* Equal Columns */
	.equalColumn { height: auto !important; }

