/*
Theme Name: OP Theme 3.0
Author: Roman Franklin
Author URI: http://romanfranklin.com
Description: This theme is specifically designed to be used for the Orchestrated Pulse blog and periodical.
Version: 3.0
Tags: extremely dope, so dope it hurts, wow this the dopest
*/

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: Droid Serif;
	font-size: 16px;
	color: #000;
}

a:link, 
a:visited, 
a:hover, 
a:active {
	text-decoration: none;
}

input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #f2f2f2;
	padding: 20px 20px 14px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 6px solid #e2e2e2;
	border-left: 0px;
	width: 250px;
}

input[type="search"]:focus {
	background: #fafafa;
}

input[type="submit"].main {
	background: #e2e2e2;
	border: none;
	padding: 20px;
	width: 109px;
	margin-left: -4px;
	transition: .25s;
	-webkit-transition: .25s;
	-moz-transition: .25s;
}

input[type="submit"]:hover {
	background-color: #ccc;
	cursor: pointer;
}

textarea, input {
	outline: none;
	font-family: Oswald;
}

h2 strong a:link,
h2 strong a:visited,
h2 strong a:active {
	color: #000;
	border-bottom: 2px dotted #aaa;
	transition: .35s;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	font-weight: bold;
}

h2 strong a:hover {
	background: #f2f2f2;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* -------------------------------------------------------------- */

header {
	width: 100%;
	height: 160px;
	line-height: 160px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 4em;
}

header span.pulse {
	background: #000;
	color: #fff;
	font-weight: normal;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}

header a:link,
header a:visited {
	color: #000;
}

header span.pulse:hover {
	background: none;
	color: #000;
}

/* Header styles for mobile devices ----------- */
@media only screen and (min-device-width : 320px) and (max-width : 700px) {

	header {
		height: 110px;
		line-height: 110px;
		font-size: 2.5em;
	}

}
/* End header style for mobile ---------------- */

#container {
	width: 1180px;
	margin: 0 auto;
	font-family: Merriweather, Quattrocento, Helvetica;
}

.content p {
	margin: 35px 0;
	font-size: 1em;
	line-height: 2em;
}

blockquote {
	font-style: italic;
	color: #333;
	background-color: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 20px 10px;
	quotes: "\201C""\201D";
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote p:first-child {
	display: inline;
}

footer {
	height: 100px;
	background: #f2f2f2;
	margin: 0 auto;
	line-height: 100px;
	text-align: center;
	font-size: 0.8em;
	color: #aaa;
}

#single-post {
	margin: 0 auto;
	max-width: 800px;
	width: 90%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-family: helvetica;
}


#blog-posts {
	width: 780px;
	float: left;
	margin-right: 40px;
}

.post-content {
	max-width: 800px;
	margin: 0 auto;
}

.search-content {
	line-height: 1.8em;
}

.search-content h1 {
	font-family: Oswald;
}

.post-header {
	border-bottom: 3px solid #000;
	margin-bottom: 20px;
	font-family: Oswald;
	font-size:1.5em;
	text-transform: lowercase;
}

span.black-bg {
	background-color: #000;
	color: #fff;
}

span.no-underline {
	border-bottom: 3px solid #fff;
}

.post-thumb {
	background: #f2f2f2;
	width: 100%;
	height: 300px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.post-content img {
	max-width: 100%;
	height: auto;
}

.post-thumb img{
	display: block;
	max-width: 100%;
	max-height: auto;
	margin: 0 auto;
}

.post-content .post-meta {
	width: 145px;
	height: 100%;
	border-right: 1px dashed #ccc;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 20px;
	padding-top: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #737373;
}

.post-content .post-summary {
	margin-left: 145px;
}

.post-content h1 {
	font-family: 'Oswald';
	font-weight: bold;
	font-size: 2.5em;
	line-height: 1.3;
	margin: 10px 0 5px;
}

.post-content h1 a:link,
.post-content h1 a:visited {
	color: #000;
	display: inline-block;
	transition: .45s;
	-webkit-transition: .45s;
	-moz-transition: .45s;
}

.post-content h1 a:hover,
.post-content h1 a:active {
	background: #000;
	color: #fff;
}

.post-content h2,
.search-content h2 {
	margin: 0 0 10px;
	font-size: 0.9em;
	font-weight: normal;
	color: #828282;
}

.post-content p {
	line-height: 1.7em;
	font-size: 1.1em;
}

.post-content p a:link, 
.post-content p a:visited,
.search-content a:link {
	color: #000;
	padding: 4px 0 2px;
	border-bottom: 2px dotted #aaa;
	transition: .35s;
	-webkit-transition: .35s;
	-moz-transition: .35s;
}

.post-content p a:hover,
.search-content a:hover {
	background: #f2f2f2;
}

.search-content a:visited {
	color: #aaa;
}

.read-more {
	background: #f2f2f2;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	color: #000;
	font-family: Oswald;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	border-bottom: 5px solid #e2e2e2;
}

.read-more:hover {
	background: #e2e2e2;
	border-bottom: 5px solid #ccc;
}

.post-nav {
	padding: 5px;
	text-align: center;
	margin: 0 auto 20px;
	font-family: Oswald;
	width: 250px;
}

.post-comments {
	border-top: 1px solid #ccc;
}

.post-comments a,
.post-nav a {
	color: #878787;
}

.post-comments a:hover,
.post-nav a:hover {
	text-decoration: underline;
}

.wp-caption-text {
	text-align: center;
	font-size: 0.8em;
	margin: 0;
}

@media only screen and (min-device-width : 320px) and (max-width : 620px) {

	.post-content h1 {
		font-size: 1.5em;
	}

	.post-content h2 {
		font-size: 0.7em;
	}

	.post-content p {
		font-size: 0.9em;
	}

	.post-content .post-thumb {
		height: 150px;
	}

	.padding {
		width: 90%;
	}

	textarea {
		width: 267px;
		margin: 0 auto;
	}
}

/* Wordpress Comments ---------------------------------------------------------- */

h3#comments {
	margin: 1em 0;
	height: auto;
}

ol.commentlist {
	list-style: none;
	padding: 0;
}

ol.commentlist li {
	border-left: 2px dotted #ccc;
	padding-left: 20px;
	margin-bottom: 20px;
}

ol.commentlist li .comment-body {
	padding-bottom: 20px;
}

ul.children {
	list-style: none;
	padding-left: 20px;
}

.comment-meta {
	margin: 10px 0;
}


/* Sidebar ---------------------------------------------------------------------- */

#sidebar {
	width: 360px;
	float: left;
}

.sidebar-div {
	padding-top: 20px;
}

.sidebar-div:first-child {
	padding-top: 0;
}

.side-header {
	font-family: Oswald;
	font-size: 1.5em;
	border-bottom: 3px solid #000;
}

#search {
	padding: 10px;
	border: 1px solid #d6d6d6;
}

#search:focus {
	background: #fff;
	border: 1px solid #000;
}

.social-container {
	width: 100%;
	margin: 20px auto 0;
	overflow: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.social {
	background: #f2f2f2;
	height: 70px;
	width: 70px;
	float: left;
	padding: 10px 10px 5px;
	transition: .25s;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	border-bottom: 5px solid #e2e2e2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-right: 20px;
}

.no-margin {
	margin-right: 0;
}

.social:hover {
	background: #e2e2e2;
	border-bottom: 5px solid #ccc;
}

.social-container .center {
	width: 250px;
	margin: 0 auto;
}

#top-posts {
	padding: 20px 0 20px 20px;
	clear: both;
}

ul.top-posts {
	list-style: none;
	padding: 0;
	margin: 20px auto 0;
	font-family: Oswald;
}

li.top-post-title {
	margin-top: 10px;
	padding: 20px 10px;
	background: #f2f2f2;
	color: #000;
	position: relative;
	transition: .25s;
	-webkit-transition: .25s;
	-moz-transition: .25s;
}

li.top-post-title:hover {
	background: #e2e2e2;
}

li.top-post-title:hover > .number {
	background: #ccc;
}

li.top-post-title .number {
	background: #e2e2e2;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 30px;
	text-align: center;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}

li.top-post-title .number strong {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

li.top-post-title .title {
	margin-left: 40px;
}

span.orange {
	color: #ed490a;
	font-family: Helvetica;
}

@media (max-width: 1200px) {
	#container {
		width: 1000px;
	}

	#blog-posts {
		width: 679px;
		margin-right: 20px;
	}

	#sidebar {
		width: 300px;
	}
}

@media (max-width: 1030px) {
	#container {
		width: 100%;
		border-left: 0;
	}

	#sidebar {
		display: none;
	}

	#blog-posts {
		margin: 0 auto;
		max-width: 800px;
		width: 90%;
		float: none;
	}
}




/* ------------- */
/* - PERIODICAL - */
/* ------------- */

#mag-container {
	position: relative;
	max-width: 540px;
	width: 90%;
	margin: 27px auto;
}

#mag-cover, #mag-content {
	max-width: 540px;
}

#mag-cover {
	position: relative;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	z-index: 1000;
	cursor: pointer;
}

#mag-cover img {
	max-width: 100%;
	height: auto;
	display: block;
}

#mag-content {
	position: absolute;
	top: 0;
	height: 90%;
	width: 90%;
	padding: 5%;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	border: 1px solid #ccc;
	overflow: auto;
}

#mag-content h1 {
	font-family: Helvetica;
	font-weight: lighter;
	font-size: 2.3em;
	text-align: center;
	margin: 0;
}

#mag-content span {
	font-size: 1.3em;
}

#mag-content hr {
	width: 65%;
	margin: 24px auto;
}

#mag-content ul {
	list-style: none;
	padding-left: 10px;
}

#mag-content ul li {
	margin: 20px 0;
}

.content strong {
	font-weight: 700;
}

/* Magazine styles for mobile devices ----------- */
@media only screen and (min-device-width : 320px) and (max-width : 620px) {

}

/* --------------- */
/* - Single Page - */
/* --------------- */

	.ps-parallax-scroll {
		display: block;
		background-size: 100%;
		width: 100%;
		height: 100%;
		box-shadow: inset 0 0 55px rgba(0,0,0,0.5);
		border-top: 4px solid yellow;
		border-bottom: 4px solid yellow;
		text-align: center;
		overflow: hidden;
		margin-top: 25px;
	}

	.ps-parallax-scroll .post-head {
		background-color: rgba(0,0,0,0.6);
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		width: 100%;
		padding: 10px;
		color: #fff;
		text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	}

	.ps-parallax-scroll .post-head span.title {
		font-family: 'Oswald', sans-serif;
		font-size: 4.2em;
		letter-spacing: 2px;
	}

	.ps-parallax-scroll .post-head span.meta {
		font-size: 1.2em;
	}

	.content {
		max-width: 900px;
		width: 90%;
		padding: 20px 0;
		margin: 0 auto;
	}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 640px) {
	.ps-parallax-scroll {
		display: none;
	}
}


.left {
	float: left;
}

.right {
	float: right;
}