/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.post-header h2 {
	margin-left: 100px;
}

div.post-header div.date {
	width: 80px;
}

.post-header h1 {
	margin-left: 80px;
}

.author {
	margin-left: 101px;
}

.single .author {
	margin-left: 81px;
}

.entry {
	margin: 0 0 0 100px;
	width: 568px;
	max-width: 100%;
}

.single .entry {
	margin: 0 0 0 80px;
	width: 548px;
	max-width: 100%;
}

.entry ul li, .cbody ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px;
}

.entry ul li li, .cbody li li {
	list-style-type: circle;
}

pre, code, p {
	font-size: 15px;
	line-height: 1.5;
}

#headerImage {
	max-width: 100%;
}

.entry img {
	max-width: 100%;
}

@media screen and (max-width: 600px) {
	body, .wrapper, #content {
		width: 100%;
		min-width: 100%;
		overflow-x: hidden;
	}
	
	#navigation {
		width: 100%;
	}
	
	#headerTop #follow {
		display: none;
	}
	
	.entry {
		margin: 0;
		padding: 0 10px;
		width: calc(100% - 20px);
		font-size: 15px;
	}
	
	.single .entry {
		margin: 0;
		padding: 0 10px;
		width: calc(100% - 20px);
		font-size: 15px;
	}
	
	form#commentform {
		margin: 0 0 20px 10px;
	}
	
	/* Hack for now*/
	.page-item-1006, .page-item-1052 {
		display: none;
	}
}

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.post-header h2 {
	margin-left: 100px;
}

div.post-header div.date {
	width: 80px;
}

.post-header h1 {
	margin-left: 80px;
}

.author {
	margin-left: 101px;
}

.single .author {
	margin-left: 81px;
}

.entry {
	margin: 0 0 0 100px;
	width: 568px;
	max-width: 100%;
}

.single .entry {
	margin: 0 0 0 80px;
	width: 548px;
	max-width: 100%;
}

.entry ul li, .cbody ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px;
}

.entry ul li li, .cbody li li {
	list-style-type: circle;
}

pre, code, p {
	font-size: 15px;
	line-height: 1.5;
}

#headerImage {
	max-width: 100%;
}

.entry img {
	max-width: 100%;
}

@media screen and (max-width: 600px) {
	body, .wrapper, #content {
		width: 100%;
		min-width: 100%;
		overflow-x: hidden;
	}
	
	#navigation {
		width: 100%;
	}
	
	#headerTop #follow {
		display: none;
	}
	
	.entry {
		margin: 0;
		padding: 0 10px;
		width: calc(100% - 20px);
		font-size: 15px;
	}
	
	.single .entry {
		margin: 0;
		padding: 0 10px;
		width: calc(100% - 20px);
		font-size: 15px;
	}
	
	form#commentform {
		margin: 0 0 20px 10px;
	}
	
	/* Hack for now*/
	.page-item-1006, .page-item-1052 {
		display: none;
	}
}