body {
background-color: #87cefa;
}

#main {
   background-color: #ffffff;   /* light blue */
}

.site-title {
    font-size: 30px;
  	font: 300 32px "Source Sans Pro",Helvetica,sans-serif;
  	font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 35px 0 10px;
}

.site-description {
    font: italic 300 16px "Source Sans Pro",Helvetica,sans-serif;
    font-weight: bold;
    margin: 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1200px;
	width: 95%;
}

.navbar {
    background-color: #1E90FF;
    margin: 0px auto;
    max-width: 1600px;
    width: 100%;
}

.nav-menu li a {
	color: #ffffff;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.site-footer .sidebar-container {
	background-color: #1E90FF;
	padding: 20px 0;
}

.site-footer {
	background-color: #1E90FF;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #ffffff;
}


.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #0000A0;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #000077;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #CCE6FF;
	font-style: italic;
}

li.page-item-1373 {display:none;}

.entry-meta a {
	color: #0000A1;
}

.entry-meta a:hover {
	color: #0000A1;
}

.format-link .entry-title a {
	color: #0000A1;
}

.navigation a {
	color: #0000A1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Roboto Slab, Georgia, serif;
	line-height: 1.3;
}


.entry-content code, .comment-content code {
    font-family: Consolas,Monaco,Lucida Console,monospace;
    font-size: 0.857143rem;
    line-height: 2;
    background-color:#E8E8E8;
    padding: 0px 3px;
}
#social_logos {margin-top:-15px;}
.social_logo { float: left; margin-right: 15px; height: 34px; width: 34px;}
.clear {clear:both;margin:0;padding:0;}
#author_portrait {box-shadow:0 0 0 rgba(0, 0, 0, 0.2);}
.amazon_book {float:left; padding:0 10px;}

.header-logo {float:left; margin-top:20px;}
#title_subtitle {float:left;}
.clear {clear:both;margin:0;padding:0;}
.entry-thumbnail img {
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2)
}
.entry-title {font-size:34px;}
h2 {font-size:25px;margin:20px 0}
p {margin:0 0 17px}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 1140px;
    padding: 0 376px 0 60px;
}
@media (max-width: 720px) {
.header-logo {height:90px; width:90px;}
.site-title {font-size:30px;}
}
@media (max-width: 420px) {
.header-logo {display:none}
}