/* styles-sblwh001.css 2021-08-24 */
/* this styles.css originally had two side columns, right one blocked, 2020-08-20.*/

/* reset browser styles */
html, body, div, span, 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%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6em;
}

/* may 8, 2014, wc3 standard */
h1 {font-size: 2em; margin: .67em 0;}
h2 {font-size: 1.5em; margin: .83em 0;}
h3 {font-size: 1.17em; margin: 1em 0;}
h4 {font-size: 1em; margin: 1.33em 0;}
h5 {font-size: .83em; line-height: 1.17em; margin: 1.67em 0;}
h6 {font-size: .67em; margin: 2.33em 0;}
h1, h2, h3, h4, h5, h6 {font-weight: bolder;}

ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */

.clear:after {
  content: " ";
  display: table;
  clear: both;
}

/*.clear {
	zoom: 1;	
}*/

/* ------------------------ end of all CLEARS and RESETS ------------------------  */

body {
	font-family: Georgia, serif;  /*'Helvetica Neue', Helvetica, Arial, sans-serif;	*/
}

header {
	background-color:rgb(93,43,78); 
	padding-bottom: 0px;
	padding-top: 0px;
}

header p.site-title {
	background-color:rgb(93,43,78); 
	color: white;
	clear: both;
	font-family: 'Arial', sans-serif;  
	font-size: 2.2em;	
	font-weight: bold;
    margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;	
	padding-top: 10px;
}
header a.title {
	  color:inherit;
	  font-weight : inherit;
	  outline: none;
	  /* outline-offset: none; 	  */
	  text-decoration: none;  
  }

nav {
	background-color: rgb(25,25,25);
	border: 1px solid rgba(255,255,255,.5);	
	border-left: none;
	border-right: none;
}

nav ul {
	padding: 0;
	margin: 0;	
}
nav li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;	
}
nav a {
	float: left;
	font-family: 'Arial', sans-serif;  	
	font-size: 1.00rem; /* .8em;	*/
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
	border-right: 1px dashed rgba(255,255,255,.75);
	transition: all .5s;
}
nav li:last-of-type a {
	border-right: none;	
}
nav a:hover {
	background-color: rgb(93,43,78);
}

h1, h2, h3, h4, h5, h6, th, caption {
	font-family: 'Arial', sans-serif;  
	font-weight: bold;
}
p {
	margin-bottom: 15px;
}

p, ol, ul, tr, th, td {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 150%;
  margin-top: 20px;
}
th {font-weight: bold;
    font-size: 1.25rem;
}

footer {
	margin-top: 15px;
	font-size: .8em;	
	padding: 10px 10px 30px 10px;
	background-color: black;
	color: rgb(204,204,204);
}
footer a {
	color: white;	
}

/* table styling, alternate rows with grey background 2021-08-25*/
/* https:// www.w3schools. com/css/tryit.asp? filename=trycss_table_fancy */

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.5rem; /* same as <h2> */
	margin-bottom: 50px;
}
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {background-color: #f2f2f2;}

th.date{width:20%;
}
th.event{width:80%;
}

/* the following used for table in books.html */
th.authors{width:20%;
}
th.title{width:55%;
}
th.isbn{width:15%;
}

/* making the book titles bold as well as italic */
cite {
	font-style: italic;
	font-weight: bold;
}

/* add tutorial styles below here */
* {
	box-sizing: border-box;	
}

.columnWrapper {
	float: left;
	width: auto; /* 80%; */	
	/* padding: 0 20px 0 10px; */
}
.sidebar1 {
  float: left;
  width: 25%;
  padding: 0 20px 0 10px;
}
.main {
  float: right;
  width: 75%;
  padding: 0 20px;
  border-left: dashed 1px rgb(153,153,153);
  /*border-right: dashed 1px rgb(153,153,153);*/
}

.h1row
{  	
    width: auto;
	float: none;
	padding:  0px 0px 0px 0px;
}

h1{
	border-bottom: dashed 1px rgb(153,153,153);
	padding:  0px 20px 20px 20px;
	text-align:center
}
/* created for pages with only 1 column, such as timeline.html */
.main-one-column{
    width: auto;
	float: none;
	margin:  20px 20px 20px 20px;
}

footer {
  clear: both;	
}
nav ul,  footer p, .contentWrapper {
	/*max-width: 1200px; */
	margin: 0 auto;	
}
img {
	max-width: 100%;	
}
img.half {
	max-width: 50%;	
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;	
	margin: 0 0 10px 10px;
}
img.large {
	width: 85%;
	height: 85%;
}

figure {
  display: inline-block;
  vertical-align: top; 
  width: 100%; 
  margin: 20px 10px 10px 20px;
}

figure img {
  border: 1px solid #666;
  background-color: #FFF;
  padding: 4px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

figcaption {
  font: 1.1em/normal Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 10px 0 0 0;
}

/* change how a refs look in columns  */
.contentWrapper a{
   line-break: anywhere;
}
.contentWrapper a:link{
  color:inherit;
  font-weight : inherit;
  text-decoration-color:inherit;  
}
.contentWrapper a:visited{
  color:inherit;
  text-decoration-color:inherit;
}
.contentWrapper a:focus,a:hover{
  text-decoration-color:inherit;
}
.contentWrapper a:focus{
  outline:2px dotted;
  outline-offset:2px
}

/* used to create a 2 column CONTENTS list for timeline.html. */

.columns2 { width: 80%;}
.columns2 div {width: 40%; height: 300px; float: left;}
.columns2 clear { clear: both; }

/* Begin media queries for different sized screens. */ 

@media (min-width: 481px) and (max-width:768px) {
  .sidebar2 {
    float: none;
	width: auto;
	clear: both;
	border-top: 2px solid black;
	padding-top: 10px;
  }
  .columnWrapper {
	 width: auto;	  
  }
  .main {
	border-right: none;  
  }
  header h1 {
	font-size: 1.5rem; 
  }
}
@media (max-width: 480px) {
  .columnWrapper, .main, .sidebar1, .sidebar2 {
	float: none;
	width: auto;  
  }	
  .main {
	border: none;
  }
  .sidebar1, .sidebar2 {
	border-top: 2px solid black;
	margin-top: 25px;
	padding-top: 10px;
  }
  header h1 {
	font-size: 1.5rem; 
  }
  nav {
	text-align: center;  
  }
  nav li {
	float: none;  
	display: inline-block;
  }
  nav a {
	float: none;  
	display: inline-block;
	border: none;
  }
  
}