


body{
  margin-left: 0;
  margin-right: 0;
  background-color:#fffafa;
}

time{display: inline; text-align: left;}

main{color:#544B44;  margin: 0px auto; padding:0 25px; max-width: 640px; font-family: Georgia, serif; font-size:100%;}

p{line-height: 1.75;}

a{color: #B77729;}
a:hover{
  text-decoration: none;
}

header img{ display:block; margin: auto; width: 100%; max-width:640px;}

h1, h2, h3, h4, h5, h6{
  font-family: Arial, sans-serif;
}

h1{

  font-weight:bolder;
  color:#A2A568;
  font-size: 1.8em;
}

header h1{
  padding-top:25px;
  padding-left: 50px;
  color: #000;/*#b77729; /*Pantone indian red*/
  mix-blend-mode:overlay;
  padding-bottom:0;
}

h2{ font-weight:bolder; font-size:1.5em;}

/*special header image*/
.overlay{
  display:block;
  margin:auto;
  background-size:cover;
  width:100%;
  max-width:640px;
  height:100%;
  height:360px;
  background-color:#859050;
  background-blend-mode:screen;
  /*mix-blend-mode: multiply;*/

}


.affiliates li{
  margin-bottom:1em;
  line-height: 1.75;
}
.affiliates a{ font-weight: bold; }



/* projects portfolio */





/* in-text images with the figure shortcode */

article h1{
  text-align: left;
  font-size:2em
}

.timestamp{
  font-size:.9em;
  font-style: italic;
  display: block;
  margin:auto;
  line-height: 0;
  margin-bottom: 25px;
  color:#777;
}

figure{
  text-align: center;
  border-style: solid;
  padding: 5px 10px;
  border-width: 2px;
  border-color: #CCC;
  background-color: #EEE;
}

figure img{
  border-style:solid;
  border-color:#aaa;
  border-width:2px;
 }

blockquote{

  color:#333;
  font-family: monospace;
  font-size:1em;
  margin:0;
  line-height: 0;
}

@media only screen and (min-width:720px){
li figure{overflow:auto;}
li figure img{float:left; width:40%;}
li figure figcaption{float:right; width:50%;margin-left:5px;}

blockquote{
border-left-width: 3px;
  border-left-style: solid;
  border-left-color:#B77729;
  padding-left:14pt;
  margin:2px;
}

.left{
  float:left; width: 40%;
}
.right{
  float:right; width: 40%;
}
.ctr{

}

}

nav{
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between;

  max-width:640px;
  margin:0px 25px;

  font-family: Arial, sans-serif;


  padding-bottom:32px;

}

nav a{
  /*background-color: antiquewhite;*/
  display: block;
  color:#B77729;

  transition: color .5s, background-color .5s, opacity .5s;

  padding-right: 16px;
  text-decoration: none;
  position: relative;
  padding-left:10px;


}

nav a:not(:first-child):hover{
  background-color:#b77729;
  color:white;
    opacity:0.5;


}

nav a:first-child{
  width:100%;
 font-weight:bold;
 display:block;
 border-bottom-style:dotted;
 border-color:#b77729;
 border-width:2px;
}

nav a:not(:first-child){
  flex: 2;
  padding-top:10px;
  padding-bottom:10px;
/*  border-right-style: dotted;
  border-right-color:#b77729;
  border-right-width: 2px;*/
}

nav a:last-child{
  flex:0;
  text-align:center;
  border-style:none;
}

@media only screen and (min-width:720px){
  nav{

    margin:0px auto;

  }
}

article{
  counter-reset: footnotes;
}

a[aria-describedby="footnotes-label"]{
  counter-increment: footnotes;
  text-decoration: underline;
  color: #B77729;
  outline:none;
}

a[aria-describedby="footnotes-label"]::after{
  content: counter(footnotes);
  vertical-align: super;
  font-size: 0.75em;
  margin-left: 2px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

a[aria-describedby="footnotes-label"]:focus{
  outline: thin dotted;
  outline-offset: 2px;
}

footer{


  font-family:'Courier New', monospace;
  line-height: 1.25;
  font-size:1em;
  padding-bottom: 25px;

}

footer a{
  color:#B77729;

}

footer :target{

  text-decoration:underline;
  text-decoration-style: dotted;

}

figure img{
  width:100%;
  max-width:512px;

}


li figure{

  display:block;
  text-align: left;
}

li figure img{

  display:block;
  width:100%;
  max-width: 512px;

}

li figure figcaption{
  display: block;

}



li figcaption a{

  color:#A2A568;

}

li figcaption a:hover{
  color: #B77729;
}

li h2{
 font-size:1.5em;
}

li h2 a{
  color:#B77729;
  
}
li h2 a:hover{
  outline: thin dotted;
  outline-offset: 2px;
  color:#B77729;
}
@media only screen and (min-width:720px){
li figure{overflow:auto;}
li figure img{float:left; width:40%;}
li figure figcaption{float:right; width:50%;margin-left:5px;}
}

ul{
  list-style-type: none;
  padding-left: 0;
}

ul article{
  padding:10px 0;
}

ul article h2{
  margin:0;
  font-size:1.3em

}

article .summary{
  font-style: italic;
  position:relative;
  margin-top:0px;
}

article .summary::before{
  content: "☞";
  font-size: 1.5em;
  position:absolute;
  left:-.25ch;
  top:-.5ch;


}

ul article a{
  color:#B77729;
}
ul article a:hover{
  outline: thin dotted;
  outline-offset: 2px;

}
ul article p{
  padding-left: 25px;
}

a[data-direction^="forwards"]{
  float:right;
}

