/*body {
  max-width: 800px;
  margin: auto;
  padding: .2em;
  line-height: 1.5em;
}
*/
/* Table of Contents, if wanted

Add to yaml:

output:
  blogdown::html_page:
    toc: true

    */
body {
    zmax-width: 800px;
    margin: auto;
    zpadding: .2em;
    line-height: 0.85em; 
}

#TableOfContents, #TOC {
  border: 1px solid #eee;
  border-radius: 5px;
}

/* Header and Footer */
.menu li { display: inline-block; }
.menu a {
  text-decoration: none;
  background: #D2D6EF;
  color: #FFF;
  padding: 5px;
  border-radius: 5px;
}
.menu { text-align: center; }

.terms { font-size: .9em; }


.pull-left {
    float: left
}
.pull-right {
    float: right
}

a {
  zcolor: #610ab9;
  text-decoration: none;
}

a:visited {
  zcolor: #610a59;
}

a:hover {
  text-decoration: underline;
}

/* Adjust background at your leisure! */
header {
    position: relative;
    width: 100%;
    zheight: 1.75rem;
    zfont-family: "Lucida Console" , "Liberation Mono";
    zfont-size: .875rem;
    background: #613Db9;
    border-bottom: 1px solid #000;
    
}

header ul,
header ol {
    margin: 0;
    padding: 0;
    list-style: none
}
header nav {
    padding: 0 0.0rem;
    margin: 0rem 0rem 0rem 0.5rem;
}

header nav a {
    color: #fff;
    line-height: 2.25rem;
    padding: 0 0.5rem
}
header nav a:hover,
header nav .current a {
    color: #fff
}


footer {
    background: #fff;
    text-align: center;
    line-height: 1.5em;
    font-size: 0.9em;
}


footer a { text-decoration: none; }

footer a {
  color: #0000EE;
  text-decoration: none;
}

footer a:visited {
  color: #610ab9;
}

/* Code Boxes */
pre {
  border: 1px solid #ddd;
  box-shadow: 5px 5px 5px #eee;
  background: #f8f8f8;
  padding: 1em;
  overflow-x: auto;
}
code { background: #f9f9f9; }
pre code { background: none; }

/* Images, tables, misc. */
img, iframe, video { max-width: 100%; }

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 3px 1em 3px;
}

table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
tr:nth-child(even) { background: #eee }

main {
    hyphens: auto;
    margin: 0rem 1.0rem 0rem 1.0rem;
    zfont-size: 1.0em;
    line-height: 1.1em;
}

main a {
  color: #0000EE;
  text-decoration: none;
}

main a:visited {
  color: #610ab9;
}

main a:hover {
  text-decoration: underline;
}

main h1 {
    line-height: 1.2em;
}

main p {
    font-size: 1.0em;
}

.company_header {
    line-height: 1.95rem;
    padding: 0 0rem;
    color: #fff;
    font-size: 1.2em;
}

article {
    margin: 0.5em 0.5em 1.0em 0.5em;
}

.article-meta {
 ztext-decoration: none;
 z padding: 5px;
 margin: 0em 0em 1.0em 1.0em;
}

.article_title {  
    
}

.article_date {
    font-size: 0.8em;
    line-height: 0.6em;
    margin: -0.5em 0em 0.5em 0em;
}

.summary_title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
}

.summary_date {
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 0em 0em 0.5em 0em;
}

.summary_text {
    line-height: 1.0em;
    margin: 0.5em 0em 0em 0em;
}

.summary_more {
    font-size: 1.0em;
    line-height: 1.0em;
    margin: 0.5em 0em 0em 0em;
}

.footer_links {
    
}

.the_fine_print {
    font-size: 0.8em;
}

 