/* css 25
colors
SaddleBrown     #8b4513    139, 69, 19
Indigo  #4B0082   75, 0, 130
Gold   #FFD700   255, 215, 0
(plummy)  #700f48  112, 15, 72
OliveDrab #6B8E23  107, 142, 35
(blue)   #13598b   19,89,139
Snow     #FFFAFA   255, 250, 250
Silver.  #C0C0C0    192, 192, 192
text
Josefin Slab
Palatino
Bookman
Century Gothic
*/
html {scroll-behavior: smooth;}
body {
	display: block;
	font-family: "Palatino Linotype" , Palatino, Garamond, serif;
	font-size: 14pt;
	line-height: normal;
	padding: 0;
	background-color:Snow; /*   #FFE4C4*/
	}

.clearfix {clear: both;}
/* **** FONTS AND TEXT **** */
h1, h2 {
	display: block;
	margin-left: 15px; margin-top: 10px;
	font-family: "Josefin Slab" , "Century Gothic", "Lucida Grande", sans-serif; 
	font-size: 4vw;
	font-weight: 300;
	color:SaddleBrown;
	
}
h2 {color:indigo; 
	font-weight: 200;
}
p, ul, ol, dl {
	color:#400c0c; /*deep brown */
	margin: 0 15px;;
	font-size: 1.1em;
	font-weight: 300;
	line-height:1.2em;
		}
p {
	display:block;
	margin-bottom:5px;
	}  
ol, ul, dl {list-style-position: outside;
	padding-left: 2.5em;
}
ol{list-style-type: decimal;}
ul{list-style-type: square;}
dl{list-style-type: none;}
dd{font-weight:400;
	margin-left:15px;}
dt{margin-left:15px;}

/*--------------link format-----------------*/
a {display: inline;
	color:OliveDrab;
	}
a:link {}
a:visited {color:snow;}
a:hover {
	color:Snow;
	background-color:indigo;
	text-decoration:none;
	}
a:active {}

/****date***/
.dte{display:block;
margin: 0 10px;
font-family: "Josefin Slab", "Century Gothic" , sans-serif;
color: #700f48;  /*plummy*/
font-size: 1.1em;
text-align:right;
padding: 5px;
font-weight:600; 
letter-spacing: .4em;
font-variant: small-caps;
}

/*  ****** blog title. **** */
.topl {display:block;
margin: 0 10px;
font-family: Georgia, serif;
font-size:6vw;
color: OliveDrab;
padding-left: 5px;
font-weight:600;
  }
	
.subtext {	font-family:  "Century Gothic" , sans-serif;
	color: #700f48; /*plummy*/
	font-size:1.1em;
	font-weight: 300;
	line-height: 1.2em;
	padding: 0 10px;
	margin-bottom: 10px;
	text-align: left;
	}

aside {margin-left:40px;
	margin-bottom: 10px;
border-left: dotted 3px indigo;
color:indigo;
padding:0 15px;
font-family:  "Century Gothic" , sans-serif;
font-size: 1.1em;
line-height: 1.2em;
}

.quote {
	display: block;
	font-family:  "Century Gothic" , sans-serif;
	color: #13598b; /*blue*/
	font-size: 1.3em;
	font-weight:200;
	line-height: 1.2em;
	margin: 15px 10px;
	text-align: center;
	}
.qtr {
	display:block;
	font-family: "Century Gothic" , sans-serif;
	font-size: 0.9em;
	font-weight: 200;
	color:DimGray;
	margin-right: 20px;
	text-align: right;
}

.longer {width 98%;
margin:auto;
height:500px;
overflow: auto;}

/*  *** hr *** */
hr.gld {width: 50%;
margin: auto;
border: 2px dotted gold;
paddiing: 15px 0;
}

/***************graphics***************/
/* **logo ** */
.logo {display:block;
margin: 1px 3% 5px 3%;
}

.graphical {
display: block;
width:98%;
margin: 0 auto;
padding-bottom:5px;
} 

.pic-l, .pic-r {
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
	width:175px;
	height:auto;
	background-color: transparent;
	border: 0;}
.pic-l {float:left;
		margin-right: 20px;}
.pic-r {float:right;
		margin-left: 20px;}
		
/*******footer**********/
footer {display: block; 
	color:SaddleBrown;
	font-family: "Century Gothic" , sans-serif;
	font-weight: 400;
	font-size: 0.9em;	
	font-variant: small-caps; 
	text-align: center;
	line-height: 1em;
	margin:9px;
	border: 3px solid Gold;
	border-radius:8px;
	padding: 5px;}
	
	foot-font{display: block;
	font-family:"Century Gothic" , sans-serif;
	color;SaddleBrown;
	font-weight:300;
	font-size:0.9em;
	text-align:center;
	line-height:0.9em;}
