.hc {
	font-family: inherit;
	margin: 0.5em 0;
	padding: 0 .5em;
	white-space: normal;
	width: auto;
	background-color: inherit;
}

.hc label,
.hc input,
.hc button,
.hc select,
.hc textarea {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.hc input,
.hc button,
.hc select,
.hc textarea {
	font-family: inherit;
}

.hc .page-header {
	margin-top: 0;
	border-color: #ddd;
	background-color: inherit;
	text-transform: inherit;
	box-shadow: inherit;
	padding: 0.5em 0;
	border-top: inherit;
	border-bottom: 1px solid #eee;
	}
.hc .page-header h2 {
	margin-top: 0;
	margin-bottom: 0;
	}
.hc .page-header h1 {
	margin: inherit;
}

.hc select,
.hc textarea,
.hc input[type="text"],
.hc input[type="password"],
.hc input[type="datetime"],
.hc input[type="datetime-local"],
.hc input[type="date"],
.hc input[type="month"],
.hc input[type="time"],
.hc input[type="week"],
.hc input[type="number"],
.hc input[type="email"],
.hc input[type="url"],
.hc input[type="search"],
.hc input[type="tel"],
.hc input[type="color"],
.hc .uneditable-input {
	height: inherit;
	margin-bottom: inherit;
	color: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
}

.hc textarea:focus,
.hc input[type="text"]:focus,
.hc input[type="password"]:focus,
.hc input[type="datetime"]:focus,
.hc input[type="datetime-local"]:focus,
.hc input[type="date"]:focus,
.hc input[type="month"]:focus,
.hc input[type="time"]:focus,
.hc input[type="week"]:focus,
.hc input[type="number"]:focus,
.hc input[type="email"]:focus,
.hc input[type="url"]:focus,
.hc input[type="search"]:focus,
.hc input[type="tel"]:focus,
.hc input[type="color"]:focus,
.hc .uneditable-input:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 1px rgba(82,168,236,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 1px rgba(82,168,236,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 1px rgba(82,168,236,0.6);
}

/* this one to make the default 2014 theme full width */
.site-content .entry-content
{
max-width: 100%;
}

.hc ul li:before {
	content: "";
	position: inherit;
}
.hc ul li {
	padding: 0 0;
	margin: 0 0;
}
.hc input {
	display: inherit;
	width: inherit;
}
.hc img {
width: auto;
}

.hc table,
.hc th,
.hc td {
border-width: 0px;
vertical-align: top;
}