/*  
Theme Name: The Feature
Version: 2.0
Author: Eric Schwarz
Author URI: http://schwarztech.net

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

	body {
	margin: 22px;
	padding: 0;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	background: #fff;
	}
	
	a, a:visited {	
	color: #777;	
	-webkit-tap-highlight-color: #AAA;
	text-decoration: none;
	}
	
	a:hover {
	color: #CCC;
	text-decoration: underline;
	}
	
	a:active {
	color: #444;
	text-decoration: none;
	}
	
	hr {
	color: #DDD;
	background-color: #DDD;
	height: 1px;
	border: 0;
	}

	#pageBody {
	max-width: 840px;
	margin: 0 auto;
	background: transparent;
	}
	
	ul {
	list-style: square;
	}
	
	#header {
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
	#header .inner {
	padding: 100px 0 60px 50px;
	color: #333;
	background: transparent;
	text-align: left;
	}
	
	h1 {
	display: none;
	}
	
	.sitelogo {
	margin: 5px;
	background: #364961; /* USE THIS TO CHANGE THE STRIPE COLOR!!!! */
	}

	a .sitelogo:hover {
	background: #CCC; /* USE THIS FOR MOUSEOVERS ON THE IMAGE */
	}

	a .sitelogo:active {
	background: #444; /* USE THIS FOR MOUSEOVERS ON THE IMAGE */
	}

	#mobilelogo {
	display: none;
	}	
	
	#sidebar {
	width: 200px;
	float: left;
	}
	
	#nav {
	margin: 0;
	padding: 0;
	}
	
	#nav ul {
	margin: 0 0 0 0;
	padding: 5px;
	list-style: none;
	color: #333;
	overflow: hidden;
	background: transparent;
	}
	
	#nav li {
	border-bottom: none;
	}
	
	#nav li:last-child {
	border-bottom: none;
	}
	
	#nav a {
	font-size: 16px;
	line-height: 36px;
	display: block;
	color: #777;
	text-decoration: none;
	margin: 0px 0 0 20px;
	padding: 0px 10px 5px 30px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	}
	
	#nav a:hover {
	color: #CCC;
	padding: 0px 10px 5px 30px;
	}

	#nav a:active {
	color: #444;
	padding: 0px 10px 5px 30px;
	}
	
	#nav a.navselect {
	color: #364961;
	padding: 0px 10px 5px 30px;
	}
	
	.currentlink {
	color: #CCC;
	}
	
	#bookmobile {
	display: none;
	}
	
	#bookdesktop {
	text-align: center;
	margin: 70px 40px 10px 40px;
	padding: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
	}
	
	#bookdesktop a, #bookdesktop a:visited, #bookmobile a, #bookmobile a:visited {
	color: #777;
	text-decoration: none;
	}
	
	#bookdesktop a img, #bookdesktop a:visited img, #bookmobile a img, #bookmobile a:visited img {
	border: 2px solid transparent;
	}


	#bookdesktop a:hover, #bookmobile a:hover {
	color: #CCC;
	text-decoration: none;
	}
	
	#bookdesktop a:hover img, #bookmobile a:hover img {
	border: 2px solid #CCC;
	}
	
	#bookdesktop a:active, #bookmobile a:active {
	color: #444;
	text-decoration: none;
	}

	#bookdesktop a:active img, #bookmobile a:active img {
	border: 2px solid #000;
	}
	
	#highlightbox, #highlightboxalert {	
	background: #EEE;
	color: #888;
	margin: 0;
	padding: 10px 10px 10px 35px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	border-bottom: 0px solid #DDD;
	}
	
	#highlightboxalert {	
	background:  #364961;
	color: #ffffff;
	font-weight: normal;
	border-bottom: none;
	text-align: center;
	}
	
	#highlightbox a, #highlightbox a:visited {
	color: #fff;	
	text-decoration: none;
	}
	
	#highlightbox a:hover, #highlightbox a:active {
	color: #999999;	
	text-decoration: none;
	}
	
	#highlightboxalert a, #highlightboxalert a:visited {
	color: #FFF;	
	text-decoration: none;
	}
	
	#highlightboxalert a:hover, #highlightboxalert a:active {
	 color: #999999;
	text-decoration: none;
	}	

	#content {
	width: 620px;
	margin: 0;
	padding: 0;
	float: right;
	}
	
	#content .inner {
	font-size: 16px;
	padding: 0px 35px 30px 35px;
	color: #333;
	background: #fff;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal; /* This is for stupid browsers */
	font-weight: 400;
	word-wrap: break-word;
	letter-spacing: 0px;
	}
	
	#footer {
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px solid #e6e6e6; 
	}
	
	#footer .inner {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #777;
	background: transparent;
	padding: 10px 10px 0 0px;
	}
	
	#footer .inner a, #footer .inner a:visited {
	color: #777;
	text-decoration: none;
	}
	
	#footer .inner a:hover {
	color: #999;
	text-decoration: none;
	}
	
	#footer .inner a:active {
	color: #000;
	text-decoration: none;
	}

	.printonly {
		display: none;
	}


/* ///////////////////////////////////////////////////////////////////// 
//  03 - Content Formatting 
/////////////////////////////////////////////////////////////////////*/

	#content .inner .entry, #content .inner .entryindex {
	padding-bottom: 0;
	margin-bottom: 0;
	clear: both;
	}
	
	#content .inner .entryindex {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
	}
	
	#content .inner .entryindexsub {
	padding-bottom: 25px;
	margin-bottom: 10px;
/*	border-bottom: 1px solid #EEE; */
	}
	
	#content .inner ul {
	padding-left: 15px;
	}
	
	#content .inner ul li {
	margin-bottom: 20px;
	list-style: square;
	}

	#content .inner ul.archives {
	margin-left: 10px;
	}

	#content .inner ul.archives li {
	margin-bottom: 0;
	list-style: square;
	line-height: 20px;
	}

	#s {
	font-size: 12px;
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 200px;
	padding: 5px 10px 5px 10px;
	margin: 15px 0 10px 0;
	border: 1px solid #CCCCCC;
	background: transparent;
	color: #444444;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

	#content .inner .archivescategory {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	}
	
	#content .inner .archivesmonth {
	margin: 0;
	padding: 0;
	width: 50%;
	float: right;
	}
	
	#content .inner ol {
	margin-left: 1px;
	padding-left: 10px;
	}
	
	#content .inner ol li{
	margin-left: 30px;
	margin-bottom: 20px;
	line-height: 20px;
	}

	h1, h2, h3, h4, h5, h6, .metainfo, .metainfosub, .navigation, #bio p, .sharelinkd, .sharelinkm {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	
	h1 {
	font-weight: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	}


	h1 a, h1 a:visited {
	color: #444;
	text-decoration: none;
	}
	

	h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 38px;
	color: #364961;
	text-transform: none;
	letter-spacing: -1px;
	padding: 0;
	margin: 10px 0 20px 0;
	}

	h2.subitem {
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	text-transform: none;
	letter-spacing: -1px;
	padding: 0;
	margin: 15px 0 5px 0;
	}
	
	h2.subitemarch {
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	text-transform: none;
	letter-spacing: -1px;
	padding: 0;
	margin: 15px 0 5px 0;
	}
	
	h2 a, h2 a:visited {
	color: #364961; /* USE THIS TO CHANGE THE LINK COLOR!!!! */
	text-decoration: none;
	}
	
	h1 a:hover, h2 a:hover {
	color: #CCC;
	text-decoration: none;
	}
	
	h1 a:active, h2 a:active {
	color: #444;
	text-decoration: none;
	}
	
	h3 {
	color: #333;
	font-weight: bold;
	font-weight: 600;
	font-style: italic;
	font-size: 22px;
	line-height: 28px;
	text-transform: none;
	letter-spacing: -1px;
	padding: 0;
	margin: 35px 0 -10px 0;
	}
	
	.alsoread {
	text-transform: uppercase;
	margin: 0px 0 35px 0;
	letter-spacing: 0px;
	}
	
	h4 {
	color: #444;
	font-weight: normal;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	line-height: 20px;
	text-transform: none;
	padding: 0;
	margin: 30px 0 -15px 0;
	letter-spacing: 0px;
	}
	
	h5 {
	color: #777;
	font-weight: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
	padding: 0;
	margin: 0 0 0 0;
	letter-spacing: 0px;
	}
	
	h6 { /* Colophon Mainhead */
	color: #444;
	font-weight: bold;
	font-weight: 600;
	font-style: normal;
	font-size: 21px;
	line-height: 26px;
	text-transform: none;
	padding: 0;
	margin: 18px 0 -15px 0;
	letter-spacing: -1px;
	}
	
	.metainfo { /* Author Info */
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
	font-weight: 400;
	margin: 0 0 44px 0;
	padding: 0;
	}

	.metainfosub {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #444;
	text-transform: uppercase;
	font-weight: normal;
	font-weight: 400;
	margin: 0 0 0 0;
	padding: 0;
	}

	#author, #date {
	}
	
	#branch {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
	}
	
	#branchlogo {
	height: 18px;
	width: 16px;
	float: left;
	margin: 6px 0 0 0;
	}
	
	.metainfo a, .metainfo a:visited {
	color: #777;
	text-decoration: none;
	}
	
	.metainfo a:hover {
	color: #CCC;
	text-decoration: none;
	}
	
	.metainfo a:active {
	color: #444;
	text-decoration: none;
	}
	
	.metainfosub a, .metainfosub a:visited {
	color: #777;
	text-decoration: none;
	}
	
	.metainfosub a:hover {
	color: #CCC;
	text-decoration: none;
	}
	
	.metainfosub a:active {
	color: #444;
	text-decoration: none;
	}
	
	#content p {
	line-height: 30px;
	margin-bottom: 20px;
	}
	
	#content img{
	max-width: 100%;
	height: auto;
	}
	
	.tip {
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-size: 90%;
	font-style: italic;
	font-weight: 400;
	color: #333;
	border-left: 1px solid #364961;
	padding-left: 20px;
	margin-left: 10px;
	letter-spacing: 0px;
	}
	
	blockquote {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 80%;
	font-weight: 400;
	color: #666;
	border-left: 1px solid #DDD;
	padding-left: 20px;
	margin-left: 10px;
	letter-spacing: 0px;
	}
	
	blockquote blockquote {
	color: #777;
	font-weight: 200;
	}
	
	.readtime {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 75%;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin: -30px 0 30px 0;
	padding: 0;
	color: #777;
	}	
	
	.readtimesub {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 85%;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	color: #777;
	}



/* ///////////////////////////////////////////////////////////////////// 
//  04 - SchwarzTech Code 
/////////////////////////////////////////////////////////////////////*/

	.navigation {
	margin: 20px 0 40px 0;
	}

	.navigation a, .navigation a:visited {	
	font-size: 16px;
	font-weight: 400;
	font-weight: normal;
	background: transparent;
	color: #777;	
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 0px;
	}
	
	.navigation a:hover {
	background: transparent;
	color: #CCC;
	text-decoration: none;
	}
	
	.navigation a:active {
	background: transparent;
	color: #444;
	text-decoration: none;
	}
	
	.pullquote {
	display: block;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	margin: 30px 5px 30px 5px;
	padding: 0;
	background: transparent;
	color: #364961;
	border-left: none;
	font-style: italic;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	}
	
	.pullquote p {
	padding: 0;
	margin: 0;
	}

	.contact-form {
		font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 18px;
		font-weight: normal;
		font-weight: 400;
		letter-spacing: -1px;
		color: #333;
		margin: 0 auto 0 auto;
		max-width: 400px;
	}
	
	.contact-form label{
		font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
		display: block;
		margin: 10px 0 -3px 0;
		font-weight: normal;
		font-weight: 400;
		color: #555;
	}
	
	.contact-form label span{
		font-weight: normal;
		font-size: 9px;
		color: #AAA;
		padding-left: 5px;
	}
	
	.contact-form p{
		text-align: center;
	}
	
	.contact-form input[type="text"], .contact-form input[type="email"] {
	font-size: 12px;
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 330px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #CCCCCC;
	background: #fff;
	margin-right: 2px;
	background: #ffffff;
	color: #444444;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
	.contact-form textarea {
	font-size: 12px;
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 330px;
	height: 100px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #CCCCCC;
	background: #fff;
	margin-right: 2px;
	background: #ffffff;
	color: #444444;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
	.contact-form .contactright {
	font-size: 10px;
	line-height: 12px;
	color: #888888;
	}


	#footnotes {
	font-size: 80%;
	}
	
	#bio {
	color: #777;
	margin: 40px 0 0px 0;	
	border-top: 1px solid #DDD;
	}
	
	#bio h6 {
	color: #444;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 20px 0 0 0;
	margin: 0 0 -10px 0;
	font-weight: normal;
	letter-spacing: 0px;
	}
	
	#bio p {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #777;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	font-style: normal;
	font-weight: normal;
	font-weight: 400;
	}
	
	#authorpic {
	height: 64px;
	width: 64px;
	float: left;
	margin: 20px 15px 200px 0;
	}

	#cauthorpic {
	height: 43px;
	width: 43px;
	float: left;
	margin: 10px 15px 5px 0;
	}
	
	#cauthorpicm {
	display: none;
	}

	#socialbuttons {
	display: inline;
	text-align: left;
	}
	
	.sharelinkd {
	margin: 0;
	padding: 0;
	}

	.sharelinkd a, .sharelinkd a:visited {	
	font-weight: 400;
	letter-spacing: 0px;
	vertical-align: middle;
	font-size: 80%;
	background: transparent;
	color: #364961;	
	text-decoration: none;
	border: 1px #364961 solid;
	-webkit-border-radius: 15px;
	-moz-border-radius: 10px;
	padding: 3px 25px 4px 25px;
	margin: 0 5px 0 5px;
	-webkit-transition: color 1s;
    -moz-transition: color 1s;
    -ms-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
	}
	
	.sharelinkd a:hover {
	background: #364961;
	color: #FFF;
	text-decoration: none;
	}
	
	.sharelinkd a:active {
	background: transparent;
	color: #CCC;
	text-decoration: none;
	}
	
	.sharelinkm {
	display: none;
	}
	
	#colophon {
	font-size: 100%;
	line-height: 100%;	
	}
	
	#copyright {
	font-family:'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
	font-size: 13px;
	line-height: 18px;
	}
	
	.ibooks{
	text-align: center;
	}
	
	.dateinfo {
	font-size: 16px;
	padding: 0px 0px 60px 0px;
	color: #444;
	background: #fff;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal; /* This is for stupid browsers */
	font-weight: 400;
	word-wrap: break-word;
	letter-spacing: 0px;
	}
	
	#authorpicarch {
	height: 38px;
	width: 38px;
	float: left;
	margin: 1px 25px 20px 0;
	}
	


/*/Section Styles/*/

	.sectiont {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 38px;
	color: #364961;
	text-transform: none;
	letter-spacing: -1px;
	padding: 0;
	margin: 10px 0 20px 0;
	}
	
	.sections {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	color: #364961;
	text-transform: none;
	letter-spacing: -1px;
	padding: 0;
	margin: 10px 0 20px 0;
	}
	
	.sections a, .sections a:visited {
	color: #364961; /* USE THIS TO CHANGE THE LINK COLOR!!!! */
	text-decoration: none;
	-webkit-transition: color 1s;
    -moz-transition: color 1s;
    -ms-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
	}
	
	.sections a:hover {
	color: #CCC;
	text-decoration: none;
	}
	
	.sections a:active {
	color: #444;
	text-decoration: none;
	}
	
	.sectiond {
	font-family: 'source sans pro','freighttext', Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	line-height: 22px;
	font-style: none;
	text-transform: uppercase;
	color: #555555;	
	margin-top: -10px;
	letter-spacing: 0px;
	}




@-ms-viewport { width: 1025px; }


@media screen and (max-width: 1024px) {
	
	.readtime {
	display: none;
	}
	
	.readtimesub {
	display: none;
	}
	
	.sectiont {
	text-align: left;
	margin-top: 20px;
	}
	
	.sections {
	text-align: left;
	margin-top: 20px;
	}
	
	.sections a, .sectiont a:visited {
	text-align: left;
	}
	
	.sectiond {
	text-align: left;
	}
}


@-ms-viewport { width: 1024px; }


@media screen and (max-width: 1023px) {

	#header .inner {
	padding: 20px 0 30px 10px;
	text-align: center;
	background-position: top center;
	}
		
	/* Put the nav above the main content */
	
	.entryindex h2, .entry h2, .metainfo {
		text-align: center;
	}

	#sidebar {
	float: none;
	width: 100%;
	}
		
	#nav ul {
	padding: 0;
	}
	
	/* Place the nav items side by side */
	
	#nav li {
	float: left;
	width: 33%;
	border-bottom: 0px solid #CCC;
	border-right:  none;
	margin-bottom: 15px;
	}
	
	#nav li:last-child {
	width: 34%;
	border-bottom: 0px solid #CCC;
	border-right: none;
	}
	
	#nav li:nth-child(4) {
	display: none;
	}

	#nav a {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	}
	
	#nav a:hover {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	border-left: none;
	}
	
	#nav a.navselect {
	color: #364961;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin: 0 0 -1px 0;
	border-left: none;
	}

h2 {font-size: 34px;}

	#bookdesktop {
	display: none;
	}
	
	#bookmobile {
	display: block;
	text-align: center;
	margin: 0 0 10px 0;
	background: #EEE;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

	#bookmobile img {
	width: 37px;
	height: auto;
	float: left;
	margin-right: 10px;
	}

	#bookmobile a {
	display: block;
	text-align: left;
	max-width: 220px;
	padding: 10px;
	margin: 0px auto 20px auto;
	clear: both;
	}
	
	/* Make the main content fill the viewport width */
	
	#content {
	float: none;
	width: 100%;
	}
		
	#content img{
	max-width: 90%;
	height: auto;
	}
	
	/* Remove the main content right margin */
	
	#content .inner {
	margin-left: 0; 
	padding: 20px;
	letter-spacing: 0px;
	}

	#highlightbox {
	display: none;
	}
	
	#highlightboxalert {
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	}			
	
	#authorpic {
	height: 64px;
	width: 64px;
	margin: 20px 10px 180px 0;
	}

	.sharelinkd a, .sharelinkd a:visited {	
	font-weight: 400;
	letter-spacing: 0px;
	font-size: 80%;
	background: transparent;
	color: #364961;	
	text-decoration: none;
	border: 1px #364961 solid;
	-webkit-border-radius: 15px;
	-moz-border-radius: 10px;
	padding: 3px 25px 4px 25px;
	margin: 0 5px 0 5px;
	}
	
	.sharelinkd a:hover {
	background: #364961;
	color: #FFF;
	text-decoration: none;
	}
	
	.sharelinkd a:active {
	background: transparent;
	color: #CCC;
	text-decoration: none;
	}
	
	.sharelinkm {
	display: none;
	}
	
	#footer {
	display: none;
	}
	
	.ibooks{
	text-align: center;
	}
	
	.entryindexsub {
	padding-top: 5px;
	
	#authorpicarch {
	margin: 4px 15px 50px 0;
	}
	
	.readtime {
	display: none;
	}
	
	.sectiont {
	text-align: center;
	margin-top: 20px;
	}
	
	.sections {
	text-align: center;
	margin-top: 20px;
	}
	
	.sections a, .sectiont a:visited {
	text-align: center;
	}
	
	.sectiond {
	text-align: center;
	}
}

@media screen and (max-width: 570px) {

	body {
	margin: 0;
	padding: 0;
	}
	
	#highlightboxalert {
	padding: 6px;
	font-size: 10px;
	line-height: 12px;
	}

	#header .inner {
	padding: 20px 0 10px 0;
	background-position: center center;
	}
		
	/* #desktoplogo {
	display: none;
	} */
	
	/* #mobilelogo {
	display: block;
	}

	.sitelogo {
	height: 50px;
	width: 320px;
	} */
		
	#s {
	font-size: 9px;
	width: 140px;
	}

	#content .inner .archivescategory {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
	}
	
	#content .inner .archivesmonth {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
	}
	
	
	.contact-form input[type="text"], .contact-form input[type="email"] {
	width: 200px;
	}
	
	.contact-form textarea {
	width: 200px;
		}
	
	.contact-form .contactright {
	font-size: 8px;
	}
	
	#bookdesktop {
	display: none;
	}
	
	#socialhome {
	display: none;
	}
	
	#socialbuttons {
	display: inline;
	text-align: center;
	}
	
	#nav li {
	width: 33%;
	border-right: none;
	border-bottom: none;
	}
	
	#nav li:first-child {
	border-left: none;
	}
	
	#nav li:nth-child(2) {
	display: none;
	}
	
	#nav a.navselect {
	border-bottom: 0px solid #364961;
	}
	
	#authorpic {
	height: 96px;
	width: 96px;
	margin: 20px 10px 475px 0;
	}

	#cauthorpic {
	display: none;
	}
	
	#cauthorpicm {
	display: none;
	}
	
	.pullquote {
	display: none;
	}
	
	#footer {
	display: block;
	}
	
	#footer .inner a {
	display: none;
	}
	
	.sharelinkd {	
	display: none;
	}
	
	.sharelinkm {
	display: inherit;
	}
	
	.sharelinkm a, .sharelinkm a:visited {	
	font-weight: 400;
	letter-spacing: 0px;
	font-size: 80%;
	background: transparent;
	color: #364961;	
	text-decoration: none;
	border: 1px #364961 solid;
	-webkit-border-radius: 15px;
	-moz-border-radius: 10px;
	padding: 3px 20px 4px 20px;
	margin: 0 5px 0 5px;
	}
	
	.sharelinkm a:hover {
	background: #364961;
	color: #FFF;
	text-decoration: none;
	}
	
	.sharelinkm a:active {
	background: transparent;
	color: #CCC;
	text-decoration: none;
	}
	
	#authorpicarch {
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 10px 35px 0;
	}
	
	h2.subitem {
	font-size: 19px;
	margin-top: 8px;
	}
	
	.alsoread {
	text-transform: uppercase;
	margin: 0 0 15px 0;
	letter-spacing: 0px;
	}
	
	.readtime {
	display: none;
	}
}


@media screen and (max-width: 480px) {
	
	
	#nav ul {
	padding: 5px 7px;
	}
	
	#nav li {
	float: none;
	width: 100%;
	border-right: none;
	border-left: none;
/*	border-bottom:  1px solid #CCC; */
	}
	
	#nav li:last-child {
	display: none;
	}
	
	#nav li:nth-child(2) {
	display: none;
	}

	#nav li:nth-child(5) {
	display: none;
	}

	#nav a.navselect {
	border-bottom: none;
	border-left: #364961 0px solid;
	}

	
	blockquote {
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 0;
	}
	
	#authorpic {
	display: block;
	height: 64px;
	width: 64px;
	float: left;
	margin: 20px 7px 350px 0;
	}
	
	.sectiont {
	text-align: center;
	margin-top: 20px;
	}
	
	.sections {
	text-align: center;
	margin-top: 20px;
	}
	
	.sections a, .sectiont a:visited {
	text-align: center;
	}
	
	.sectiond {
	text-align: center;
	}
}


@media screen and (max-width: 420px) {
	
	.sitelogo {
	height: 40px;
	width: 256px;
	}
	
	.pullquote {
	display: block;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 28px;
	text-align: left;
	margin: 30px 5px 30px 5px;
	padding: 0;
	background: transparent;
	color: #364961;
	border-left: none;
	font-style: italic;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	}
	
}