/* Author: 	Jeremy Weeks */
	
/* reset styles 
--------------------------------------------- */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	}
	
/* HTML5 display-role reset for older browsers */

/**/ article, aside, details, figcaption, figure,
/**/ footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	} 
ol, ul {
	list-style: none;
	}
/**/ blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}  
	
	
/* main styles
--------------------------------------------- */

body {
	padding: 25px 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #4e443c;
	font-size: 70%;
	background: url(bg-lighter.jpg) fixed;
	}

/* links */

a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #fc6b35;
	}
a:hover {
	color: #ba3b0d;
	}
cite {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
	
/* page structure 
--------------------------------------------- */

#wrap {
	/*  max-width: 900px;  */
	 margin: 0 auto;  /**/
	/* margin: 0 50px; */
	padding: 0 20px;
	font-size: 1.3em;
	}
#extra {
	font-size: 1.3em;
	margin: 0 0 30px 0;
	padding: 50px 20px 20px 20px;
	background: rgba(78, 68, 60, 1) /* url(bg-dark2.jpg) fixed */;
	}
#extra-inner {
	max-width: 900px;
	margin: 0 auto;
	}	

footer[role="contentinfo"] {
	max-width: 900px;
	margin: 0 auto 10px auto;
	font-size: 1.2em;
	}
	
/* grid options */

div.mod {
	float: left;
	width: 40%;
	margin: 0 0 30px 0;
	padding: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}
div.mod-extra {
	width: 20%;
	}
div.mod-main {
	width: 60%;
	padding: 0 50px 0 0;
	}
div.mod-alt {
	float: right;
	padding: 0;
	}
	
/* header 
--------------------------------------------- */

header[role="banner"] {
	margin: 0 0 25px 0;
	padding: 10px 0 25px 0;
	border-bottom: 2px solid rgba(78, 68, 60, 0.2);
	}
	
/* logo */

#logo {
	float: left;
	width: 20%;
	height: 64px;
	}
#logo a {
	display: block;
	width: 95px;
	height: 64px;
	background: url(logo1.png) no-repeat top left;
	}
#logo img {
	display: block;
	height: 0;
	}
/* #logo a:hover {
	background-position: 0 -64px;
	} */

/* navigation */
/* nav[role="navigation"]{
		max-width: 900px;
	} */
nav[role="navigation"] ul li {
	float: left;
	width: 15%;
	margin: 14px 0 0 0px;
	}
nav[role="navigation"] ul li.last {
	margin-right: 0;
	}
nav[role="navigation"] ul li a {
	display: block;
	float: left;
	width: 100%;
	font-size: 1em;
	line-height: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
nav[role="navigation"] ul li a strong {
	display: block;
	padding: 0;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight: 700;
	color: rgba(78, 68, 60, 0.5);
	-webkit-transition: color 0.2s ease-in-out;
	   -moz-transition: color 0.2s ease-in-out;
	     -o-transition: color 0.2s ease-in-out;
	        transition: color 0.2s ease-in-out;
	}
nav[role="navigation"] ul li a em {
	display: block;
	font-size: .95em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0;
	color: rgba(78, 68, 60, 0.35);
	-webkit-transition: color 0.2s ease-in-out;
	   -moz-transition: color 0.2s ease-in-out;
	     -o-transition: color 0.2s ease-in-out;
	        transition: color 0.2s ease-in-out;
	}
nav[role="navigation"] ul li a:hover strong,
nav[role="navigation"] ul li.active a strong {
	color: #4e443c;
	}
nav[role="navigation"] ul li a:hover em,
nav[role="navigation"] ul li.active a em {
	color: rgba(78, 68, 60, 0.7);
	}
	
/* main styles 
--------------------------------------------- */
	
#main {
	font-size: 1em;
	line-height: 1.6;
	}
#main a {
	text-decoration: underline;
	}
	
/* headings */

h1.page-title {
	margin: 0 0 .35em 0;
	font-family: /* "Tungsten A", "Tungsten B",  Helvetica,*/ Georgia, sans-serif;
	font-size: 4em;
	font-weight: 500;
	text-align: left;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(78, 68, 60, 0.9);
	}
h1.page-title em {
	font-style: normal;
	color: rgba(78, 68, 60, 0.5);
	}
h1.page-title strong {
	font-weight: 600;
	}
h1.archives-title {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(78, 68, 60, 0.1);
	}
h1.article-title,
#main h2 {
	margin: 0 0 .5em 0;
	padding: 0 0 0 20%;
	font-family: "Oswald", "Gill Sans MT", Calibri, sans-serif;
	font-size: 2.6em;
	font-weight: 500;
	line-height: 1;
	color: rgba(78, 68, 60, 0.9);
	letter-spacing: 0px;
	text-transform: uppercase;
	}
#main h1.article-title a {
	color: rgba(78, 68, 60, 0.9);
	text-decoration: none;
	}
#main h2 {
	padding-left: 0;
	}
#main h2 a {	
	color: rgba(78, 68, 60, 0.9);
	text-decoration: none;
	}
#main h2 a:hover {	
	color: #fc6b35;
	}
#main h3 {
	margin: 0;
	font-family: /* "Tungsten A", "Tungsten B",  Helvetica,*/ Georgia, sans-serif;
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(78, 68, 60, 0.9);
	}

/* lists */

dl.lst {
	margin: .5em 0 30px 0;
	font-size: .9em;
	}
dl.lst dt,
#main dl.lst dt a {	
	font-weight: bold;
	color: rgba(78, 68, 60, 0.9);
	text-decoration: none;
	}
#main dl.lst dt a:hover {
	color: #fc6b35;
	}
dl.lst dd {	
	margin: 0 0 1.2em 0;
	}
dl.lst dd em {	
	display: block;
	color: rgba(78, 68, 60, 0.5);
	}

#main div.mod ul.cat {
	margin: 0 0 30px 0;
	padding: 0;
	}
#main div.mod ul.cat li {
	margin: 0 8px 0 0;
	padding: 0;
	display: inline;
	list-style: none;
	}

/* blog entries */
#main article {
  /* float:left;  */ 
	max-width: 550px; /**/
	margin: 0 0 2.8em 0;
	/*padding: 0 0 1em 20%; */
	padding: 0 50px 50px 150px; 
	border-bottom: 1px solid rgba(78, 68, 60, 0.4);
	}
	
 #main article.alt{
	/* clear: both;
	float:right;*/
	/* margin: 0 0 2.8em 50px; */
	 /*padding: 0 50px 50px 200px;  */
	} 
	
#main article:last-of-type {
	padding-bottom: 0;
	/* border-bottom: none; */
	}
article aside {
	float: left;
	width: 15%;
	margin: 0 0 0 -20%;
	font-size: .85em;
	line-height: 2;
	color: rgba(78, 68, 60, 0.7);
	}
/* #main article aside a:link,
#main article aside a:visited,
#main article aside ul li a {
	color: rgba(78, 68, 60, 0.6);
	}
#main article aside a:hover,
#main article aside ul li a:hover {
	color: rgba(78, 68, 60, 0.9);
	text-decoration: underline;
	} */
#main article aside ul {
	margin: 0;
	}
#main article aside ul li {
	position: relative;
	margin: 0;
	list-style: none;
	font-weight: normal;
	color: rgba(78, 68, 60, 0.7);
	}
/* #main article aside ul li a {	
	text-decoration: none;
	} */
article aside ul li h4 {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	
/* article div.flash{
	height: 300px;
	} */
	
article p,
article ul,
article ol {
	margin: 0 40px 1.6em 0;
	}
article em {
	font-style: italic;
	}
img.figure {	
	float: left;
	margin: 0 14px 5px 0;
	}
img.figure-third {	
	float: left;
	width: 33%;
	margin: .5em 14px 5px 0;
	}
article p.figure-full img,
article img.size-full,
p.figure-full img {
	display: block;
	margin: 2.1em 0 0 0;
	max-width: 100%;
	border-radius: 5px;
	}
article iframe{
	width: 550;
	}
#main article ul li {	
	margin: 0 0 .4em 40px;
	list-style: circle;
	}
#main a.article-perm {
	position: absolute;
	top: 9px;
	left: 0;
	width: 30px;
	height: 29px;
	text-decoration: none;
	opacity: .2;
	overflow: hidden;
	-webkit-transition: width .3s ease-in, opacity .2s ease-in;
	   -moz-transition: width .3s ease-in, opacity .2s ease-in;
	     -o-transition: width .3s ease-in, opacity .2s ease-in;
	        transition: width .3s ease-in, opacity .2s ease-in;
	}
a.article-perm img {
	position: absolute;
	left: 0;
	}
a.article-perm span {
	position: absolute;
	left: 34px;
	display: block;
	padding: 0 10px;
	font-weight: bold;
	line-height: 29px;
	background: rgba(78, 68, 60, 0.15);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
       -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
               box-sizing: border-box;
	}
#main article aside a.article-perm:hover {
	color: rgba(78, 68, 60, 1);
	border: none;
	opacity: .6;
	width: 200px;
	text-decoration: none;
	}
#main article iframe,
#main article object,
#main article embed {
	width: 100%;
	}
#main article ol.quiz {
	margin-left: 1.8em;
	list-style: upper-alpha;
	}

/* grid styles */
	
#main div.cols{
	float: left;
	border-right: 1px solid rgba(78, 68, 60, 0.3);
	/* color: rgba(78, 68, 60, 0.6); */
	}	
	
#main div.mod p,
#main div.mod ul,
#main div.mod ol {
	margin: 0 0 1.6em 0;
	}
#main div.mod p.note {
	font-size: .9em;
	font-style: italic;
	line-height: 1.95;
	color: rgba(78, 68, 60, 0.6);
	}
#main div.mod p.note-short {
	margin-bottom: 0;
	}
#main div.mod p.opening {
	margin: 0 0 1.4em 0;
	font-size: 1.25em;
	line-height: 1.5;
	color: rgba(78, 68, 60, 0.6);
	}
#main div.mod ul {
	margin-left: 1.2em;
	list-style: circle;
	}

/* extra styles 
--------------------------------------------- */
	
#extra a:link,
#extra a:visited {
	text-decoration: none;
	color: #f5efe0;
	}
#extra a:hover {
	color: rgba(245, 239, 224, 0.6);
	}
#extra div.mod {
	margin-bottom: 0;
	}
#extra div.mod h3 {
	margin: 0;
	padding: 0 0 15px 0;
	font-family: /* "Tungsten A", "Tungsten B",  Helvetica,*/ Georgia, sans-serif;
	font-size: 1.6em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ecd67e;
	}
#extra div.mod h3 a:link,
#extra div.mod h3 a:visited {	
	margin-left: 2px;
	font-weight: 500;
	}
#extra div.mod h3.deck-link a {
	color: #ecd67e;
	}
#extra div.mod p {
	margin: 0 30px 0 0;
	font-size: .95em;
	line-height: 1.6;
	color: rgba(245, 239, 224, 0.65);
	}
#extra div.mod-main p {
	margin: 0 0 30px 0;
	font-size: 1.1em;
	}
#extra div.mod-main p a {
	margin-left: 3px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: .85em;
	}
	
/* footer 
--------------------------------------------- */

footer[role="contentinfo"]{
	background: rgba(78, 68, 60, 1) /* url(bg-dark2.jpg) fixed */;
	}
footer[role="contentinfo"] h5 {
	margin: -15px 50px 15px 50px;
	font-family: /* "Tungsten A", "Tungsten B", Helvetica,*/  Georgia, sans-serif;
	font-size: 2.4em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(178, 168, 160, 0.8);
	}
footer[role="contentinfo"] p {
	margin: 0 50px 15px 50px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	color: rgba(178, 168, 160, 0.8);
	}	
footer[role="contentinfo"] p a {
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	color: rgba(78, 68, 60, 0.6);
	-webkit-transition: color 0.2s ease-in-out;
	   -moz-transition: color 0.2s ease-in-out;
	     -o-transition: color 0.2s ease-in-out;
	        transition: color 0.2s ease-in-out;
	}
footer[role="contentinfo"] p a abbr {
	font-weight: bold;
	letter-spacing: 2px;
	}	
footer[role="contentinfo"] p a:hover {
	color: #fc6b35;
	}	
 footer[role="contentinfo"] p:last-child {
	margin-bottom: 0;
	}	
footer[role="contentinfo"] #footer-logo a img {
	opacity: .4;
	-webkit-transition: opacity 0.2s ease-in-out;
	   -moz-transition: opacity 0.2s ease-in-out;
	     -o-transition: opacity 0.2s ease-in-out;
	        transition: opacity 0.2s ease-in-out;
	}
footer[role="contentinfo"] #footer-logo a:hover img {
	opacity: .6;
	}
	
/* misc. 
--------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}
	
/* self-clear floats */
	
.group:after,
header[role="banner"]:after,
nav[role="navigation"]:after,
#main:after,
article:after,
#extra:after,
#comments ol.comments-list li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
/* responsiveness
--------------------------------------------- */

@media screen and (max-width: 1600px) {
	#main a.article-perm {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		opacity: 1;
		overflow: hidden;
		-webkit-transition: none;
		   -moz-transition: none;
		     -o-transition: none;
		        transition: none;
		}
	#main a.article-perm img {
		display: none;
		}
	#main a.article-perm span {
		position: relative;
		left: auto;
		display: inline;
		padding: 0;
		font-weight: normal;
		line-height: 1;
		color: rgba(78, 68, 60, 0.6);
		border-bottom: 1px dotted rgba(78, 68, 60, 0.3);
		background: none;
		}
	#main article{
		max-width: 900px;
		}
	
	#main div.cols{
	float: none;
	border: none;
	/* color: rgba(78, 68, 60, 0.6); */
	}
	
	/* #main article.alt{
		float:none;
		} */
	article aside {
		width: 20%;
		margin: 0 0 0 -25%;
		}
	
	#main article aside ul li a.article-perm:hover span {
		color: rgba(78, 68, 60, 0.8);
		border-style: solid;
		background: none;
		}
		
	#wrap {
		margin: 0 auto;
		 max-width: 900px; 
		}
	}
 @media screen and (max-width: 1030px) {
	article aside {
		width: 18%;
		margin: 0 0 0 -23%;
		}
} 
		
@media screen and (max-width: 800px) {
	nav[role="navigation"] ul li {
		margin: 22px 0 0 0;
		}
	nav[role="navigation"] ul li a em {
		display: none;
		}
	h1.slogan {
		padding: 1.2em 0;
		font-size: 1.65em;
		line-height: 1;
		}
	h1.slogan abbr[title="and"] {
		font-size: 1em;
		line-height: 1;
		vertical-align: baseline;
		}
	h1.article-title {
		margin-bottom: .1em;
		padding-left: 0;
		}
	#main article,
	#comments ol.comments-list li {
		padding-left: 0;
		}
	#main h2 {
		margin: 0 0 .1em 0;
		}
		
	article aside {
		float: none;
		width: auto;
		margin: 0 0 1.6em 0;
		}		
	article aside ul li {
		display: inline;
		margin: 0 10px 0 0;
		}
	article aside ul li:after {
		content: "\00A0\00A0\00B7\00A0\00A0";
		}
	article aside ul li:last-child:after {	
		content: "";
		}
	article aside ul li h4 {
		display: inline;
		}
	article p,
	article ul,
	#comments ol.comments-list li div.comment-body p {
		margin-right: 0;
		}
	#comments ol.comments-list li div.comment-meta,
	#comments ol.comments-list li div.comment-author {
		float: none;
		width: auto;
		margin: 0;
		}	
	#comments ol.comments-list li div.comment-meta {
		margin-bottom: 1em;
		}
	#extra div.mod p {
		margin-right: 0;
		}
	div.mod {
		float: none;
		width: auto;
		}
	div.mod-main {
		padding-right: 0;
		}
	div.mod-mini {
		float: left;
		width: 60%;
		}
	div.mod-extra {
		float: right;
		width: 40%;
		}
	}
	
@media screen and (max-width: 500px) {
	body {
		padding-top: 10px;
		}
	#wrap {
		padding: 0 10px;
		}
	header[role="banner"] {
		padding-top: 15px;
		}
	#logo {
		float: none;
		margin: 0 auto 20px auto;
		}
	nav[role="navigation"] ul {
		text-align: center;
		}
	nav[role="navigation"] ul li {
		float: none;
		display: inline;
		width: auto;
		margin: 0 5px;
		font-size: .9em;
		}
	nav[role="navigation"] ul li:first-child {
		margin-left: 0;
		}
	nav[role="navigation"] ul li a {
		float: none;
		display: inline;
		width: auto;
		}
	nav[role="navigation"] ul li a strong {
		display: inline;
		}
	h1.slogan {
		padding-left: 20px;
		padding-right: 20px;
		}
	h1.slogan {
		font-size: 1.3em;
		}
	h1.page-title,
	h1.article-title {
		font-size: 1.8em;
		}
	#main h2 {
		font-size: 2em;
		line-height: 1;
		}
	#main article p,
	#main div.mod p {
		font-size: .9em;
		line-height: 1.6;
		}
	#main div.mod p.opening {
		font-size: 1em;
		line-height: 1.5;
		}
	div.mod-mini,
	div.mod-extra {
		float: none;
		width: auto;
		}
	#extra {
		padding: 40px 10px 0 10px;
		font-size: 1.1em;
		}
	#extra ul.links {
		-webkit-column-count: 2;
		  -webkit-column-gap: 20px;
		   -moz-column-count: 2;
		     -moz-column-gap: 20px;
		        column-count: 2;
		          column-gap: 20px;
		}
	footer[role="contentinfo"] h5 {
		margin-right: 40px;
		margin-left: 40px;
		font-size: 1.8em;
		line-height: 1.1;
		letter-spacing: 1px;
		}
	footer[role="contentinfo"] p {
		margin-right: 20px;
		margin-left: 20px;
		}
	}

/* retina graphics */

/* @media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#logo a,
	#logo span {
		background: url(../img/logo-retina.png) no-repeat 0 0;
		-webkit-background-size: 57px 128px;
		-moz-background-size: 57px 128px;
		background-size: 57px 128px;
		}
	} */