#newblogentrybutton {
	position: absolute;
	margin: 98px 0 0 700px;
}

#maincontent article.blogentry {
	margin-bottom: 30px;
}

#maincontent article.blogentry header.blogentry h1 {
	font-size: 1.1em;
	margin: 0;
}

#maincontent article.blogentry header.blogentry h1 a {
	color: #184366;
}

#maincontent article.blogentry footer.blogentry {
	background: url('/images/post_icon.png') no-repeat 0 5px;
	padding-left: 13px;
	margin: 2px 0 15px 0;
}

#maincontent article.blogentry footer.blogentry time {
	font-size: 0.75em;
}

#maincontent article.blogentry footer.blogentry span.actions {
	display: inline-block;
	height: 11px;
	line-height: 0.8em;
}

#maincontent article.blogentry footer.blogentry span.actions a {
	margin-right: 3px;
}

#maincontent article.blogentry div.content img {
	border: 1px solid #ccc;
}

#maincontent article.blogentry div.content blockquote {
	border: 1px solid #999;
	padding: 10px;
	margin: 0 0 15px 0;
	font-style: italic;
	font-size: 0.8em;
	background: #caddfb;
}

#maincontent article.blogentry div.content code {
	display: block;
	border: 1px solid #999;
	padding: 10px;
	margin: 0 0 15px 0;
	font-size: 0.85em;
	font-family: monospace;
	background: #f1eadf;
}

#maincontent article.blogentry div.content span.tab {
	padding-left: 20px;
}

/*
@media screen and (max-device-width: 480px) {
	#blogpostswrapper article.blogentry {
		margin-bottom: 30px;
	}
	
	#maincontent article.blogentry h2 {
		font-size: 1.5em;
	}
	
	#blogpostswrapper article.blogentry div {
		border: 0;
		margin: 0;
	}
	
	#maincontent article.blogentry span.timestampLocation {
		background: none;
		padding: 0;
		font-size: 0.8em;
	}
	
	#blogpostswrapper article.blogentry p, #blogpostswrapper article.blogentry ul, #blogpostswrapper article.blogentry ol {
		display: none;
	}
}
*/
