﻿html,body
{
	margin:0;
	padding:0;
	background-color:white;
}

#header,#body,#nav_bar
{
	/*background-color:#FFFDE9;*/
}

#body{min-height:500px}
#header
{
	width:100%;
	min-width:320px;
	margin:0 auto;
}

#thumbs
{
	width:100%;
	overflow:hidden;
	height:96px;
	padding:0;
	margin:0 auto;
	text-align:center;
}

.thumb
{
	display:inline;
	box-sizing:border-box;
	width:9px;
	padding:0 .0125em 0 .0125em;
	height:96px;
}

#site_logo
{
	width:100%;
	background-color:#5D87A1;
	box-sizing:border-box;
	color:white;
	font-size:10em;
	font-weight:bold;
	font-family:'EB+Garamond';
	letter-spacing:.2em;
	text-align:center;
	display:inline-block;
}



#subscriber_options
{
	float:right;
	font-size:1em;
	width:200px;
	font-family:Arial;
	font-weight:bold;
	color:#193962;
	box-sizing:border-box;
	padding:.5em;
}

#nav_bar
{
	width:100%;
	min-width:320px;
	margin:0 auto;
	position:relative;
	clear:both;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	min-height:45px;
}

#btn_submenu {
	position: absolute;
	left:10px;
	top:10px;
	cursor:pointer;
}

#btn_submenu span {
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0;
	background: gray;
	z-index: 99;
}

#nav_container
{
	/*padding-left:100px;*/
	box-sizing:border-box;
}

.nav_links
{
	width:100%;	
	color:Gray;
	padding:1em .5em 1em .5em;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
	font-family:Arial;
	font-size:1em;
	cursor:pointer;
	text-align:center;
}

.nav_item
{
    text-decoration:none;
    color:inherit;
	cursor:pointer;
}

	.nav_item:hover
	{
		color:#C1940C;
		cursor:pointer;
	}

	.nav_item:after
	{
		content:"|";
		display:inline-block;
		padding-left:1em;
		padding-right:1em;
	}
	
	.nav_item:after
	{
		opacity:.5;
	}

	.nav_item:last-child:after,.nav_item:last-child:after
	{
		display:none;
	}

	.nav_item:hover
	{
		color:#5D87A1;
	}	
	
	.nav_item.active:after
	{
		color:inherit;
	}
.active_nav
{
    color:#153645 !important;
}

#body
{
	width:100%;
	max-width:1600px;
	min-width:320px;
	margin:0 auto;
	font-family:Arial;
	color:#333;
	box-sizing:border-box;
	padding:.5em 1em .5em 1em;
}

h1,h2,h3,h4
{
	color:#333;
    font-family:'EB+Garamond'
}

#btn_submenu
{
	display:none;
}

#footer_wrap
{	
	width:100%;
	margin:0 auto;
	padding:0;
	background-color:#FAF6ED;
	box-sizing:border-box;
	padding-left:1em;
	padding-right:0em;
}

#footer
{
	width:100%;
	margin:0 auto;
	max-width:1100px;
}

.endorsement_item
{
    font-size:.9em;
	padding-bottom:1em;
    margin-bottom:1em;
    width:490px;
    float:left;
    box-sizing:border-box;
    padding:1em;
    position:relative;
}

.endorsement_color_bar
{
    height:90%;
    width:20px;
    background-color:#688AA3;
    float:left;
    position:absolute;

}
.endorsement_text
{
    float:left;
    width:80%;
    margin-left:30px;
    left:20px;
}
.attribution
{
    text-align:right;
    font-weight:bold;
}
.att_bio
{
    font-style:italic;
    padding-top:1em;
    font-size:.8em;
}
.end_author
{
	padding-left:2em;

}
.end_bio
{
	font-size:.8em;
}
.nonitalic{font-style:normal}

.cfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
@media screen and (max-width:1048px)
{
	#site_logo
	{
		font-size:8em;
	}
	.nav_item
	{
		line-height:2;
	}
}

@media screen and (max-width:850px)
{
	#site_logo
	{
		font-size:6em;
	}
}

@media screen and (max-width:650px)
{
	#site_logo
	{
		font-size:4em;
	}
}

@media screen and (max-width:600px) {
    #btn_submenu {
        display: block;
    }

    #nav_container {
        display: none;
    }

    .nav_item {
        display: block;
        width: 100%;
        text-align: center;
    }

        .nav_item:after {
            display: none;
        }

	#lp_logo
	{
		float:none;
		width:100%;
		text-align:center;
		margin:0 auto;
	}
	#lp_logo img
	{
		max-width:150px;
	}

	#footer_text
	{
		margin:0 auto;
	}
	#footer_social
	{
		float:none;
		margin:0 auto;
	}
}

@media screen and (max-width:500px)
{
    .endorsement_item 
    {
        width: 100%;
        clear:both;
        display:block;
        padding:.5em;
        margin-top:1em;
    }
}

@media screen and (max-width:400px)
{
	#site_logo
	{
		font-size:3em;
	}
}

@media screen and (max-width:350px)
{
	#site_logo
	{
		font-size:2.5em;
	}
}

