/* g6 2010 avoiding fragile fiddly floats in favour of css-tables - requires IE8...
stylesheet ie_oldfixes.css available for desperate use	*/

/* html, body {	, h1, h3, p, ul, li, input
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} don't need to be so specific post IE7 ? */

html, body {	/* html is 'namespace prefix' for css? Er, html catches old versions of Opera	*/
	margin: 0;	/* clean all body gutters, html top level selector? fixes some browsers	*/
	padding: 0; 
	/* font-size: 0.75em; don't do default Font Size in html, except in separate ZOOM stylesheets */
}

body {
	/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black; OR let content stylesheet define font-family..? */
	/* font-size: 12px; in g5 got similar results from FFox and IE6, but accessibilty not scalable! */
	font-size: 0.75em; /* user-resizable; 2010 IE8 complies! renders smaller in IE<8 ...
		This is inherited by all subsequent (cascading) stylesheets
										and their font-size tweaks - which ought be % ? */
	max-width: 700px; /* silly viewports confined 20100908
		but iPad shows right white gutter with tcrprdex.html ??
		Use Agent Ransack to find pages that use these g61_ style sheets :) */
}

#titlebar {
	padding: 1px 0px 1px 0px;
	 /* validator will not accept this shorthand notation -
	background-image: url(../images/gradtbar2b100.jpg) repeat-x top; */
	background-image: url(../images/gradtbar2b100.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid;
	border-bottom-color: #A8EAA8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
 /* 	height: 62px;	64px afterthought vastly improved browser consistency, even IE!
						No, it screwed up placement of h1 test too high...! See below */
/* #titlebar h1 {
	margin-top: 15px; no longer reqd
} */


#titlebar h1 {
	color: #009900;
	text-align: center;
	font-family: "Times New Roman", Times, serif; /*font-size: 2.3em;  16pt; 
	font-size: 2.0em; seems this is a browser default!? - makes no difference? */
}

/* h1.BlkCtrd { 	font-size: 1.2em ; }	Conference index page headers, last 2009 NOT TRIED	*/

/* .BlkCtrd {									Conference index page headers, last 2009 NOT TRIED
	color: Black;
	background-color : transparent;
	text-align:	center;
	font-weight: bolder;
}	*/

#tl {
	position: absolute; /* Topstyle set CSS1 until this, used by Sitepoint. Works even in IE */
	top: 2px;
	left: 2%;
	width: 38px; /* not sure why Sitepoint specify width - makes not reusable - but if it helps */
	height: 60px;
}
#weFix {
	position: absolute;
	top: 0;
	left: 573px; /* right: 0%; 20100908 was right: 0; see body max-width */
	width: 127px;
	height: 127px;
}

/*		***************	#nav-bar	**************		*/

/* ************ link ************** */

a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a:focus {	color : #ffcc33;}
a:visited {	color: #993399;} /* visited-hover-active seqence important */
a:hover {	color: Red; text-decoration: underline;}
a:active {	color : Yellow;}
a img { border-style: none; } /*no blue or other link-indicating border */

h2 {
	color: Olive;
	margin-left : 1em;	/* may be different for #content */
	font-size : 1.4em; 
	font-family : serif;
	font-style : italic;
}

h3 {
	/* color: Silver;	seed here so can be cascade-altered after #content LEAVE COLOUR DARK!!! */
}

#nav-bar {						/* (div.to-top is in g**contents-std.css) */
	padding: 0 0 0.1em 0;
	background: transparent; /* 200802 #90EE90 #ddffdd; */
	/* background: #ffeecc; */
	background-image: url(../images/backwood2.jpg);
	border-bottom: 1px solid;
	border-bottom-color: #F4E1B3;
}
#nav-bar a {
	/* padding: 0.3em 6em; this padding from div.to_top no good here; see above */
	/* display: block; but infers linefeeds between h2 components */
}
#nav-bar h2 {
	margin-top: 0em; /* after titlebar, kills default background paddings of h2 */
	margin-bottom: 0em;
}
#nav-bar h2 a {
	font-size: smaller;
}
#nav-bar:hover, .to-top:hover {
	background: White;
	background-color: #ffff99; /* #afeeee; Yellow; */
} /* NOT in IE6 !#AFEEEE */

.smalltxt{
	font-family: sans-serif; /* nav-bar '>' */
	font-size: 90%;	/* smaller; */
}
.loud {	/* keeping colours together but haven't need most yet */
	color : Red;
	font-weight : bold;
}
.warn {
	color : #FF9900;			 /* nav-bar '>' */
	font-weight : bold;
}
.endorse {
	color : #009900;
	font-weight : bold;
}
.pencil {
	color : Silver;
}




/* .h2olive {				-test-only-delete
	color: Olive;
	font-weight: bold;
} */

/* h3	{				-test-only-delete
	font-size: 1.2em;
	margin-left: +2em;	
} */

/* p {				-test-only-delete
	margin-left: 4em;
} */

