body, html
{
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: center;
    font-family: "Montserrat", "Calibri", "Arial", "Helvetica", Sans-Serif;
    font-size: 13pt;
    background: #005689 url(../images/bg-brightcolor.jpg) no-repeat fixed top center;
    background-size: 100% 100%;    
}

p
{
    margin: 2px 0px 2px 0px;
    text-align: left;
    padding: 6pt;
}

img
{
    border: 0;
    margin: 0;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.9);
  margin-top: 4px;
  margin-bottom: 4px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Calibri", "Arial", "Helvetica", Sans-Serif;
  font-weight: bold;
  padding-top: 4px;
  margin-top: 0px;
  margin-bottom: auto;
  line-height: auto;
}

h1 
{
    font-size: 145%;   
}

h2
{
    font-size: 135%;
}

h3 {
    font-size: 125%;
}

h4 {
    font-size: 115%;
}

h5 {
    font-size: 105%;
}


a:link, a:active, a:visited
{
    color: #ed1317;
    text-decoration: none;
}

a:hover
{
    color: #ed1317;
    text-decoration: underline;
}

a.twitterlink:link, a.twitterlink:active, a.twitterlink:visited
{
    color: #1da1f2;
    text-decoration: none;
}

a.twitterlink:hover
{
    color: #1da1f2;
    text-decoration: underline;
}

div.nav
{
    background-image: url(../images/bg-nav.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center; 
    background-size: 100% 100%;    
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #000000;
}

div.nav img {
    border: 0;
    margin: 0;    
    max-height: 44px;
}

div.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.nav li {
    display: inline;
}

div.nav a:link, div.menu a:active, div.menu a:visited
{
    padding: 4px 8px 4px 8px;
    margin: 4px;
    background-color: rgb(0, 52, 95);
    border: 1px solid #9e476a;
    color:#ed1317;
    font-size: 70%;
    font-weight: bold;
}

div.nav a:hover
{
    background-color: #ed1317; 
    color: rgba(0, 53, 95, 0.9);
    text-decoration: none;
}

div.pagebody
{
    position: static;
    margin-top: 70px;
    z-index: -1;
    width: 100%;
    padding-bottom: 32px;
}

div.pagebody h1
{
    background-image: url(../images/bg-heading.png);
    background-repeat: repeat-x;
    background-attachment: inherit;
    background-position: center; 
    background-size: auto;   
    font-size: 200%;
    letter-spacing: 11px;
}


div.pagebody h1 span.headingprompt
{
    color:#ed1317;
    font-size: 70%;
    font-weight: bolder;
    letter-spacing: -3px;
}


div.footer
{
    text-align: center;
    background-color: rgba(27, 17, 26, 0.74);
    padding: 16px 16px 16px 16px;
}

div.footer p
{
    text-align: center;
    font-size: 70%;
}

div.contentdark{
    color: #ffffff;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    text-align: left;
    border: 1px solid #28555e;
    overflow: auto;
    background-color: rgba(27, 17, 26, 0.74);
}

div.contentdark h2 {
  color: #9e476a;
  margin-left: 6pt;
}

div.contentdark2cols{
    color: #ffffff;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    text-align: left;
    border: 1px solid #28555e;
    overflow: auto;
    background-color: rgba(27, 17, 26, 0.74);
    -webkit-columns: 420px 2; /* Chrome, Safari, Opera */
    -moz-columns: 420px 2; /* Firefox */
    columns: 420px 2;    
}

div.contentlight {
    color: #000000;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    text-align: left;
    border: 1px solid #28555e;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.74);
}

div.contentlight h2 {
  color: #28555e;
  margin-left: 6pt;
}

div.contentlight h5 {
    color: #28555e;
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
    margin-left: 6pt;
}

div.contentlight2cols {
    color: #000000;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    text-align: left;
    border: 1px solid #28555e;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.74);
    -webkit-columns: 420px 2; /* Chrome, Safari, Opera */
    -moz-columns: 420px 2; /* Firefox */
    columns: 420px 2;
}

div.contentlight2cols h2 {
    color: #28555e;
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
    margin-left: 6pt;
}

div.contentlight2cols h5 {
    color: #28555e;
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
    margin-left: 6pt;
}

div.floatiered
{
    padding: 6px;
    background-color:#ed1317;
    color: #ffffff;
    float: right;
    width: auto;
    max-width: 320px;
}




div.contentboard {
    color: #ffffff;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    text-align: center;
    /*border: 1px solid #28555e;*/
    overflow: auto;
    /*background-color: rgba(27, 17, 26, 0.74);*/
    -webkit-columns: 320px 3; /* Chrome, Safari, Opera */
    -moz-columns: 320px 3; /* Firefox */
    columns: 320px 3;
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;   
}

div.contenttile {
    text-align: left;
    color: #ffffff;
    /*float: left;*/
    width: auto;
    max-width: 320x;
    background-color: rgba(27, 17, 26, 0.74);
    margin: 0;
}



img.authorpic
{
    display: block;
    width: auto;
    max-width: 25%;
    min-width: 80px;
    height: auto;
    margin: 8px;
    float: right;
}

img.babypic
{
    display: block;
    width: auto;
    max-width: 25%;
    min-width: 80px;
    height: auto;
    margin: 8px;
    float: right;
}

img.logopic
{
    display: block;
    width: auto;
    max-width: 25%;
    min-width: 80px;
    height: auto;
    max-height: 180px;
    margin: 8px;
    float: left;
    background-color: rgba(27, 17, 26, 0.74);
}

img.lilpic
{
    display: block;
    width: auto;
    max-width: 33%;
    min-width: 80px;
    height: auto;
    float: right;
    margin: 8px;
}

img.galleryimg
{
    display: block;
    width: auto;
    max-width: 33%;
    min-width: 80px;
    height: auto;
    float: left;
    margin: 8px;
}


ul.humblelist
{
    margin-top: 0px;
    /*margin-bottom: 0px;*/

}

ul.humblelistalt
{
    margin-top: 0px;
    margin-bottom: 0px;

}


p.question {
    color: #28555e;
    font-weight: bold;
    font-size: 110%;
    margin-left: 6px;
    margin-bottom: 0px;
}

p.answer {
    font-style: italic;
    margin-top: 0px;
    margin-left: 16px;
}

a.bloghome:link, a.bloghome:active, a.bloghome:visited
{
    padding: 2px 12px 2px 12px;
    margin: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #28555e;
    color:#ed1317;
    font-size: 70%;
    font-weight: bold;
}

a.bloghome:hover
{
    background-color: #ed1c24; 
    color: rgba(27, 17, 26, 0.9);
    text-decoration: none;
    border: 1px solid rgba(27, 17, 26, 0.9);
}

p.pubdate
{
    text-align: right;
    font-size: 75%;
    font-style: italic;
}




div.book
{
    border-bottom: 1px solid #28555e;
    overflow: auto;
}

div.book img
{
    margin: 8px 8px 8px 0px;
}

div.book img.cover
{
    display: block;
    width: auto;
    /*max-width: 240px;*/
    max-width: 25%;
    min-width: 120px;
    height: auto;
    float: left;
    margin: 6px;
	
}

div.book img.banner
{
    display: block;
    width: auto;
    max-width: 100%;
    min-width: 320px;
    height: auto;
	
}

div.book img.button2
{
    border: 1px solid #d6dce3;
    margin: 2px 1px 2px 6px;
    width: 92px;
    height: auto;
}


div.book div.little
{
    font-size: 60%;
    /*float: right;
    min-width: 25%;
    max-width: 240px;*/
    border-left: 1px solid #28555e;
    padding-left: 6px;
    margin-left: 2px;
    overflow: hidden;
}

img.banner
{
    display: block;
    width: auto;
    /*max-width: 240px;*/
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
	
}

div.bookcontainer
{
    float: left;
    width: 33%;
    font-size: 60%;
    text-align: center;
}

div.bookcontainer img.cover
{
    display: block;
    width: auto;
    /*max-width: 240px;*/
    max-width: 90%;
    min-width: 90px;
    height: auto;
    margin: 8px auto 8px auto;
	
}