body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 1.55em;
	font-family: Georgia, serif;
	font-size: 17px;
	color: #333;
	background-color: white;
}
a {
	text-decoration: none;
	}

#banner {
	line-height: 2em;
	padding-top: 37px;
	padding-bottom: 16px;
	background-color: rgb(57, 74, 92);
	text-align: center;
	}
#innerbanner {
  margin-left: auto;
	margin-right: auto;
	max-width: 52em;
	vertical-align: middle;
}
#deckad {
  padding-top: 55px;
  padding-bottom: 39px;
	font-family: AvenirNext-Medium, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin-top: 0;
	border-top: 1px solid #ddd;
	color: #999;
}
#deckad a:link, #deckad a:visited, #deckad a:hover {
	color: rgba(70, 140, 220, 1.0);
}
#innerdeckad {
	max-width: 175px;
	width: 175px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#adsViaTheDeck {
  padding-bottom: 5px;
  display: block;
}
#adsViaTheDeck a:link, #adsViaTheDeck a:visited, #adsViaTheDeck a:hover {
  text-decoration: none;
  color: #999;
}
#content {
	padding-top: 40px;
	padding-bottom: 2em;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
#sidebar {
	font-family: AvenirNext-Medium, Helvetica, sans-serif;
	padding-top: 0;
  color: #999;
  font-size: 15px;
  text-align: center;
  padding-top: 52px;
  border-top: 1px solid #ddd;
}
.sidebarTitle {
  margin-bottom: 0em;
}
.sidebarText {
  margin-top: 0em;
}
#vesperlink:link, #vesperlink:visited, #vesperlink:hover {
	color: rgb(200, 60, 80);
}
#biglink {
	font-family: AvenirNext-Medium, Helvetica, sans-serif;
	font-size: 48px;
	display: block;
	margin-bottom: 0.3em;
}
#biglink a:link, #biglink a:visited {
	color: #ccc;
	text-decoration: none;
}

#bigbyline {
	color: white;
	padding-lefxt: 0.75em;
	font-family: AvenirNext-Medium, HelveticaNeue-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	position: relative;
	top: -10px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: AvenirNext-Medium, HelveticaNeue-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
}
h3 {
	font-size: 28px;
	}
h4 {
	margin-bottom: 1em;
	font-weight: normal;
	font-family: AvenirNext-DemiBold, HelveticaNeue-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
}
.weblogPost {
	margin-bottom: 75px;
	colxor: rgba(48, 52, 62, 1.0);
	}
.weblogPostBody {
	margin-bottom: -18px;
	padding-bottom: 0;
	
}
.weblogPostDateline {
	font-size: 0.9em;
	margin-top: 1.5em;
}
.weblogPostDateline, .weblogPostDisplayDate a:link, .weblogPostDisplayDate a:visited {
	color: #ccc;
	font-family: AvenirNext-Medium, HelveticaNeue-Medium, "Helvetica Neue", Helvetica, sans-serif;
}
.weblogPostDateline a:hover {
	color: rgba(70, 140, 220, 1.0);
}
a:link {
	color: rgba(70, 140, 220, 1.0);
	}
a:visited {
	color: rgba(110, 153, 139, 1.0);
	}
h3 a:link, h3 a:visited {
	color: #333;
	}
h3 a:hover {
	color: rgba(70, 140, 220, 1.0);
}
.weblogPost h3 {
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: -10px;
}

#footer {
	margin-bottom: 0;
	padding-top: 14px;
	padding-bottom: 32px;
	color: #999;
	font-family: AvenirNext-Medium, HelveticaNeue-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-align: center;
	}
#footer p {
	margin-bottom: 18px;
}
#footer a:link, #footer a:visited {
	color: rgba(70, 140, 220, 0.75);	
}
code, pre {
	font-family: Menlo, monospace;
	font-size: 14px;
	color: maroon;
	}

@media (max-width: 760px) {
	#content {
		width: 500px;
		max-width: 500px;
		min-width: 500px;
		}
}
@media (max-width: 600px) {
	#content {
		width: 450px;
		max-width: 450px;
		min-width: 450px;
		}
}
@media (max-width: 480px) {
	#content {
		width: 300px;
		max-width: 300px;
		min-width: 300px;
		}
}
