@charset "utf-8";
/*
Theme Name: Heartographer
Theme URI: http://theheartographer.com
Description: A theme based on Pinboard.
Version: 1.0.0
Author: Bryan Redeagle

License: GNU General Public License v2.0
License URI: license.txt
*/

body {
	background: #fff url(images/seattlemap.jpg);
	background-size: cover !important;
	background-position: center;
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
a {
	color: #A61A1F;
	font-weight: 600;
}
blockquote {
	position: relative;
	font-family: Georgia, "URW Bookman L", serif;
	font-style: italic;
	margin: 0 30px 0 60px;
	border: none;
	padding-left: 0;
}
blockquote cite {
	color: #444;
}
blockquote:before {
	position: absolute;
	top: -20px;
	left: -75px;
	content: "\201C";
	color: #ddd;
	font-family: serif;
	font-size: 96px;
}
object {
	width: 100%;
}
.aligncenter {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	display: block;
	float: left;
	margin-right: 10px;
}
.alignright {
	display: block;
	float: right;
	margin-left: 10px;
}
img.alignleft {
	margin-right: 5px;
	margin-right: 10px;
}
img.alignright {
	margin-left: 5px;
	margin-left: 10px;
}
.long-ad {
	width: 728px;
	height: 90px;
	margin: 10px auto 20px;
	background-color: #ddd;
}
.side-ad {
	width: 250px;
	height: 250px;
	margin: 10px auto 20px;
	background-color: #ddd;
}
.app {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.8);
}
.header {
	padding-top: 20px;
	padding-bottom: 20px;
}
.header div {
	width: auto;
	max-width: 100%;
	float: left;
}
.header .logo { max-width: 100%; }
.header .social p {
	text-align: center;
	padding-top: 34px;
}
.header .social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 22px;
	line-height: 32px;
	cursor: pointer;
	background: #888;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.8);
	box-shadow: 0 1px 1px rgba(0,0,0,0.8);
}
.header .social a.facebook:hover {
	background: #3c5a9a;
}
.header .social a.twitter:hover {
	background: #2daae1;
}
.header .social a.gplus:hover {
	background: #f63e28;
}
.header .social a.linkedin:hover {
	background: #0173b2;
}
.header .social a.pinterest:hover {
	background: #cb2027;
}
.header .social a.flickr:hover {
	background: #ff0084;
}
.header .social a.rss:hover {
	background: #f08421;
}
.header .social a.tumblr:hover {
	background: #2a445f;
}
.header .social a.appnet:hover {
	background: #626161;
}
.top-bar {
	margin-bottom: 0;
	background-color: #000;
}
.top-bar ul>li a {
	font-size: 16px;
	text-transform: uppercase;
}
.top-bar ul>li a:hover {
	background: #555;
}
.show-for-topbar {
	display: none;
}
.footer {
	background: #555;
}
.sub-footer {
	height: 45px;
	background-color: #000;
	color: #fff;
}
.sub-footer p {
	line-height: 45px;
}
/* Some Red Dye #5 */
.icon-heart {
	color: #a01;
}
.button.heart, .mc_signup_submit .button {
	background-color: #C42026;
	border: 1px solid #A61A1F;
}
.button.heart:hover, .mc_signup_submit .button:hover {
	background-color: #A61A1F;
}
/* Content Style */
.entries {
	margin: 20px 0 0;
}
.entries .blog-title { margin-left: 20px; }
.entry {
	padding: 6px 20px 0;
	margin: 20px 0 40px;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.entry-header { margin-bottom: 30px; }
.entry-header a {
	color: #222;
}
.entry-summary {
	min-height: 137px;
	padding-bottom: 10px;
}
.entry-thumb {
	max-height: 120px;
	overflow: hidden;
}
.entry-meta {
	margin: 0 -20px;
	padding: 10px 20px 1px;
	border-top: 1px solid #ddd;
}
.entry-meta.single {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.entry-meta p {
	font-style: normal;
}
.entry-meta.single p {
	margin-bottom: 10px;
}
.entry-meta a {
	color: #222;
}
.entry-content {
	padding-bottom: 1px;
}
.entry ul, .entry ol {
	margin-left: 20px;
}
.wp-caption { max-width: 100%; }
.wp-caption-text {
	text-align: center;
	color: #555;
	font-size: 12px;
	padding-top: 3px;
}
/* Pagination */
#posts-nav {
	margin: 30px 0;
	padding: 20px;
	font-family: 'Oswald', sans-serif;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	*zoom:1;
}
#posts-nav:before, #posts-nav:after {
	content: " ";
	display: table;
}
#posts-nav:after {
	clear: both;
}
#posts-nav .nav-prev {
	float: left;
	font-size: 1.25em;
	margin-bottom: 1px;
}
#posts-nav .nav-all, #posts-nav .nav-next {
	float: right;
	font-size: 1.25em;
	margin-bottom: 1px;
}
/* Comments */
#comments-title {
	color: #555;
}
.commentlist {
	list-style: none;
	margin-left: 0;
}
.commentlist>li {
	margin: 30px 0;
	padding: 20px 20px 10px;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.commentlist .comment .comment-author img {
	float: right;
	padding: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.commentlist .comment .comment-author cite {
	font-style: normal;
	font-size: 1.2em;
}
.commentlist .comment .comment-meta {
	margin-bottom: 10px;
}
.commentlist .comment .reply {
	display: none;
}
#respond {
	margin: 30px 0;
	padding: 6px 20px 20px;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
/* Mailchimp Form Fix */
.mc_list li, .mc_list li input, .mc_list li label {
	display: inline-block;
}
.mc_list li {
	padding-right: 5px;
}
.mergeRow {
	display: none;
}
/* Blog Newsletter Fix */
.jetpack_subscription_widget input[type="submit"] {
	background-color: #C42026;
	border: 1px solid #6C2623;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.jetpack_subscription_widget input[type="submit"]:hover {
	background-color: #7A2B28;
}
/* Widget Styles */
.hire-me-widget img {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.widget {
	margin-bottom: 25px;
}
.widget.widget_search {
	margin-bottom: 0;
}
#searchform {
	margin-top: 20px;
	margin-bottom: 0;
}
#searchform .button {
	padding-top: 8px;
}

/* Price table */
.pricing-table .description {
	color: #000;
	text-align: left;
}
.pricing-table .description p {
	margin-top: 10px;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
}

/* Small screen changes */
@media only screen and (max-width: 940px) {
.show-for-topbar {
	display: block;
}
.sub-footer {
	padding-top: 1em;
	height: inherit;
}
.sub-footer p {
	line-height: 1.2;
}
}

@media only screen and (max-width: 767px) {
.header .social {
	width: 100%;
}
.header .social p {
	padding-top: 0px;
}
}
