
/* --- [ History Files stylesheet for home page colour changes - RED ] --- */




/* --- [ Colour backing bars ] --- */
.cellcolour 	{ background-color: #BC1F4C; }




/* --- [ Main story links ] --- */
/* Title under new feature or king lists picture on sub-index pages and in-depths */
/* Mainstory is reused as mainstoryindex in mainstyles.css and ALL use of mainstorytext is there */
.mainstory 		{ font-family: verdana, Geneva, arial, helvetica, sans-serif; text-decoration: none; 
				font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none; 
				line-height: 18px; color: #000000; margin-left: 0px; margin-right: 0px; 
				margin-bottom: 12px; margin-top: 0px; }
.mainstory		a:link{ font-size: 13px; font-weight: normal; text-decoration: none; 
				color: #BC1F4C; }
.mainstory		a:visited{ font-size: 13px; font-weight: normal; text-decoration: none; 
				color: #C95F7D; }
.mainstory		a:hover{ font-size: 13px; font-weight: normal; text-decoration: underline; 
				color: #C95F7D; }
.mainstory		a:active{ font-size: 13px; font-weight: normal; text-decoration: none; 
				color: #BC1F4C; }




/* --- [ Bullet links ] --- */
/* Minor bulleted links for picture boxouts and bullet links on index page only */
.boxlinkhf 		{ font-family: verdana, Geneva, arial, helvetica, sans-serif; text-decoration: none; 
				font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; 
				line-height: 14px; color: #FFFFFF; margin-left: 0px; margin-right: 0px; 
				margin-bottom: 4px; margin-top: 0px; }
.boxlinkhf		a:link{ font-size: 11px; text-decoration: none; color: #BC1F4C; }
.boxlinkhf		a:visited{ font-size: 11px; text-decoration: none; color: #C95F7D; }
.boxlinkhf		a:hover{ font-size: 11px; text-decoration: underline; color: #C95F7D; }
.boxlinkhf		a:active{ font-size: 11px; text-decoration: none; color: #BC1F4C; }

/* Increase font size and spacing for small mobiles only - bullet spacing reset below */
@media screen and (min-width: 331px) and (max-width: 999px) and (orientation: portrait) { 
.boxlinkhf		{ font-size: 13px; line-height: 16px; padding-bottom: 0.55em; }
.boxlinkhf		a:link{ font-size: 13px; }
.boxlinkhf		a:visited{ font-size: 13px; }
.boxlinkhf		a:hover{ font-size: 13px; }
.boxlinkhf		a:active{ font-size: 13px; }
}

@media screen and (min-width: 331px) and (max-width: 999px) and (orientation: landscape) { 
.boxlinkhf		{ font-size: 12px; line-height: 15px; padding-bottom: 0.55em; }
.boxlinkhf		a:link{ font-size: 12px; }
.boxlinkhf		a:visited{ font-size: 12px; }
.boxlinkhf		a:hover{ font-size: 12px; }
.boxlinkhf		a:active{ font-size: 12px; }
}


.boxlinkdrops	{ font-family: verdana, Geneva, arial, helvetica, sans-serif; text-decoration: none; 
				font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; 
				line-height: 15px; color: #FFFFFF; margin-left: 20px; margin-right: 6px; 
				margin-bottom: 6px; margin-top: 1px; }
.boxlinkdrops	a:link{ font-size: 11px; text-decoration: none; color: #FFFFFF; }
.boxlinkdrops	a:visited{ font-size: 11px; text-decoration: none; color: #FFFFFF; }
.boxlinkdrops	a:hover{ font-size: 11px; text-decoration: underline; color: #FFFFFF; }
.boxlinkdrops	a:active{ font-size: 11px; text-decoration: none; color: #FFFFFF; }

/* Increase font size and spacing for small mobiles only */
@media screen and (max-width: 999px) { 
.boxlinkdrops	{ font-size: 12px; line-height: 22px; }
.boxlinkdrops	a:link{ font-size: 12px; }
.boxlinkdrops	a:visited{ font-size: 12px; }
.boxlinkdrops	a:hover{ font-size: 12px; }
.boxlinkdrops	a:active{ font-size: 12px; }
}


.boxspan 		{ width: 8px; padding-right: 7px; background-image:url('../images/bullet2.gif'); 
				background-position: left center; border-collapse: collapse; background-repeat: no-repeat; }
.boxspandrops 	{ width: 8px; padding-right: 7px; background-image:url('../images/bullet3.gif'); 
				background-position: left center; border-collapse: collapse; background-repeat: no-repeat; }

.boxdivhome		{ margin-left: 0.5em; text-indent: -7px; }

/* Remove bullet spacing for small mobiles only */
@media screen and (max-width: 999px) and (orientation: portrait) { 
.boxspan 		{ width: 0px; padding-right: 0px; }

.boxdivhome		{ margin-left: 0em; text-indent: 0px; }
}


.homeline		{ border-top: 1px solid #8C8C8C; margin-bottom: 0px; }




/* --- [ External links to KA and Guide ] --- */
/* At top of home page */
.exlink			{ font-family: verdana, Geneva, arial, helvetica, sans-serif; font-size: 11px; 
				font-weight: normal; text-align: left; text-decoration: none; line-height: 6px; 
				margin-left: 0px; margin-right: 0px; margin-top: 14px; margin-bottom: 2px; }
.exlink			a:link{ font-size: 10px; line-height: 11px; text-decoration: none; color: #2F2F16; }
.exlink			a:visited{ font-size: 10px; line-height: 11px; text-decoration: none; color: #686739; }
.exlink			a:hover{ font-size: 10px; line-height: 11px; text-decoration: underline; color: #686739; }
.exlink			a:active{ font-size: 10px; line-height: 11px; text-decoration: none; color: #2F2F16; }

/* Increase font size and spacing for small mobiles only */
@media screen and (max-width: 999px) { 
.exlink			{ font-size: 12px; line-height: 18px; }
.exlink			a:link{ font-size: 12px; }
.exlink			a:visited{ font-size: 12px; }
.exlink			a:hover{ font-size: 12px; }
.exlink			a:active{ font-size: 12px; }
}




/* --- [ Please Report... ] --- */
/* General text underneath the main content */
.report			{ font-family: verdana, Geneva, arial, helvetica, sans-serif; font-size: 10px; 
				color: #000000; line-height: 14px; font-weight: 400; font-style: normal; 
				text-align: left; text-decoration: none; _margin-top: 17px; }
.report			a:link{ font-size: 10px; font-weight: 400; font-style: normal; text-decoration: none; 
				color: #BC1F4C; }
.report			a:visited{ font-size: 10px; font-weight: 400; font-style: normal; text-decoration: none; 
				color: #C95F7D; }
.report			a:hover{ font-size: 10px; font-weight: 400; font-style: normal; text-decoration: underline; 
				color: #C95F7D; }
.report			a:active{ font-size: 10px; font-weight: 400; font-style: normal; text-decoration: none; 
				color: #BC1F4C; }




/* [ H4 Discoveryzone for banner feature ] */
/* Formatting for links removed as it interferes with standard formatting */
#pane-wrapper-inner						{ position: absolute; }
#h4discoveryzone .module 				{ overflow: hidden; position: relative; }
#h4discoveryzone .module a:focus .media	{ background-position: 0 0; }
#h4discoveryzone .promo .promo-panel	{ max-width: 200px; background-color: #FFFFFF; 
										position: absolute; bottom: 0; z-index: 10; }
#h4discoveryzone .promo ul, 
#h4discoveryzone .promo p				{ margin: 0.3em 7px 0em 0; line-height: 1.3em; font-size: 12px; color: #555555; }
#h4discoveryzone .promo a img			{ position: relative; }