/* Buttons */
input[type="submit"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.625rem;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background: -moz-linear-gradient(top, #f4f4f4, #e6e6e6); 	background: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);	background: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);	background: -o-linear-gradient(top, #f4f4f4, #e6e6e6);	background: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
input[type="submit"],
article.post-password-required input[type=submit] {
	cursor: pointer;
}
input[type="submit"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background: -moz-linear-gradient(top, #f9f9f9, #ebebeb);	background: -ms-linear-gradient(top, #f9f9f9, #ebebeb);	background: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);	background: -o-linear-gradient(top, #f9f9f9, #ebebeb);	background: linear-gradient(top, #f9f9f9, #ebebeb);
}
input[type="submit"]:active,
article.post-password-required input[type=submit]:active,
input[type="submit"].toggled-on {
	color: #777;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background: -moz-linear-gradient(top, #ebebeb, #e1e1e1);	background: -ms-linear-gradient(top, #ebebeb, #e1e1e1);	background: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);	background: -o-linear-gradient(top, #ebebeb, #e1e1e1);	background: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Form fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
	padding: 6px;
	padding: 0.2em;
	font-family: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
}

@media screen and (max-width: 500px) {}