/* ---------------------------------------------------------------------------
=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:190px;
	height:20px;
	padding: 5px 5px 0 5px;
}
#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;
}

/* -------------------------------------
comment form
-------------------------------------- */
#comment_form {
	float: left;
	width: 550px;
	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: 500px;
	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:auto;
	float:left;
	height:25px;
	margin:0;
	margin-left:5px;
	padding: 3px 5px 4px 5px;
  	color: #FFF;
	background-color: #666;
	border-top: 1px solid #ccc;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #ccc;
	font-weight:bold;
}
#comment_form input.button:hover { /* If we want to have a different hover state */
	color: #edff8b;
	background-color: #999;
	border-top: 1px solid #ccc;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #ccc;
	font-weight:bold;
}

/* ---------------------------------------------------------------------------
=mini-directions-form
--------------------------------------------------------------------------- */
#mini-directions-form {
	width:540px;
	float:left;
	font-family: Helvetica, Arial, sans-serif !important;
}
#mini-directions-form input {
	border:medium none;
	float:left;
	width:210px;
	height:20px;
	padding: 5px 5px 0 5px;
}
#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;
}