/*
POSTS
*/

div.news-post-container {
	width: 100%;
	width: calc(100% - 20px);
	padding: 4px 8px 8px 8px;
}
div.news-post-container.old {
	max-width: 655px;
	margin: 0 auto;
}
div.news-post-container h1 {
	margin-top: 4px;
	padding: 4px 8px;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.25);
	border-left: 8px solid rgba(255,255,255,0.25);
}
div.news-post-info {
	width: auto;
	margin-bottom: 8px;
	color: #8b95a5;
	text-transform: uppercase;
	overflow: hidden;
}
div.news-post-info div.author {
	float: left;
}
div.news-post-info div.date {
	float: right;
}

/*
IMAGES / CAPTION CONTAINERS
*/

div.news-post-container div.featureimg,
div.news-post-container div.wp-caption {
	width: 100%;
	max-width: 100%;
	margin: 8px auto;
	box-sizing: border-box;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.1);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	clear: both;
}
img.alignleft,
img.alignright {
	margin-bottom: 8px;
}
div.news-post-container div.wp-caption.alignleft,
div.news-post-container div.wp-caption.alignnone,
img.alignleft {
	float: left;
	margin-right: 8px;
}
div.news-post-container div.wp-caption.alignright,
img.alignright {
	float: right;
	margin-left: 8px;
}
div.news-post-container div.featureimg img,
div.news-post-container div.wp-caption img {
	width: 100%;
	height: auto;
	margin: 4px 4px 0 4px;
}
div.news-post-container div.featureimg p,
div.news-post-container div.wp-caption p {
	margin: 0;
	padding: 0 4px 4px 4px;
}
div.wp-caption p.wp-caption-text small {
	font-size: 1em;
}
div#full-post-img {
	box-sizing: border-box;
	width: 100%;
	margin-top: 8px;
	text-align: center;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.1);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
}
div#full-post-img img {
    width: 100%;
    height: auto;
}
div#full-post-img .wp-caption {
	margin: 0;
	padding: 0 4px 4px 4px;
}
div.news-post-container div.featureimg.right {
	float: right;
	margin: 8px 0 8px 8px;
}
div.news-post-container div.featureimg.left {
	float: left;
	margin: 8px 8px 8px 0;
}

/*
FLUID YOUTUBE EMBED
*/

.embed-youtube {
	clear: both;
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
}
.embed-youtube iframe.youtube-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
SOCIAL
*/

div.twitter {
	float: left;
	width: 202px;
	height: 32px;
	background: url('images/twitter.png') no-repeat left top;
}
div.facebook {
	float: right;
	width: 126px;
	height: 32px;
	background: url('images/facebook.png') no-repeat left top;
}
div.twitter:hover,
div.facebook:hover {
	background-position: 0 -32px;
}
div.twitter a,
div.facebook a {
	display: block;
	width: 100%;
	height: 100%;
}

/*
POST TAGS
*/

p.tags {
	margin: 1em 0 0 0;
	font-size: 10pt;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
}
p.tags a {
	display: inline-block;
	margin-bottom: 4px;
	padding: 0 4px;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 6px;
}
p.tags a:hover {
	background: rgba(255,255,255,0.2);
}

/*
AUTHOR INFO
*/

p.boilerplate { 
	clear: both;
	padding-top: 1em;
}
div.news-post-about {
	clear: both;
	min-height: 96px;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
div.news-post-about img {
	float: left;
	margin-right: 8px;
}
div.news-post-about h3 {
	clear: none;
	font-size: 10pt;
	letter-spacing: 1px;
}
div.news-post-about p {
	margin: 0;
	color: #8b95a5;
	font-size: 9pt;
}

/*
RELATED POSTS (JETPACK)
*/

div#jp-relatedposts {
	padding: 16px !important;
	letter-spacing: 2px;
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(0,0,0,0.1);
}
h3.jp-relatedposts-headline {
	margin: -4px 0 8px !important;
	float: none !important;
	font-size: 12pt !important;
	font-weight: normal !important;
}
div.jp-relatedposts-post {
	margin: 0 !important;
	padding-right: 8px !important;
}
div.jp-relatedposts-items-visual:last-child {
	padding-right: 0 !important;
}
div.jp-relatedposts-items-visual {
	margin-right: -14px !important;
}
h4.jp-relatedposts-post-title a {
	font-size: 10pt !important;
	text-transform: uppercase !important;
	color: #fff !important;
	opacity: 0.8;
}
div.jp-relatedposts-post:hover a {
	text-decoration: none !important;
}

/*
COMMENTS
*/

div#comments {
	width: 100%;
	width: calc(100% - 20px);
	margin-top: 1em;
	padding: 8px;
	background: #0d1d36;
	border: 1px solid rgba(255,255,255,0.1);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
}
div.comments-header {
	text-align: center;
}
div.comments-header h3 {
	margin: 8px;
	font-size: 1.25em;
	letter-spacing: 0.1em;
}
div#comments p.form-submit {
	margin-bottom: 4em;
}
div.reply-link {
	display: inline-block;
	width: 33%;
	margin-bottom: 0.5em;
	font-size: 12pt;
	text-transform: uppercase;
}
div.comment-navigation {
	display: inline-block;
	margin-bottom: 0.5em;
	font-size: 12pt;
	text-transform: uppercase;
	text-align: right;
}
div.comment-navigation.top {
	width: 66%;
}
div.comment-navigation.bottom {
	width: 100%;
}
div.comment {
	margin: 0 auto 8px auto;
    padding: 8px;
	background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
}
div.comment-info {
	width: 100%;
}
div.comment-author, div.comment-meta {
	width: 50%;
	margin-bottom: 8px;
}
div.comment-author, div.comment-author a, div.comment-meta, div.comment-meta a {
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
}
div.comment-author {
	float: left;
}
div.comment-meta {
	float: right;
	text-align: right;
}
div.comment p {
	margin: 0;
}
div.comment-body {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
div.comment-body p {
	clear: both;
	margin: 8px 0;
}
p.comment-note {
	margin: 4px 0 0 0;
    float: left;
}
p.comment-note a {
	padding: 6px;
	font-weight: normal;
	background: rgba(255,255,255,0.1);
	border-radius: 3px;
}
div#respond {
	max-width: 500px;
	margin: 0 auto;
	text-align: right;
}
p.logged-in-as, p.logged-in-as a {
	color: #8B95A5;
}
div.reply {
	text-align: right;
}
h3.comment-reply-title {
	letter-spacing: 0.1em;
	text-align: center;
}
textarea#comment {
	width: 100%;
	width: calc(100% - 12px);
	padding: 0.5em;
	background: rgba(255,255,255,0.5);
	border: 0;
}
input#submit {
	float: right;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
}
input#submit, p.logged-in-as a:last-child {
	padding: 4px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: rgba(255,255,255,0.25);
	border-radius: 3px;
}
a#cancel-comment-reply-link {
	display: inline-block;
	margin-top: 8px;
	padding: 4px;
	background: rgba(255,255,255,0.25);
}
p.comment-subscription-form {
	display: none;
}
p.must-log-in {
	text-align: center;
}