blockquote {
//	font-style: italic;
	border-left: 0px !important;
	color: #444444;
	font-size: 15px !important;
	margin: 0.25em 0;
	padding: 15px 40px;
	line-height: 1.25;
	position: relative;
//	background:#f7f7f7;
}
blockquote:before {
	font-family: Georgia, serif;
	display: block;
	content: "\201C" !important;
	font-size: 90px;
	color: #444444;
	position: absolute;
	left: -20px;
	top: -20px;
}


.single-post-header {
	margin-bottom: 30px;
}

hr.post-separator {
	visibility: hidden;
	margin: 30px 0 0 0 !important;
}

.post a{
	color: #C33B32 !important;
}

.aligncenter, img.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
 }

h1{
	font-size: 15pt !important;
	color: rgb(188, 197, 205) !important;
	font-weight: 200 !important;
	line-height: 22px !important;
}

.older{
	float:right;
	font-size: 12px;
}

.newer{
	width: 100px;
	margin: auto;
	margin-top: 25px;
	font-size: 12px;
}

.archive-img{
	background-image:url('assets/archive_icon@2x.png');
	width: 76px;
	height: 72px;
	background-size: 76px 72px;
	background-repeat:no-repeat;
	margin: 60px auto 0 auto;
}

.side{
	display: none;
	margin: 10px 5px 10px 10px;
	background-color: #FFFFFF;
}

.posts {
	margin: 45px auto 0 auto;
	padding-bottom: 50px;
	list-style: none;
	text-overflow:ellipsis !important;
	width: 335px;
	font-size: 22px !important;
}

.posts a{
	display:block;
	width:335px;
	height:23px;
	text-overflow:ellipsis !important;
	overflow:hidden;
	color: rgb(188, 197, 205) !important;
	font-size: 15px !important;
}

.side a {
	display: block;
	width: 80px;
	color: rgb(150, 150, 150) !important;
	font-size: 12px;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid rgb(220, 220, 220);
	border-radius: 3px;
}

.side a:hover {
	text-decoration: none;
}

.side a img {
	margin-top: 1px;
	margin-right: 4px;
	vertical-align: top;
}

.side .side-icon {
	height: 12px;
}

.title{
	margin: 30px auto;
	text-align: center;
}

.video{
	position:relative !important;
	margin: 20px auto 20px auto !important;
}

.ratio{
	display:block !important;
	width:100% !important;
	height:auto !important;
	opacity: 0 !important;
}

.mobile-video{
	display: none;
	margin: 20px auto 20px auto;
	width: 150px !important;
}

.main{
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	max-width: 960px;
	background-color: white;
}

.date{
	max-width: 180px;
	text-align: center;
	margin: 30px auto 30px auto;
	color:rgb(188, 197, 205);
	font-weight: 200;
	font-size: 12pt;
}

.content-col, .nopadding{
	max-width: 960px;
	padding: 0 !important;
	margin: 0 !important;
}

#content{
	max-width: 960px;
	padding: 0 !important;
	margin: 0 !important;
	background-color: rgb(255, 255, 255);
	display: block;
}

.header{
	max-width: 960px;
}

#top-nav{
	margin-top: 0px !important;
	text-shadow: #fff 3px 3px 19px;
	background-color: rgba(0,0,0,0);
}

.navbar-default{
	background-color: rgba(0,0,0,0) !important;
}

#nav-links{
	margin-top: 30px;
}

.menu-icon{
	background-image:url('assets/menu_icon.png');
	width: 41px;
	height: 36px;
	background-size: 41px 36px;
	background-repeat:no-repeat;
}

.blog-logo{
	top: 50px;
	left: 170px;
	width: 160px;
	height: 122px;
	position: absolute;
	background-image:url('assets/f1blog_title_large@2x.png');
	background-size: 160px 122px;
	background-repeat:no-repeat;
}

.post {
	font-size: 17px;
	color: rgb(121, 121, 121);
}

.post img,
.post-content img {
	max-width: 100%;
}

@media only screen and (max-width: 320px) {
	.content-col {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.post {
		padding: 0px 15px 30px 15px;
	}

	.blog-logo{
		width: 112px;
		height: 53px;
		top: 18px;
		left: 18px;
		background-image:url('assets/figure1logo-xs@2x.png');
		background-size: 112px 53px;
	}

	.thread,.blog-graphic{
		display: none;
	}

	body{
		background-color: white;
	}

	.blog-graphic{
		display: none;
	}

	#nav-links {
		margin-top: 0px;
		background-color: #efefef;
	}

	.archive{
		display: block  !important;
	}

	.side{
		display: none !important;
	}

	#top-nav {
		background-color: white;
	}

	#top-nav .navbar-header {
		padding-top: 18px;
		padding-bottom: 9px;
		position: relative;
	}

	.aligncenter, img.aligncenter {
		/*display:none;*/
	}

	#sm {
		display: none;
	}

	.logo {
		padding-left: 0px;
	}

	.logo img {
		width: 130px;
		height: 71px;
		padding-left: 18px;
		padding-bottom: 18px;
	}

	.content-col {
		padding-bottom: 40px;
		padding-left: 22px;
		padding-right: 22px;
	}

	#footer-links {
		margin:auto;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	#footer-links li {
		display: block;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	#footer-links > div {
		padding-top: 35px;
	}
}

@media only screen and (min-width: 768px) {
	#sm {
		display: block;
	}

	#top-nav {
		padding-right: 20px;
		margin-top: 50px;
		height: 110px;
		max-width: 1105px;
	}

	.post {
		padding: 0 120px 30px 120px;
	}

	.header{
		background-image:url('assets/blog_header_img.jpg');
		height: 214px;
	}

	.logo {
		padding-top: 15px;
		padding-left: 6%;
	}

	.logo img {
		width: 195px;
		height: 93px;
	}

	.content-col {
		max-width: 774px;
		margin: 0px;
		padding: 0px 20px 89px 5%;
	}

	#footer-links {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#footer-links li {
		padding-right: 30px;
	}
}

@media only screen and (min-width: 992px) {
	.side {
		display: block;
	}

	.post {
		padding: 0 30px 30px 120px;
	}
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #473D54;
	background-color: #F7F7F7 !important;
}

h2 {
	font-size: 26px;
	color: #C33B32;
	margin: 52px 0px 28px 0px;
	text-transform: uppercase;
}

h3,
h3.single-post-header,
div.title > h3 {
	font-size: 22px;
	color: #C33B32;
	margin: 50px 0px 28px 0px;
	font-size: 30pt;
	font-weight: 400;
	text-align:center;
}


hr {
	margin: 48px 0px 0px 0px;
	padding: 0px;
	border-top-color: #A9A6A6;
	border-top-width: 1px;
}

button.navbar-toggle {
	padding: 0;
	border: none;
	border-radius: 0;
}

#top-nav {
	margin-bottom: 18px;
	border: none;
}

#top-nav .nav li > a {
	text-transform: uppercase;
}

#top-nav .nav li > a:hover {
	color: rgb(197, 59, 51);
}

button.navbar-toggle img {
	width: 41px;
	height: 37px;
}

.dynamic {
	display: none;
}

.logo {
	width: 195px;
	height: 93px;
	position: absolute;
}

.logo:hover {
	cursor: pointer;
}

.logo-header {
	height: 157px;
	padding-top: 64px;
	position: relative;
}

.max-col {
	max-width: 1105px;
	padding-right: 15px;
}

.content-col > p {
	max-width: 682px;
	padding-right: 25px;
}

#navlinks {
	position: relative;
}

#navlinks > ul {
	position: absolute;
	right: 0;
}

#nav {
	margin: 64px 0px 52px 0px;
	padding: 0px;
}

#nav li {
	padding-left: 30px;
	padding-right: 0px;
	text-transform: uppercase;
	font-size: 13px;
	color: #807D7D
}

#nav li > img {
	width: 30px;
	height: 30px;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent;
}

#sm {
	text-align: right;
	padding-top: 18px;
	padding-right: 15px;
}

#sm li {
	padding: 0px 0px 0px 10px;
}

#nav a,
#sm a {
	color: #7c7c7c;
}

#nav a:hover,
#sm a:hover {
	color: #c53b33;
	text-decoration: none;
}

#footer-container {
	background-color: #A9A9A9;
	padding-left: 5%;
}

#footer-links a {
	font-size: 14px;
	font-weight: bold;
	color: #F5F5F5;
}

#footer-links a:hover {
	color: #c53b33;
	text-decoration: none;
}

#content p > a {
	color: #E57B72;
}

.input-group-addon {
	min-width:20px;
	text-align:right;
}

.form-button-bar {
	padding-top: 20px;
}

fieldset {
	padding-bottom: 15px;
}

.categories-container {
	text-align: center;
	border-bottom: 1px solid rgb(220, 220, 220);
}

.categories-container .categories-list {
	padding: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	min-height: 48px;
}

.categories-container .categories-list .category-li {
	margin-right: 10px;
	padding: 10px;
}

.categories-container .categories-list .category-li.last {
	margin-right: 0px;
}

.categories-container .categories-list .category-li:hover {
}

.categories-container .categories-list .category-li a {
	color: rgb(110, 110, 110);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.categories-container .categories-list .category-li a:hover {
	color: #C33B32;
}

div.sharedaddy {
	margin-top: 30px;
	text-align: right;
}

.share-ops {
	margin-bottom: 30px;
	text-align: center;
}

.share-ops .op {
	display: inline-block;
	vertical-align: top;
}
