/* ---------------------------------------------------------------------------
search form
--------------------------------------------------------------------------- */
#search #search-input {
	border:medium none;
	float:left;
	width:160px;
	height:14px;
	background:#444;
	color:#fff;
	padding: 4px 5px;
}
#search .input-wrapper {
	float:left;
	margin:0;
	padding:0;
}
#search .search-button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/icons/magnifier.png) no-repeat scroll 0 0;
	border:medium none;
	float:left;
	height:30px;
	margin:0;
	overflow:hidden;
	text-indent:-9999px;
	width:18px;
	margin: 5px;
}

/* ---------------------------------------------------------------------------
=mini-subscribe-form
--------------------------------------------------------------------------- */
#mini-subscribe-form {
	width:auto;
	float:left;
	margin:0 10px;
	font-family: Helvetica, Arial, sans-serif !important;
}
#mini-subscribe-form input {
	border:medium none;
	float:left;
	width:160px;
	height:20px;
	padding: 5px 5px 0 5px;
	background-color: #f5f5f5;
	font-size:.8em;
	color:#666;
}
#mini-subscribe-form input.mini-subscribe-button {
	width:50px;
	float:left;
	height:25px;
	margin:0;
	margin-left:5px;
	padding: 3px 5px 4px 5px;
  	color: #FFF;
	background-color: #333;
	border-top: 1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	font-weight:bold;
}
#mini-subscribe-form input.mini-subscribe-button:hover { /* If we want to have a different hover state */
	color: #edff8b;
	background-color: #666;
	border-top: 1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	font-weight:bold;
}

/* ---------------------------------------------------------------------------
=mini-directions-form
--------------------------------------------------------------------------- */
#mini-directions-form {
	width:275px;
	float:left;
	font-family: Helvetica, Arial, sans-serif !important;
}
#mini-directions-form input {
	border:medium none;
	float:left;
	width:150px;
	height:20px;
	padding: 5px 5px 0 5px;
	background-color: #f5f5f5;
	font-size:.8em;
	color:#666;
}
#mini-directions-form input.mini-directions-button {
	width:100px;
	float:left;
	height:25px;
	margin:0;
	margin-left:5px;
	padding: 3px 5px 4px 5px;
  	color: #FFF;
	background-color: #333;
	border-top: 1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	font-weight:bold;
}
#mini-directions-form input.mini-directions-button:hover { /* If we want to have a different hover state */
	color: #edff8b;
	background-color: #666;
	border-top: 1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	font-weight:bold;
}

/* -------------------------------------
comment form
-------------------------------------- */
#comment_form {
	float: left;
	width: 450px;
	padding:0;
	font-family: Helvetica, Arial, sans-serif !important;
}
#comment_form li {
	list-style: none;
	padding: 0 0 1em 0;
}
#comment_form label {
	line-height: 1.5em;
	color: #666;
	display: block;
}
#comment_form input,
#comment_form select,
#comment_form textarea {
	padding: 5px;
	border: 1px solid #e8e8e8;
	background: #e8e8e8;
}
#comment_form #name,
#comment_form #email
#comment_form #comment,
#comment_form textarea {
	border: 1px solid #e8e8e8;
}
#comment_form #name,
#comment_form #email,
#comment_form #url {
	width: 300px;
}
#comment_form textarea {
	width: 400px;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: .9em;
}
#comment_form .error,
#comment_form .error label {
	color: #900;
}
#comment_form .error #name,
#comment_form .error #email,
#comment_form .error #subject,
#comment_form .error textarea,
#comment_form .error #challenge {
	border: 1px solid #900;
	background: #fcc;
}
#comment_form input.button {
	width: 140px;
	padding: 4px 5px 4px 5px;
  	color: #FFF;
	background-color: #808080;
	border-top: 1px solid #e8e8e8;
	border-right:1px solid #505050;
	border-bottom:1px solid #505050;
	border-left:1px solid #e8e8e8;
	font-weight:bold;
}
#comment_form input.button:hover { /* If we want to have a different hover state */
	width: 140px;
	padding: 4px 5px 4px 5px;
  	color: #f3e521;
	background-color: #505050;
	border-top: 1px solid #808080;
	border-right:1px solid #030303;
	border-bottom:1px solid #030303;
	border-left:1px solid #808080;
	font-weight:bold;
}

/* -------------------------------------
contact form
-------------------------------------- */
#contact_form {
	float: left;
	width: 434px;
}
#contact_form li {
	list-style: none;
	padding: 0 0 1em 0;
}
#contact_form label {
	line-height: 1.5em;
	color: #666;
}
#contact_form input,
#contact_form select,
#contact_form textarea {
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-size: 11px;
}
#contact_form #name,
#contact_form #email,
#contact_form #subject,
#contact_form #challenge,
#contact_form textarea {
	border: 1px solid #999;
}
#contact_form #name,
#contact_form #email,
#contact_form #challenge,
#contact_form textarea {
	padding: 2px;
}
#contact_form #name,
#contact_form #email,
#contact_form #challenge {
	width: 428px;
}

/* remove this?...*/
#contact_form #subject {
	padding: 2px 0 2px 0;
	/*width: 428px;*/
	width: 100%;
}
#contact_form textarea {
	width: 428px;
}
span.challenge-note {
	font-style: italic;
}
#contact_form .error,
#contact_form .error label {
	color: #900;
}
#contact_form .error #name,
#contact_form .error #email,
#contact_form .error #subject,
#contact_form .error textarea,
#contact_form .error #challenge {
	border: 1px solid #900;
	background: #fcc;
}
p.thanks {
	padding: 1em 0 0 0;
	font-weight: bold;
}

/* -------------------------------------
wufoo form styles
-------------------------------------- */
.wufoo .info{display:none}