/* Theme Name: Simon WP Framework */

/* Forms */
select {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: solid 1px #e3e3e3;
}
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: solid 1px #e3e3e3;
	width: 98%;
}
input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}
label {
	font-weight: bold;
}
fieldset {
	padding:1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:1.2em;
}
/* Search */
#searching {
	padding: 7px;
	width: 210px;
}
#search {
	width: 265px!important;
	float: right;
}
input[type="text"] {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	border: 0px;
	padding: 5px;
	margin: 0px;
	width: 175px;
	height: 22px;
	display: block;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 0 10px #f3f3f3;
	-webkit-box-shadow: inset 0 0 10px #f3f3f3;
	box-shadow: inset 0 0 10px #f3f3f3;
}
#download {
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #444;
	text-shadow:0 1px 1px #eee;
	cursor:pointer;
	background:#aaa;
	background:-moz-linear-gradient(bottom, #aaa, #cecece);
	background:-webkit-gradient(linear, left bottom, left top, from(#aaa), to(#cecece));
	border: 1px solid #aaa;
	padding:1px 13px 4px 13px;
	margin:5px;
	width:180px;
	-moz-box-shadow-top: inset 0 0 3px #ccc;
	-webkit-box-shadow: inset 0 0 3px #ccc;
	box-shadow: inset 0 0 3px #ccc;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	border: 0px;
	padding: 5px;
	margin: 0px;
	display: block;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 0 10px #ececec;
	-webkit-box-shadow: inset 0 0 10px #ececec;
	box-shadow: inset 0 0 10px #ececec;
}
textarea:focus, input[type="text"]:focus {
	border: 1px solid #9a9a9a;
}
#s {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	border: 1px solid #ccc;
	padding: 2px 0px 2px 5px;
	margin: 0px;
	width: 175px;
	height: 22px;
	-moz-box-shadow: inset 0 0 5px #ececec;
	-webkit-box-shadow: inset 0 0 5px #ececec;
	box-shadow: inset 0 0 5px #ececec;
}
#s:focus {
	border: 1px solid #9a9a9a;
}
#searchsubmit {
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #444;
	text-shadow:0 1px 1px #eee;
	cursor:pointer;
	background:#aaa;
	background:-moz-linear-gradient(bottom, #aaa, #cecece);
	background:-webkit-gradient(linear, left bottom, left top, from(#aaa), to(#cecece));
	border: 1px solid #aaa;
	padding:1px 13px 4px 13px;
	margin:0px 0px 0px 5px;
	width:70px;
	height: 27px;
	-moz-box-shadow-top: inset 0 0 3px #ccc;
	-webkit-box-shadow: inset 0 0 3px #ccc;
	box-shadow: inset 0 0 3px #ccc;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
}
#submit, .wpcf7-submit {
	cursor:pointer;
	padding:5px;
	border:none;
	font-weight:bold;
	margin:0;
	height:auto;
}
