/*
Theme Name: Penscratch Child
Template: penscratch
*/

.site-branding img {
    width: 240px;
}

.main-navigation {
    font-size: 1.25em;
    text-transform: none;
    padding-top: 17px;
}

.sub-menu li a {
    font-size: 0.8em;
    text-transform: none;
}

.site-info {
    line-height: 1.7;
    float: none;
    max-width: 100%;
    text-align: center;
}

.site-header {
    padding: 0 0 17px;
}

/* Formulare */

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
	color: #666;
	border: 1px solid #999;
	border-radius: 3px;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	color: rgba(0, 0, 0, .8);
	border: 1px solid #ccc;
	border-color: #999 #999 #bbb #999;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
	/* Corrects inability to style clickable 'input' types in iOS */
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	/* Improves usability and consistency of cursor style between image-type 'input' and others */

	-webkit-appearance: button;
}
