﻿body
{
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
}

a, a:visited, a:hover
{
	color: #C74A29;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.nav-background
{
	background-color: #C74A29;
	border-bottom: solid 20px #ffb700;
	height: 120px;
	padding: 0;
	margin-bottom: 80px;
}

.navbar-brand
{
	height: 76px;
	padding: 0;
	margin: -100px 0 0 0;
}

.navbar-brand > img
{
	transform: rotate(-5deg);
}

.nav-background h2
{
	margin-top: -10px;
	color: #FFB700;
	font-family: David, 'Times New Roman', Serif;
	font-variant: small-caps;
}

.nav-background h2 > small
{
	font-variant: small-caps;
}

.nav-background h2 > a, .nav-background h2 > a:hover, .nav-background h2 > a:visited
{
	color: #FFB700;
}

.navbar-transparent .navbar-toggle .icon-bar
{
	background-color: #ffb700;
}

.blognav
{
}

.sidebar-list
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
}

.sidebar-list.allposts
{
	max-height: 500px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}


a.sidebar-name
{
	color: #2d3238;
}
.sidebar-list li
{
	padding: 0 0 0.25em 15px;
	text-indent: -15px;
}

.subscribe-footer
{
	display: none;
	position: fixed;
	bottom: -1px;
	padding: 16px 0;
	width: 100%;
	background: #fff;
	border-top: solid 1px #ccc;
	z-index: 5000;
}

.baseline > .subscribe-footer
{
	position: relative;
	border: none;
}

.baseline > .subscribe-footer .close-wrapper
{
	display: none;
}

.subscribe-footer .close-wrapper
{
	float: right;
	width: 24.5px;
	height: 24.5px;
	border: none;
	border-radius: 11px;
	text-align: center;
	margin-right: 30px;
	margin-top: -29px;
	background: #fff;
	z-index: 5010;
	padding: 0px;
}

.subscribe-footer .close
{
	width: 24.5px;
	height: 24.5px;
	border: solid 1px #333333;
	border-radius: 11px;
	text-align: center;
	margin: 0;
	background: #fff;
	z-index: 5010;
	padding: 0px;
}

.subscribe-footer h4, .subscribe-footer h3
{
	margin: 0;
}

.subscribe-footer .form-inline .form-group
{
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.subscribe-footer .form-inline .form-control
{
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.footstripe
{
	background-color: #ffb700;
	width: 100%;
	text-align: center;
	margin: 50px 0 0 0;
}

.stage-shelf
{
	height: 100vh;
	padding: 0 20px;
	background: #fff;
	border-left: solid 1px #ccc;
	width: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

img
{
	max-width: 100vw;
}


code
{
	display: block;
	padding: 10px;
	font-size: 80%;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	overflow-x: auto;
	white-space: pre-wrap;
	margin: 20px 0px;
}


.post
{
	color: #333;
}

.post em
{
	font-weight: 400;
}

.post i
{
	font-weight: 500;
}


.profile-photo > img
{
	width: 160px;
	border-radius: 80px;
	margin:20px 0 20px 0;
}


h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 31px;
  margin-bottom: 21px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}

@media (min-width: 1200px)
{
	.container
	{
		width: 1200px;
	}

	.profile-photo > img
	{
		float: right;
		margin:0;
	}
}

@media(max-width:768px)
{
	.subscribe-footer .close-wrapper
	{
		float: left;
	}

	.profile-photo > img
	{
		width: 240px;
		border-radius: 120px;
	}
}
