/*   
Theme Name: Jordan Prybylski
Theme URI: http://www.craigarush.com/blog
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://www.artonicweb.com
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Basic WordPress Styles */
@import url('wp.css');
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700);
html {
	margin-top: 0px!important;
	font-family: 'Volkorn';
}
body {
	margin: 1.5em 15%;
	font-family: 'Volkorn';
}
h1 {
	font-size: 36px;
	font-family: 'Volkorn';
}
h2 {
	font-size: 26px;
	font-family: 'Volkorn';
}
/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0 0 1.5em 0;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}
/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */



/* =Extra Shit
-------------------------------------------------------------- */

.entry-utility {
	padding-bottom: 55px;
}
.entry-title a {
	text-decoration: none!important;
}
.nav-previous {
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: top;
	width: 49%;
	text-align: left;
	border:1px solid red;
}
.nav-next {
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: top;
	width: 49%;
	text-align: right;
}
.nav-next a, .nav-previous a {
	display: inline-block;
	padding: 10px 20px;
	font-weight: 900;
	font-size: 15px;
	text-decoration: none;
}
#nav-above {
	margin-bottom: 45px;
}
#nav-below {
	margin-top: 55px;
	margin-bottom: 55px;
}
ol {
	margin-left: 20px!important;
}
#comments {
	margin-top: 50px;
	margin-bottom: 55px;
}
.sidebar-box {
	padding: 10px 0 40px 0px;
	width: 200px;
	background: url(images/blog-divider.jpg) no-repeat 0% 100%;
}
.search {
}
.search label {
	display: none;
}
.search input[type=text] {
	border: 1px solid #dedede;
	width: 92%;
	padding: 9px;
}
.search input[type=submit] {
	padding: 7px 14px;
	cursor: pointer;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background: #cc3333;
	color: #fff;
	display: block;
	margin: 10px 0;
	width: 100%;
}

.search input[name=unsubscribe] {
	margin-top: -30px;
}


.s2_error {
	color: red;
	margin-top: 10px!important;
}
#blog-left {
	/*display: inline-table;*/
	display: inline-block;
	width: 65%;
}
#blog-right {
	float: right;
	width: 20%;
	margin-right: 90px;
}

#blog-right ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#blog-right ul li {
	margin:0;
	padding:0;
}


a {
	color: #cc3333;
}

.post {
	border: 1px solid #dedede;
	border-radius: 4px;
	background: #fff;
	vertical-align: top;
}
	div.post-thumb {
		float:left;
		margin: 7px 14px 7px 0px;
		vertical-align: top;
		width: 100%;
	}
		div.post-thumb img {
			float: left;
			height: auto;
			max-width: 100%;
			width: auto;
		}
	div.post-inner {
		display: inline-block;
		/*width: auto;*/
		width: 100%;
		vertical-align: top;
		padding:0;
	}
.my-post {
	padding: 20px;
	vertical-align: top;
}

.my-post .entry-content ol {
	margin-bottom: 20px;
}


h2.entry-title {
	margin-bottom: -20px;
}

.meta-prep-author, .author, .meta-prep, .meta-prep-entry-date, .entry-date, .meta-sep {
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
}

.meta-prep-author a, .author a, .meta-prep a, .meta-prep-entry-date a, .entry-date, .meta-sep a {
	color: #cc3333;
}

.meta-prep, .meta-prep-author {
	margin-top:-20px;
}

.entry-meta {
	padding: 20px;
}
.entry-content {
	display: inline-block;
	/*margin-left: 20px;
	margin-top: -60px;*/
	padding:0;
	width: 100%;
}
.entry-content img {
	height: auto;
	max-width: 100%;
	width: auto;
}
.my-post .entry-utility {
	padding: 20px 0;
}
.entry-utility {
	padding: 20px;
	border-top:1px solid #dedede;
}
.entry-utility a {
	color: #cc3333;
}
.post h1, .sidebar-box h1 {
	font-size: 36px;
	font-family: 'Volkorn';
	color: #1e1e1e;
	font-weight: bold;
}
.post h2, .sidebar-box h2, .sidebar-title-box {
	font-size: 30px;
	line-height: 47px;
	font-family: 'Volkorn';
	color: #1e1e1e;
	font-weight: bold;
}
.post a:not(h2 a), .entry-utility a {
	color: #cc3333;
}
.post a.read-more {
	padding: 7px 14px;
	cursor: pointer;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background: #cc3333;
	color: #fff;
	display: block;
	margin: 10px 0;
	width: 140px;
}
.wp-post-image {
	float: left;
}

.entry-title {
	padding: 20px;
	border-bottom: 1px solid #dedede;
}

.edit-link, .post-edit-link {
	float:right;
	margin: 10px 20px 0 0;
	font-size: 15px;
}

 .post h1 {
	 font-size: 30px;
 }
 
 #zero .sidebar-box:last-child{
	background: none;
}

 
 @media only screen and (max-width: 980px) {
	 
	 /******************
		WORDPRESS STYLING
	********************************************************************************************************/
	#blog-left, #blog-right {
		float:none;
		/*width:auto;*/
		width: 100%;
		text-align:center;
		margin:0;
		padding:0;
	}
	#blog-right {
		margin-top: -30px;
	}
	
	.post {
		width:auto;
		float:none;
	}
	
	div.post-thumb {
		float:none;
		display:block;
		width:auto;
	}
		div.post-thumb img {
			float:none;
			max-width:100%;
			width:auto;
		}
	
	div.post-inner {
		float:none;
		display:block;
		width:auto;
	}
	
	.entry-content {
		display:block;
		width:auto;
		margin: 10px auto;
		text-align: center;
		float:none;
	}
	.post a.read-more {
		float:none;
		margin:10px auto;
		width:94%;
	}
	.sidebar-box {
		padding: 0 0 50px;
		width: auto;
		margin-bottom: 20px;
		background-repeat: no-repeat;
		background-position: bottom center;
	/*background-size:cover;*/
	}
	#zero .sidebar-box:first-child{
		padding-bottom: 60px;
	}
	#zero .sidebar-box:last-child{
		background: none;
		padding-bottom: 0;
	}
	div#zero,div#zero.widget-area {
		float:none;
		width:auto;
		margin:0;
		padding:0;
	}
	.sidebar-title-box {
		float:none;
		width:auto;
		diaplay:block;
	}
	.search input[type=text] {
		margin-bottom: 20px;
	}
	.search input[type=submit] {
		width:95%;
		margin:10px auto;
		margin-bottom:-10px;
	}
	
	
	ul#blog-social {
    display: inline-block;
    position: relative;
    width: 300px;
	}
	
	ul#blog-social li {
		padding-bottom: 0!important;
	}
	
	ul#blog-social li:last-child {
		padding-right: 0;
	}
	
	ul#blog-social li::after {
		top: 8px!important;
	}
}


.post h3, .post h4, .post strong {
font-weight: bold;
}

.post a {
color:#cc3333;
}
.post h1 a {
color:#111;
}