#welcome-user {
	margin: 30px 0px;
	text-align: center;
	color: #006600;
	font-size: 125%;
}
#user-nav ul {
	width: 520px;	
}
#user-nav ul a{
	color: red;
	margin-left: 35px;
	text-decoration: underline;
}
#user-nav ul li a:hover{
	color: #d04c02;
	background:none;
	text-decoration: underline;
}

#content-logged-in {
	clear: both;
	padding-top: 15px;
	overflow: hidden;
}

/*Recipe entry related CSS*/
#f-r-form {
	clear: both;
	width: 700px;
	padding: 10px 10px 0px 10px;
	margin: 0 auto;
}	
#f-r-form label {
	color: #d04c02;
}
#f-r-form label span{
	display: block;
	color: #f89b34;
	font-weight: normal;
}
#comment-h label {
	float: left;
	width: 140px;
	padding-top: 1em;
}
#comment-text {
	border: 1px solid #fec286;
	background: #ffecda;
}
#comment-h textarea{
	overflow: auto;
	color: #d04c02;
	border: 1px solid #fec286;
	background: #fdf5ed;
}
#rating-div div {
	float: left;	
	margin: 0px 0px 10px 0px;
}
#rating-div div label {
	float: left;
	width: 140px;	
}
#rating-div img {
	padding-right: 10px;
}
#rating-div #second_radio_row {
	padding-left: 140px;
}

.rating_img{
	width: 228px;
	border: 1px solid #f78113;
	padding: 5px;
	background: #f9ebdf;
	margin-bottom: 20px;
	float:right;
}
#recipe-name-serves {
	margin: 20px 0px;
	color: #d04c02;
}
#recipe-name-serves #recipe-name {
	width: 200px;
	margin: 0 30px;
	font-weight: bold;
	font-family: "Verdana";
	border: 1px solid #fec286;
	background: #fdf5ed;
}
#recipe-name-serves #serves {
	margin-left: 20px;
	width: 50px;
	border: 1px solid #fec286;
	background: #fdf5ed;
	font-weight: bold;
}
#entry-recipe-picture {
	margin: 20px 0px;
}
#entry-recipe-picture label {
	float: left;
	width: 130px;
}
* html #entry-recipe-picture label {
	float: left;
	width: 126px;
}

#recipe-entry-meta div {
	float: left;
	width: 220px;
	margin: 0px 0px 10px 0px;
}
#recipe-entry-meta div label {
	float: left;
	width: 80px;
	padding-right: 5px;
}
#recipe-entry-meta #is-vegetarian {
	position: relative;
	width: 440px;
}
#recipe-entry-meta #is-vegetarian #is_vegetarian{
}
#recipe-entry-meta #is-vegetarian label {
	padding: 0 10px;
}

.cfix {
	clear: both;
}

#captcha-div {
	margin: 20px 0px;
	color: #d04c02;
}
#captcha-div #captcha-code {
	width: 285px;
	margin: 0 27px;	
	font-family: "Verdana";
	border: 1px solid #fec286;
	background: #fdf5ed;
}
#captcha-div img {
	margin: 10px 27px 0px 250px;	
}

#entry-tags-h {
	clear: both;
	height: 1%;
	padding: 10px 0px;
}
#entry-tags-h label {
	float: left;
	width: 200px;
}
#entry-tags {
	width: 330px;
	border: 1px solid #fec286;
	background: #fdf5ed;
	font-weight: bold;
	font-family: "Verdana";
}
#ingr_quantity {
	width: 50px;
	border: 1px solid #fec286;
	background: #fdf5ed;
	font-weight: bold;
	font-family: "Verdana";
	margin-left:20px;
	margin-right:20px;
}
#entry-ingrdnts-h label {
	float: left;
	width: 200px;
	padding-top: 1em;
}
#entry-ingrdnts-heading label {
	float: left;
	width: 300px;
	padding-top: 1em;
}
#entry-ingrdnts {
	border: 1px solid #fec286;
	background: #ffecda;
}
#entry-ingrdnts-h, #entry-prepsteps-h, #entry-mainsteps-h,  #entry-tips-h {
	margin: 10px 0px;
	background: #ffecda;
}
#entry-ingrdnts-h label, #entry-prepsteps-h label, #entry-mainsteps-h label,  #entry-tips-h label{
	float: left;
	width: 200px;
}
#entry-ingrdnts-h textarea, #entry-prepsteps-h textarea, #entry-mainsteps-h textarea,  #entry-tips-h textarea{
	overflow: auto;
	width: 330px;
	color: #d04c02;
	border: 1px solid #fec286;
	background: #fdf5ed;
}
#entry-ingrdnts-h #all_ingredients{
	width: 280px;	
}
#entry-ingrdnts-h #all_units{
	width: 100px;	
}

#submit-div {
	width: 7.8em;
	margin: 0 auto;
	clear: both;
	border-right: 2px solid #ab9b80;
	border-bottom: 2px solid #d1bd9d;
}
#submit-div {
	margin-top: 20px;
}
#submit {
	display: block;
	padding: 1px;
	border: 0px;
	color: #006600;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	font-size: 1em;
	background: #ebe8c6 url("imgs/quick-link.gif") center center;;
}
#register-prefs-form p{
	color: #006600;
	font-weight: bold;
	background: transparent;
	margin-bottom: 10px;
}
#register-prefs-form #submit-div {
	clear: both;
	margin-top: 20px;
}
#f-r-form select {
	width: 110px;
	color: #d04c02;
	background: #fdf5ed;
	border: 1px solid #fec286;
}
#f-r-form input {
	color: #d04c02;
}
#f-r-form label {
	font-weight: bold;
}