html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 15pt;
}


a img {
	border: none;
}


body {
	margin: 20px 20px 20px 20px;
	background: #FFF;
}


#root {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-template-rows: 120px;
	grid-template-areas: "header aside" "main aside";
	grid-column-gap: 50px;
}


header {
	grid-area: header;
	margin-bottom: 10px;
	color: #CCC;
}


header a {
	color: #CCC;
	font-size: 10pt;
}


header span {
	font-size: 10pt;
}


main {
	grid-area: main;
}


.date {
	margin: 25px 0 10px 0;
	font-size: 12pt;
	color: #999;
	text-transform: uppercase;
	letter-spacing: -0.05em;
  clear: both;
}


.entry {
  font-family: "PT Serif", Georgia, "Times New Roman", serif;
	line-height: 1.7;
	border-top: 1px solid #CCC;
	padding: 0 0 20px 10px;
  clear: both;
}


.entry h3 {
  font-size: 16pt;
}

.entry h2 {
	font-size: 18pt;
	font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: 0.05em;
	color: rgb(32,32,128);
}


.entry h2 a, .entry h2 span {
	color: rgb(32,32,128);
	text-decoration: none;
}


.entry h2 a:link {
	color: rgb(32,32,128);
	text-decoration: none;
}


.entry h2 a:visited {
	color: rgb(32,32,128);
	text-decoration: none;
}


.entry h2 a:active {
	color: #CC6600;
	text-decoration: none;
}


.entry img {
    margin: 10px;
    max-width: 100%;
}

.shortlink {
    float: left; 
    width: 170px; 
    height: 300px; 
    margin-bottom: 30px; 
    padding: 10px; 
    overflow: hidden;
}

.shortlink a {
    font-size: 13pt;
}

.photo {
    float: left; 
    width: 360px; 
    height: 270px; 
    padding: 10px; 
    text-align: center;
}

.photo-large {
    width: auto; 
    padding: 10px; 
    text-align: center;
}

.photo-large img {
    max-width: 100%;
    height: auto;
 }

.posted, .posted span {
	line-height: 1.2;
	font-size: 10pt;
	color: #999;
}


.posted ul {
	list-style: none;
}


.posted a {
	font-size: 8pt;
	color: #339900;
}


aside {
	grid-area: aside;
	/* margin-top: 80px; */
	font-size: 8pt;
}


aside * {
	font-size: 10pt;
}


aside h3 {
	color: #999;
	font-weight: bold;
	line-height: 140%;
	padding: 2px;
	margin-top: 10px;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


aside h4 {
	color: #999;
	line-height: 100%;
	margin-bottom: 0px;
}


aside ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}


aside a {
	color: #339900;
	text-decoration: none;
}


aside a:link, #category_index a:link {
	color: #339900;
	text-decoration: none;
}


aside a:visited, #category_index a:visited {
	color: #006666;
	text-decoration: none;
}


aside a:active, #category_index a:active {
	color: #CC6600;
	text-decoration: none;
}


#category_index td.date {
  padding-right: 20px;
  white-space: nowrap; 
}

@media only screen and (max-width: 800px) 
{
	#root {
		display: block;
	}

	.entry div *, .entry h2 a * {
        font-size: 18pt;
    }

    .entry .posted * {
        font-size: 12pt;
    }

    aside {
        margin-top: 10px;
    }
    
    aside * {
        font-size: 14pt;
    }
}

pre 
{
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 12pt;
    line-height: 1.42857;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;
}

code 
{
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e;
    font-size: 90%;
    padding: 2px 4px;
}

code, kbd, pre, samp 
{
    font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
}

pre 
{
    overflow: auto;
}
