@charset "UTF-8";

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

	Theme Name: Lovecraft Child (Knisch)
    Text Domain: lovecraft
 Template:     lovecraft
	Theme URI: http://www.andersnoren.se/teman/lovecraft-wordpress-theme/
	Version: 1.17
	Description: Lovecraft is a beautiful two-column theme for bloggers. It features a responsive design, great typography, a full-width header image (which is replaced with the post thumbnail on single posts/pages), custom accent color support, custom logo support, editor style support, a Flickr widget, recent posts and recent comments widgets with thumbnails, and a full-width template. Included translations: Swedish/svenska.
	Tags: blog, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
	Author: Anders Norén
	Author URI: http://www.andersnoren.se
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.	Structure
	3.	Header
	4.	Navigation
	5.	Blog
	6.	Single Post
	7.	Post Content
	8.	Comments
	9.	Respond
	10.	Page & Page Templates
	11.	Pagination
	12.	Sidebar
	13.	Footer
	14.	Credits
	15.	Media Queries

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



.marker {
	background-color:yellow;
}

img.noborder,
a.noborder {
	border:none !important;
}

p.page-edit-link {
	margin-top:3em;
}


.page .post-header {
	display:none;
}

.post-content img {
	border: none;
}

@media screen and (min-width:700px) {
	.post-content img.wp-image-299 {
		float:right;
	}
}
@media screen and (max-width:699px) {
	#post-26 .post-content {
		margin-top:0px;
	}
	#post-26 .post-content h1{
		margin-top:10px;
	}
	#post-26 .post-inner {
		padding:25px 20px;
	}
}