@charset "utf-8";
/* CSS Document - Styles for Help and Accessibility features */
/* Author: Scratch Web Design */

/* --------------------------------------------------------- HELP PAGE & ACCESSIBILITY STYLES */

/* --------------------------------------------------------- SKIP LINK */
.skip {	/*All incl Opera*/
	display: none; 
	margin: 0; 
	padding: 0;
	float: left;
	position: absolute; left: 0; top: 0;
	} 
/* * html */ .skip { display: block;} /* Seen by IE */
/* * html  .skip { z-index: 0} /* Seen by IE: Fix incorrect IE z-indexing */
/*:root */.skip { display: block} /*Seen by Moz, FF and Safari*/

.skip a, .skip a:link {
	position: relative; 
	left: -9999px; 
	top: 0; 
	padding: 0; 
	display: inline; 
	text-decoration: none; 
	font-weight: bold;
	}

#nav-home .skip a:active,	
#nav-home .skip a:focus {
	position: relative; 
	left: 0; 
	top: 0; 
	padding: 0;
	padding: 2px;
	padding-left: 2px;
	padding-right: 2px;
	outline: none;
	color: #FF9933;
	background-color: #000;
	border-top: 1px dotted #FF9933;
	border-bottom: 1px dotted #FF9933;
	}

/* --------------------------------------------------------- KILL BG AUDIO */

.kill-audio {	/*All incl Opera*/
	display: none; 
	margin: 0; 
	padding: 0;
	float: left;
	position: absolute; left: 0; top: 0;
	} 
/* * html */ .kill-audio { display: block;} /* Seen by IE */
/* * html */ .kill-audio { z-index: 0} /* Seen by IE: Fix incorrect IE z-indexing */
/* Ref. style_ie.css for .kill-audio z-index value as appled for IE */ 
/*:root */.kill-audio { display: block} /*Seen by Moz, FF and Safari*/

.kill-audio a, .kill-audio a:link {
	position: relative; 
	left: -9999px; 
	top: 0; 
	padding: 0.2em; 
	display: inline; 
	z-index: 2; 
	text-decoration: none; 
	font-weight: bold;
	}
.kill-audio a:focus, .kill-audio a:active {
	position: relative; 
	left: 0; 
	top: 0; 
	padding: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;  
	outline: none;
	color: #AAA;
  text-decoration: none;
	border-top: 1px dotted #00CCFF;
	border-bottom: 1px dotted #00CCFF;
	background-color: #050505;
	}

.kill-audio a:focus {
	z-index: 10;
	} /* so Help link is hidden behind kill-audio audio link when it's tappbed */


/* ---------------------------------------------------------  HELP PAGE TOP NAV */	
.hpnav ul {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-left: 50px;
	padding-bottom: 3px;
	border-bottom: 1px solid #151515;
	}
.row2 ul {
	float: right;
	margin-right: 121px;
	} 

.hpnav-foot {
  width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border-top: 1px solid #111;
	}		

.hpnav li,
#hpnav-foot li {
	display: inline; 
	padding: 5px 0 5px 0;
	list-style: none;
	}

/* ---------------------------------  HELP PAGE TOP NAV: LINKS */

.hpnav a, .hpnav a:link,
#hpnav-foot a, #hpnav-foot a:link {
  color: #EEE;
  text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
	}

.hpnav a:visited,
#hpnav-foot a:visited {
  color: #EEE;
  text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
	}

.hpnav a:hover,
#hpnav-foot a:hover {
	color: #FF9933;
  text-decoration: none;
	}

.hpnav a:focus, .hpnav a:active,
#hpnav-foot a:focus, #hpnav-foot a:active {
	outline: none;
	color: #FF9933;
  text-decoration: none;
	border-top: 1px dotted #FF9933;
	border-bottom: 1px dotted #FF9933;
	}
	
/* --------------------------------------------------------- HELP PAGE MAIN CONTENT */	

#hpcontent {
	clear: both;
  width: 750px;
	padding-top: 0;
	margin-left: 30px;
	height: auto;
	}
/* ---------------------------------  HELP PAGE CONTENT HEADERS */	
#content-wrap #hpcontent h3 {
	font-size: 1em;
	font-weight: bold;
	border-top: 1px solid #111;
	padding: 20px 0 10px 20px;;
	}				
#content-wrap  #hpcontent h3.no-border {
	border-top: 0px solid #CCC;
	padding-top: 15px;
	}
#content-wrap #hpcontent h4 {
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #999;
	text-indent: 1em;
	padding: 0.8em 0 0.5em 25px;
	}	
#content-wrap #hpcontent h5 {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	color: #999;
	text-indent: 3em;
	padding: 0 0 0.5em 20px;
	text-decoration: none;
	}				

/* ---------------------------------  HELP PAGE CONTENT: TEXT */

#hpcontent p {
	color: #666;
	padding: 10px 20px 10px 20px;
	text-align: justify;
	}
	
#hpcontent ul { /* Select browser Links (NOT browser update) */
	font-size: 0.9em; /* parent = #helpcontent a:link */
	color: #444;
	list-style: disc;
	padding-left: 100px;
	}

#hpcontent ol { /* Browser Instructions */
	font-size: 0.9em;
	font-style: italic;
	color: #444;
	padding: 0 0 0 55px;
	list-style: decimal;
	}

#hpcontent li {
	padding: 0 0 0.2em 0;
	}

#browser-links1 {
	padding-bottom: 1em;
	}

.browser-links li {
	display: inline; 
	margin: 1.5em 0.5em 0 0.5em;
	list-style: none;
	font-size: 0.95em;
	}	

li.notes {
	list-style: lower-roman;
	}
	
/* ---------------------------------  HELP PAGE CONTENT: LINKS */
.hlinks-sep1 {color: #BBB; padding: 0 0 0 1.1em }	
.hlinks-sep2 {color: #888; padding: 0 0.5em 0 0.5em }	

#hpcontent .home {
	text-align: right;
	font-size: 0.8em;
	padding: 1em 100px 1em 0;
	}


#hpcontent a,  
#hpcontent a:link {
  color: #BBB;
  text-decoration: underline;
	}
/* Sets the style for visited links. */
#hpcontent a:visited {
  color: #BBB;
  text-decoration: underline;
	}
/* Sets the style for links on hover, focus and active */
#hpcontent a:hover {
	outline: none;
	color: #FF9933;
  text-decoration: underline;
	}
/* Additional style for link focus and active */
#hpcontent a:focus, 
#hpcontent a:active {
	outline: none;
	color: #FF9933;
  text-decoration: none;
	border-top: 1px dotted #FF9933;
	border-bottom: 1px dotted #FF9933;
	}		

/* --------------------------------------------------------- UPDATE BROWSER SPRITE AND LINKS */

.update-browser { /* set style for update browser list */
	width: 24%;
	float: left;
	font-size: 0.95em;
	color: #666;
	font-style: italic; /* Text style for OS info */
	padding-bottom: 10px;
	list-style: none;
	}

.update-browser span { /* Set style for browser name */
	color: #999;
	font-weight: bold;
	font-size: 1.1em;	
	}

/* Set browser logo as background image for span indie link style .browser-logo-rollover */
/* Important: Part of IR method for browser logos */
.firefox span { 
	background: url("../images/sprite_browser_logos.jpg") 0 0 no-repeat; 
	}
.ie span { 
	background: url("../images/sprite_browser_logos.jpg") -100px 0 no-repeat; 
	}
.safari span { 
	background: url("../images/sprite_browser_logos.jpg") -200px 0 no-repeat;
	}
.opera span{ 
	background: url("../images/sprite_browser_logos.jpg") -300px 0 no-repeat;
	}
.camino span { 
	background: url("../images/sprite_browser_logos.jpg") 0 -75px no-repeat;
	}
.chrome span { 
	background: url("../images/sprite_browser_logos.jpg") -100px -75px no-repeat;
	}
.konqueror span { 
	background: url("../images/sprite_browser_logos.jpg") -200px -75px no-repeat;
	}
.epiphany span { 
	background: url("../images/sprite_browser_logos.jpg") -300px -75px no-repeat;
	}

/* --------------------------------- BROWSER LOGO LINKS IR */
a.browser-logo-rollover {
	position: relative; /* Important: Part of IR method for browser logos */
	width: 100px;
	height: 75px;
	display: block;
	text-decoration: none;
	opacity: 0.7;
	}
a.browser-logo-rollover span { 
	position: absolute; /* Important: Part of IR method for browser logos */
	top: 0;
	width: 100%;
	height: 75px;	
	}	

a:hover.browser-logo-rollover, 
a:focus.browser-logo-rollover,
a:active.browser-logo-rollover {
	opacity: 1; /* Change opacity on link hover/focus */
	border: none;
	}

#hpcontent a.browser-logo-rollover,
#hpcontent a:visited.browser-logo-rollover { /* 	New styles for browser log IR links */
	color: #666; 
	text-decoration: underline;
	border: none;
	font-weight: bold;
	}
.browser-logo-rollover a:hover { /* 	New styles for browser log IR links */
	color: red; 
	text-decoration: underline;
	border: none;
	}	
#hpcontent .visited.browser-logo-rollover a:focus,
#hpcontent .visited.browser-logo-rollover a:active{ /* 	New styles for browser log IR links */
	color: #CCC; 
	text-decoration: underline;
	border: none;
  text-decoration: none;
	border-top: 1px dotted #FAFAFA;
	border-bottom: 1px dotted #FAFAFA;
	}		
	

/* --------------------------------------------------------- MISC STYLES */
.off-left { /* Off-screen content for screen readers */
	position: absolute;
	left: -9999px;	
	width: 400px;
	}

acronym, abbr {
	color: #666;
	cursor: help;
	border-bottom: 1px dotted #777;
	font-weight: inherit;
	font-style: inherit;
	}
	
acronym.no-deco, abbr.no-deco { /* Specific: 'Help' page repeat use of acronym or abbr, border style removed for aesthetics */
	color: #666;
	cursor: auto;
	border-bottom: 0px dotted #777;
	font-weight: inherit;
	font-style: inherit;
	}
abbr.col999, acronym.col999 {color: #999;}

a.user-info {
	color: #999;
	text-decoration: underline;
	}	
a:visited.user-info {
	color: #999;
	text-decoration: underline;
	}	
a:hover.user-info {
	color: #FFF;
	text-decoration: underline;
	}	
a:focus.user-info,
a:active.user-info {
	color: #FFF;
  text-decoration: none;
	border-top: 1px dotted #00CCFF;
	border-bottom: 1px dotted #00CCFF;
	}	


/* EOF */