/* Author information for desktop.css
-------------------------------------------------
   Version 1.00 | Monday, April 01, 2013
   Version 1.01 | Monday, August 05, 2019
   Style sheet by Keith W Bell
   www.december14.biz
   ----------------------------------------------
   This style sheet, associated graphics and web
   page design are copyrighted materials and may
   not be copied or reproduced by any party for
   any reason whatsoever.
   ----------------------------------------------
 * C O N T E N T S                           Flag
   ----------------------------------------------
   Document body, basic layout and text        =1
   Grouping and related flow content           =2
   Phrasing content & edits                    =3
------------------------------------------------- */


/* Document body, basic layout and text        =1
------------------------------------------------- */

body {
	/* Stretchy background image inserted by JS. */
	}

#content {
	margin-left: 50px;
	}


/* Grouping & related flow content             =2
-------------------------------------------------
   BLOCKQUOTE, P, UL, LI, FIGURE, FIGCAPTION,
   HR.
------------------------------------------------- */

/*	In NAV.global menu. */
	.global ul {
		margin: 0 0 0 50px;
		}

/*	'Current page' LI.selected in NAV.global menu. */
	.global .selected {
		padding: 0 15px;
		}


/* Phrasing content & edits                    =3
-------------------------------------------------
   A, CITE, DFN, I, EM, ABBR, SMALL, DEL, INS.
------------------------------------------------- */

/*	In NAV.global menu). */
	.global a {
		padding: 0 15px;
		}

/*	'Menu' tab link to NAV. Selector needs to be A.menu to override normal
	hover/focus/active text & background colours. */
	a.menu {
		position: fixed;
		top: 0;
		right: 20px;
		padding: 3em 5px 5px;
		border: 0;
		font-family: verdana, sans-serif;
		font-size: 0.7em;
		color: #FFFFFF;
		background: #001222 url(/graphics/bg-button.png) 50% 0.5em no-repeat;
		display: block;
 		z-index: 10;
		/*	CSS3 border-radius: not supported by IE8 and below. */
			-webkit-border-bottom-right-radius: 5px;
			 -webkit-border-bottom-left-radius: 5px;
			    -moz-border-radius-bottomright: 5px;
			     -moz-border-radius-bottomleft: 5px;
			        border-bottom-right-radius: 5px;
			         border-bottom-left-radius: 5px;
		}
