/*
 Theme Name:   PCBASAP.COM
 Theme URI:    http://pcbasap.com
 Description:  Responsive wordpress theme for PCBASAP
 Author:       Grant Rowley
 Author URI:   http://durbanvisuals.com
 Template:     hemingway
 Version:      1.0.0
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
@import url('../hemingway/style.css');

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);

body {
	font-size: 14pt;
	font-family: 'Open Sans', sans-serif;
	color: #1a1e20;
	/*background: #ecf0f1;*/
	background-image: url('images/bg-deco.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.post-title {
	text-transform: uppercase;
	margin-top: 65px;
	color: #333;
	border-bottom: 5px solid #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
/* COLOR STRUCTURE */
.bg-dark {
	background: #1a1e20;
}
.blog-info {
	background: #ecf0f1;
}
.blog-description {
	color: #1a1e20;
	opacity: .75;
	margin-top: -20px;
	font-size: 18.75pt;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.section.bg-dark {
	background: #191919;/* #1a1e20 */
}
.section-inner {

}
/* NAVIGATION */
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.blog-menu {
	text-align: center;
}
.blog-menu li {
	display: inline-block;
	float: none;
}
.blog-menu li:before {
	display: none;
}
.blog-menu li:hover a,
.blog-menu li.current-menu-item a {
	background: rgba(0,0,0,0.25);
}
/* CONTENT */
.wrapper, .section-inner {
	margin: 0px;
	width: 100%;
	max-width: 100%;
}
.content {
	max-width: 1070px;
	margin: 0 auto;
}
.post-content {
	padding: 1em;
	background: rgba(255,255,255,0.85);
}
/* FOOTER */
.credits, .credits.section.bg-dark {
	border-top: 2px solid rgba(255,255,255,0.1);
	background: url('images/header_bg.png');
	background-size: 100%;
	background-attachment: fixed;
	color: white;
}
.credits a {
	color: white;
}
.footer-inner,
.credits-inner {
	max-width: 1070px;
	margin: 0 auto;
	border: none;
}
.btn-black {
	display: block;
	background: #202020;
	color: white;
	text-align: center;
	width: 100% !important;
	padding: 5px 50px;
	color: white;
	border: 1px solid #222;
}
.btn-white {
	display: block;
	background: #f1f1f1;
	color: #202020;
	text-align: center;
	width: 100% !important;
	padding: 5px 50px;
	color: white;
	border: 1px solid #eee;
}
.blog-menu ul a {
	padding: 20px 20px !important;
	margin: 0 !important;
}
.post-content input[type="email"] {
	width: 100%;
	padding: 14px 16px;
	font-size: 0.9em;
	border: none;
	color: #333;
	background: #f2f2f2;
	border-radius: 3px;
	-webkit-appearance: none;
}