/*reset css */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 
colours are from  https://paletton.com/#uid=53S0u0kllllaFw0g0qFqFg0w0aF 

.color-primary-1 { color: #7B84AE }
.color-primary-0 { color: #303C74 }	/* Main Primary color * /

.color-primary-2 { color: #515D91 }
.color-primary-3 { color: #172357 }
.color-primary-4 { color: #07103A }

.color-secondary-1-1 { color: #8B7AAE }
.color-secondary-1-0 { color: #452F74 }	
.color-secondary-1-2 { color: #655091 }
.color-secondary-1-3 { color: #2B1657 }
.color-secondary-1-4 { color: #17063A }

.color-secondary-2-1 { color: #6C939F }
.color-secondary-2-0 { color: #26596A }	
.color-secondary-2-2 { color: #457585 }
.color-secondary-2-3 { color: #104050 }
.color-secondary-2-4 { color: #022835 }
*/

body, button, input, select, textarea {
	font-family: "Tahoma",sans-serif;
	font-size: 1.2rem;
	line-height: 1.2;
}
html {
	background-color: #2B1657;
	margin: 1em;
}
body {
	background-color: white;
	margin: 0 auto;
	color: #17063A;
	border: 1pt solid #17063A;
	padding: 1em;
}

div, p{
	margin:auto 2em;text-align: center;
}

/* headings */
h1 { color: #07103A }
h2{ color: #172357 }
h3{ color: #7B84AE }
h4{ color: #7B84AE }
h5{ }



h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 700; }

	

h1 { font-size: 2.8em; padding: 1em;text-align: center;}
h2 { font-size: 2.4em; padding: 0.8em;text-align: center;}
h3 { font-size: 1.8em; padding: 0.5em;text-align: center;}
h4 { font-size: 1.4em;text-align: center; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.15em; }         

code {
	margin:0.5em;
	padding:0.1em 0.5em 0.1em 0.5em;
	color:white;
	background-color:#07103A ;  
}

code p{
	color:white;
	background-color:#07103A ;
	margin:0;
	padding:0;
}

pre{
	margin: 1em;
	padding:0.5em;
	font-weight: normal;
	font-family: monospace, serif,courier;
	font-size:0.8em;	
	white-space: pre-wrap;
	word-wrap: break-word;
	border: 1pt solid #8B7AAE;	
	box-shadow: 5pt 5pt 8pt #8B7AAE;
}

pre.inline{
	margin: 0em;
	padding:0.1em 0.5em 0.1em 0.5em;
	display:inline;
	box-shadow: none;
	border: 1pt solid #8B7AAE;
}


a:focus {outline: thin dotted;}
a:active,a:hover {outline: 0;}
a {color: #452F74;}
a:visited {color: #655091;}
a:hover {color: #8B7AAE;}

.caption {		
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;		
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; /* show has tooltip */
}

.inline { 
	display: inline;
	border: none;
} 

.attr{
	font-style:italic;
	color: #452F74;
	font-size:0.8em;	
	text-align: center;
}


blockquote {
	font-family:monospace; 
	margin: 0.5em 1em 0.5em 3em;
  display: block;
  position: relative;
  padding-left: 1em;
  border-left: 0.2em solid #8B7AAE;
  font-size: 1em;
  line-height: 1em;
  font-weight: 100;
}

img {
	display: block;
	margin:0.5em;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted #452F74;
}

ul,ol {
	list-style: disc inside;
	margin:auto 3em;
	text-align:center;
} 

li { margin:0.5em; }

table{border:1px solid #6C939F; 
text-align:center;
margin :0 auto;}
/*
table tr:nth-child(odd){	background:#6C939F; }

table tr:nth-child(odd) td{	
	border-left: 1px solid white;
	border-right: 1px solid white;



table tr:nth-child(odd){	background:#6C939F; }
}*/
.colhead{
	background:#6C939F; 
	color:white;
		border-top:1px solid white;
	border-bottom:1px solid white;

}

.colhead a{	color:white;
}

th{
	color:white;
	background: #26596A;
	padding :0.5em; 	
}
 th a,th a:active, th a:hover, th a:visited {
 	 color:white;
 }


.subhead{
	background: #457585;	
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding :0.4em; 
}

.wp td{
	background:white;
	border-left: 1px solid #6C939F;
	border-right: 1px solid #6C939F;
}
                                                                     
.row-high {
	/*color:white;
	background:#022835;
	 */
	 border:2px solid #022835;
	 box-shadow: 5pt 5pt 8pt #022835;
}

.row-high td{
background:white;
	color:#022835;

}

td{	
	padding :0.2em 1em 0.2em 1em; 
	color:#022835;
	border: 1px solid #6C939F;
}
em{font-style: italic;}

.alert{background:#8B7AAE;}	
.level5{line-height:0em;}
.level5 p{ font-size:1em; line-height:1.2em; 	}
/*
.header, .header a{
	width:100%;background:#8B7AAE;
	color:white;
	font-size: 2em; text-align: center;
	position:absolute;
	float:top;
	
}*/

#createblogfooter,#createblog {
	  
   
  left:0;
  right:0;
    background:#8B7AAE;color:white;
    font-size: 3em; text-align: center;
    margin: 0em;
   padding:0;
}
#createblog {
  position: sticky;
  top: 0;
   width: 100%;
}
#createblogfooter{
	position: relative;  
	top:auto;
	bottom: 0;


}

#createblog a, #createblogfooter a{
	color:white;
	  text-decoration:none; width: 100%;
	  display:block;
	  padding:0.2em;
}



/*
			<TABLE>		
				<tr><td style="background:#7B84AE">&nbsp;&nbsp;</td><td>7B84AE</td> </tr>	
	<tr><td style="background:#303C74">&nbsp;&nbsp;</td><td>303C74</td> </tr>	/* Main Primary color * /

	<tr><td style="background:#515D91">&nbsp;&nbsp;</td><td>515D91</td> </tr>	
	<tr><td style="background:#172357">&nbsp;&nbsp;</td><td>172357</td> </tr>	
	<tr><td style="background:#07103A">&nbsp;&nbsp;</td><td>07103A</td> </tr>	
           
		<tr><td style="background:#8B7AAE">&nbsp&nbsp;</td><td>8B7AAE</td> </tr>	
			<tr><td style="background:#655091">&nbsp&nbsp;</td><td>655091</td> </tr>	
	<tr><td style="background:#452F74">&nbsp&nbsp;</td><td>452F74</td> </tr>		


	<tr><td style="background:#2B1657">&nbsp&nbsp;</td><td>2B1657</td></tr>	
	<tr><td style="background:#17063A">&nbsp&nbsp;</td><td>17063A</td></tr>	
       
		<tr><td style="background:#6C939F">&nbsp;&nbsp;</td><td>6C939F</td> </tr>	
	<tr><td style="background:#457585">&nbsp;&nbsp;</td><td>457585</td> </tr>		
	<tr><td style="background:#26596A">&nbsp;&nbsp;</td><td>26596A</td> </tr>	
	<tr><td style="background:#104050">&nbsp;&nbsp;</td><td>104050</td> </tr>	
	<tr><td style="background:#022835">&nbsp;&nbsp;</td><td>022835</td> </tr>	
</TABLE>

*/
