@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Reg.eot');
    src: url('../fonts/ProximaNova-Reg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Reg.svg#font') format('svg'),
         url('../fonts/ProximaNova-Reg.ttf') format('truetype');
}
@font-face {
    font-family: 'Proxima Nova Thin';
    src: url('../fonts/ProximaNova-Thin.eot');
    src: url('../fonts/ProximaNova-Thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Thin.svg#font') format('svg'),
         url('../fonts/ProximaNova-Thin.ttf') format('truetype');
}	

::selection {
	background: rgba(255, 89, 91, 0.99);
	color: #ffffff;
}

::-moz-selection {
	background: rgba(255, 89, 91, 0.99);
	color: #ffffff;
}
body {
	margin: 0px;
	background-color: #1E1E22;
	font-family: Proxima Nova, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased !important;
	font-smoothing: antialiased;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
	min-width: 1124px;
	color: #1F1F20;
	font-size: 14pt;
}

i {
	margin-right: 1px;
}

.header {
	height: 80px;
	position: absolute;
	top: 0;
	width: 100%;
	min-width: 1160px;
	z-index: 10;
	background-color: #ff595b;
	/*-moz-box-shadow: 0px -10px 40px #000;
	-webkit-box-shadow: 0px -10px 40px #000;
	box-shadow: 0px -10px 40px #000;*/
}

.header-content {
	height: 80px;
	min-width: 1124px;
	max-width: 1657px;
	z-index: 2;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.header-pusher {
	height: 80px;
}

.logo {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 24pt;
    font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	color: #fff;
	float: left;
	margin-top: 20px;
	margin-left: 100px;
}

.logo a {
	color: #fff;
}

.logo a:hover {
	color: #fff;
}

.header-links {
	float: right;
	margin-right: 50px;
	margin-top: 0;
	padding: 26px;
}

.header-links ul a {
	color: #fff;
}

.header-links ul, .footer ul {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16pt;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	margin: 0;
	padding: 0;
}

.header-links ul a, .footer ul a {
	text-decoration: none;
	position: relative;
}

.header-links ul a:hover, .footer ul a:hover {
	border-bottom: 2px solid;	
}

.header-links ul a:active, .footer ul a:active {
	border-bottom: 2px solid;
	top: 2px;
	padding-top: 6px;
}

.header-links ul .active, .footer ul .active {
	border-bottom: 2px solid;
}

.header-links ul li {
	list-style: none;
	display: inline;
}

.header-links ul li, .footer ul li {
	margin-right: 50px;
}

.blog-entry-header {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.static-header {
	/*-moz-box-shadow: 0px 10px 50px #000;
	-webkit-box-shadow: 0px 10px 50px #000;
	box-shadow: 0px 10px 50px #000;*/
}

.blog-content {
	min-width: 1124px;
	margin: 0 auto;
}

.blog-entry-wrapper {
	position: relative;
	/*-moz-box-shadow: 0px -15px 80px #000;
	-webkit-box-shadow: 0px -15px 80px #000;
	box-shadow: 0px -15px 80px #000;*/
	background-color:#F5F9FD;
}
.blog-entry-wrapper-static {
	position: relative;
	background-color:#F5F9FD;
}

.blog-entry-link, .blog-entry-static {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
	margin-left: -40px;
	padding: 25px 40px;
	text-decoration: none;
	color: #fff;
}
.blog-entry-link:hover {
	color: #fff;
}

.blog-entry-link h1, .blog-entry-static h1 {
	color: #fff;
}

.highlight-bar {
	height: 300px;
	top: 0px;
	left: -20px;
	position: absolute;
	border-left: 4px solid white;
	margin-left: -44px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.blog-entry-link:hover .highlight-bar {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.blog-entry-link:active .highlight-bar {
	border-left-width: 0px;
	margin-left: -40px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.blog-entry-header-area {
	width: 750px;
	margin: 0 auto;
	height: 250px;
	position: relative;
	z-index: 2;
}
.blog-entry-header-area a:hover {
	text-decoration: none;
}

.blog-entry-glass {
	position: relative;
	margin: 0 auto;
	padding: 0;
	margin-top:-250px;
	width: 870px;
	height: 300px;
	zoom: 1;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	z-index: 0;
	left: 0px;
}

.blurb {
	margin-top: 10px;
	line-height: 1.75;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.blog-entry-sidebar {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 100%;
	margin-right: 850px;
	text-align:right;
	font-size: 20pt;
}

.big-date {
	font-family: Proxima Nova Thin, Helvetica, Arial, sans-serif;
	font-size: 20pt;
	color: #fff;
}

.comment-count a {
	font-size: 14pt;
	opacity: 0.5;
	color: #fff;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.comment-count a:hover {
	opacity: 1;
	color: #fff;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

h1 {
	font-family: Proxima Nova Thin, Helvetica, Arial, sans-serif;
	font-size: 40pt;
	font-weight: normal;
	margin: 0;
	color: #020202;
}

.footer {
	height: 614px;
	width: 830px;
	margin: 0 auto;
	background-color: #1E1E22;
	color: #fff;
}

.footer-nav {
	width: 750px;
	font-family: Proxima Nova Thin, Helvetica, Arial, sans-serif;
	font-size: 24pt;
	padding: 40px;
	text-align: center;
	color: #fff;
	height: 40px;
	background-color: #1E1E22;
	border-bottom: 1px solid #D5CBCB;
}

.footer-info-left {
	padding-top: 120px;
	padding-left: 40px;
	float: left;
}
.footer-info-right {
	padding-top: 114px;
	padding-right: 40px;
	float: right;
	text-align: right;
}
.contact-header {
	font-family: Proxima Nova Thin, Helvetica, Arial, sans-serif;
	font-size: 30pt;
}

.contact-box {
	padding-top: 17px;
	line-height: 40px;
	font-size: 14pt;
	color: #808080;
}
.contact-box-left {
	float: left;
	padding-right: 20px;
}
.contact-box-right {
	float: right;
	text-align: left;
}

.contact-box-left a:hover {
	text-decoration:none;
}

.contact-box-right a {
	color: #D5CBCB;
}
.contact-box-right .hover {
	color: #ffffff;
}
.contact-box-right a:hover {
	color: #ffffff;
}

.hitbox-pink {
	color: #ff595b;
}

.twitter-blue {
	color: #0092be;
}

.facebook-blue {
	color: #3b5998;
}

.logotype {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 22pt;
	color: #fff;
}
.logotype a, .logotype a:hover {
	color: #fff;
}

.member-names {
	padding: 20px;
	color: #D5CBCB;
	line-height: 40px;
	font-size: 14pt;
}

.member-names a {
	color: #D5CBCB;
}
.member-names a:hover {
	color: #fff;
}

.disqus-count {
	font-family: Proxima Nova, Helvetica, Arial, sans-serif;
}

a {
	color: #FF595B;
	text-decoration: none;
}
a:hover {
	color: #ff9697;
}

.blurb a {
	color: #ff595b;
}
.blurb a:hover {
	text-decoration: underline;
}
.blurb a:active {
	color: #fff;
}

.footer-nav-info {
	float: left;
	margin-left: 40px;
	font-family: Proxima Nova, Helvetica, Arial, sans-serif;
	font-size: 13pt;
	color: #808080;
	margin-top: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 320px;
	text-align: left;
}

.footer-nav-inactive {
	display: inline;
	color: #808080;
}

.footer-nav-buttons {
	float: left;
	color: #D5CBCB;
}

.footer-nav-buttons a {
	color: #D5CBCB;
}
.footer-nav-buttons a:hover {
	color: #ffffff;
}

.footer-nav-search {
	float: right;
}
.search[class~="focus"] {
	color: #fff;
	background-color: #504942;
}

.search:focus {
	outline:none;
}
.search-form {
	margin: 0;
	padding: 0;
}
.search {
	padding: 6px;
	font-size: 14pt;
	font-family: Proxima Nova, Helvetica, Arial, sans-serif;
	background-color: #2C2A27;
	color: #808080;
	border: 0px;
}

.article-content-area {
	/*position: relative;*/
	z-index: 1;
	background-color: #34343B;
	width: 100%;
	min-height: 500px;
	background: url('../img/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*-moz-box-shadow: 0px 10px 50px #000;
	-webkit-box-shadow: 0px 10px 50px #000;
	box-shadow: 0px 10px 50px #000;*/
}

.comment-area {
	min-height: 300px;
	margin: 0;
	padding: 0 60px;
	background-color: #F5F9FD;
}

.comment-area-wrapper {
	width: 100%;
	background-color: #504942;
	margin-top: -20px;
	min-height: 500px;


	background: url('../img/bg2.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#disqus_thread {
	padding: 100px 0;
	color: #a0a0a0;
	font-size: 16pt;
}

.opening-phrase {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18pt;
}

.article-content {
	padding: 60px;
	background-color: #F5F9FD;
	min-height: 400px;
}

.article-content, .comment-area {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 40px;
	line-height: 1.75;
	text-shadow: 0;
	color: #1F1F20;
}

.article-end-banner-stub {
	background-color: #1E1E22;
	height: 20px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.article-end-banner {
	background-color: #1E1E22;
	height: 144px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.banner-shadow {
	width: 100%;
	margin-top: -50px;
	height: 50px;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	position: absolute;
	z-index:1;
}

.article-end-banner-content {
	width: 750px;
	margin: 0 auto;
	padding: 40px;
}

.credits {
	float: left;
	font-family: Proxima Nova Thin, Helvetica, Arial, sans-serif;
	font-size: 20pt;
	color: #a1a1a2;
}

.credits a {
	color: #a1a1a2;
}

.credits a:hover {
	color: #ffffff;
}

.credits-date {
	font-size: 15pt;
}

.share-buttons {
	float: right;
}

.footer-bottom {
	position: relative;
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding-top: 60px;
}

.rss-button {
	margin: 0 auto;
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
	background-image: url('../img/rss-button.png');
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.facebook-button, .twitter-button {
	float: left;
	display: block;
	width: 64px;
	height: 64px;
	margin-left: 20px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.facebook-button:hover, .twitter-button:hover, .rss-button:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.facebook-button:active, .twitter-button:active, .rss-button:active {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.facebook-button {
	background-image: url('../img/facebook-button.png');
}
.twitter-button {
	background-image: url('../img/twitter-button.png');
}

.about-area {
	background-image: url('../img/about.jpg');
	width: 100%;
	height: 800px;
	background-repeat: no-repeat;
	background-position: center;
}

.about-content:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #090512;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	z-index: -1;
}

.about-content {
	width: 1024px;
	margin: 0 auto;
	height: 800px;
	position: relative;
	z-index: 1;
}

.about-area-alt {
	background-image: url('../img/bg.jpg');
	width: 100%;
	/*background-repeat: no-repeat;*/
	background-position: center;
}

.about-content-alt {
	width: 1024px;
	margin: 0 auto;
	min-height: 800px;
	position: relative;
	z-index: 1;
}

.about-names {
	float: right;
	text-align: right;
	padding-top: 160px;
	padding-right: 140px;
	font-family: Proxima Nova Thin, Helvetica, Arial, sans-serif;
	font-size: 43pt;
	line-height:90px;
}

.about-names .name {
	color: #d9d7da;
}

.about-names a:hover {
	color: #ffffff;
}

.about-names a:active {
	color: #bebdbe;
}

.article-content-area {
	overflow: hidden;
	margin: 0 auto;
}

.article-content a {
	color: #FF595B;
}
.article-content a:hover {
	color: #ff9697;
}

.article-content h2 {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 28pt;
	font-weight: bold;
	margin-left: -30px;
	margin-bottom: 0.5em;
	padding-top: 0.25em;
	line-height: 1.2;
	color: #020202;
	-webkit-text-stroke: 0.6px;
}

.article-content h3 {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin-left: -30px;
	line-height: 1.2;
	margin-bottom: 0.5em;
	padding-top: 0.25em;
	color: #020202;
}

.article-content h4 {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin-left: -30px;
	margin-bottom: 0.5em;
	padding-top: 0.25em;
	line-height: 1.5;
	color: #020202;
}
.article-content h5 {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	margin: 10px 0;
	padding-top: 0.25em;
	line-height: 1.2;
	color: #020202;
}
.article-content h6 {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0;
	padding-top: 0.2em;
	line-height: 1.1;
	color: #111111;
}


.article-content .inset-item {
	padding: 20px;
	background-color: #F5F9FD;
}

.article-content .inset-right {
	position: relative;
	margin: 40px 40px;
	z-index: 20;
}

.article-content .centered {
	margin: 0 auto;
	text-align: center;
}

.indent {
	display: inline-block;
	width: 40px;
}

.pusher-left {
	width: 0px;
	float: left;
}

.pusher-right {
	width: 0px;
	float: right;
}

.caption-container {
	margin-top: 0;
	background: #E3E4E6;
	padding: 20px;
	clear: both;
}

.caption-container-left {
	margin-left: -135px;
	margin-right: 30px;
	float: left;
}
.caption-container-right {
	margin-right: -135px;
	margin-left: 30px;
	float: right;
}

.caption-container .caption {
	padding-top: 20px;
	font-style: italic;
	font-size: 12pt;
}

.caption-container .caption i {
	font-style: normal;
	margin-right: 0px;
}
	
.quotation {
	padding: 40px 60px;
	width: 744px;
	margin: 40px 40px;
	font-family: Proxima Nova Thin, Helvetica, Arial, sans-serif;
	font-size: 32pt;
	line-height: 48pt;
	background: #E3E4E6;
	position: relative;
}
.quotation:before {
	content: "\201C";
	color: #7b7b7b;
	font-family: Proxima Nova, Helvetica, Arial, sans-serif;
	font-size: 60pt;
	position: absolute;
	left: 20px;
	top: 40px;
}

.article-content p {
	margin-bottom: 2em;
}

.subtle-border {
	border: 0px;
	border-top: 1px solid #1b1b20;
	border-right: 1px solid #1b1b20;
}

.centered-item {
	position: relative;
	left: 0;
}

.equation-wrapper {
	width: 100%;
	height: 100px;
	margin-top: -20px;
	background: #E3E4E6;
	display: table;
}
.equation {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	font-family: 'Droid Serif', Times, Serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: 100;
	color: #1F1F20;
	padding: 20px;
	white-space: nowrap;
}
.equation-operator {
	font-style: normal;
	padding: 0 4px;
	color: #ff595b;
}

.small-quote-wrapper {
	width: 100%;
	height: 100px;
	margin-top: -20px;
	background: #E3E4E6;
	display: table;
}
.small-quote {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	font-family: 'Droid Serif', Times, Serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: 100;
	color: #474749;
	padding: 20px;
	line-height: 2em;
}

.small-quote p {
	margin-bottom: 0px;
}

.fancy-hr {
	width: 400px;
	padding: 0;
	margin-top: -0.5em;
	padding-bottom: 0.5em;
	border: none;
	border-top: medium double #444;
	color: #444;
	text-align: center;
}