/*
Theme Name: TheKeesh Modified Theme
Description: The modified theme for thekeesh.com
Author: Jeremy Keeshin
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");


/* Style for road trip disclaimer on Road Trip category posts. */
.road-trip{
	padding: 10px;
	font-size: 14px;
	background-color: rgb(220, 227, 235);
	border-radius: 10px;
	font-style: italic;
}

/* Updated so wordpress embeds of CodeHS editors fit. */
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
  margin: 0 auto;
  width: 100%;
}

