/* This is the StyleCatcher theme addition. Do not remove this block. */
/*
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/support/themes/hemmingway-white-black/hemmingway-white-black.css);
*/
/* end StyleCatcher imports */

body {
   background-color: #ffffff;
   color: black;
   font-family: sans-serif;
   font-size: 10pt;
}
.main {
   margin-left: 30%;
   margin-right: 30%;
   margin-top: 3%;
   margin-bottom: 30%;
   text-align: center;
   vertical-align: middle;
}
.blogtitle {
   color: #6495ED;
   font-size: 16pt;
   margin-bottom: 0;
}
.blogdescr {
   margin-top: 0;
}
h1 {
   color: #6495ED; /* cornflower blue */
   font-size: inherit;
   font-weight: bold;
   margin-bottom: 0;
   margin-top: 3em;
}
p {
   margin-top: 0;
}
a:link {
   color: #6495ED;
}
a:active {
   color: #ff8888;
}
a:visited {
   color: #6f6f6f;
}
.tinynote {
   font-size: 8pt;
}
.banners {
   margin-top: 6em;
}
.entry {
   text-align: justify;
   margin-top: 3em;
}
.entrytitle {
   color: #6495ED; /* cornflower blue */
   font-weight: bold;
}
.entryauthor {
   color: #6495ED; /* cornflower blue */
}
.entrybyline {
   font-size: 8pt;
   margin-bottom: 1em;
}
.entryarchiveshort {
   margin-bottom: 1em;
   padding-left: 2em;
   padding-right: 2em;
}
.quotetext {
   text-align: left;
}
.quoteauth {
   text-align: right;
}
.pagecontent {
   text-align: justify;
}
.pagetitle {
   font-size: 12pt;
   font-weight: bold;
   color: #6495ED;
   margin-top: 3em;
}
