
/*	-----------------------------------------------------------
	STYLE
	Appearance: margins, fonts, colors
	-----------------------------------------------------------	*/
	

/*	---------------------------------------------------------------------------------------
	CONSTANTS
	C1	link color	 																#0054C0
	C2	hover link background color 												#b4d5ff
	C3	link label hover color														#0029A3
	C4	topic action background; left bar top thick border							#666
	C5	color H2, code text															#900
	C6	grayed out text																#8490A1
	C8	h2 background color															#F3EDE7
	C9	neutral table bg gray that should work on light and dark backgrounds		#999
	C10	line-height																	1.4em
	C11	small font size																85%
	C12	horizontal bar padding (h2, patternTop)										10px
	C13	light gray background														#eee
	---------------------------------------------------------------------------------------	*/

/*	-----------------------------------------------------------
	General elements
	-----------------------------------------------------------	*/
	

h2 {
	font-size:145%;
	display:block;
	background-color:#FFFFFF; /*C8*/
	padding:0.2em 0.7em;
	margin:1em -0.7em 0.35em -0.7em;
	height:auto;
}

/* Top bar */

.patternTopBar {
	padding:30 px;
	background-color:transparent;
         background-position:top left;
         background-repeat:no-repeat;
         background-image:url(http://skyloom.com/pub/Dev/SantaFeSkin/SLskybanner3.jpg);
}
.patternTopBar ul li a:link,
.patternTopBar ul li a:visited {
	padding:0.25em 0.85em;
	text-decoration:none;
	float:left;
	color:#fff;
	font-weight:bold;
	background-color:transparent/*#98A2B0*/;
	margin-right:1px;
}
