/* 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.2;
}
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 */

html {
  }
  
body {
  color: #81967C;
  font-family: Arial, sans-serif;
  padding-top: 15px;
  background: white;
  max-width: 800px;
  margin: 0 auto;
  }

a:link {color: red; text-decoration: none;}
a:visited {color: firebrick; text-decoration: none;}
a:hover {color: darkorange;}
a:active {color : orange;}

h1 {
  font-size: 2em;
  font-family: "Arial Black", Arial, sans-serif;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  }

h2 {
  font-size: 2.2em;
  color: #AFC3D6;
  margin-bottom: 5px;
  }
	
em {
  font-style: italic;
  }
	
strong {
  font-style: bold;
  }
	
/* .main h2 {
  color: #E8A064;
  border-bottom: 2px white solid;
  -moz-padding-end: 0 0 2px 80px;
  } */
	
.main p {
  color: #616161;
  font-size: 1.25 em;
  line-height: 150%;
  margin-bottom: 10px;
  margin-left: 20px;
  }
  
.sidebar {
  width: 30%;
  float: right;
  margin: 10px;
  background-color: rgb(250,235,199);
  padding: 10px 20px;
  border: 1px dotted rgb(252,101,18);
  border-top: 1px dotted rgb(252,101,18);
  border-radius: 10px;
  }
  
.sidebar h2 {
  border: none;
  margin-top: 0;
  padding: 0;
  }
  
photo {
  float: right;
  width: 354px;
  margin: 15px 10px 5px 10px;
  padding: 10px;
  font-size: .85em;  /* color: #333; */
  text-align: center;
  }
  
photo img {
  }
  
caption {
  /* padding: 5px; */
  }
  
.update {
  font-size: .85em;
  margin-top: 10px;
  }
  
footer {
  margin-top: 20px;
  }