@import  "https://fonts.googleapis.com/css?family=Oswald";

body {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 300%;
	color: #000;
	background: #000;
	overflow-x: hidden;
	text-rendering: optimizelegibility;
}

/*- POST TITLE -----------*/
.title-container .post-title {
	max-width: 840px;
	display: inline-block;
	color: #790101;
	font: 400 50px/50px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.title-container .post-title a {
	color: #790101;
	font-family: 'Oswald', sans-serif;
}

.title-container .post-title a:hover {
	color: #fff;
}

/*------------------------*/
/*- POST SUB TITLE -------*/
.title-container .sub-title {
	max-width: 740px;
	margin: 20px auto 0;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	line-height: 30px;
	text-align: center;
	color: rgba(255,255,255,0.85);
}

/*------------------------*/
/*- POST TITLE - AUTHOR --*/
.title-container .post-author {
	margin-top: 20px;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

.title-container .post-author a {
	color: #fff;
}

.title-container .post-author a:hover {
	text-decoration: underline;
}

.post-list .book-cover .post-title {
	padding: 0;
	font: 400 36px/40px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

#menu-drop-button {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}

.copy .post-date {
	margin: 0;
	padding: 0;
	border: none;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 3px;
}

.copy .share-button {
	display: block;
	float: right;
	height: 28px;
	line-height: normal;
	margin: -5px 0 0;
	font-family: 'Oswald', sans-serif;
}

.copy .share-button ul li {
	height: 46px;
	font-family: 'Oswald', sans-serif;
}

/*- WIDGET TITLE -----------*/
.widgettitle {
	font-family: 'Oswald', sans-serif;
}

.widgettitle a {
	color: #999;
}

.widgettitle a:hover {
	color: #fff;
}

/*-------------------------------------------*/
/*- CONTENT WIDGET  -------------------------*/
.content-widget ul {
	font-family: 'Oswald', sans-serif;
}

.content-widget li a.read-on {
	font-family: 'Oswald', sans-serif;
}

.content-widget li .copy {
	font-family: 'Oswald', sans-serif;
}

.content-widget li .copy p {
	font-family: 'Oswald', sans-serif;
}

.content-widget li img {
	font-family: 'Oswald', sans-serif;
}

.content-widget li .post-title {
	font-family: 'Oswald', sans-serif;
}

.content-widget li .post-image {
	font-family: 'Oswald', sans-serif;
}