body {
	background-color:#f8f8f8;
	margin:0px;
	font-size:100%;
	color: #4c4c4c;
	font-family: verdana, arial, sans-serif;
	/*text-rendering: optimizeLegibility;*/
	}
header, nav, section, article, footer, figure {display: block;}
img {border:none;-ms-interpolation-mode:bicubic;}
a {color:#645344; text-decoration:none;}
a:hover{color:#444547;}
figure {margin:2em 0 2em 0; padding:0;}

h1, h2, h3, h4{font-family: franklin-gothic-urw-comp-n7, franklin-gothic-urw-comp, HelveticaNeue-CondensedBold, sans-serif;}
h5{	font-family: franklin-gothic-urw-comp-n7, franklin-gothic-urw-comp, HelveticaNeue-CondensedBold, sans-serif;}

#centerwrap {
	position:relative;
	background-color:#fff;
	width:90%;
	margin:0 auto;
	padding:.5em 5%;
	max-width: 1024px;
	box-shadow: 0px 0px 5px 0px #ccc;
	}
	
header.top {
	position:relative;
	font-family: franklin-gothic-urw-comp-n7, franklin-gothic-urw-comp, HelveticaNeue-CondensedBold, sans-serif;
	width:100%;
	padding-bottom:2px;
	text-transform:uppercase;
	line-height:.85;
	-webkit-transition:all .51s linear;
	}
header.top h1 {width:30%;}
header#siteHeader h1 {
	font-size:1.125em;
	margin:.5em 0 0 0;
	}
header#journalHeader  h1 {
	font-size:4.5em;
	margin:0px;
	padding-bottom:0px;
	line-height:.75;
	}
header#journalHeader  h1 a {
	color:#4c4c4c;
	}
header#journalHeader  h1 a:hover {
	color:#645344;
	}

nav#mainNav { float:right;}
span.menuBullet {
	display:none;
	}
#menu {
	position:absolute;
	right:0;
	bottom:0px;
	-webkit-transition:all .6s linear;
	transition:all .6s linear;  -o-transition:all .6s linear;  -moz-transition:all .6s linear; 
	}
#menu p {
	font-weight:bold;
	text-align:right;
	margin:16px 0 0 0;
	line-height: .5;
	font-size:2.125em;
	}
#menu p span.subHead { font-size:.5em;	}
#menuSocialLinks a{ margin-top:0; }
.socialLinks a {
	width:32px;
	height:32px;
	display: block;
	background-image:url('resources/SocialMediaSprites.png');
	float:right;
	margin-left:5px;
	}
.facebook {background-position:-1px 0px;}
.facebook:hover {background-position:-1px -33px;}
.twitter {background-position:-43px 0px;}
.twitter:hover {background-position:-43px -33px;}
.rss {background-position:-87px 0px;}
.rss:hover {background-position:-87px -33px;}
.email {background-position:-130px 0px;}
.email:hover {background-position:-130px -33px;}

#archive {
	clear:both;
	border-top:5px solid #c2d940;
	width:100%;
	margin-top:5px;
	padding-top:5px;
	}
#archive ul {
	margin-top:0px;
	padding:0;
	display:inline;
	}
#archiveList { 
	float:right;
	display:inline;
	width:50%;
	font-family: franklin-gothic-urw-comp-n7, franklin-gothic-urw-comp, HelveticaNeue-CondensedBold, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align: right;
	}
#archive li {
	display:inline;
	border-right:1px solid #ccc;
	font-weight:normal;
	padding:0px;
	padding-right:4px;
	}
#archive li:last-child {
	border-right:none;
	padding-right:0px
	}
#tagline {float:left; margin-top: 0px;  margin-left:0em; font-family:athelas-i4, athelas, georgia, serif;font-style:italic;font-size:1.125em; width:40%; }

div#content{
	clear:both;
	width:100%;
	min-width:200px;
	margin: 5px auto;
	}
#load_more, #load_less {
	text-align: center;
	display: block;
	padding:3px;
	background-color:#f3f3f3;	
	font-family: franklin-gothic-urw-comp-n7, franklin-gothic-urw-comp,HelveticaNeue-CondensedBold, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .875em;
	-webkit-transition:background-color .2s linear;
	}
#load_more:hover, #load_less:hover {
	background-color:#c2d940;
	color:#f3f3f3;
}
article.blogPost img { max-width:100%; }
.headline h1 {
	margin:.75em 0 0 0;
	line-height: 1;
	}

aside.postSideBar {
	margin-left:-110px;
	float:left;
	font-family: franklin-gothic-urw-comp-n7, franklin-gothic-urw-comp, HelveticaNeue-CondensedBold, sans-serif;
	text-transform:uppercase;
	font-weight: bold;
	text-align: right;
	padding:4em 2em 0 0;
	}
.blogPost aside.postSideBar p {
	font-size: 1.125em;;
	}
aside.postSideBar time {
	font-size:1.75em;
	line-height: .75;
	}

#shareLinks {padding-bottom:35px; }
aside.postSideBar p {
	margin:.5em 0 .5em 0;
	clear:both;
	}

nav#end_nav { /*next & previous links on individual blog posts */
	font-family: franklin-gothic-urw-comp-n7, franklin-gothic-urw-comp, HelveticaNeue-CondensedBold, sans-serif ;
	font-weight:bold;
	text-transform:uppercase;
	border-top:1px solid #c2d940;
	padding-top:10px;
	margin-top:10px;
	font-size: 1.125em;
	}
nav#end_nav ul{ 
	position:relative;
	list-style: none;
	padding:0;
	width:100%;
	line-height: 1;
	margin-top:1em;
	}
nav#end_nav li{ 
	display:inline-block;
	right:0;
	text-align: right;
	width: 49%;
	vertical-align: top;;
	line-height: 1;
	}
nav#end_nav li:first-child {
	left:0;
	text-align:left;
	}


footer#copyright {
	text-align:center;
	font-size:.8em;
	margin-top:100px;
	}

/* Styles for index page listings */
article.blogSummary:first-child {
	margin-top:3.5em;
	border-top: 1px solid #c2d940;
	}
article.blogSummary {
	position:relative;
	border-bottom: 1px solid #c2d940;
	padding:1.5em 0;
	}

.blogSummary time {
	font: bold 1.125em/1 franklin-gothic-urw-comp-n7, franklin-gothic-urw-comp, HelveticaNeue-CondensedBold, sans-serif;
	padding-left:10px;
	text-transform: uppercase;
	width:6%;
	float:left;
	margin-top:.25em;
	text-align: right;
	}
.blogSummaryText {
	width:45%;
	float:none !important;
	margin-left:12%;
	line-height: 1;
	}
.blogSummaryText p {
	margin:0;
	color:#333;
	font-size: .875em;
	line-height: 1.4;
	}
.blogSummaryImage {
	position:absolute;
	width:40%;
	height:100%;
	top:0px;
	bottom:0px;
	right:0px;
	background-size: cover;
	-moz-background-size: cover;
	}
article.blogSummary h1{
	font-size: 2em;
	padding:0;
	margin:0 0 .25em 0;
	}

/*beginning of comments*/	
.comments { 
	margin-top:40px;
	border-top:5px solid #c2d940;
	}

#startComments {
	font-size: 2em;
	margin-top:1em;
	}

.comment {
	display: block;
	border: 1px solid  #ccc;
	background-color:#fcfcfc;
	margin-bottom:.875em;
	padding:1em;
	padding-top: 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 0px 1px #ccc;
	box-shadow: 1px 1px 2px 0px #ccc;
	}
.comment_admin{ background-color: #f2f5ff;}
.comment header{
	font-size: 1.125em;
	font-weight:bold;
	font-family: franklin-gothic-urw-comp-n7, franklin-gothic-urw-comp, HelveticaNeue-CondensedBold, sans-serif;
	margin-bottom: 5px;
	}
.comment header time {
	float:right;
	font-size: 1em;
	margin-left:10px;
	font-weight: normal;
  	color:#8a8a8a;
  	}
.comment header h2 {
	font-size: 1em;
	margin:0;
	}
 p.commentBody {
 	margin-top:0px;
 	max-width:606px;
 	word-wrap: break-word;
	}
  
.comments textarea {width:99%; margin:2px;}
.comments .commentField{display:inline-block; padding-left:1em;}
p#commentNote{display:block;}
.comments fieldset {border-radius: 5px; }
.comments fieldset b {font-family: franklin-gothic-urw-comp-n7, franklin-gothic-urw-comp, HelveticaNeue-CondensedBold, sans-serif;}

/* global blog text styles */
p.pullQuote {
	font-size:24px;
	color:#777;
	font-style:italic;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top:0px;
	line-height: 120%;
	}
p.attrib{
	margin-bottom:0px;
	margin-top:5px;
	font-size:14px;

	color:#777;
	}
article.blogPost {
	margin:0 auto;
	padding-top:2em;
	width:95%;
	max-width: 650px;
	font-size:.875em;
	color:#4c4c4c;
	line-height:1.5;
	}
/* inch mark be gone! */
q:before { content: "\201C"; }
q:after  { content: "\201D"; }
q q:before q:before { content: "\2018"; }
q q:after q:after   { content: "\2019"; }

.blogPost a {
	color: #313E81;
	}
.blogPost h1{
	font-size:3em;
	padding-bottom:0px;
	}
.blogPost h1 a{
	color:#645344;
	}
.blogPost h1 a:hover{
	color:#444547;
	}
.blogPost h2{
	font-size:1.25em;
	padding-bottom:0px;
	margin-bottom:0px;
	text-transform:uppercase;
	}
.blogPost h3{
	font-size:1em;
	font-family: inherit;
	font-weight:bold;
	margin:0;
	}
.blogPost p {
	padding-top:0px;
	margin-bottom: 1em;
	padding-top: 0px;
	hyphens:auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
	}

b.highlight {
	font-family: franklin-gothic-urw-comp-n7, franklin-gothic-urw-comp,HelveticaNeue-CondensedBold,  sans-serif;
	font-weight:bold;
	font-size:16.5px;
	text-transform:uppercase;
	}
.blogPost li {
	margin-top:.5em;
	line-height: 1.5;
	}
.blogPost blockquote.italicGrey {
	font-family:athelas-i4, athelas, georgia, serif;
	font-style: italic;
	line-height: 1.4;
	font-size:1.25em;
	color:#666;
	margin:.75em 1.75em .75em 1.75em;
	}
blockquote footer {font-style: normal; }
blockquote.italicGrey footer{font-size:.875em;margin-top:.5em;line-height: 1.25;}

.blogPost blockquote.bigQuoteTop {
	font-family: athelas, georgia, serif;
	font-style: italic;
	line-height: 1.6;
	font-size:1.875em;
	color:#7a7a7a;
	margin:0 3em 0 0;
	padding:1em;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid  #e5e5e5;
	}
.blogPost blockquote.bigQuoteTop footer{
	font-size:.625em;
	}

.blogPost figcaption{
	font-style: italic;
	}
.blogPost ol {
	margin-top:0;
	}
.blogPost ol li {
	margin-top:0;
	}
	
.blogPost h5 {font-size:1.125em; margin:0;}

/* postList is used in archive listings */
.postList {
	margin-left:2em;
	font-size: 1em;
	}
.postList ul {	list-style: none; }
.postList lh{
	font-size: 1em;;
	font-weight:bold;
	font-family: franklin-gothic-urw-comp-n7, franklin-gothic-urw-comp, HelveticaNeue-CondensedBold, sans-serif;
	text-transform: uppercase;
	margin-left:-7em;
	text-align:right;
	width:9em;
	padding-right:1em;
	float:left;
	}
.postList li {
	margin-left:3em;
	margin-bottom:.5em;
	font-family:  franklin-gothic-urw-comp,  sans-serif;
	}
.postList li i {
	font-family: athelas;
	font-size: 1.125em;
	}
	
@media screen and (min-width: 1024px) {	
	div#menu p {
		display:inline-block;
		vertical-align: top;
		margin-left:.25em;
		margin-top:0px;
		}
	div#menu { bottom:10px;	min-height:1px; }
	div#menu p#socialLinks{	margin-top:-8px; }
	header.top h1{ width:50%; }
	span.menuBullet {display:inline;}
}

/*max-device-width*/
@media screen and (max-width: 480px) {	
		header.top {text-align: center;	}
		header#journalHeader h1 {font-size:3em;padding-bottom:5px;border-bottom:5px solid #c2d940;}
		header.top h1 {width:100%; }
		div#menu p {
			display:inline-block;
			vertical-align: top;
			margin:10px 0;
			padding-left:5px;
			padding-right:5px;
		}
		#menu {position:relative;}
		span.menuBullet {display:inline;}
		#tagline{display:none;}
		#archive {border:none; clear:both;margin-top:2px;}
		#archiveList{width:100%; float:none;text-align: center; display:block;}
		nav#mainNav {text-align: center; float:none;}
		#centerwrap {width:100%;padding:5px 0;}
		.blogSummary time {float:none; margin-top:0;}
		.blogSummaryText{margin-left:10px; width:55%;}
		article.blogSummary:first-child {margin-top:1em;}
		article.blogSummary{padding:12px 0;}
		article.blogSummary h1 {font-size:1.5em;}
		article.blogPost{padding-top:12px;}
		h2.listing-header{text-align:center;}
		aside.postSideBar{margin-left:0;}
		.comments p{padding-left:.5em}
		.blogPost blockquote.bigQuoteTop {margin:0 0 0 100px; padding:0; font-size:1.5em}
}
/*adjust hanging indents*/
@media screen and (max-width:870px){
	aside.postSideBar {margin-left:0;}
	.blogPost blockquote.bigQuoteTop {margin:0 0 0 110px; padding:0; }
}
