	@import url(reset.css);@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css);
	html
{
	background:#fff;
	font-size:62.5%;
	-webkit-overflow-scrolling:touch;
	-webkit-tap-highlight-color:#f3f5f6;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased
}
	body
{
	margin:0;
	padding:0;
	width:100%;
	background-color:transparent;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.5em;
	color:#000;
	position:relative;
	overflow-x:hidden
}
	#page
{
	display:block;
	width:100%;
	height:100%;
	padding-top:64px;
	float:left;
	position:relative
}
#topBar {
	display: none;	
}
#supportBtn {
	display:none
}
.hidden,.notMob
{
	display:none
}
.center
{
	text-align:center
}
.middle
{
	vertical-align:middle
}
.boldText
{
	font-weight:700
}
.lightText
{
	font-weight:lighter
}
.leftText
{
	text-align:left
}
.deskOnly,.tabOnly
{
	display:none
}
.smallerText
{
	font-size:smaller
}
.smallerh2
{
	font-size:18px
}
.capitalise {
	text-transform: capitalize;
}
	h1,h2,h3,h4,h5,h6
{
	margin:0;
	font-family:inherit;
	font-weight:700;
	color:inherit;
	text-rendering:optimizelegibility
}
	h1 small,h2 small
{
	font-weight:400;
	color:#bfbfbf
}
.h1,h1
{
	margin-bottom:.75em;
	font-size:32px;
	font-size:3.2rem;
	line-height:1.2
}
.h2,h2
{
	margin-bottom:.75em;
	font-size:24px;
	font-size:2.4rem;
	line-height:1.2
}
.h3,h3
{
	margin-bottom:1em;
	font-size:21px;
	font-size:2.1rem;
	line-height:1.3
}
.h4,h4
{
	margin-bottom:1.5em;
	font-size:18px;
	font-size:1.8rem;
	line-height:1.25
}
.h5,h5
{
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:1.5em
}
.h6,h6
{
	margin-bottom:1.5em;
	font-size:14px;
	font-size:1.4rem;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase
}
	::-webkit-input-placeholder
{
	color:#999
}
	:-moz-placeholder
{
	color:#999
}
	::-moz-placeholder
{
	color:#999
}
	:-ms-input-placeholder
{
	color:#999
}
	span.NN
{
	letter-spacing:-4px
}
	a
{
	text-decoration: none;
	-webkit-transition:all .6s ease-in;
	-moz-transition:all .6s ease-in;
	-o-transition:all .6s ease-in;
	transition:all .6s ease-in
}
	a:hover
{
	-webkit-transition:all .1s ease-out;
	-moz-transition:all .1s ease-out;
	-o-transition:all .1s ease-out;
	transition:all .1s ease-out
}
	em
{
	font-style:italic
}
	strong
{
	font-weight:700
}
	#header
{
	display:block;
	position:fixed;
	top:0;
	right:0;
	background-color:rgba(38,39,33,1);
	width:100%;
	height:50px;
	z-index:20;
	float:left
}
	#header a#headerLogo
{
	display:block;
	position:relative;
	width:40px;
	height:40px;
	margin:5px;
	background-image:url(../img/newLogoSml.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	z-index:99999999999
}
	#header #menuTrigger
{
	position:fixed;
	top:4px;
	right:4px;
	height: 26px;
	width: 46px;
	font-size:46px;
	line-height: 32px;
	text-align:center;
	padding:9px 0;
	color:rgba(250,250,250,1);
	z-index:99999999999999999999999999999999999999999999999;
	-webkit-transition:all .6s ease-in;
	-moz-transition:all .6s ease-in;
	-o-transition:all .6s ease-in;
	transition:all .6s ease-in;
	cursor:pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
	#header #menuTrigger span
{
	display: block;
	position: absolute;
	height: 4px;
	width: 80%;
	float: left;
	margin: 2px 10%;
	background-color:rgba(250,250,250,1);
	-webkit-transition:all .6s ease-in;
	-moz-transition:all .6s ease-in;
	-o-transition:all .6s ease-in;
	transition:all .6s ease-in;
}
	#header #menuTrigger span.menuTop
{
	top: 8px;
}
	#header #menuTrigger span.menuMid
{
	top: 50%;
	margin-top: -2px;
}
	#header #menuTrigger span.menuBot
{
	top: 28px;
}
	.menu-open #header #menuTrigger span
{
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
	.menu-open #header #menuTrigger span.menuTop
{
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
	.menu-open #header #menuTrigger span.menuBot
{
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
	.menu-open #header #menuTrigger span.menuMid
{
	background-color:rgba(250,250,250,0);
}
	#header #menuTrigger:hover > span
{
	background-color:rgba(255,84,82,1);
}
#menuOverlay { 
	display: none;
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 9;
	background-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.menu-open #menuOverlay { 
	display: block;
	background-color:rgba(0,0,0,0.6);
}
	#header a#backButton
{
	position:fixed;
	top:4px;
	left:4px;
	display:block;
	height:30px;
	width:20px;
	font-size:56px;
	line-height:26px;
	color:rgba(51,51,51,1);
	text-decoration:none;
	padding:0 8px 6px;
	margin:3px 2px;
	border:rgba(51,51,51,1) thin solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-webkit-transition:all .6s ease-in;
	-moz-transition:all .6s ease-in;
	-o-transition:all .6s ease-in;
	transition:all .6s ease-in;
	-webkit-box-shadow:0 0 2px 2px rgba(180,180,180,1) inset;
	box-shadow:0 0 2px 2px rgba(180,180,180,1) inset;
	-moz-box-shadow:0 0 2px 2px rgba(180,180,180,1) inset;
	-o-box-shadow:0 0 2px 2px rgba(180,180,180,1) inset;
	-ms-box-shadow:0 0 2px 2px rgba(180,180,180,1) inset
}
	#header #menuTrigger:active, #header a#backButton:hover
{
	
	color:rgba(204,204,204,1);
	-webkit-transition:all .1s ease-out;
	-moz-transition:all .1s ease-out;
	-o-transition:all .1s ease-out;
	transition:all .1s ease-out
}
/* SHARE BUTTONS =================================== */
#shareButtons {
	display: block;
	position: fixed;
	top:0;
	left: 50%;
	height: 50px;
	width: 215px;
	margin: 0 auto;
	z-index:21;
	margin-left: -107px;	
}
#shareButtons a {
	display: block;
	position: relative;
	height: 30px;
	width: 30px;
	margin: 10px 0 10px 5px;
	float:left;
	text-align:center;
	text-decoration:none;
	line-height:28px;
	color:rgba(250,250,250,1);
		    border-radius: 15px; 
	   -moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 	
}
#shareButtons a:hover {
	color:rgba(38,39,33,1);	
}
#shareButtons a.fb-share-button {	
	background-color:rgba(58,93,178,1)
}
#shareButtons a.fb-share-button .shareText {	
	display:none
}
#shareButtons a.red-share-button {	
	background-color:rgba(255,41,0,1)
}
#shareButtons a.su-share-button {	
	background-color:rgba(235,73,36,1)
}
#shareButtons a.twi-share-button {	
	background-color:rgba(77,167,222,1)
}
#shareButtons a.wa-share-button {	
	background-color:rgba(32,176,56,1)
}
#shareButtons a.em-share-button {	
	background-color:rgba(102,102,102,1)
}
/* MOBILE NAV ===================================== */
.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 99999999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	font-size: 1.1em;
	background-color:rgba(38,39,33,1);
	color:rgba(250,250,250,1);
}
.sidr input[type=text]#txt_search
{
	padding:4px 8px;
	font-size:16px;
	border:1px solid rgba(38,39,33,1);
	background:rgba(250,250,250,1) url(../img/search.png) no-repeat scroll right center;
	background-size:contain;
	line-height:2em;
	color:rgba(38,39,33,1);
	margin:8px auto;
	width:92%;
	display:block;
}
.sidr a, .sidr div {
	display: block;
	width: 92%;
	margin: 4px 2%;
	padding: 4px 2%;
	border-top: 1px solid rgba(255,255,255,1);	
	color:rgba(250,250,250,1);
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sidr a.last {
	border-bottom: 1px solid rgba(255,255,255,1);	
}
.sidr a:active, .sidr div:active, .sidr a:hover, .sidr div:hover {	
	color:rgba(255,84,82,1);
}
.sidr ul li ul li a {
	width: 80%;
	margin: 4px 4%;
	padding: 4px 6%;;
}

.sidr a .navRight {
	font-size:26px;
	position:absolute;
	right: 16px;	
}
.sidr div .navDown, #aboutLinks .aboutLink .navDown {
	font-size:12px;
	position:absolute;
	right: 12px;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out	
}
.sidr div.navUp .navDown, #aboutLinks .aboutLink.navUp .navDown {	
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* MAIL SIGN UP =========================== */
.sidr div#mc_embed_signup {
	display: block;
	width: 94%;
	height: 210px;
	margin: 8px 1%;
	padding: 4px 2%;	
	border-top:none;
}
.sidr div#mc_embed_signup:active {
	color:rgba(250,250,250,1);
}
.sidr div#mc_embed_signup h2 {
	display: block;
	width: 94%;
	margin: 8px 1%;
	padding: 4px 2%;
	text-align:center;
}
.sidr div#mc_embed_signup h2 .smallText {
	display:block;
	clear: both;
	font-size:14px;
}
.sidr div#mc_embed_signup input[type=text], .sidr div#mc_embed_signup input[type=email] {
	width: 96%;
	padding: 6px 2%;
	margin: 4px 0;
	color: rgba(38,39,33,1);
	border:none
}
.sidr div#mc_embed_signup input[type=submit] {
	width: 96%;
	padding: 6px 0;
	margin: 4px 2%;
	color: rgba(38,39,33,1);
	border:none;
	background-color: rgba(255,84,82,1);
	border-radius: 3px;
	cursor:pointer;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out	
}
.sidr div#mc_embed_signup input[type=submit]:hover {
	background-color: rgba(250,250,250,1);
}
.sidr div#mc_embed_signup label {
	display: none
}
.sidr .copyright {
	display: block;
	width:100%;
	height: 18px;
	padding-bottom: 4px;
	text-align:center;
}
.sidr .copyright.allRights {
	margin-bottom: 8px;
}
#masthead {
	display: none;
}
	#adsTop
{
	display:block;
	width:100%;
	height:auto;
	margin:4px 0
}
	#adsTop iframe, #adsTop object
{
	width:320px;
	margin:0 auto
}
	#adsMpu
{
	display:block;
	float:left;
	width:100%;
	height:auto;
	margin:8px 0 16px
}
	#adsMpu iframe,#adsMpu object,#adsMpu div
{
	display:block;
	width:300px;
	margin:0 auto;
}
#adsMpu div#mpuAdvertDesk2
{
	display:none
}
#topAdvertMob {
	display: block;
	width: 320px;
	max-height: 100px;
	margin: 8px auto;	
	clear: both;
}
#mpuAdvertMob {
	display: block;
	width: 300px;
	height: 250px;
	margin: 8px auto;	
}
	#adsBottom
{
	display:block;
	float:left;
	width:100%;
	height:auto;
	margin:8px 0 16px
}
	#adsBottom iframe,#adsBottom object
{
	display:block;
	width:300px;
	margin:0 auto
}
	#content
{
	display:block;
	float:left;
	width:100%
}
	#content #masterList h1
{
	display:block;
	height:28px;
	width:90%;
	text-align:center;
	font-size:20px;
	line-height:28px;
	margin:10px 5% 6px;
	padding: 2px 0;
	background-color:rgba(38,39,33,1);
	color: rgba(250,250,250,1)
}
.borderTop
{
	border-top:rgba(150,150,150,1) thin solid
}
.borderRight
{
	border-right:rgba(102,102,102,1) thin solid
}
.borderBottom
{
	border-bottom:rgba(200,200,200,1) thin solid
}
.borderLeft
{
	border-left:rgba(102,102,102,1) thin solid
}
.greyBg
{
	background-color:rgba(250,250,250,1)
}
.spaceRow
{
	line-height:.6em
}
	h4.searchResults
{
	margin-top:8px
}
	#content #masterList .mainIndexTable li .largeImage,#content #masterList .mainIndexTable li .subTitle,#content #masterList .mainIndexTableCat li .subTitle
{
	display:none
}
	#content #masterList
{
	width:100%;
	float:left;
	position:relative
}
	#content #masterList .mainIndexTable li,#content #masterList .mainIndexTableCat li
{
	position:relative;
	display:block;
	width:100%;
	height:88px;
	margin:4px 0;
	float:left;
	background-color:rgba(250,250,250,1);
	border-bottom:rgba(204,204,204,1) thin solid;
	border-radius:0 0 0 5px;
	-moz-border-radius:0 0 0 5px;
	-ms-border-radius:0 0 0 5px;
	-webkit-border-radius:0 0 0 5px;
	-o-border-radius:0 0 0 5px
}
	#content #masterList .mainIndexTable li a,#content #masterList .mainIndexTableCat li a
{
	text-decoration:none
}
	#content #masterList .mainIndexTable li a.thumb,#content #masterList .mainIndexTableCat li a.thumb
{
	display:block;
	width:80px;
	height:80px;
	margin:4px;
	padding-left:0;
	float:left;
	overflow:hidden;
	border-radius:0 0 0 5px;
	-moz-border-radius:0 0 0 5px;
	-ms-border-radius:0 0 0 5px;
	-webkit-border-radius:0 0 0 5px;
	-o-border-radius:0 0 0 5px
}
	#content #masterList .mainIndexTable li a.thumb img,#content #masterList .mainIndexTableCat li a.thumb img
{
	height:100%;
	max-height:80px
}
	#content #masterList .mainIndexTable li .middleSection,#content #masterList .mainIndexTableCat li .middleSection
{
	height:88px;
	width:65%;
	padding:0;
	line-height:20px;
	font-weight:600;
	float:left
}
	#content #masterList .mainIndexTable li span.titleWrapper,#content #masterList .mainIndexTableCat li span.titleWrapper
{
	display:block;
	height:60px;
	width:96%;
	padding:4px 2%;
	font-size:16px;
	color:rgba(21,21,21,1);
	overflow:hidden;
	float:left
}
	#content #masterList .mainIndexTable li .arrow,#content #masterList .mainIndexTableCat li .arrow
{
	display:block;
	width:22px;
	height:88px;
	font-size:4em;
	line-height:1.2em;
	color:rgba(21,21,21,1);
	margin:0;
	float:right;
	-webkit-transition:all .6s ease-in;
	-moz-transition:all .6s ease-in;
	-o-transition:all .6s ease-in;
	transition:all .6s ease-in
}
	#content #masterList .mainIndexTable li .arrow:hover,#content #masterList .mainIndexTable li .middleSection:hover~.arrow,#content #masterList .mainIndexTable li a.thumb:hover~.arrow,#content #masterList .mainIndexTableCat li .arrow:hover,#content #masterList .mainIndexTableCat li .middleSection:hover~.arrow,#content #masterList .mainIndexTableCat li a.thumb:hover~.arrow
{
	color:rgba(255,84,82,1);
	-webkit-transition:all .1s ease-out;
	-moz-transition:all .1s ease-out;
	-o-transition:all .1s ease-out;
	transition:all .1s ease-out
}
	#content #masterList .mainIndexTable li .date,#content #masterList .mainIndexTableCat li .date
{
	display:block;
	height:12px;
	width:94%;
	vertical-align:bottom;
	font-size:.6em;
	line-height:1.3em;
	color:rgba(102,102,102,1);
	padding:4px 3%;
	float:left
}
	#recordPageWrapper
{
	position:relative;
	display:block;
	height:50px;
	width:196px;
	margin:2px auto 2px 38%;
	float:left
}
	#recordPage td,#recordPageCat td
{
	text-align:right;
	vertical-align:top;
	padding:0 4px
}
	#recordPage td a,#recordPageCat td a
{
	display:block;
	padding:2px 8px 8px;
	border:rgba(0,0,0,1) thin solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	text-decoration:none;
	color:rgba(51,51,51,1);
	font-size:3em
}
	#recordPage td a:hover
{
	background-color:rgba(0,0,0,1);
	color:rgba(204,204,204,1)
}
	#showAll,#showAllCat
{
	display:block;
	width:80%;
	margin:4px auto;
	padding:4px 12px;
	border:rgba(0,0,0,1) thin solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	text-decoration:none;
	color:rgba(51,51,51,1);
	font-size:1.1em;
	text-align:center;
	font-weight:700
}
	#showAll:hover,#showAllCat:hover
{
	background-color:rgba(0,0,0,1);
	color:rgba(204,204,204,1)
}
	#content #rightWrapper
{
	display:none
}
	#content #socialMedia
{
	display:block;
	width:95%;
	height:26px;
	margin:4px 1% 8px;
	padding:0 1% 2px;
	border-top:rgba(223,223,223,1) thin solid;
	border-bottom:rgba(223,223,223,1) thin solid;
	float:left;
	overflow:hidden
}
	#content #socialMedia .fb-like
{
	display:block;
	float:left;
	top:-4px;
	max-width:136px;
	min-width:128px;
	height:20px;
	margin:4px 0;
	clear:none
}
	#content #socialMedia #twitter
{
	display:block;
	width:86px;
	height:20px;
	margin:4px 4px 4px 0;
	float:left
}
	#content #socialMedia #googlePlus
{
	display:block;
	width:72px;
	height:20px;
	margin:4px 0;
	float:left
}
	#content #socialMedia #googlePlus .g-plusone
{
	display:block;
	float:left
}
#content #socialMedia #reddit
{
	display:block;
	float:left;
	margin: 6px 2px 4px;
	height: 18px;
	width: 20px;
	padding: 0;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
}
#content #socialMedia #reddit img
{
	border: none;
}
	#content #socialMedia .addthis_toolbox
{
	display:inline-block;
	position:relative;
	height:20px;
	margin:4px 4px 4px 0;
	float:right
}
	#content #detailWrapper #title
{
	display:block;
	width:100%;
	text-align:center;
	float:left
}
	#content #detailWrapper #title h1
{
	margin-bottom:4px
}
	#content #detailWrapper #subtitle
{
	display:block;
	width:100%;
	text-align:center;
	color:rgba(41,41,41,1);
	float:left
}
	#content #detailWrapper #subtitle h2
{
	margin:0;
	font-weight:300;
	font-style:italic;
	font-size:18px
}
	#content #detailWrapper #authorDate
{
	display:block;
	width:94%;
	text-align:left;
	color:rgba(102,102,102,1);
	font-size:10px;
	margin:0 3%;
	float:left
}
	#content #detailWrapper #author
{
	display:inline;
	font-weight:500;
	float:left
}
	#content #detailWrapper #authorTitle
{
	display:none
}
	#content #detailWrapper #date
{
	display:inline;
	float:left
}
	#content #detailWrapper #image1
{
	display:block;
	width:100%;
	float:left
}
	#content #detailWrapper #image1 img
{
	display:block;
	width:96%;
	max-width:580px;
	margin:4px auto
}
	#content #detailWrapper #section1
{
	display:block;
	width:96%;
	padding:2px 2%;
	float:left;
	color: rgba(41,41,41,1)
}	
	#content #detailWrapper #section1 img
{
	display:block;
	max-width:98%;
	height: auto;
	margin:4px auto;
	float:left
}
#content #detailWrapper #section1 p, #content #detailWrapper #section2 p, #content #detailWrapper #introText p, #content #detailWrapper .feedText p
{
	display:block;
	width:96%;
	max-width:580px;
	margin:4px auto
}
/* ARTICLE LINKS =============================================================================== */
#content #detailWrapper a
{
	color: rgba(255,84,82,1);
	text-decoration: none;
}
#content #detailWrapper a.cc_title_link, #content #detailWrapper a.addthis_button_expanded
{
	color: rgba(0,0,0,1)
}
#content #detailWrapper a:hover
{
	color: rgba(102,102,102,1);
}
#content #detailWrapper span.__pl_active, body span.__pl_active
{
	color: rgba(41,41,41,1) !important;
	border-bottom: none;
}
/*#content #detailWrapper p span
{
	border-bottom: none;
}*/
body span {
	text-decoration: none !important;	
}
	#content #detailWrapper #image2
{
	display:block;
	width:100%;
	float:left
}
	#content #detailWrapper #image2 img
{
	display:block;
	width:96%;
	max-width:580px;
	margin:4px auto
}

	#content #detailWrapper img
{
	border:rgba(41,41,41,1) thin solid;
}
	#content #detailWrapper #videoEmbed
{
	display:block;
	width:100%;
	float:left
}
	#content #detailWrapper #videoEmbed iframe,#content #detailWrapper #videoEmbed object,#content #detailWrapper #videoEmbed>object:nth-child(1)>embed:nth-child(6)
{
	display:block;
	width:96%;
	max-width:580px;
	max-height:220px;
	margin:4px auto
}
	#content #detailWrapper #section2
{
	display:block;
	width:96%;
	padding:2px 2%;
	float:left;
	color: rgba(41,41,41,1)
}	
	#content #detailWrapper #section2 img
{
	display:block;
	max-width:98%;
	height: auto;
	margin:4px auto;
	float:left
}
	#content #detailWrapper #photo
{
	display:inline;
	width:90%;
	text-align:left;
	color:rgba(102,102,102,1);
	font-size:12px;
	margin:0 5%;
	float:left
}
	#content #detailWrapper #embed, #content #detailWrapper #embed_1, #content #detailWrapper #embed_2
{
	display:block;
	width:100%;
	text-align:center;
	float:left
}
	#content #detailWrapper #embed a,#content #detailWrapper #embed iframe,#content #detailWrapper #embed img,#content #detailWrapper #object, #content #detailWrapper #embed_1 a,#content #detailWrapper #embed_1 iframe,#content #detailWrapper #embed_1 img,#content #detailWrapper #embed_1 #object, #content #detailWrapper #embed_2 a,#content #detailWrapper #embed_2 iframe,#content #detailWrapper #embed_2 img,#content #detailWrapper #embed_2 #object
{
	max-width:300px;
	max-height:200px;
	text-decoration:none;
	display:block;
	margin:2px auto
}
	#content #detailWrapper #tags {
		display: block;
		width: 96%;
		margin: 2px 1%;
		padding: 0 1%;
		float: left;
		text-align: right;
		font-size: 12px;	
	}
		#content #detailWrapper #tags a {
		text-decoration: none;
		color: rgba(255,84,82,1);	
	}
		#content #detailWrapper #tags a:hover {
		color:rgba(0,0,0,1);	
	}
	/* NEW ARTICLES SECTION =============================== */
#content #detailWrapper article {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}
#content #detailWrapper article span.inlineSpace {
	display: none;
}
#content #detailWrapper article span.twitterUser {
	display: none;
	padding-left: 18px;
	background-image:url(../img/twitter-logo.png);
	background-repeat:no-repeat;
	background-position:center left
}
#content #detailWrapper article span.twitterUser a {
	color: rgba(0,0,0,1);
}
#content #detailWrapper article span.twitterUser a:hover {
	color: rgba(255,84,82,1);
}
#content #detailWrapper article section {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}
#content #detailWrapper article figure {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}
#content #detailWrapper article figure div {
	display: block;
	position: relative;
	clear: left;
	width: 98%;
	max-width: 598px;
	height: auto;
	margin: 4px auto;
}
#content #detailWrapper article figure div img {
	display: block;
	position: relative;
	clear: left;
	width: 100%;
	max-width: 596px;
	height: auto;
	margin-left: -1px;
}
#content #detailWrapper article div iframe {
	max-width: 100%;
}
#content #detailWrapper article figure div span {
	display: block;
	position: absolute;
	top: 0;
	right: 1px;
	width: auto;
	max-width: 100%;
	height: 14px;
	padding: 2px 6px;
	background-color: rgba(0,0,0,0.7);
	color: rgba(204,204,204,1); 
	font-size: 12px;
	line-height: 14px;
}
#content #detailWrapper article figure figcaption {
	display: block;
	position: relative;
	width: 96%;
	max-width: 580px;
	margin: 2px auto;
	padding: 2px 1%;
	height: auto;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	clear: both;
	border-bottom: rgba(153,153,153,1) thin solid;
}	
#content #detailWrapper article section
{
	display:block;
	width:96%;
	padding:2px 2%;
	float:left;
	color: rgba(41,41,41,1)
}
#content #detailWrapper article section p
{
	display:block;
	width:98%;
	padding:2px 1%;
	float:left;
	margin: 4px 0 18px;
	text-align: justify;
}
#content #detailWrapper article section ul, #content #detailWrapper article section ol
{
	display:block;
	width:98%;
	padding:2px 1%;
	float:left;
	margin: 4px 0 18px;
	text-align: justify;
	list-style-type: disc;
}
#content #detailWrapper article section ul li, #content #detailWrapper article section ol li
{
	display:block;
	width:89%;
	padding:2px 1% 2px 10%;
	float:left;
	margin: 4px 0;
}
#content #detailWrapper article section p:last-child
{
	margin: 4px 0 8px;
}
#content #detailWrapper article section p img
{
	width: 100%;
	max-width: 596px
}
article #mailList {
	display: block;
	width: 90%;
	height:auto;
	padding: 8px 2%;
	margin: 8px 3%;
	background-color: rgba(250,250,250,1);	
	float: left;
}
article #mailList h4 {
	display: block;
	width: 98%;
	height:auto;
	padding: 4px 1%;
	margin: 4px 0;
	text-align: center;
	color:rgba(38,39,33,1);	
}
article #mailList label {
	display: none	
}
article #mailList input {
	display: block;
	width: 90%;
	height:auto;
	padding: 3px 2%;
	margin: 6px 3%;
	background-color: rgba(250,250,250,1);	
	color:rgba(38,39,33,1);
	font-size:18px;
	-webkit-appearance:none;
	-moz-appearance: none;
    appearance:none;
	border:1px rgba(38,39,33,1) solid;
	float: left;
	box-shadow:none;
	-webkit-box-shadow:none;
    -moz-box-shadow:none;       
    outline: 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
article #mailList input:focus {
	outline:none
}
article #mailList input[type="submit"] {
	padding: 6px 0;
	background-color: rgba(255,84,82,1);
	color:rgba(38,39,33,1);
	border:none;
	margin: 8px 5%;
	cursor:pointer;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out	
}
article #mailList input[type="submit"]:hover {
	background-color:rgba(38,39,33,1);
	color:rgba(250,250,250,1)
}
/* NEW FEED SECTION ========================================= */
	
#content #detailWrapper article section.feedSection
{
	display:block;
	width:98%;
	padding: 4px 0;
	margin: 4px 1% 12px;
	border-bottom: rgba(204,204,204,1) thin solid;
}
#content #detailWrapper article section.feedSection:last-of-type
{
	border-bottom: none;
}
#content #moreWrapper
{
	display:block;
	width:100%;
	height:30px;
	margin:4px auto 12px;
	padding:4px 0;
	float:left;
}
#content #detailWrapper a#moreFeeds
{
	display:block;
	width:300px;
	height:22px;
	margin:4px auto;
	padding:4px;
	text-decoration:none;
	text-align:center;
	color:rgba(0,0,0,1);
	border:rgba(0,0,0,1) thin solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
}	
	#content #detailWrapper a#moreFeeds:hover
{
	background-color:rgba(0,0,0,1);
	color:rgba(204,204,204,1)
}
img.lazy {
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
}
img.lazy.loaded {
  opacity: 1;
}
.no-js .lazy {
	display: none;	
}
	#content #backTopWrapper a#backTop
{
	display:block;
	width:90%;
	height:22px;
	margin:4px 4%;
	padding:4px 1%;
	text-decoration:none;
	text-align:center;
	color:rgba(255,84,82,1);
	border:rgba(38,39,33,1) thin solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	float:left
}
	#content #backTopWrapper a#backTop:hover
{
	background-color:rgba(38,39,33,1);
}
	#content #detailWrapper #fbWrapper
{
	display:block;
	width:96%;
	padding:1%;
	margin:2px 1% 6px;
	border-top:rgba(102,102,102,1) thin solid;
	border-bottom:rgba(153,153,153,1) thin solid;
	float:left
}
	#content #detailWrapper #feedImage
{
	display:block;
	width:100%;
	float:left
}
	#content #detailWrapper #feedImage img
{
	display:block;
	width:96%;
	max-width:580px;
	margin:4px auto
}
	#content #detailWrapper #introText
{
	display:block;
	width:96%;
	padding:2px 2%;
	float:left
}
	#content #detailWrapper .feedTitle
{
	width:92%;
	padding:4px 1%;
	margin:-12px 2% 0;
	float:left
}
	#content #detailWrapper .feedImage
{
	display:block;
	width:100%;
	float:left
}
	#content #detailWrapper .feedImage img
{
	display:block;
	width:96%;
	max-width:580px;
	margin:4px auto
}
	#content #detailWrapper .feedCredit
{
	display:block;
	width:90%;
	padding:2px 5%;
	font-size:12px;
	font-style:italic;
	color:rgba(153,153,153,1);
	float:left
}
	#content #detailWrapper .feedText
{
	display:block;
	width:96%;
	padding:2px 2%;
	float:left
}
#content #detailWrapper .pageNav
{
	display:block;
	width:96%;
	margin:8px 2%;
	float:left;
}
#content #detailWrapper .pageNavTop
{
	display:block;
	width:96%;
	margin:0px 2%;
	float:left;
}

#content #detailWrapper .pageNav a, #content #detailWrapper .pageNavTop a
{
	display:inline;
	padding: 0px 8px;
	margin: 2px 4px;
	text-decoration:none;
	font-style: italic;
	font-weight: bold;
	color:rgba(0,0,0,1);
	border:rgba(0,0,0,1) thin solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	
}
#content #detailWrapper .pageNav a:hover, #content #detailWrapper .pageNavTop a:hover
{
	background-color:rgba(0,0,0,1);
	color:rgba(204,204,204,1)
	
}
#content #detailWrapper .pageNav a span, #content #detailWrapper .pageNavTop a span
{
	font-size: 22px;
	padding: 0 2px;
	
}
#content #detailWrapper a.firstPage, #content #detailWrapper a.prevPage
{
	float: left
	}
#content #detailWrapper a.nextPage, #content #detailWrapper a.end
{
	float: right
	}

	#footer #footerLeft li,#footer #footerRight li
{
	display:none;
	width:90%;
	margin:2px auto;
	text-align:center
}
	#footer #footerLeft li a,#footer #footerRight li a
{
	text-decoration:none;
	color:rgba(51,51,51,1)
}
	#footer #footerLeft li a:hover,#footer #footerRight li a:hover
{
	color:rgba(255,84,82,1)
}
	p#copy
{
	display:none;
	float:left;
	width:100%;
	max-width:960px;
	margin:0 auto;
	position:relative;
	text-align:center;
	font-size:small;
	background-color:rgba(255,255,255,.5)
}
	p#copy a
{
	color:rgba(255,84,82,1);
	text-decoration:none
}
	p#copy a:hover
{
	color:rgba(51,51,51,1)
}
	p#copy .copyright
{
	float:none
}
	p#copy .allRights
{
	display:block;
	padding-bottom: 48px;
}
	#homePageFull,#indexFullList
{
	display:none
}
	#content #indexMobList ul
{
	width:100%;
	float:left;
	position:relative;
	padding:8px 0 2px;
	border-bottom:none
}
	#content #indexMobList h3
{
	display:block;
	width:92%;
	float:left;
	margin:4px 2% 4px;
	padding:1px 2%;
	font-size:28px;
	color:rgba(250,250,250,1);
	background-color:rgba(38,39,33,1);
	font-family: 'Open Sans Condensed', sans-serif;
}
	#content #indexMobList h3 .lightText
{
	color:rgba(255,84,82,1);
}
	#content #indexMobList li .subTitle
{
	display:none
}
	#content #indexMobList
{
	width:100%;
	float:left;
	position:relative
}
	#content #indexMobList li
{
	position:relative;
	display:block;
	width:100%;
	height:88px;
	margin:4px 0;
	float:left;
	background-color:rgba(250,250,250,1);
	border-bottom:rgba(204,204,204,1) thin solid;
	border-radius:0 0 0 5px;
	-moz-border-radius:0 0 0 5px;
	-ms-border-radius:0 0 0 5px;
	-webkit-border-radius:0 0 0 5px;
	-o-border-radius:0 0 0 5px
}
	#content #indexMobList li a
{
	text-decoration:none
}
	#content #indexMobList li a.thumb
{
	display:block;
	width:80px;
	height:80px;
	margin:4px;
	padding-left:0;
	float:left;
	overflow:hidden;
	border-radius:0 0 0 5px;
	-moz-border-radius:0 0 0 5px;
	-ms-border-radius:0 0 0 5px;
	-webkit-border-radius:0 0 0 5px;
	-o-border-radius:0 0 0 5px
}
	#content #indexMobList li a.thumb img
{
	height:100%;
	max-height:80px
}
	#content #indexMobList li .middleSection
{
	height:88px;
	width:65%;
	padding:0;
	line-height:20px;
	font-weight:600;
	float:left
}
	#content #indexMobList li span.titleWrapper
{
	display:block;
	height:60px;
	width:96%;
	padding:4px 2%;
	font-size:16px;
	color:rgba(21,21,21,1);
	overflow:hidden;
	float:left
}
	#content #indexMobList li .arrow
{
	display:block;
	width:22px;
	height:88px;
	font-size:4em;
	line-height:1.2em;
	color:rgba(21,21,21,1);
	margin:0;
	float:right;
	-webkit-transition:all .6s ease-in;
	-moz-transition:all .6s ease-in;
	-o-transition:all .6s ease-in;
	transition:all .6s ease-in
}
	#content #indexMobList li .arrow:hover,#content #indexMobList li .middleSection:hover~.arrow,#content #indexMobList li a.thumb:hover~.arrow
{
	color:rgba(255,84,82,1);
	-webkit-transition:all .1s ease-out;
	-moz-transition:all .1s ease-out;
	-o-transition:all .1s ease-out;
	transition:all .1s ease-out
}
	#content #indexMobList li .date
{
	display:block;
	height:12px;
	width:94%;
	vertical-align:bottom;
	font-size:.6em;
	line-height:1.3em;
	color:rgba(102,102,102,1);
	padding:4px 3%;
	float:left
}
	#content #indexMobList span.view
{
	display:block;
	float:left;
	width:100%;
	height:32px;
	margin-bottom: 6px
}
	#content #indexMobList a.viewAllButton, #homePopular a.viewMore
{
	display:block;
	width:60%;
	height:24px;
	max-width:200px;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	color:rgba(255,84,82,1);
	margin:4px auto;
	padding:2px;
	border:rgba(38,39,33,1) thin solid;
	text-transform: uppercase;
	clear:both;
}
	#content #indexMobList a.viewAllButton:hover, #homePopular a.viewMore:hover
{
	background-color:rgba(38,39,33,1);
	color:rgba(250,250,250,1)
}
	#content #mobSocialButtons
{
	display:block;
	width:210px;
	height: 50px;
	clear:left;
	padding:4px 0;
	margin:8px auto;
}
	#content #mobSocialButtons a
{
	display: block;
	float:left;
	color:rgba(255,84,82,1);
	font-size: 42px;
	text-align:center;
	text-decoration:none;
	height: 40px;
	width: 40px;
	padding:5px;
	margin:0 10px;
}
	#content #mobSocialButtons a:hover
{
	color:rgba(38,39,33,1);
}
	h4.results
{
	display:block;
	float:left;
	width:92%;
	margin:2px 1%;
	padding:2px 2%;
	border-top:rgba(0,0,0,1) medium solid
}

#aboutLinks {
	display:none;
}
/*TABOOLA ============================== */
#taboola {
	display: block;
	float: left;
	width: 96%;
	height: auto;
	margin: 2px 2%;	
}
/*VIAGOGO ================================= */
div#viaIndex {
	display: block;
	float: left;
	width: 98%;
	height: auto;
	margin: 2px 1%;	
}
div#viaMusic {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 2px 0;	
}
div#viaMusic iframe, div#viaIndex iframe {
	display: block;
	float: left;
	width: 100%;
	height: 350px;
	margin: 0;	
}
/*FACEBOOK LIKE OVERLAY =================== */
#faceBox {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#faceBoxClose {
width:100%;
height:100%;
}
#likeNN {
background: rgba(0,0,0,1);
width:320px;
height:170px;
position:absolute;
top:50%;
left:50%;
margin:-135px 0 0 -160px;
}
#likeNN  #likeText {
	display: block;
	position: relative;
	width: 100%;	
	margin-top: 10px;
	color: rgba(255,255,255,1);
}
#likeNN  #likeText .likeText {
	display: block;
	position: relative;
	width: 100%;
	font-size: 20px
}
#likeNN  #likeText .likeText2 {
	font-size: 22px;
}
#likeNN  #closeCross {
float:right;
cursor:pointer;
background-color: transparent;
height:40px;
width:40px;
position:absolute;
top: 0;
right: 0;
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
transform:rotate(45deg);
}
#closeCross:hover {
	-webkit-animation:rotateCross 1s ease-in-out reverse;
	-moz-animation:rotateCross 1s ease-in-out reverse;
	-ms-animation:rotateCross 1s ease-in-out reverse;
	-o-animation:rotateCross 1s ease-in-out reverse;
	animation:rotateCross 1s ease-in-out reverse;
	}
#closeCross span#cross1 {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 4px;
margin-top: -2px;
background-color: rgba(255,255,255,1);
}
#closeCross span#cross2 {
position: absolute;
top: 0;
left: 50%;
width: 4px;
height: 100%;
margin-left: -2px;
background-color: rgba(255,255,255,1);
}

#content #mastWrapper {
	display: none;
}
/* NOT FOUND PAGE ================================== */
#content #pageSearchWrapper {
		display: block;
		width:98%;
		height: auto;
		margin: 4px 1%;
		float: left;
}
#content #pageSearchWrapper p {
		display: block;
		width:98%;
		height: auto;
		padding: 8px 1%;
		float: left;
		text-align: center;
}

#content #pageSearchWrapper form {
		display: block;
		width:98%;
		height: auto;
		margin: 8px 1%;
		float: left;
}
#content #pageSearchWrapper form input {
		display: block;
		width:90%;
		height: 40px;
		margin: 8px auto;
    	padding: 4px 4%;
   		font-size:0.85em;
    	outline:none;
    	font-family:inherit; 
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
	 	border: rgba(51,51,51,1) 1px solid;
	 	border-top: rgba(51,51,51,1) 2px solid;
		background:rgba(255,255,255,1) url(../img/search.png) no-repeat scroll right center;
		background-size:contain;
}
#content #pageSearchWrapper form button {
		display: block;
		width:60%;
		height: 24px;
		margin: 8px 20%;
    	padding: 2px 4px;
   		font-size:0.85em;
    	outline:none;
    	font-family:inherit; 
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
	 	border: rgba(51,51,51,1) 1px solid;
		background-color: rgba(204,204,204,1);
		color: rgba(0,0,0,1);
		cursor: pointer;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out
}
#content #pageSearchWrapper form button:hover {
		background-color: rgba(0,0,0,1);
		color: rgba(204,204,204,1);
}
#content #pageSearchWrapper img {
		display: block;
		width: 98%;
		max-width: 404px;
		height: auto;
		margin: 8px auto;
}
/* RADIO PAGES =========================== */
audio {
	display: block;
	width: 98%;
	float: left;
	margin:0;
	padding: 0 1%;	
	position: fixed;
	bottom:0;
	left:0;
	z-index: 999999999999999;
	background-color:rgba(0,0,0,0.5);
}/* RICHIE HOME PAGE LINK ================== */
a#richieAMob {
	display: block;
	position: relative;
	float:left;
	width: 100%;
	height: 64px;	
	margin: 4px 0;
	color: rgba(255,255,255,1);
	background-color:rgba(0,0,0,1);
}
a#richieAMob span.rMainText {
	display: block;
	float:left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 22px;	
}
a#richieAMob span.rSubText {
	display: block;
	float:left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;	
}

a#richieAMob span.rTop {
	display: block;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 4px;
	background-color:rgba(0,0,0,1);	
}
a#richieAMob span.rRight {
	display: block;
	position:absolute;
	top:0;
	right:0;
	width: 4px;
	height: 100%;
	background-color:rgba(0,0,0,1);	
}
a#richieAMob span.rBottom {
	display: block;
	position:absolute;
	bottom:0;
	right:0;
	width: 100%;
	height: 4px;
	background-color:rgba(0,0,0,1);	
}
a#richieAMob span.rLeft {
	display: block;
	position:absolute;
	bottom:0;
	left:0;
	width: 4px;
	height: 100%;
	background-color:rgba(0,0,0,1);	
}
a#richieAMob:hover {
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
}
/* BOTTOM BAR - PREV/NEXT ===================== */
#bottomBar {
	display:block;
	position: fixed;
	bottom:0;
	right:0;
	left:0;
	height:36px;
	width:100%;
	background-color:rgba(38,39,33,0.9);
	float:left;	
	z-index: 99999999;
}
#bottomBar a, #bottomBar div {
	display:block;
	position: absolute;
	top:2px;
	height:26px;
	width:58px;
	padding: 2px 6px;
	font-size:18px;
	color:rgba(245,245,245,1);
	cursor:pointer
}
#bottomBar a.prevLink {
	left: 10px;
	text-align:left;
}
#bottomBar a.nextLink {
	right: 10px;
	text-align:right
}

#bottomBar #bookmarkme {
	width:136px;
	left:0;
	right:0;
	margin: 0 auto;
	padding: 2px 0px;
	text-align:center
}
/* FACEBOOK PAGE LIKE BOX ======================= */
#faceLike {
	display: block;
	width: 98%;
	max-width: 340px;
	margin: 4px auto;
	height: 70px;
	border:none;
	overflow:hidden
}
	@media print
{
	*
{
	background:transparent!important;
	color:#000!important;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
	text-shadow:none!important;
	filter:none!important;
	-ms-filter:none!important
}
	h2,h3
{
	orphans:3;
	widows:3;
	page-break-after:avoid
}
	p
{
	orphans:3;
	widows:3
}
	blockquote,pre
{
	border:1px solid gray;
	page-break-inside:avoid
}
	abbr[title]:after
{
	content:" (" attr(title) ")"
}
	a,a:visited
{
	text-decoration:underline
}
	a[href]:after
{
	content:" (" attr(href) ")"
}
	a[href^="javascript:"]:after,a[href^="#"]:after
{
	content:""
}
	img
{
	max-width:100%!important;
	page-break-inside:avoid
}
	thead
{
	display:table-header-group
}
	tr
{
	page-break-inside:avoid
}

}
@media only screen and (min-width:360px)
{
/* SHARE BUTTONS =================================== */
#shareButtons {
	width: 256px;
	margin-left: -128px;	
}
#shareButtons a {
	margin: 10px 0 10px 6px;	
}
#shareButtons a.fb-share-button {	
	width: 64px
}
#shareButtons a.fb-share-button .shareText {	
	display:inline;
	font-size:12px
}
}
	@media only screen and (min-width:480px)
{
	#content #detailWrapper #authorDate
{
	font-size:12px
}
	#content #masterList .mainIndexTable li .arrow,#content #masterList .mainIndexTableCat li .arrow
{
	width:40px;
	font-size:5em;
	line-height:1em
}
	#content #masterList .mainIndexTable li .middleSection,#content #masterList .mainIndexTableCat li .middleSection
{
	width:73%
}
	#content #detailWrapper #embed a,#content #detailWrapper #embed iframe,#content #detailWrapper #embed img,#content #detailWrapper #object, #content #detailWrapper #embed_1 a,#content #detailWrapper #embed_1 iframe,#content #detailWrapper #embed_1 img,#content #detailWrapper #embed_1 #object, #content #detailWrapper #embed_2 a,#content #detailWrapper #embed_2 iframe,#content #detailWrapper #embed_2 img,#content #detailWrapper #embed_2 #object
{
	max-width:460px;
	max-height:280px
}
	#content #detailWrapper #videoEmbed iframe,#content #detailWrapper #videoEmbed object,#content #detailWrapper #videoEmbed>object:nth-child(1)>embed:nth-child(6)
{
	max-height:280px
}
	#content #indexMobList li .arrow
{
	width:40px;
	font-size:5em;
	line-height:1em
}
	#content #indexMobList li .middleSection
{
	width:73%
}

}
	@media only screen and (min-width:600px)
{
.notMob
{
	display:inherit
}
	#content #detailWrapper #embed a,#content #detailWrapper #embed iframe,#content #detailWrapper #embed img,#content #detailWrapper #object, #content #detailWrapper #embed_1 a,#content #detailWrapper #embed_1 iframe,#content #detailWrapper #embed_1 img,#content #detailWrapper #embed_1 #object, #content #detailWrapper #embed_2 a,#content #detailWrapper #embed_2 iframe,#content #detailWrapper #embed_2 img,#content #detailWrapper #embed_2 #object
{
	width:96%;
	max-width:580px;
	max-height:320px
}
	#content #detailWrapper #videoEmbed iframe,#content #detailWrapper #videoEmbed object,#content #detailWrapper #videoEmbed>object:nth-child(1)>embed:nth-child(6)
{
	max-height:320px
}
	#content #masterList .mainIndexTable li .arrow,#content #masterList .mainIndexTableCat li .arrow
{
	width:64px;
	font-size:6em;
	line-height:.8em;
	padding-left:8px
}
	#content #masterList .mainIndexTable li span.titleWrapper,#content #masterList .mainIndexTableCat li span.titleWrapper
{
	height:42px
}
	#content #masterList .mainIndexTable li .subTitle,#content #masterList .mainIndexTableCat li .subTitle
{
	height:18px;
	display:block;
	font-size:14px;
	line-height:16px;
	font-style:italic;
	font-weight:300;
	color:rgba(51,51,51,1);
	width:96%;
	padding-left:4%;
	overflow:hidden
}
	#content #indexMobList li .arrow
{
	width:64px;
	font-size:6em;
	line-height:.8em;
	padding-left:8px
}
	#content #indexMobList li span.titleWrapper
{
	height:42px
}
	#content #indexMobList li .subTitle
{
	height:18px;
	display:block;
	font-size:14px;
	line-height:16px;
	font-style:italic;
	font-weight:300;
	color:rgba(51,51,51,1);
	width:96%;
	padding-left:4%;
	overflow:hidden
}

}
	@media only screen and (min-width:768px)
{
	
#topAdvertMob {
	display: none	
}
#bottomAdvertTab {
	display: block;
	width: 728px;
	height: 90px;
	margin: 8px auto;	
}
/* MASTHEAD SCRIPT ========================== */
#content #mastWrapper {
	display: block;	
	width: 100%;
	float: left;
}
#content #mastWrapper #masthead {
	display: block;	
	position: relative;
	width: 728px;
	max-height: 250px;
	margin: 8px auto;
	overflow: hidden;
}
#content #mastWrapper #masthead div, #content #mastWrapper #masthead iframe, #content #mastWrapper #masthead img, #content #mastWrapper #masthead a {
	display: block;	
	width: 728ppx !important;
	/* height: 250px; */
	margin: 0 auto;
	padding: 0;
}
	#content #mobSocialButtons,#indexMobList
{
	display:none
}
#indexMobList.related
{
	display:block
}
	#homePageFull,#page #content #indexFullList
{
	display:block;
	width:100%;
	float:left
}
.tabOnly
{
	display:inherit
}
.mobOnly
{
	display:none
}
	html
{
	background-color:rgba(255,255,255,1);

}
	body
{
	width:100%;
	height:100%;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.5em;
	color:#000;
	padding-top: 0px;
}
	#page
{
	max-width:960px;
	padding-top:0px;
	margin:0 auto;
	background-color:rgba(255,255,255,1);
	float:none;
	position:relative;
	padding-top:0px;
	margin-top:71px;
}
#topBar {
	display: block;
	width: 100%;
	height: 30px;
	float: left;
	position: fixed;
	top:0;
	left:0;
	z-index:99999999998;
	background-color: rgba(255,84,82,1);	
}
#shareButtons {
	z-index:99999;
	top:26px;	
}
#topBar .topCopy {
	position: fixed;
	top:4px;
	left:8px;
	color:rgba(38,39,33,1);
	font-size: 0.7em;
	text-transform: uppercase;
}

#supportBtn {
	display:block;
	width: 100px;
	height: 24px;
	position:fixed;
	top:3px;
	left: 100px;
	text-align:center;
	text-decoration:none;
	line-height: 24px;
	color: rgba(255,84,82,1);
	background-color:rgba(250,250,250,1);
	border-radius:3px;
	z-index:99999999998;
}
#supportBtn:hover {
	background-color:rgba(38,39,33,1);
}
#topBar #barContainer 
{
	display:block;
	position:relative;
	top:0;
	width:100%;
	max-width:960px;
	height:30px;
	margin:0 auto;
	padding:0;
	float: none;
}
#topBar #barContainer #topSearch
{
	display:block;
	position:relative;
	top:0;
	width:auto;
	height:19px;
	margin:5px 4px;
	padding:0;
	float: right;
	color: rgba(38,39,33,1);
	border-bottom:rgba(255,84,82,1) thin solid;
}
#topBar #barContainer #topSearch input#mainSearch
{
	display:block;
	float: left;
	height: 18px;
	border: none !important;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	line-height: 18px;
	color: rgba(38,39,33,1);
	background-image:url(../img/search.png);
	background-repeat: no-repeat;
	background-position: 97%;
	background-size: contain;
	background-color: transparent;
	margin: 0px;
	padding: 0;
}
#topBar #barContainer #topSearch input#mainSearch:focus
{
	outline:0;
}
#topBar #barContainer #topSearch.focus
{
	border-bottom: rgba(38,39,33,1) thin solid;
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	transition:all 200ms ease-in-out
}
#topBar #topSocial {
	display: block;
	height: 20px;
	width:200px;
	margin: 3px 20px 7px;
	float: right;
}
#topBar #topSocial ul {
	display: block;
	height: 20px;
	width:200px;
	float: left;
	list-style: none;
}
#topBar #topSocial ul li {
	display: block;
	height: 18px;
	padding-top:2px;
	width:40px;
	float: left;
	text-align: center;
}
#topBar #topSocial ul li a {
	text-decoration: none;
	color:rgba(38,39,33,1);
	line-height: 14px;
	font-size: 18px;
}
#topBar #topSocial ul li a:hover {
	color:rgba(250,250,250,1)
}
#headerWrapper {
	display: block;
	width: 100%;
	height: 42px;
	float: left;
	position: fixed;
	top:30px;
	left:0;
	z-index: 99999;
	background-color: rgba(38,39,33,1);	
	border-bottom: rgba(0,0,0,1) thin solid;
}
	#headerWrapper #header
{
	display:block;
	position:relative;
	top:0;
	background-color:rgba(38,39,33,1);
	width:100%;
	max-width:960px;
	height:40px;
	margin:0 auto;
	padding:2px 0 0;
	float: none;
}
	#header a#headerLogo
{
	display:block;
	width:127px;
	height:38px;
	margin:0px 0 0 4px;
	background-image:url(../img/newLogo.png);
	/*background-position:center;
	background-repeat:no-repeat;
	background-size:68px 22px;*/
	float:left;
	opacity: 1;
}
#header a#headerLogo:hover
{
	opacity: 0.8;
}
#adsMpu div#mpuAdvertDesk2
{
	display:block
}
	#topAdvertTab
{ display: none;
	width:72%;
	height:auto;
	margin:4px auto;
	float:left
}
	#topAdvertTab iframe,#topAdvertTab object
{display: none;
	width:100%;
	margin:0 auto
}
	#mpuAdvertTab, #mpuAdvertTab2
{
	display:block;
	width:100%;
	height:auto;
	max-height: 220px;
	margin:8px auto 8px;
	float:left
}
	#mpuAdvertTab iframe, #mpuAdvertTab div,#mpuAdvertTab object
{
	display:block;
	width:250px;
	margin:0 auto
}
	#adsBottom
{
	display:block;
	width:100%;
	height:90px;
	margin:8px 0;
	float:left;
	overflow:hidden;
}
	#adsBottom iframe,#adsBottom object
{
	display:block;
	width:728px;
	height: 90px;
	margin:0px
}
	#header a#backButton
{
	display:none
}
	#header #menuTrigger {
		top: 30px;
		color: rgba(250,250,250,1);	
	}
	#page #header #mainNav
{
	position:relative;
	display:none;
	width:82%;
	margin:0 4px 4px 0;
	height:28px;
	padding: 5px 0;
	float:left;
}
	#page #header #mainNav li
{
	display:block;
	float: right;
}


	#page #header #mainNav li a
{
	display:block;
	padding:2px 3px 0;
	border-right:rgba(38,39,33,1) thin solid;
	border-left:rgba(38,39,33,1) thin solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	text-decoration:none;
	color:rgba(250,250,250,1);
	font-weight:700;
	font-size: 14px;
	margin-left:3px;
}
#page #header #mainNav li a#mainHome {
	margin-left: 0px;	
}
	#page #header #mainNav li a:hover
{
	border-right:rgba(255,84,82,1) thin solid;
	border-left:rgba(255,84,82,1) thin solid;
	color:rgba(255,84,82,1)
}
	#page #header #mainNav ul li ul li a
{
	color:rgba(51,51,51,1);
	font-size:14px
}
	#page #header #mainNav form#mainSearchForm
{
	display:inline-block;
	width:20%;
	height:26px;
	background-color:rgba(20,20,20,1);
	position:absolute;
	right:0;
	top:0;
	padding:2px 4px 1px;
	border-radius:5px 0 0;
	-moz-border-radius:5px 0 0;
	-ms-border-radius:5px 0 0;
	-webkit-border-radius:5px 0 0;
	-o-border-radius:5px 0 0
}
	#page #header #mainNav form#mainSearchForm #mainSeach
{
	position:relative;
	display:inline-block;
	float:left
}
	#page #header #mainNav form#mainSearchForm input[type=search]
{
	padding:2px 4px;
	font-family:Raleway,sans-serif;
	font-size:14px;
	border:1px solid rgba(204,204,204,1);
	background:rgba(255,255,255,1) url(../img/search.png) no-repeat scroll right center;
	background-size:contain;
	line-height:1em;
	color:rgba(255,84,82,1);
	margin:1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	width:94%;
	max-width:160px
}
	#page #header #mainNav form#mainSearchForm #mainSearchBtn
{
	display:none
}
.dropit {
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    left: 0; /* dropdown left or right */
    z-index: 1000;
    display: none;
    min-width: 50px;
    list-style: none;
	padding: 0;
	margin: 1px 0;
	float: left;
	clear: left;
}
.dropit .dropit-submenu li {
	diplay: block;
	min-width: 150px;
}
.dropit .dropit-submenu li a {
	background-color: rgba(255,255,255,0.97);
}
.dropit .dropit-open .dropit-submenu { display: block; }
	#page #content
{
	width:100%;
	float:left
}
	#content #masterList h1
{
	display:block;
	height:38px;
	width:90%;
	text-align:center;
	font-size:28px;
	line-height:36px;
	margin:10px 3% 6px 7%;
	border-top:medium rgba(0,0,0,1) solid;
	border-bottom:thin rgba(0,0,0,1) solid
}
	#content #masterList
{
	width:64%;
	max-width:640px;
	float:left;
	position:relative
}
	#content #masterList .mainIndexTable li,#content #masterList .mainIndexTableCat li
{
	height:108px
}
	#content #masterList .mainIndexTable li .middleSection,#content #masterList .mainIndexTableCat li .middleSection
{
	height:108px;
	width:72%
}
	#content #masterList .mainIndexTable li a.thumb,#content #masterList .mainIndexTableCat li a.thumb
{
	height:100px;
	width:100px
}
	#content #masterList .mainIndexTable li a.thumb img,#content #masterList .mainIndexTableCat li a.thumb img
{
	max-height:100px
}
	#content #masterList .mainIndexTable li span.titleWrapper,#content #masterList .mainIndexTableCat li span.titleWrapper
{
	width:97%;
	height:48px;
	padding:6px 4px 2px 6px;
	line-height:24px;
	font-weight:700
}
	#content #masterList .mainIndexTable li .subTitle,#content #masterList .mainIndexTableCat li .subTitle
{
	height:34px
}
	#content #masterList .mainIndexTable li .date,#content #masterList .mainIndexTableCat li .date
{
	height:10px
}
	#content #masterList .mainIndexTable li .arrow,#content #masterList .mainIndexTableCat li .arrow
{
	width:28px;
	height:108px;
	font-size:5em;
	line-height:1.1em;
	padding-left:0
}
	#page #content #detailWrapper
{
	width:66%;
	max-width:640px;
	float:left;
	position:relative
}
	#content #detailWrapper #fbWrapper
{
	display:block;
	width:95%;
	padding:12px 1%;
	margin:8px 2% 8px 1%;
	float:left
}
	#content #detailWrapper #authorTitle
{
	display:inline;
	font-style:italic;
	float:left
}
#content #detailWrapper article span.twitterUser {
	display: inline;
}
#content #detailWrapper article span.inlineSpace {
	display: inline;
}
	#content #rightWrapper
{
	position:relative;
	display:block;
	width:33.8%;
	height:auto;
	margin:2px 0;
	float:right
}
#content #rightWrapper #rightSearch, #content #rightHome #rightSearch
{
	display:block;
	width:92%;
	float:left;
	margin:8px 4% 8px 4%;
	padding:0;
	font-size:24px;
	border-top:medium rgba(0,0,0,1) solid;
	border-bottom:thin rgba(0,0,0,1) solid
}
#content #rightWrapper #rightSearch input#mainSearch, #content #rightHome #rightSearch input#mainSearch {
	display: block;
	width: 96%;
	height: 100%;
	margin: 0;
	padding: 2px 2%;
	border: none;
	font-size: 20px;
	font-family:Raleway,sans-serif;
	color: rgba(0,0,0,1);
	background-image:url(../img/search.png);
	background-repeat: no-repeat;
	background-position: 97%;
	background-size: contain;
}
#content #rightWrapper #rightSearch input#mainSearch:focus, #content #rightHome #rightSearch input#mainSearch:focus {
	outline:none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
	#latestFeatures h3,#moreStuff h3, #viaMusic h3, #related h3, #rightWrapper .h3, #homeSocial .h3, #homeSocial h3
{
	display:block;
	width:88%;
	float:left;
	margin:0 3% 8px;
	padding:1px 3%;
	font-size:24px;
	background-color:rgba(38,39,33,1);
	color:rgba(250,250,250,1)
}
#homeSocial .h3 span.NN, #homeSocial h3 span.NN
{
	font-size:24px;
	color:rgba(250,250,250,0);
	padding: 0 3px;
}
#latestFeatures h3 .lightText, #moreStuff h3 .lightText, #viaMusic h3 .lightText, #related h3 .lightText, #rightWrapper .h3 .lightText {
	color: rgba(255,84,82,1)
}
	#content #rightWrapper table
{
	float:left;
	display:block;
	width:100%
}
	#rightWrapper table td a
{
	display:block;
	padding:0;
	text-decoration:none;
	color:rgba(0,0,0,1);
	height:100%;
	width:98%;
	float:left
}
	#content #rightWrapper .rightThumbWrapper
{
	display:block;
	height:80px;
	width:80px;
	overflow:hidden;
	float:left
}
	#content #rightWrapper .rightThumbWrapper .rightThumb
{
	height:80px
}
	#content #rightWrapper td
{
	vertical-align:top
}
	#content #rightWrapper .rightTitle
{
	display:block;
	width:84.5%;
	height:60px;
	padding:2px 6px;
	overflow:hidden;
	font-size:14px;
	line-height:20px;
	float:left
}
	#content #rightWrapper .rightDate
{
	display:block;
	width:158px;
	height:16px;
	padding:1px 6px;
	font-size:12px;
	line-height:14px;
	color:rgba(51,51,51,1);
	float:left
}
	#content #rightWrapper #latestFeatures,#content #rightWrapper #moreStuff,#content #rightWrapper #related
{
	display:block;
	width:96%;
	margin:2px 1% 2px 3%;
	padding-top:4px;
	float:left
}
#content #rightWrapper #taboola-right-rail-thumbs-mix {
		display:block;
	width:96%;
	margin:2px auto;
	padding-top:4px;
	float:left;
}
#content #rightWrapper #twitter-widget-1 {
	padding-left: 8px !important;
	width: 95% !important;
}
	#page #backTopWrapper
{
	display:block;
	width:100%;
	float:left
}
	#footer
{
	float:left;
	display:block;
	width:96%;
	margin:4px 2%;
	padding:8px 0;
	border-top:rgba(255,84,82,1) 12px solid
}
	#homePageFull a
{
	color:rgba(0,0,0,1);
	text-decoration:none
}
	#homePageFull a:hover, 
	#homePageFull .lightText
{
	color:rgba(255,84,82,1)
}
/* HEADLINE BLOCK ====================================== */
#page #headline {
	display: block;
	width: 100%;
	max-width: 980px;
	height: auto;
	position:relative;
	margin: 40px auto;	
}
#page #headline .headlineContainer {
	display: block;
	width: 23%;
	height: auto;
	position:relative;
	margin: 4px 0;	
	padding: 4px 1%;
	float: left;
	background-color:rgba(250,250,250,1)
}
#page #headline .headlineContainer .headlineBlock {
	display: block;
	width: 100%;
	height: 400px;
	position:relative;
	margin: 4px 0;	
	overflow:hidden;
}
#page #headline .headlineContainer .headlineBlock .bottomFade {
	display: block;
	width: 100%;
	height: 60px;
	position:absolute;
	left:0;
	bottom:0;
	background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,0.5) 10%, rgba(250,250,250,1) 90%);
	background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%,rgba(250,250,250,0.5) 10%,rgba(250,250,250,1) 90%);
	background: linear-gradient(to bottom, rgba(250,250,250,0) 0%,rgba(250,250,250,0.5) 10%,rgba(250,250,250,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
#page #headline .headlineContainer .headlineBlock .blockDate {
	display: block;
	width: 100%;
	height: 20px;
	position:relative;
	padding: 1px 0;	
}
#page #headline .headlineContainer .headlineBlock .blockDate .topDate {	
	text-align: left;
	font-size: 12px;
	color:rgba(102,102,102,1)
}
#page #headline .headlineContainer .headlineBlock .blockDate a {	
	position:absolute;
	right:0;
	font-size:11px;
	font-weight: bold;
	color:rgba(255,84,82,1)
}
#page #headline .headlineContainer .headlineBlock .blockDate a:hover {	
	color:rgba(38,39,33,1)
}
#page #headline .headlineContainer .headlineBlock a.headlineImg {
	display: block;
	width: 100%;
	height: 0;	
	position:relative;
	padding: 0 0 60% 0;	
	overflow:hidden;
}
#page #headline .headlineContainer .headlineBlock a.headlineImg img:hover {
	cursor: pointer
}
#page #headline .headlineContainer .headlineBlock a.headlineImg img {
	display: block;
	width: 100%;
	min-height:100%;
	height: auto;
	position:absolute;
	padding: 0;	
	cursor: pointer
}
#page #headline .headlineContainer .headlineBlock .headlineAuthor {
	display: block;
	width: 96%;
	height: 16px;	
	font-size: 12px;
	color:rgba(102,102,102,1);
	padding: 0 2%;
}
#page #headline .headlineContainer .headlineBlock h2 {
	display: block;
	width: 100%;
	height: auto;
	position:relative;
	padding: 2px 0;	
	margin: 4px 0 8px;
	line-height: 20px;
	text-align: center;
}
#page #headline .headlineContainer .headlineBlock h2 a {
	font-size: 18px;
	color:rgba(38,39,33,1);
}

#page #headline .headlineContainer .headlineBlock h2 a:hover {
	color:rgba(255,84,82,1)
}

#page #headline .headlineContainer .headlineBlock .headlineText {
	display: block;
	width: 100%;
	height: 200px;
	position:relative;
	padding: 0;	
}
#page #headline .headlineContainer .headlineBlock .headlineText a {
	color: rgba(102,102,102,1);
	font-size:14px;
}
	#page #content #rightHome
{
	display:block;
	float:right;
	width:258px;
	height:1180px;
	overflow:hidden
}
	#homeLatestFeeds
{
	display:block;
	width:98%;
	float:left;
	margin:8px 1% 2px
}
	#homeLatestFeeds h3
{
	display:block;
	width:88%;
	float:left;
	margin:0 3% 8px;
	padding:1px 3%;
	font-size:24px;
	background-color:rgba(38,39,33,1);
	
}
	#homeLatestFeeds h3 a
{
	text-decoration:none;
	color:rgba(250,250,250,1)
}
	#homeLatestFeeds ul
{
	display:block;
	width:98%;
	float:left;
	margin:4px 1%
}
	#homeLatestFeeds img
{
	display:block;
	float:left;
	height:80px;
	width:80px;
	cursor: pointer
}
	#homeLatestFeeds ul .latestFeedTitle
{
	display:block;
	float:left;
	height:72px;
	width:158px;
	padding:4px;
	font-size:14px;
	line-height:16px;
	font-weight:500
}
	#homeLatestFeeds ul .latestFeedTitle a
{
	text-decoration:none;
	color:rgba(0,0,0,1)
}
	#homeLatestFeeds ul .latestFeedTitle a:hover
{
	color:rgba(255,84,82,1)
}
	#homeLatestFeeds ul.viewMore
{
	display:block;
	width:100%;
	height:16px;
	font-size:14px;
	line-height:16px;
	border-bottom:0;
	text-align:center;
	margin:4px 0 0;
	padding:0
}
	#homeSocial
{
	display:block;
	width:98%;
	float:left;
	margin:4px 1%
}
	#homeSocial .lightText
{
	color:rgba(250,250,250,1);
}
	#homeSocial span.NN
{
	color:rgba(0,0,0,0);
	background-image:url(../img/newLogoSml.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size: contain;
}
	#homeSocial ul
{
	display:inline;
	float:right;
	margin:0
}
	#homeSocial ul li
{
	display:inline;
	float:left;
	margin:4px
}
	#homeSocial ul li a
{
	display:block;
	height:28px;
	width:28px;
	text-align:center;
	color:rgba(250,250,250,1);
	font-size:28px;
	line-height:28px;
}
	#homeSocial ul li a:hover
{
	color:rgba(255,84,82,1)
}
	
	#page #content #rightHome #homeMpuAd
{
	display:block;
	float:right;
	margin:4px
}
	#leftWrapper
{
	display:block;
	width:64.4%;
	float:left;
	margin:0 1%
}
	#homeLatestNews
{
	display:block;
	width:100%;
	float:left;
	margin:8px 0
}
	#homeLatestNews h5.moreNews
{
	display:none
}
	#homeLatestNews h5.moreNews:nth-of-type(5)
{
	display:block;
	width:88%;
	float:left;
	margin:4px 3%;
	padding:1px 3%;
	font-size:20px;
	background-color:rgba(38,39,33,1);
}
	#homeLatestNews h5.moreNews:nth-of-type(5) a
{
	color: rgba(250,250,250,1)
}
	#homeLatestNews h5.moreNews:nth-of-type(5) a:hover
{
	color:rgba(255,84,82,1);
}
	#homeLatestNews h5.moreNews:nth-of-type(5) a span.arrowLink
{
	display:inline;
	margin-left:8px;
	-webkit-transition:all .6s ease-in;
	-moz-transition:all .6s ease-in;
	-o-transition:all .6s ease-in;
	transition:all .6s ease-in;
	color:rgba(38,39,33,1);
}
	#homeLatestNews h5.moreNews:nth-of-type(5) a:hover>span.arrowLink
{
	margin-left:236px;
	color:rgba(255,84,82,1);
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out
}
	#homeLatestNews h3
{
	display:block;
	width:88%;
	float:left;
	margin:0px 3% 4px;
	padding:0 3%;
	font-size:32px;
	background-color:rgba(38,39,33,1);
}
	#homeLatestNews h3 a
{
	color:rgba(250,250,250,1);
	text-decoration:none
}
	#homeLatestNews h3 a span.arrowLink
{
	display:inline;
	margin-left:8px;
	-webkit-transition:all .6s ease-in;
	-moz-transition:all .6s ease-in;
	-o-transition:all .6s ease-in;
	transition:all .6s ease-in;
	color:rgba(38,39,33,1);
}
	#homeLatestNews h3 a:hover>span.arrowLink
{
	margin-left:236px;
	color:rgba(255,84,82,1);
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out
}
	#homeLatestNews ul
{
	display:block;
	width:100%;
	height:48px;
	border-bottom:rgba(240,240,240,1) thin solid;
	float:left;
	margin:4px;
	padding:2px 4px
}
	#homeLatestNews ul img
{
	display:block;
	height:40px;
	width:40px;
	margin:4px 4px 4px 0;
	border:thin rgba(225,225,225,1) solid;
	float:left;
	cursor: pointer
}
	#homeLatestNews ul img a
{
	display:block
}
	#homeLatestNews ul .latestTitle
{
	font-size:13px;
	font-style:normal;
	font-weight:500;
	display:block;
	overflow:hidden;
	padding-left:2px
}
	#homeLatestNews ul .latestTitle a
{
	display:block;
	text-decoration:none;
	overflow:hidden;
	width:100%;
	height:24px
}
	#homeLatestNews ul .latestSubtitle
{
	font-size:11px;
	font-style:italic;
	display:inline;
	line-height:12px;
	padding-left:6px;
	overflow:hidden
}
	#homeLatestNews ul .latestSubtitle a
{
	display:inline;
	text-decoration:none
}
	#homeLatestNews ul .latestArrow
{
	font-size:32px;
	display:block;
	float:right;
	margin-right:40px
}
	#homeLatestNews ul .latestArrow a
{
	display:block;
	text-decoration:none;
	padding-right:32px;
	padding-left:2px;
	color:rgba(0,0,0,1)
}
	#homeLatestNews ul .latestArrow a:hover,#homeLatestNews ul .latestSubtitle:hover~.latestArrow a,#homeLatestNews ul .latestThumb:hover~.latestArrow a,#homeLatestNews ul .latestTitle:hover~.latestArrow a
{
	padding-right:2px;
	padding-left:32px;
	color:rgba(255,84,82,1)
}
	#homeLatestNews ul:nth-of-type(-n+4)
{
	display:block;
	width:20%;
	min-width:107px;
	height:326px;
	float:left;
	margin:4px;
	padding:4px;
	overflow:hidden;
	border-bottom:0
}
	#homeLatestNews ul:nth-of-type(5),#homeLatestNews ul:nth-of-type(6),#homeLatestNews ul:nth-of-type(7),#homeLatestNews ul:nth-of-type(8)
{
	border-bottom:0;
	margin-bottom:10px
}
	#homeLatestNews ul:nth-of-type(-n+4) .latestThumb img
{
	display:block;
	height:100px;
	width:100px;
	margin:4px auto;
	float:none;
	cursor: pointer;
	-webkit-transition:all .6s ease-in;
	-moz-transition:all .6s ease-in;
	-o-transition:all .6s ease-in;
	transition:all .6s ease-in
}
	#homeLatestNews ul:nth-of-type(-n+4) .latestTitle a
{
	height:auto;
	padding-bottom:4px
}
	#homeLatestNews ul:nth-of-type(-n+4) .latestTitle a:hover
{
	color:rgba(255,84,82,1);
	-webkit-transition:all .1s ease-out;
	-moz-transition:all .1s ease-out;
	-o-transition:all .1s ease-out;
	transition:all .1s ease-out
}
	#homeLatestNews ul:nth-of-type(-n+4) .latestTitle
{
	font-size:18px;
	line-height:19px;
	font-style:normal;
	text-align:center
}
	#homeLatestNews ul:nth-of-type(-n+4) .latestSubtitle
{
	font-size:12px;
	line-height:16px;
	font-style:italic;
	padding:0 2px 0 6px;
	margin:0;
	display:block;
	overflow:hidden;
	text-align:center
}
	#homeLatestNews ul:nth-of-type(-n+4) .latestArrow
{
	display:none
}
	#homeLatestNews ul.viewMore
{
	display:block;
	width:100%;
	height:16px;
	font-size:14px;
	line-height:16px;
	border-bottom:0;
	text-align:center;
	margin:0;
	padding:0
}
	#latestMusic
{
	display:block;
	width:100%;
	float:left;
	margin:4px 0 0
}
	#latestMusic li.smallTitle
{
	display:block;
	width:86%;
	height:16px;
	margin:0 1%;
	padding:1px 6%;
	font-size:14px;
	line-height:16px;
	font-weight:500
}
	#latestMusic a
{
	color:rgba(0,0,0,1);
	text-decoration:none
}
	#latestMusic h3
{
	display:block;
	width:88%;
	float:left;
	margin:4px 3% 0;
	padding:1px 3%;
	font-size:24px;
	background-color:rgba(38,39,33,1);
}
	#latestMusic h3 a
{
	color:rgba(250,250,250,1)
}
	#latestMusic h3 a:hover
{
	color:rgba(255,84,82,1);
}
	#latestMusic h3 a span.arrowLink
{
	display:inline;
	margin-left:8px;
	-webkit-transition:all .6s ease-in;
	-moz-transition:all .6s ease-in;
	-o-transition:all .6s ease-in;
	transition:all .6s ease-in;
	color:rgba(38,39,33,1);
}
	#latestMusic h3 a:hover>span.arrowLink
{
	margin-left:236px;
	color:rgba(255,84,82,1);
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out
}
	#latestMusic ul
{
	display:block;
	position: relative;
	width:20%;
	min-width:107px;
	height:366px;
	float:left;
	margin:4px 4px 0;
	padding:4px;
	overflow:hidden
}
	#latestMusic ul .musicThumb img
{
	display:block;
	height:100px;
	width:100px;
	margin:4px auto;
	float:none;
	cursor: pointer;
	-webkit-transition:all .6s ease-in;
	-moz-transition:all .6s ease-in;
	-o-transition:all .6s ease-in;
	transition:all .6s ease-in
}
	#latestMusic ul .musicTitle a
{
	height:auto;
	padding-bottom:4px
}
	#latestMusic ul .musicTitle a:hover
{
	color:rgba(255,84,82,1);
	-webkit-transition:all .1s ease-out;
	-moz-transition:all .1s ease-out;
	-o-transition:all .1s ease-out;
	transition:all .1s ease-out
}
	#latestMusic ul .musicTitle
{
	font-size:18px;
	line-height:19px;
	font-style:normal;
	text-align:center;
	font-weight:500
}
	#latestMusic ul .musicSubtitle
{
	font-size:12px;
	line-height:16px;
	font-style:italic;
	padding:0 2px 0 6px;
	margin:0;
	display:block;
	overflow:hidden;
	text-align:center
}
	#latestMusic ul .musicArrow
{
	font-size:24px;
	display:block;
	float:left;
	margin-left:16px
}
	#latestMusic ul .musicArrow a
{
	display:block;
	text-decoration:none;
	padding-right:42px;
	padding-left:2px;
	color:rgba(0,0,0,1)
}
	#latestMusic ul .musicArrow a:hover,#latestMusic ul .musicSubtitle:hover~.musicArrow a,#latestMusic ul .musicThumb:hover~.musicArrow a,#latestMusic ul .musicTitle:hover~.musicArrow a
{
	padding-right:2px;
	padding-left:42px;
	color:rgba(255,84,82,1)
}

	#latestMusic ul li.more
{
	display: block;
	position: absolute;
	bottom: 0;
	width:98%;
	height:14px;
	font-size:12px;
	line-height:14px;
	text-align:center;
	float:left;
	margin:0 1%;
}
	#homeLatestFeatures, #homePopular
{
	display:block;
	width:100%;
	float:left;
	margin:0 0 2px
}
	#homeLatestFeatures a, #homePopular a
{
	color:rgba(0,0,0,1);
	text-decoration:none
}
	#homeLatestFeatures h3, #homePopular h3
{
	display:block;
	width:88%;
	float:left;
	margin:12px 3% 4px;
	padding:1px 3%;
	font-size:32px;
	background-color:rgba(38,39,33,1);
}
	#homeLatestFeatures h3 a, #homePopular h3 a
{
	text-decoration:none;
	color:rgba(250,250,250,1)
}
	#homeLatestFeatures h3 a span.arrowLink, #homePopular h3 a span.arrowLink
{
	display:inline;
	margin-left:8px;
	-webkit-transition:all .6s ease-in;
	-moz-transition:all .6s ease-in;
	-o-transition:all .6s ease-in;
	transition:all .6s ease-in;
	color:rgba(38,39,33,1);
}
	#homeLatestFeatures h3 a:hover>span.arrowLink, #homePopular h3 a:hover>span.arrowLink
{
	margin-left:300px;
	color:rgba(255,84,82,1);
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	-o-transition:all .4s ease-out;
	transition:all .4s ease-out
}
	#homeLatestFeatures ul
{
	display:block;
	width:18%;
	height:330px;
	float:left;
	margin:4px 1% 0;
	padding:0;
	overflow:hidden
}
	#homeLatestFeatures ul .latestFeaturesThumb img
{
	display:block;
	max-height:145px;
	max-width:145px;
	margin:4px auto;
	float:none;
	cursor: pointer;
	-webkit-transition:all .6s ease-in;
	-moz-transition:all .6s ease-in;
	-o-transition:all .6s ease-in;
	transition:all .6s ease-in
}
	#homeLatestFeatures ul .latestFeaturesTitle a:hover
{
	color:rgba(255,84,82,1);
	-webkit-transition:all .1s ease-out;
	-moz-transition:all .1s ease-out;
	-o-transition:all .1s ease-out;
	transition:all .1s ease-out
}
	#homeLatestFeatures ul .latestFeaturesTitle
{
	font-size:18px;
	line-height:20px;
	font-style:normal;
	text-align:center;
	font-weight:500
}
	#homeLatestFeatures ul .latestFeaturesSubtitle
{
	font-size:12px;
	line-height:16px;
	font-style:italic;
	padding:0 2px 0 6px;
	margin:0;
	display:block;
	overflow:hidden;
	text-align:center
}
	#homeLatestVideos, #homeLatestBlogs
{
	display:block;
	width:48%;
	height:auto;
	float:left;
	margin:2px 1%;
	padding-bottom:8px;
	border-bottom:rgba(204,204,204,1) thin solid
}
	#homeLatestVideos h3, #homeLatestBlogs h3
{
	display:block;
	width:92%;
	float:left;
	margin:2px 3% 4px;
	padding:0 1%;
	font-size:24px;
	text-align:center;
	background-color: rgba(38,39,33,1)
}
	#homeLatestVideos h3 a, #homeLatestBlogs h3 a
{
	text-decoration:none;
	color:rgba(250,250,250,1)
}
	#homeLatestVideos ul, #homeLatestBlogs ul
{
	display:block;
	width:98%;
	float:left;
	margin:4px 1%
}
	#homeLatestVideos img, #homeLatestBlogs img
{
	display:block;
	float:left;
	height:140px;
	width:140px;
	cursor: pointer
}
	#homeLatestVideos ul .latestVideosTitle, #homeLatestBlogs ul .latestBlogsTitle
{
	display:block;
	float:left;
	height:72px;
	width:57%;
	padding:4px;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	margin-left:4px;
	overflow:hidden;
}
	#homeLatestVideos ul .latestVideosSubtitle, #homeLatestBlogs ul .latestBlogsSubtitle
{
	display:block;
	float:left;
	height:52px;
	width:57%;
	padding:4px;
	font-size:16px;
	line-height:18px;
	font-weight:400;
	margin-left:4px;
	overflow:hidden;
}
	#homeLatestVideos ul .latestVideosTitle a, #homeLatestBlogs ul .latestBlogsTitle a
{
	text-decoration:none;
	color:rgba(38,39,33,1)
}
	#homeLatestVideos ul .latestVideosSubtitle a, #homeLatestBlogs ul .latestBlogsSubtitle a
{
	text-decoration:none;
	color:rgba(51,51,51,1)
}
	#homeLatestVideos ul .latestVideosTitle a:hover, #homeLatestBlogs ul .latestBlogsTitle a:hover, #homeLatestVideos ul .latestVideosSubtitle a:hover, #homeLatestBlogs ul .latestBlogsSubtitle a:hover
{
	color:rgba(255,84,82,1)
}
	
	#homePopular ul, #homePopular .lazyPop
{
	display:block;
	width:23%;
	height: 270px;
	float:left;
	margin:4px 1%;
	overflow:hidden;
	background-color:rgba(250,250,250,1)
}
	#homePopular ul li.popularImage
{
	display:block;
	width:100%;
	height: auto;
	float:left;
	margin:0 0 4px;
	position: relative;
	
}
	#homePopular ul li.popularImage a
{
	display:block;
	width:100%;
	height: 0;
	padding-bottom:60%;
	float:left;
	margin:0;
	position: relative;
	overflow:hidden;
}
	#homePopular ul li.popularImage a img
{
	display:block;
	min-width:100%;
	max-width:110%;
	min-height:100%;
	height: auto;
	float:left;
	margin:auto;
	position: absolute;
	cursor: pointer
}
	#homePopular ul .popularTitle
{
	display:block;
	float:left;
	min-height:72px;
	height: auto;
	width:98%;
	padding:4px 1%;
	font-size:22px;
	line-height:22px;
	font-weight:500;
	text-align:center;
}
	#homePopular ul .popularSubtitle
{
	display:block;
	float:left;
	min-height:72px;
	height: auto;
	width:98%;
	padding:4px 1%;
	font-size:18px;
	line-height:18px;
	font-weight:400;
	text-align:center;
}
	#homePopular ul a
{
	text-decoration:none;
	color:rgba(38,39,33,1)
}
	#homePopular ul a:hover
{
	color:rgba(255,84,82,1)
}

	#homePopular a.viewMore
{
	margin-bottom: 12px;
	-webkit-transform: translateY(12px);
	-moz-transform: translateY(12px);
	-ms-transform: translateY(12px);
	-o-transform: translateY(12px);
	transform: translateY(12px);
}
	#homeLatestBlogs ul.viewMore li,#homePopular ul.viewMore li,#homeLatestVideos ul.viewMore li
{
	text-align:center
}
#adPage p {
	display: block;
	margin: 24px auto 4px;	
}

#adPage p.blackText a {
	text-decoration: none;
	color: rgba(0,0,0,1);
}
#adPage p.blackText a:hover {
	color: rgba(255,84,82,1);
}
#adPage p.greenText a {
	text-decoration: none;
	color: rgba(255,84,82,1);
}
#adPage p.greenText a:hover {
	color: rgba(0,0,0,1);
}

/* RADIO PAGES =========================== */
audio {
	width: 315px;
	padding: 0 2px;	
	top:0;
	left:100px;
}
/* RICHIE HOME PAGE LINK ================== */
a#richieA {
	display: block;
	position: relative;
	float:left;
	width: 100%;
	height: 80px;	
	margin: 4px 0;
	background-color:rgba(0,0,0,1);
}
a#richieA span.rMainText {
	display: block;
	float:left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 40px;	
	color: rgba(255,255,255,1);
}
a#richieA span.rMainText .nnRadio {
	padding: 0 6px;	
	color: rgba(255,255,255,0);
	background-image:url(../img/newLogoSmlRetina.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center 8px;
}
a#richieA span.rSubText {
	display: block;
	float:left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: rgba(51,51,51,1);	
}

a#richieA span.rTop {
	display: block;
	position:absolute;
	top:0;
	left:0;
	width: 0%;
	height: 4px;
	background-color:rgba(0,0,0,1);	
}
a#richieA span.rRight {
	display: block;
	position:absolute;
	top:0;
	right:0;
	width: 4px;
	height: 0%;
	background-color:rgba(0,0,0,1);	
}
a#richieA span.rBottom {
	display: block;
	position:absolute;
	bottom:0;
	right:0;
	width: 0%;
	height: 4px;
	background-color:rgba(0,0,0,1);	
}
a#richieA span.rLeft {
	display: block;
	position:absolute;
	bottom:0;
	left:0;
	width: 4px;
	height: 0%;
	background-color:rgba(0,0,0,1);	
}
a#richieA:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,1);
}
a#richieA:hover > span.rMainText {
	color:rgba(0,0,0,1);
}
a#richieA:hover > span.rTop, a#richieA:hover > span.rBottom {
	width: 100%;
}
a#richieA:hover > span.rRight, a#richieA:hover > span.rLeft {
	height: 100%;
}

a#richieA, span.rMainText, span.rTop, span.rBottom, span.rRight, span.rLeft {
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in
}
a#richieA:hover, a#richieA:hover > span.rMainText, a#richieA:hover > span.rTop, a#richieA:hover > span.rBottom, a#richieA:hover > span.rRight, a#richieA:hover > span.rLeft {
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out
}

}
	@media only screen and (min-width:992px)
{
.tabOnly
{
	display:none
}
.deskOnly
{
	display:inherit
}
	#header a#backButton
{
	display:block
}

/* SHARE BUTTONS =================================== */
#shareButtons {
	top:50%;
	left: 0;
	height: 221px;
	width: 50px;
	margin: -111px 0 0;
	margin-left: 0px;	
}
#shareButtons a {
	margin: 5px 20px 0px 0px;	
}
#shareButtons a.wa-share-button {
	display: none	
}
#aboutLinks {
	display:block;
	position: fixed;
	top:2px;
	left:0px;
	color:rgba(38,39,33,1);
	font-size: 1em;
	text-align:center;
	text-transform: uppercase;
	height: 24px;
	width: 90px;
	padding: 1px 0px;
	border-right: rgba(38,39,33,1) solid 1px;
	z-index:99999999999999999999;
	cursor:pointer;
}
#aboutLinks .aboutLink .navDown{
	right: 8px;
}
#aboutLinks li ul {
	color:rgba(38,39,33,1);
	background-color:rgba(255,84,82,1);
	font-size: 1em;
	text-align:center;
	text-transform: uppercase;
	width: 82px;
	padding: 1px 4px;
	margin: 0;
}
#aboutLinks li ul a {
	color:rgba(38,39,33,1);
}
#aboutLinks li ul a:hover {
	color:rgba(250,250,250,1);
}
#topBar .topCopy {
	left:100px;
}
#supportBtn {
	left: 200px;
}
	#page #header #mainNav form#mainSearchForm
{
	width:250px;
	padding:1px 8px 0;
	top:1px
}
#page #header #headerLogo {
	position: fixed;
	top: 32px;
	left:0px;
}
#page #header #mainNav {
	display:block;
	width: 100%;	
}
#header #menuTrigger {
	display: none;
}
	#page #header #mainNav form#mainSearchForm #mainSearchBtn
{
	position:relative;
	display:inline-block;
	float:right;
	margin:2px 36px 2px 2px;
	padding:2px;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,1);
	background-color:transparent;
	border:0;
	cursor:pointer
}
	#page #header #mainNav li a
{
	font-size:16px;
	font-weight:700;
	margin-left:15px;
}
#page #header #mainNav li a#mainHome {
	margin-left: 0px;	
}
#page #header #mainNav ul:first-child {
	margin-right:6px;	
}

#bottomAdvertDesk {
	display: block;
	width: 728px;
	height: 90px;
	margin: 8px auto;	
}
	#adsTop
{
	display:none;
	width:100%;
	height:auto;
	margin:4px 0;
	overflow: hidden;
}
	#adsTop iframe,#adsTop object,#adsTop div
{
	display:none;
	width:728px;
	max-height: 90px;
	margin:0 auto;
	clear: none;
	float: left;
}
/*
#content #mastWrapper {
	display: none;
}
OLD MASTHEAD SCRIPT ========================== */
#content #mastWrapper {
	display: block;	
	width: 970px;
	float: left;
	margin-left: -5px;
}
#content #mastWrapper #masthead {
	display: block;	
	position: relative;
	width: 970px;
	max-height: 250px;
	overflow: hidden;
}
#content #mastWrapper #masthead div, #content #mastWrapper #masthead iframe, #content #mastWrapper #masthead img, #content #mastWrapper #masthead a {
	display: block;	
	width: 970ppx !important;
	/* height: 250px; */
	margin: 0 auto;
	padding: 0;
}
/* NEW MASTHEAD SCRIPT ====================== 
#content #mastWrapper {
	display: block;	
	width: 970px;
	height: 250px;
	float: left;
	margin-left: -5px;
	background-color:transparent;
	background-image:url(../img/1500x500.jpg); 
	background-repeat: no-repeat;
	background-size: cover;
}
#masthead {
	display: block;	
	position: absolute;
	top:71px;
	left: 50%;
	width: 970px;
	height: 250px;
	padding: 0;
	margin: 0;
	margin-left: -485px;
	overflow: hidden;
}
#masthead div, #masthead iframe, #masthead img, #masthead a {
	display: block;	
	width: 970ppx !important;
	max-height: 250px;
	margin: 0 auto;
	padding: 0;
	z-index: 50;
}
#content #masthead div#div-gpt-ad-1407751730669-0_ad_container {
	display: block;	
	float: left;
	width: 970px;
	min-width: 970px !important;
	height: 250px !important;
	margin: 0;
	padding: 125px 0;
} 
#content #masthead div.celtra-ad-v3 {
	display: block;	
	float: left;
	width: 970px;
	min-width: 970px !important;
	height: 250px;
	margin: 0;
	margin-bottom: -250px;
	padding: 0;
	
} 	*/
/* TOP BAR DROPDOWN MAKEUP UNDERTONE AD ======================== */
div#ut_container727853.ut_container, div#ut_container727853.ut_closed {max-height:250px!important; overflow:hidden; z-index:1!important;}
#mpuAdvertTab, #mpuAdvertTab2
{
	display:none
}
	#mpuAdvertDesk, #mpuAdvertDesk2, #mpuAdvertDesk3
{
	display:block;
	width:100%;
	height:auto;
	margin:8px auto 10px;
	float:left;
}	
#mpuAdvertDesk2
{
	display:block;
	width:100%;
	height:auto;
	margin:8px auto 10px;
	float:none;
}
	#mpuAdvertDesk, #mpuAdvertDesk2
{
	max-height: 250px;
}
	#mpuAdvertDesk iframe, #mpuAdvertDesk div,#mpuAdvertDesk img,#mpuAdvertDesk object, #mpuAdvertDesk2 iframe, #mpuAdvertDesk2 div,#mpuAdvertDesk2 img,#mpuAdvertDesk2 object, #mpuAdvertDesk3 iframe, #mpuAdvertDesk3 div,#mpuAdvertDesk3 img,#mpuAdvertDesk3 object
{
	display:block;
	width:300px;
	margin:0 auto
}
	#adsBottom
{
	display:block;
	width:100%;
	height:100px;
	margin:8px 0;
	overflow: hidden;
}
	#adsBottom iframe,#adsBottom object
{
	display:block;
	width:728px;
	max-height: 90px;
	margin:0px
}
	#adsBottom iframe:nth-of-type(2)
{
	display:none
}
	#content #masterList .mainIndexTable li,#content #masterList .mainIndexTableCat li
{
	height:128px
}
	#content #masterList .mainIndexTable li a.thumb,#content #masterList .mainIndexTableCat li a.thumb
{
	height:120px;
	width:120px
}
	#content #masterList .mainIndexTable li a.thumb img,#content #masterList .mainIndexTableCat li a.thumb img
{
	max-height:120px
}
	#content #masterList .mainIndexTable li .middleSection,#content #masterList .mainIndexTableCat li .middleSection
{
	width:440px;
	height:128px
}
	#content #masterList .mainIndexTable li span.titleWrapper,#content #masterList .mainIndexTableCat li span.titleWrapper
{
	font-size:22px;
	height:78px;
	padding:12px 4px 2px 6px
}
	#content #masterList .mainIndexTable li .subTitle,#content #masterList .mainIndexTableCat li .subTitle
{
	height:18px
}
	#content #masterList .mainIndexTable li .arrow,#content #masterList .mainIndexTableCat li .arrow
{
	width:46px;
	height:128px;
	font-size:6em;
	line-height:1.2em;
	padding-left:0
}
	#content #rightWrapper .rightThumbWrapper
{
	height:100px;
	width:100px
}
	#content #rightWrapper .rightThumbWrapper .rightThumb
{
	height:100px
}
	#content #rightWrapper td
{
	vertical-align:top
}
	#content #rightWrapper .rightTitle
{
	width:192px;
	height:68px;
	font-size:16px;
	line-height:22px
}
	#content #rightWrapper .rightDate
{
	width:192px;
	height:24px
}
.theme-bar .nivo-controlNav
{
	height:120px;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled img
{
	width: 100px;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled a
{
	margin:5px 10px
}
/*Second Thumb Link ================== */

div.slider-wrapper a.sliderLink {
	width: 100px;
}
div.slider-wrapper a#sliderLink1 {
	margin-left: -440px;
}
div.slider-wrapper a#sliderLink2 {
	margin-left: -310px;
}
div.slider-wrapper a#sliderLink3 {
	margin-left: -180px;
}
div.slider-wrapper a#sliderLink4 {
	margin-left: -50px;
}
div.slider-wrapper a#sliderLink5 {
	margin-left: 80px;
}
div.slider-wrapper a#sliderLink6 {
	margin-left: 210px;
}
div.slider-wrapper a#sliderLink7 {
	margin-left: 340px;
}
	#leftWrapper
{
	display:block;
	width:632px;
	float:left;
	margin:8px 10px
}
	#homeLatestNews ul
{
	width:98%;
	padding-bottom:4px
}
	#homeLatestNews ul:nth-of-type(-n+4)
{
	display:block;
	width:140px;
	height:330px;
	float:left;
	margin:4px 0 4px 10px;
	padding:4px;
	overflow:hidden
}
	#homeLatestNews ul:nth-of-type(5),#homeLatestNews ul:nth-of-type(6),#homeLatestNews ul:nth-of-type(7),#homeLatestNews ul:nth-of-type(8)
{
	border-bottom:0;
	margin-bottom:16px
}
	#homeLatestNews ul:nth-of-type(-n+4) .latestThumb img
{
	display:block;
	height:140px;
	width:140px;
	margin:4px auto;
	float:none
}
	#homeLatestNews h5.moreNews:nth-of-type(5)
{
	padding:2px 3%;
	font-size:24px;
	border-top:medium rgba(0,0,0,1) solid;
	border-bottom:thin rgba(0,0,0,1) solid
}
	#latestMusic ul
{
	width:140px;
	height:356px;
	margin:4px 0 2px 10px;
	padding:4px
}
	#latestMusic ul .musicThumb img
{
	display:block;
	height:140px;
	width:140px;
	margin:4px auto;
	float:none
}
	#page #content #rightHome
{
	width:308px;
	height:1210px
}
	#homeSocial
{
	margin-top:-10px
}
	#homeLatestFeeds ul .latestFeedTitle
{
	height:72px;
	width:204px;
	padding:4px 4px 4px 6px;
	font-size:16px;
	line-height:18px
}
	#homeLatestFeatures ul
{
	height:296px
}
	#homeLatestBlogs ul .latestBlogsTitle, #homePopular ul .latestInterviewsTitle,#homeLatestVideos ul .latestVideosTitle
{
	width: 260px;
	font-size:24px;
	line-height:24px;
	margin-left:8px
}
	#homeLatestBlogs ul .latestBlogsSubtitle, #homeLatestVideos ul .latestVideosSubtitle
{
	width: 260px;
	margin-left:8px
}
	#homeSocial #homeSocialButtons
{
	width:280px;
	padding-top:2px
}
.sharrre
{
	margin:0 0 0 16px
}
#content #rightWrapper #rightSearch
{
	margin:8px 5% 8px 3%;
	font-size:24px;
	border-top:medium rgba(0,0,0,1) solid;
	border-bottom:thin rgba(0,0,0,1) solid
}
#content #rightHome #rightSearch
{
	margin:16px 4% 4px 4%;
	font-size:24px;
	border-top:medium rgba(0,0,0,1) solid;
	border-bottom:thin rgba(0,0,0,1) solid
}

/* RADIO PAGES =========================== */
audio {
	width: 315px;
	padding: 0 2px;	
	top:0;
	left:50%;
	margin-left:-300px;
}
/* ARTICLE SIGN UP ======================= */
article #mailList label {
	display: block;
	float: left;
	width: 134px;
	padding: 2px 5px;
	margin: 6px 10px;
	height:auto;
	text-align:right;	
}
article #mailList input {
	display: block;
	width: 50%;
	height:auto;
	padding: 3px 2%;
	margin: 6px 3%;
}
article #mailList input[type="submit"] {
	width:90%;
}
}
	@media only screen and (min-width:1180px)
{
	#page #header #mainNav li a
{
	margin-left:28px;
}
#page #header #mainNav ul:first-child {
	margin-right:24px;	
}
/*	
#page #header #headerLogo {
	left:26px;
} 
#page #header #mainNav li a#mainHome {
	margin-left: 0px;	
}
 */
 
#supportBtn {
	left: 50%;
	margin-left: -50px;
}
#topBar #topSocial {
	display: block;
	position:fixed;
	top: 38px;
	right: 14px;
	height: 30px;
	width:108px;
	margin: 0px;
	float: right;
}
#topBar #topSocial ul {
	display: block;
	height: 30px;
	width:108px;
	position:relative;
}
#topBar #topSocial ul li {
	display: block;
	height: 30px;
	width:36px;
	float: left;
	text-align: center;
	position:relative;
}
#topBar #topSocial ul li a {
	text-decoration: none;
	color: rgba(250,250,250,1);
	line-height: 20px;
	font-size: 24px;
	position:relative;
}
#topBar #topSocial ul li a:hover {
	color:rgba(255,84,82,1);
}

/* SHARE BUTTONS =================================== */
#shareButtons {
	left: 50%;
	margin-left: -580px	
}
#shareButtons a {
	margin: 5px 10px 0px;	
}
}
@media only screen and (min-width:1582px)
{
	html {
		
background: -webkit-linear-gradient(left, rgba(0,0,0,1) -20%, rgba(255,255,255,0.3) 10%, rgba(255,255,255,0.3) 90%, rgba(0,0,0,1) 120%);
	}
	
#page #header #headerLogo {
	left:200px;
}
#topBar #topSocial {
	right: 200px;
}
/* RADIO PAGES =========================== */
audio {
	margin-left:-490px;
}
}
	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5)
{
	#header a#headerLogo
{
	background-image:url(../img/newLogoSmlRetina.png)
}


	@media only screen and (min-width:992px)
{
	#header a#headerLogo
{
	background-image:url(../img/newLogoRetina.png);
}

}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    -webkit-font-smoothing: subpixel-antialiased;
}

}
@-webkit-keyframes rotateCross{
	to {-webkit-transform: rotate(405deg);}
	from {-webkit-transform: rotate(45deg);}
}
@-moz-keyframes rotateCross{
	to {-moz-transform: rotate(405deg);}
	from {-moz-transform: rotate(45deg);}
}
@-o-keyframes rotateCross{
	to {-o-transform: rotate(405deg);}
	from {-o-transform: rotate(45deg);}
}
@-ms-keyframes rotateCross{
	to {-ms-transform: rotate(405deg);}
	from {-ms-transform: rotate(45deg);}
}
@keyframes rotateCross{
	to {transform: rotate(405deg);}
	from {transform: rotate(45deg);}
}