body {
  font-family: 'Helvetica Neue',Roboto,Arial,sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .siteTitle, .sectionTitle {
  font-family: Georgia,serif;
  margin: 1em 0;
  color: #555;
}

h1 { font-size: 3rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.8rem; }

.nav .navLinks {
  padding: 1em 0 0 2em;
}

.nav .navBar {
  padding-right: 1em;
}

.siteTitle {
  font-size: 3rem;
}

.sidebar h3, h3.underlined, h3.related_post_title {
  font-size: 2.5rem;
  margin: 1em 0;
}

a {
  text-decoration : underline;
  color: #004ba0;
}

a:visited,a:active {
  color: #004ba0;
}

a:hover {
	text-decoration : underline;
  color: #0073e6;
}

.content {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}

.sectionTitle {
  margin: 1em 0;
  font-size: 2rem;
  font-weight: 700;
}

.titleText, .titleText:visited {
  color: #333;
  text-decoration: none;
}

.entryTitle {
  margin: .5em 0;
}

h2.entryTitle a {
  text-decoration: none;
  font-size: 3rem;
}

.entryInfo {
  margin: 0 0 1em 0;
}

.date {
  text-align: right;
  padding-right: 1em;
  font-size: 115%;
	margin-bottom: 1em;
  page-break-before: always;
}

.quote {
  font-style: italic;
}

.lightText {
	font-size: .7em;
  color: #777;
}

blockquote {
	border-left: .5em solid #ddd;
	padding-left: 1em;
}

.indent {
	margin: 1em 0 2em 2em;
}

.box {
	padding: 1em;
	margin: 1em 0;
  background: #f7faff;
  border: 1px solid #6970bf;
  border-radius: 4px;
	color: #333;
}

.error {
	color: #e00;
	background: transparent;
}

.letter {
	padding: 1em;
	background: #fff;
	color: #333;
	border: 1px dashed #333;
}

acronym, cite {
	border-width : 0 0 1px 0;
	border-style : none none dotted none;
  font-style: normal;
}

.label {
  font-weight: 700;
}

.smallText {
	font-size: 1em;
}

.entryBody {
  page-break-inside: avoid;
  max-width: 95%;
  overflow-x: auto;
}

.entryBody p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.entryBody h3 {
  margin-bottom: 1em;
}

.container img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.compact li {
  margin-bottom: 0;
}

li {
  margin: 1rem;
}

ul {
  list-style-type: square;
}

#recentComments {
  margin-top: 1em;
  padding-top: .5em;
  margin-bottom: 1em;
  font-weight: 700;
}

.my-comments ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}

#commentlist .comment, .comment-odd, .author {
  margin: 1em;
  padding: 1em;
}

#commentlist {
  overflow-x: auto;
}

#commentlist li {
  list-style: none;
}

#commentlist .comment {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#commentlist .comment-odd {
  background-color: #fff;
}

#commentlist .author {
  background-color: #e6eaf7;
  border: 1px solid #6970bf;
  border-radius: 4px;
}

#feed-images {
  margin: 1em 0 0 0;
  padding: 0;
}

#feed-images li {
  margin-bottom: .5em;
  display: block;
  text-align: center;
  list-style-type: none;
}

#feed-images img {
  border: 0;
}

.archive-excerpt {
  padding-left: .5em;
  padding-bottom: 1em;
}

.related-posts {
  padding: 1em 0;
}

.related-posts ul {
  padding: 0;
  margin: .5em 0 .5em 2em;
}

.thumbnail {
  margin: 1em 0 0 1em;
  padding: 1em;
  border: 1px solid #ccc;
  background: #333;
}

.caption {
  margin: .5em 0 3em 1em;
  font-style: italic;
}

kbd {
  padding: .5em .5em;
  white-space:nowrap;
  color: #333;
  background: #eee;
  border-width: 2px;
  border-style: solid;
  border-color: #ccc #aaa #888 #bbb;
}

#floatingAd {
  display: block;
}

.answer {
  margin-top: 1em;
}

.link {
  cursor: pointer;
}

#adToolbar {
  background: #ffffff;
  position:fixed;
  bottom:0;
  left:0;
  border:1px solid #eee;
  border-bottom: none;
  border-left: none;
  z-index:1000;
  padding:0;
}

.container {
  max-width: 1296px;
  margin: 0 auto;
}

.center {
  margin: auto;
  text-align: center;
}

.right {
  text-align: right;
}

code {
  border-radius: .5em;
}

.footer {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1em;
}

input {
  padding: .5em;
}

details summary {
  list-style: none;
  cursor: pointer;
}

details[open] summary::before {
  content: "▼"; /* Down arrow when opened */
  margin-right: 1em;
}

details summary::before {
  content: "►"; /* Right arrow when closed */
  margin-right: 1em;
}

/* Use a gray instead of Skeleton's teal on focus */
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border: 1px solid #8d8d8d;
}

/* Sizes larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%;
  }

	p {
		margin-bottom: 1em;
	}

	textarea#comment {
		height: initial
	}

	textarea#wpss_contact_message {
		height: initial;
		width: initial;
	}

	#next {
		text-align: right;
	}
}

/* Go responsive at this width, overriding 550px of Skeleton */
@media (max-width: 860px) {
    .nine.columns, .three.columns {
        width: 100%;
    }
}

