/* @override http://www.lifeintegratedfitness.com/styles/LIF_main.css */

/* @group Navigation */

#nav_bar ul li {
	text-indent: -9000px;
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute;
	overflow: hidden;
	display: block;
	height: 30px;
}
#nav_bar a {
	display: block;
}
#home, #home a {left: 100px; top: 0px; width: 43px; height: 30px;}
#about, #about a {left: 172px; top: 0px; width: 126px; height: 30px;}
#real-life, #real-life a {left: 329px; top: 0px; width: 111px; height: 30px;}
#design, #design a {left: 470px; top: 0px; width: 117px; height: 30px;}
#blog, #blog a {left: 621px; top: 0px; width: 36px; height: 30px;}
#contact, #contact a {left: 687px; top: 0px; width: 93px; height: 30px;}

#home a:hover, #home .active {background: transparent url(../images/nav_bar.png) -100px -30px no-repeat;}
#about a:hover, #about .active {background: transparent url(../images/nav_bar.png) -172px -30px no-repeat;}
#real-life a:hover, #real-life .active {background: transparent url(../images/nav_bar.png) -329px -30px no-repeat;}
#design a:hover, #design .active {background: transparent url(../images/nav_bar.png) -470px -30px no-repeat;}
#blog a:hover, #blog .active {background: transparent url(../images/nav_bar.png) -621px -30px no-repeat;}
#contact a:hover, #contact .active {background: transparent url(../images/nav_bar.png) -687px -30px no-repeat;}

/* @end */

/********** Contact Form **********/

.zemContactForm br, #txpCommentInputForm br {
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}
ul.contact {
	width: 500px;
	margin: 10px 0px 0px 40px;
	padding: 10px;
}
ul.contact li {
	margin: 0px;
}

input.zemText, textarea.zemTextarea, input.comment_name_input, textarea.txpCommentInputMessage, input.comment_email_input, input.comment_web_input {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0px 0px 5px;
}
#sub_nav input.zemText {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0px 0px 3px;
	display: block;
	float: right;
}
input.zemText, input.comment_name_input {
	height: 1.66em; /* 12x1.66=20px */
}

.zemContactForm label, #txpCommentInputForm label {
	width: 70px;
}

ul.contact label {
	color: #333333;
	float: left;
	font-size: 0.9em;
	list-style-type: none;
	padding: 2px 3px 0px 5px;
	text-align: right;
	width: 70px;
}

.zemContactForm input, #txpCommentInputForm input {
	width: 200px;
}

#sub_nav .zemContactForm input {
	width: 140px;
}

ul.contact input, ul.contact select, ul.contact textarea {
	list-style-type: none;
	margin: 0px 0px 0px 4px;
	width: 200px;
}

form.zemContactForm li, form#txpCommentInputForm li {
	clear: both;
	list-style-type: none;
	margin: 3px 0px;
	padding: 0px;
}

form.zemContactForm li.bottom, form#txpCommentInputForm li.bottom {
	border-bottom: 0px none;
}
ul.contact label.zemRequired {
	font-weight: bold;
}
input.zemSubmit {
	background-color: #694832;
	border: 1px solid #333333;
	color: #ffffff;
	font-size: 12px;
	height: 30px !important;
	margin: 0pt;
	padding: 0px;
	width: 140px !important;
	cursor:pointer;
}

.newsletter-signup input.zemSubmit {
	background-color: #694832;
	border: 0px none;
	color: #ffffff;
	font-size: 12px;
	height: 28px !important;
	width: 114px !important;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-indent: -999em;
	float: right;
	background: url(/images/signup.png) no-repeat;
	cursor: pointer;
	display: block;
	clear: both;
	line-height: 0;
	clear: both;
}
* html .newsletter-signup input.zemSubmit {
	margin: -15px 0px 0px 0px;
}
ul.zemError {
	background-color: #f81526;
}
