/*
URL: escapecreative.com
Description: styles for all forms, labels, inputs, submit buttons, etc.
Designed by: Dave Warfel & Joanna Vitug
*/
	
/* ----------------------------------- Default forms, labels, inputs, etc. ----- */
input,
textarea,
select {
	padding: 4px;
	font: 1em/1.333em "lucida grande", tahoma, arial, sans-serif;
	background: #fff;
	color: #333;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333; }

	/* Remove borders & white bg from radio buttons & checkboxes */
	li.radio input,
	li.checkbox input {
		border: none;
		background: none; }


/* ----------------------------------- Contact form ----- */
form {
	line-height: 1em; }
	fieldset {
		float: left;
		clear: left;
		margin-bottom: 10px;
		border: 0; }
	legend {
		text-indent: -9999px; }
	
label {
	float: left;
	width: 180px;
	margin-right: 10px;
	font-weight: bold; }
fieldset ol {
	margin: 0;
	padding: 0;
	list-style: none; }
	fieldset li {
		float: left;
		clear: left;
		width: 450px;
		background: #e7e7e7;
		padding: 5px;
		margin: 0 0 3px; }
		/* Removes bg color from radio buttons & checkboxes */
		fieldset li fieldset li {
			background: none; }
	
form fieldset fieldset {
	border: none;
	margin: 3px 0 0; }
	form fieldset fieldset legend {
		float: left;
		text-indent: 0;
		padding: 0 0 5px;
		width: 180px;
		margin-right: 10px;
		font-weight: bold; }
	form fieldset fieldset label {
		float: none;
		width: auto;
		margin-left: 123px; }
	form fieldset fieldset ol {
		margin: -20px 0 0 190px; }
		form fieldset fieldset li {
			width: auto; }
		
		

form em,
em.required {
	font-weight: bold;
	font-style: normal;
	color: #227309; }
	
li.text input,
textarea,
select {
	padding: 4px;
	font: 1em/1.333em "lucida grande", tahoma, arial, sans-serif;
	background: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333; }
	li.text input {
		width: 250px; }
	textarea {
		width: 250px;
		height: 130px; }
	select {
		width: 260px;
		padding: 2px; }
		option {
			padding: 2px; }
	
	li.text label,
	li.select label {
		padding-top: 5px; }
	li.textarea label {
		padding-top: 1px; }
	
	fieldset.submit li,
	fieldset.submitcomment li {
		text-align: right;
		background: none; }
		input#sendemail /* for contact form */,
		input#submit /* for comment form */,
		input#subscribebtn /* for subscribe form */,
		input#updateprofilebtn /* for update profile form */,
		input#unsubscribebtn /* for unsub form */ {
			padding: 3px;
			border-top: 1px solid #999;
			border-left: 1px solid #999;
			border-bottom: 1px solid #333;
			border-right: 1px solid #333;
			font-size: 1.2em;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: -0.03em;
			background: #f5ad37;
			cursor: pointer; }
			
/* ----------------------------------- Comment form (inherits above + new styles below ----- */

/* Expand comment textarea to full width of page */
#commentform li.textarea {
	width: 580px; }
#commentform textarea {
	width: 380px;
	height: 190px; }
#commentform .textarea label.error {
	width: 380px; }
#commentform textarea.error {
	width: 378px; }
#commentform .submitcomment li {
	width: 580px; }
		
		


/* ----- Validation: class & id names are generated by '/js/jquery.validate.js' file ----- */
label.error {
	display: none;
	color: #922020;
	font-weight: normal;
	width: 250px;
	line-height: 1.167em;
	margin-left: 190px; }
li.text input.error,
textarea.error,
select.error {
	width: 248px;
	border: 2px solid #922020; }