/* SIMPLER DESIGN & LIGHTER CODE */

/* = PARENT ELEMENTS
---------------------------------------------------------
*/

#newsletter
{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #9a958b;
}

form
{
	display: block;
	margin: 0;
	padding: 0;
}

form div,
form p
{
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h4.checkhead
{
	margin-top: 15px;
}

/* END PARENT ELEMENTS
---------------------------------------------------------
*/

/* = FIELDSET & LEGEND
---------------------------------------------------------
*/

fieldset
{
	border: 1px solid #eee;
	padding: 8px 10px;
	margin: 0 0 1.5em 0;
}

fieldset legend
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
    color: #666;
	background-color: white;
}

fieldset ul
{
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

fieldset ul li
{
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}

/* END FIELDSET & LEGEND
---------------------------------------------------------
*/

/* = LABELS
---------------------------------------------------------
*/

label
{
	line-height: 1.8;
	font-weight: bold;
	text-align: left;
	display: block;
    margin: 0;
	padding: 2px;
}

label.check,
label.radio
{
	float: left;
	clear: right;
}

/* END LABELS
---------------------------------------------------------
*/

/* = INPUTS
---------------------------------------------------------
*/

input, select, textarea
{
	font-family: "lucida grande", tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.8;
	display: block;
	margin: 0 0 10px 0;
	padding: 2px;
}

input, select
{
	vertical-align: middle;
}

textarea
{
	width: 400px;
	height: 12em;
}
	
input.check,
input.radio
{
	border: none;
	width: 1em;
	height: auto;
	margin: 5px 0 0 0;
    padding: 0;
    float: left;
    clear: left;
}
	
input.check.vertical,
input.radio.vertical
{
	clear: left;
}

input.readonly
{
	background-color: transparent;
	border: none;
	display: none;
}

input.button
{
	width: auto;
	border: 1px solid black;
	background-color: #ddd;
}

input.image
{
	border: none;
	width: auto;
	height: auto; 
}

input.submit,
.wpcf7-form p.submit input
{
	clear: both;
	width: auto;
	margin: 10px 0 10px 0;
	padding: 1px 3px;
	cursor: pointer;
	font-size: 9px;
	line-height: 16px;
	border: none;
	background-color: white;
}

form p#nav,
form p#reg_passmail
{
	float: none;
	clear: both;
}

form p#reg_passmail
{
	margin-left: 0;
}

/* END INPUTS
---------------------------------------------------------
*/

/* = SEARCH
---------------------------------------------------------
*/

div#search form,
div#search form div
{
	margin: 0;
	padding: 0;
	display: inline;
}

div#search label
{
	float: left;
	clear: left;
	font-size: 1.2em;
	width: auto;
	line-height: 14px;
	margin: 1px 0 0 0;
	padding: 0 10px 0 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #424242;
}


div#search input
{
	display: block;
	float: left;
	font-size: 9px;
	width: 150px;
	line-height: 14px;
	margin: 0 3px 0 0;
	border: none;
	padding: 2px;
}

div#search input#searchsubmit
{
	font-size: 9px;
	text-transform: uppercase;
	width: auto;
	line-height: 16px;
	margin: 0;
	padding: 1px 2px;
	border: none;
	background-color: white;
	cursor: pointer;
	color: #6a2834;
}

/* END SEARCH
---------------------------------------------------------
*/

