/****************************
			GLOBAL
*****************************/

* {
	margin:0px;
	padding:0px;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	background-color: #008ad0;
}

:focus, :active { 
	outline: 0; 
}

.clear {
	clear:both;
}

a img {
	border:0px;
}

.fixed:after {
	clear:both;
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden;
}

.fixed { display:block; }

/*  \*/
.fixed { min-height:1%; }

* html .fixed {	height:1%; }


/* ================== */
/* ! --- HEADER ---   */
/* ================== */

#header {
	height: 120px;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
}

	#header_container {
		width:960px;
		margin: 0px auto;
	}

	#header_container img.logo {
		float: left;
	}
	
	
	#header_container .login_error {
		padding:10px;
		text-align:left;
		border:1px solid #C33;
		background-color:#FDE3E3;
		margin-top:7px;
		margin-left: 130px;
		width: 300px;
		float: left;
	}
	
		#header_container .login_error p {
			color:#CC2310;
			font-size: 1.2em;
		}
		
			#header_container .login_error p a {
				color: #A21214;
			}
	
#header_container #login_box {
	width: 273px;	/* 293px */
	height: 93px;	/* 109px */
	background-image: url(../images/bg_login.gif);
	background-repeat: no-repeat;
	float: right;
	margin-top: 5px;
	padding: 16px 0px 0px 20px;
}

/* --- Not Logged In --- */

	#login_box .login #frm_login {
		font-size:1.2em;
	}
	
		#login_box .login #frm_login input.text {
			display: block;
			width: 146px;
			float: left;
			margin-bottom: 14px;
			margin-right: 14px;
			padding:4px;
			border:1px solid;
			border-color:#7c7c7c #c3c3c3 #dddddd;
			color: #999;
			font-style: italic;
		}
		
		#login_box .login #frm_login input.text:focus {
			color: #666;
			font-style: normal;
		}
		
		#login_box .login #frm_login input.no_mgn {
			margin-bottom: 6px;
		}
		
		#login_box .login #frm_login input[type="hidden"] {
			display:none;
		}
		
		#login_box .login #frm_login a {
			color: #666;
		}
		
		#login_box .login #frm_login a:hover {
			color: #0066cc;
		}
		
		#login_box .login #frm_login br {
			clear:left;
		}
	
/* --- Logged In --- */

#login_box .loggedin p {
	font-size:1.2em;
	color: #333;
	margin-bottom: 8px;
}

	#login_box .loggedin p a {
		color: #0066cc;
	}
	
	#login_box .loggedin a.logout {
		float: right;
		margin-right: 16px;
	}

/* ===================================== */
/* ! --- LARGE BANNER - Index page ---   */
/* ===================================== */

#banner_index {
	height: 272px;
	background-image: url(../images/bg_banner.gif);
	background-repeat: repeat-x;
}

	#banner_index_container {
		width:960px;
		height: 272px;
		margin: 0px auto;
/* 		background-image: url(../images/pot.jpg); */
/* 		background-repeat: no-repeat; */
/* 		background-position: left; */
	}
	
		#banner_index_container #navigation {
			float: right;
			list-style: none;
			margin-top: 18px;
			margin-bottom: 19px;
		}
		
			#banner_index_container #navigation li {
				float: left;
				height: 12px;
				margin: 0px 8px 0px 18px
			}
			
				#banner_index_container #navigation li a {
					text-indent:-9999px;
					overflow:hidden;
					display:block;
					background-image: url(../images/nav_sprites.gif);
					background-repeat:no-repeat;
				}
				
					#banner_index_container #navigation li.home a {
						height: 12px;
						width: 42px;
						background-position: 0 0;
					}
					
						#banner_index_container #navigation li.home a:hover, #banner_container #navigation li.home a.current {
							background-position: 0 -12px;
						}
					
					#banner_index_container #navigation li.about a {
						height: 12px;
						width: 49px;
						background-position: -44px 0;
					}
					
						#banner_index_container #navigation li.about a:hover, #banner_container #navigation li.about a.current {
							background-position: -44px -12px;
						}
						
					#banner_index_container #navigation li.weight a {
						height: 12px;
						width: 159px;
						background-position: -95px 0;
					}
					
						#banner_index_container #navigation li.weight a:hover, #banner_container #navigation li.weight a.current {
							background-position: -95px -12px;
						}
					
					#banner_index_container #navigation li.recipes a {
						height: 12px;
						width: 114px;
						background-position: -256px 0;
					}
					
						#banner_index_container #navigation li.recipes a:hover, #banner_container #navigation li.recipes a.current {
							background-position: -256px -12px;
						}
					
					#banner_index_container #navigation li.forum a {
						height: 12px;
						width: 50px;
						background-position: -373px 0;
					}
					
						#banner_index_container #navigation li.forum a:hover, #banner_container #navigation li.forum a.current {
							background-position: -373px -12px;
						}
					
					#banner_index_container #navigation li.blog a {
						height: 12px;
						width: 38px;
						background-position: -426px 0;
					}
					
						#banner_index_container #navigation li.blog a:hover, #banner_container #navigation li.blog a.current {
							background-position: -426px -12px;
						}
					
					#banner_index_container #navigation li.contact a {
						height: 12px;
						width: 87px;
						background-position: -466px 0;
					}
					
						#banner_index_container #navigation li.contact a:hover, #banner_container #navigation li.contact a.current {
							background-position: -466px -12px;
						}

	#banner_index_container a.btn_demo {
		float:left;
		margin-top:152px;
/* 		margin-left:320px; */
	}
	
	#banner_index_container .strapline {
		float:left;
		margin-top:27px;
		margin-left:-130px;
	}
	
	#banner_index_container a.btn_buy {
		float:right;
		margin-top:48px;
		margin-right:20px;
	}

/* ======================================== */
/* ! --- SMALLER BANNER - Other pages ---   */
/* ======================================== */

#banner {
	height: 201px;
	background-image: url(../images/bg_banner_small.gif);
	background-repeat: repeat-x;
}

	#banner_container {
		width:960px;
		height: 201px;
		margin: 0px auto;
/* 		background-image: url(../images/pot_small.jpg); */
/* 		background-repeat: no-repeat; */
/* 		background-position: left; */
	}
	
		#banner_container #navigation {
			float: right;
			list-style: none;
			margin-top: 18px;
			margin-bottom: 19px;
		}
		
			#banner_container #navigation li {
				float: left;
				height: 12px;
				margin: 0px 8px 0px 18px
			}
			
				#banner_container #navigation li a {
					text-indent:-9999px;
					overflow:hidden;
					display:block;
					background-image: url(../images/nav_sprites.gif);
					background-repeat:no-repeat;
				}
				
					#banner_container #navigation li.home a {
						height: 12px;
						width: 42px;
						background-position: 0 0;
					}
					
						#banner_container #navigation li.home a:hover, #banner_container #navigation li.home a.current {
							background-position: 0 -12px;
						}
					
					#banner_container #navigation li.about a {
						height: 12px;
						width: 49px;
						background-position: -44px 0;
					}
					
						#banner_container #navigation li.about a:hover, #banner_container #navigation li.about a.current {
							background-position: -44px -12px;
						}
						
					#banner_container #navigation li.weight a {
						height: 12px;
						width: 159px;
						background-position: -95px 0;
					}
					
						#banner_container #navigation li.weight a:hover, #banner_container #navigation li.weight a.current {
							background-position: -95px -12px;
						}
					
					#banner_container #navigation li.recipes a {
						height: 12px;
						width: 114px;
						background-position: -256px 0;
					}
					
						#banner_container #navigation li.recipes a:hover, #banner_container #navigation li.recipes a.current {
							background-position: -256px -12px;
						}
					
					#banner_container #navigation li.forum a {
						height: 12px;
						width: 50px;
						background-position: -373px 0;
					}
					
						#banner_container #navigation li.forum a:hover, #banner_container #navigation li.forum a.current {
							background-position: -373px -12px;
						}
					
					#banner_container #navigation li.blog a {
						height: 12px;
						width: 38px;
						background-position: -426px 0;
					}
					
						#banner_container #navigation li.blog a:hover, #banner_container #navigation li.blog a.current {
							background-position: -426px -12px;
						}
					
					#banner_container #navigation li.contact a {
						height: 12px;
						width: 87px;
						background-position: -466px 0;
					}
					
						#banner_container #navigation li.contact a:hover, #banner_container #navigation li.contact a.current {
							background-position: -466px -12px;
						}

	#banner_container a.btn_demo {
		float:left;
		margin-top:77px;
		margin-left:-140px;
	}
	
	#banner_container .strapline {
		float:left;
		margin-top:21px;
		margin-left:20px;
	}
	
	#banner_container a.btn_buy {
		float:right;
		margin-top:11px;
		margin-right:20px;
	}
			
/* =================== */
/* ! --- CONTENT ---   */
/* =================== */

#content {
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	padding-bottom: 40px;
}

	#content_container {
		width:960px;
		margin: 0px auto;
	}
	
		#content_container h2 {
			font-family: Helvetica, Arial, sans-serif;
			font-weight: normal;
			font-size: 2.4em;
			color: #215b16;
			margin-bottom: 8px;
			height: 35px;
		}
		
		#content_container p {
			font-size: 1.2em;
			color: #333;
			margin-bottom: 14px;
		}

/* ! ---  INDEX PAGE ---*/

#index #content {
	padding-top: 50px;
}
		
#content_container .column {
	width: 213px;	/* 239px */
	float: left;
	padding: 0px 13px;
	border-right: 1px dotted #bfbfbf;
}

#content_container .last {
	border-right: 0px;
}

	#content_container .column .column_text {
		height: 100px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dotted #bfbfbf;
	}
	
		#content_container .column .column_text a {
			font-size: 1.2em;
			color: #0071C1;
			float: right;
		}
		
		#content_container .column .column_text a:hover {
			color: #333;
		}
		
	#content_container .column ul.index_buttons {
		list-style: none;
	}
	
		#content_container .column ul.index_buttons li a {
			width: 174px;	/* 210px */
			min-height: 18px;	/* 30px */
			background-image: url(../images/btn_index.gif);
			background-repeat: no-repeat;
			background-position: center center;
			border: 1px solid #c0dfee;
			font-size: 1.2em;
			display: block;
			color: #0071C1;
			text-decoration: none;
			padding: 6px 30px 6px 6px;
			margin-bottom: 6px;
		}
		
		#content_container .column ul.index_buttons li a:hover {
/* 			text-decoration: underline; */
			color: #333;
		}
		
#content_container .column_buttons {
	width: 229px;	/* 239px */
	float: right;
	padding: 0px 5px;
}

#content_container #siteguide {
	width: 664px;	/* 690px */
	float: left;
	padding: 30px 13px 13px;
}

	#content_container #siteguide p a {
		color: #0071C1;
		font-weight: bold;
		text-decoration: none;
		background:transparent url(../images/pdf.gif) center left no-repeat;
		display:inline-block;
		padding-left:20px;
		line-height:16px;
		font-family: Helvetica, Arial, sans-serif;
	}
	
		#content_container #siteguide p a:hover {
			color: #333;
		}
	
/* ! ---  INTERNAL PAGES --- */

#content_container #left_col {
	width: 240px;
	float: left;
	margin-right: 20px;
}

	#content_container #left_col #sidenav {
		width: 240px;
		background-image: url(../images/bg_sidenav.png);
		background-repeat: repeat-y;
		margin-bottom: 10px;
		padding-top: 50px;
	}
	
	#content_container #left_col #sidenav ul {
		list-style: none;
		background-image: url(../images/bg_sidenav_btm.gif);
		background-position: center bottom;
		background-repeat: no-repeat;
		padding-bottom: 80px;
	}
	
		#content_container #left_col #sidenav ul li {
			margin: 0px 20px;
			border-bottom: 1px dashed #ccc;
			padding: 5px 0px;
			font-size: 1.2em;
			color: #333;
		}
		
			#content_container #left_col #sidenav ul li a {
				color: #0071C1;
				text-decoration: none;
				display: block;
			}
			
			#content_container #left_col #sidenav ul li a:hover { color: #333; }
			
			#content_container #left_col #sidenav ul li a span { color: #999; }
			
			#content_container #left_col #sidenav ul li.current a {
				color: #333;
				padding-left: 8px;
				background-image: url(../images/arrow.gif);
				background-repeat: no-repeat;
				background-position: left center;
			}
			
			#content_container #left_col #sidenav ul li.title { margin-top: 20px; }
			
			#content_container #left_col #sidenav li.locked a { background: url(../images/locked.gif) no-repeat center right; padding: 0 20px 0 0; }
			
#content_container #left_col .boxes_top { margin-top: 56px; }

/* ! --- Right Column --- */

#content_container #right_col {
	width: 680px;	/* was 650px */
	float: left;
	padding-top: 50px;
}

	#content_container #right_col h1 {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 3em;
		color: #215b16;
		margin-bottom: 16px;
		height: 42px;
	}
	
	#content_container #right_col h4 {
		font-size: 1.4em;
		color: #333;
		margin-bottom: 6px;
	}
	
	#content_container #right_col img.right {
		float: right;
		padding: 4px;
		border: 1px solid #ccc;
		background-color: #fff;
		margin: 0px 0px 16px 16px;
	}
	
	#content_container #right_col img[src*="uploads"] {
		float: right;
		padding: 4px;
		border: 1px solid #ccc;
		background-color: #fff;
		margin: 0px 0px 16px 16px;
	}
	
	#content_container #right_col p.emailfriend {
		background-image: url(../images/email.gif);
		background-repeat: no-repeat;
		padding-left: 22px;
		margin-top: 40px;
		clear:both;
	}
	
	#content_container #right_col p a {
		color: #0071C1;
	}
	
		#content_container #right_col p a:hover {
			color: #333;
		}
	
	#content_container #right_col ul {
		font-size: 1.2em;
		color: #333;
		margin-bottom: 14px;
		margin-left: 20px;
	}
	
	#content_container #right_col ol {
		font-size: 1.2em;
		color: #333;
		margin-bottom: 14px;
		margin-left: 20px;
	}
	
		#content_container #right_col ol li ul, #content_container #right_col ul li ul {
			font-size: 1em;
		}
		
		#content_container #right_col ul a, #content_container #right_col ol a {
			color: #0071C1;
		}
		
			#content_container #right_col ul a:hover, #content_container #right_col ol a:hover {
				color: #333;
			}
			
	#content_container #right_col ul.two_col {
		float: left;
		margin-right: 20px;
		width: 300px;
	}
	
	#content_container #right_col .hr {
		width: 100%;
		height: 0px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
	}
	
	#content_container #right_col .warning_box {
		color:#CC2310;
		padding:10px;
		text-align:left;
		border:1px solid #C33;
		background-color:#FDE3E3;
		margin-bottom:20px;
		font-size: 1.2em;
	}

/* ! --- Random Page Styling --- */


.ordered_list li {
	margin-bottom: 20px;
}

.ordered_list li .yellow-box, .yellow-box {
/* 	height:40px; */
	border:1px solid black;
	background-color:#FFF10D;
	margin: 6px 6px 6px 0px;
	padding:3px;
}

blockquote {
	border:1px solid #323232;
	background-color:#D7DCE8;
	padding:5px;
	margin-top: 20px;
}

#table_48 {
	font-size:1.2em;
	color:#333;
	margin-bottom: 20px;
}

	#table_48 tr td {
		padding: 10px;
	}
	
		#table_48 tr td.darkgrey {
			background-color: #B0B3B2;
		}
		
		#table_48 tr td.lightgrey {
			background-color: #DBDEDD;
		}
		
		#table_48 tr td.yellow {
			background-color: #FFFABE;
		}
		
		#table_48 tr td.darkgreen {
			background-color: #B3D8B5;
		}
		
		#table_48 tr td.lightgreen {
			background-color: #DCEFDD;
		}
	
/* ! ---  FOOD TYPES --- */	

#selectPots { list-style: none; margin: 0 0 20px 0 !important; }

	#selectPots li {
		float: left;
		margin: 0 20px;
	}
	
		#selectPots li a { border: 1px solid #dbdee1; display: block; }
		
		#selectPots li a.selected { border: 1px solid #1c5917; }

#food_types a {
	font-weight:bold;
	text-decoration:none;
	color: #0071C1;
	font-size:1.2em;
}
		
#food_types a:hover {
	color: #333;
}
	
ul.food_types{
	margin-top: 20px;	
	color:#333333;
	font-size:1.2em;	
	list-style-type: none;
	width:680px;
}
ul.food_types li{
	padding:5px;
	border-bottom:1px solid #CCCCCC;	
	text-transform:capitalize
}
ul.food_types li:hover{
	background-color: #FAFAFA;
}
ul.food_types li span{
	float:right;
	width:350px;
	text-transform:none;
}
		
/* ! ---  RECIPES LIST --- */

#recipes_search {
	font-size: 1.2em;
	padding: 6px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

	#recipes_search input[type="hidden"] {
		display:none;
	}

	#recipes_search label {
		float: left;
		padding-right:6px;
		font-weight: bold;
		color: #333;
		margin-top: 3px;
	}
	
	#recipes_search input.text {
		width: 160px;
		float: left;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		margin-right: 22px;
	}
	
	#recipes_search select {
		float: left;
		margin-right: 30px;
		margin-top: 3px;
	}
	
	#recipes_search a {
		color: #0071C1;
		float: left;
		margin-top: 3px;
		margin-right: 24px;
	}
	
	#recipes_search a:hover {
		color: #333;
	}
	
	#recipes_search input.btn {
		float: left;
	}

#recipes {
	list-style: none;
	font-size: 1.2em;
	width: 650px;
}

	#recipes li {
		padding: 16px 10px;
		border-bottom: 1px solid #ccc;
	}
	
		#recipes li .description {
			float: left;
			width: 310px;
			margin-right: 26px;
		}
			
			#recipes li .description a {
				display: block;
				color: #0071C1;
				text-decoration: none;
				font-weight: bold;
			}
			
			#recipes li .description a:hover {
				color: #333;
			}
			
			#recipes li .description p {
				color: #333;
				margin-bottom: 0px;
				font-size: 1em;
			}
			
			#recipes li .description p.label {
				float: left;
				margin-right: 10px;
			}
			
			#recipes li .description a img {
				border: 0px;
				display: inline;
			}
			
		#recipes li .info {
			float: left;
			width: 174px;
			margin-top: 18px;
		}
		
			#recipes li .info p {
				color: #333;
				margin-bottom: 0px;
				font-size: 1em;
			}
			
				#recipes li .info p span {
					font-weight: bold;
					width: 100px;
					float: left;
				}

	#recipes li img {
		float: left;
		border: 1px solid #ccc;
	}
	
#pagination {
	text-align: center;
	width: 650px;
	margin: 20px 0px;
	padding: 4px 0px;
}

	#pagination a {
		padding: 5px 10px;
		border: 1px solid #ccc;
		color:#0071C1;
		text-decoration: none;
		margin-right: 4px;
		font-weight: bold;
		font-size: 1.2em;
	}
	
	#pagination a.disabled {
		color:#999;	
	}
	
	#pagination a:hover {
		text-decoration: underline;
	}
	
	#pagination a.current {
		color:#333;
	}

/* ! ---  RECIPE DETAILS --- */

#content_container #right_col #recipe_details {
	width: 350px;
	float: left;
}

#content_container #right_col #recipe_info {
	list-style: none;
	font-size: 1.2em;
	color: #333;
	padding-bottom: 4px;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px solid #ccc;
	width: 350px;
}

	#content_container #right_col #recipe_info li {
		margin-bottom: 6px;
	}
	
		#content_container #right_col #recipe_info li strong {
			width: 100px;
			float: left;
		}
		
		#content_container #right_col #recipe_info li.clear {
			clear: left;
			height: 0px;
			width: 0px;
		}
		
		#content_container #right_col #recipe_info li a img {
			border: 0px;
			display: inline;
		}
				
#content_container #right_col #recipe_ingredients {
	font-size: 1.2em;
	color: #ccc;
	padding-bottom: 4px;
	padding-left: 20px;
	width: 330px;
	margin-bottom: 10px;
	float: left;
}

	#content_container #right_col #recipe_ingredients li {
		margin-bottom: 6px;
	}
	
	#content_container #right_col #recipe_ingredients li span {
		color: #333;
	}

#content_container #right_col #recipe_img {
	float: right;
	margin: 0px 0px 0px 20px;
}

	#content_container #right_col #recipe_img img {
		border: 1px solid #ccc;
	}

/* ! ---  FORUM - Main Categories --- */

#forum #content_container #right_col #forum_categories {
	list-style: none;
	margin-left: 0px;
}

	#forum #content_container #right_col #forum_categories li .clear {
		width: 0px;
		height: 0px;
		clear: left;
	}

	#forum #content_container #right_col #forum_categories li.header {
		font-weight: bold;
		font-size: 1.2em;
		padding: 8px;
	}
	
		#forum #content_container #right_col #forum_categories li.header .categories {
			float: left;
			width: 300px;
		}
		
		#forum #content_container #right_col #forum_categories li.header .topics {
			float: left;
			width: 70px;
			text-align: center;
		}
		
		#forum #content_container #right_col #forum_categories li.header .posts {
			float: left;
			width: 100px;
			text-align: center;
		}
		
		#forum #content_container #right_col #forum_categories li.header .last {
			float: left;
			width: 194px;
		}
		
	#forum #content_container #right_col #forum_categories li.row {
		padding: 8px;
		background-color: #f3f3f3;
		border-top: 1px solid #ddd;
	}
	
		/*
#forum #content_container #right_col #forum_categories li.row:hover {
			background-color: #D1E5ED;
			border-top: 1px solid #BACCD3;
		}
*/
	
		#forum #content_container #right_col #forum_categories li.row .category {
			float: left;
			width: 300px;
		}
		
			#forum #content_container #right_col #forum_categories li.row .category a {
				font-weight: bold;
			}
			
			#forum #content_container #right_col #forum_categories li.row .category a:hover {
				color: #333;
			}
			
			#forum #content_container #right_col #forum_categories li.row .category span {
				color: #666;
				font-size: 0.8em;
			}
		
		#forum #content_container #right_col #forum_categories li.row .topics {
			float: left;
			width: 70px;
			text-align: center;
			margin-top: 16px;
			color: #666;
		}
		
		#forum #content_container #right_col #forum_categories li.row .posts {
			float: left;
			width: 100px;
			text-align: center;
			margin-top: 16px;
			color: #666;
		}
		
		#forum #content_container #right_col #forum_categories li.row .last {
			float: left;
			width: 194px;
		}
		
			#forum #content_container #right_col #forum_categories li.row .last span {
				font-size: 0.8em;
				color: #666;
			}

/* ! ---  FORUM - Topics --- */

#forum_search {
	font-size: 1.2em;
	padding: 6px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 14px;
}

	#forum_search input[type="hidden"] {
		display:none;
	}

	#forum_search label {
		float: left;
		padding-right:6px;
		font-weight: bold;
		color: #333;
		margin-top: 3px;
	}
	
	#forum_search input.text {
		width: 160px;
		float: left;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		margin-right: 6px;
	}
		
	#forum_search input.btn {
		float: left;
	}
	
	#forum_search .btn_topic {
		float: right;
	}
	
#forum #content_container #right_col .breadcrumb {
	list-style: none;
	margin-left: 0px;
	font-size: 1em;
}

	#forum #content_container #right_col .breadcrumb li {
		float: left;
		margin-right: 5px;
	}
	
	#forum #content_container #right_col .breadcrumb li.clear {
		height: 0px;
		width: 0px;
		clear: left;
	}
	
#forum #content_container #right_col #forum_topics {
	list-style: none;
	margin-left: 0px;
}

	#forum #content_container #right_col #forum_topics li .clear {
		width: 0px;
		height: 0px;
		clear: left;
	}

	#forum #content_container #right_col #forum_topics li.header {
		font-weight: bold;
		font-size: 1.2em;
		padding: 8px;
	}
	
		#forum #content_container #right_col #forum_topics li.header .topic {
			float: left;
			width: 370px;
		}
				
		#forum #content_container #right_col #forum_topics li.header .posts {
			float: left;
			width: 100px;
			text-align: center;
		}
		
		#forum #content_container #right_col #forum_topics li.header .last {
			float: left;
			width: 194px;
		}
		
	#forum #content_container #right_col #forum_topics li.row {
		padding: 8px;
		background-color: #f3f3f3;
		border-top: 1px solid #ddd;
	}
	
		#forum #content_container #right_col #forum_topics li.row .topic {
			float: left;
			width: 370px;
		}
		
			#forum #content_container #right_col #forum_topics li.row .topic a {
				font-weight: bold;
			}
			
			#forum #content_container #right_col #forum_topics li.row .topic a:hover {
				color: #333;
			}
			
			#forum #content_container #right_col #forum_topics li.row .topic span {
				color: #666;
				font-size: 0.8em;
			}
				
		#forum #content_container #right_col #forum_topics li.row .posts {
			float: left;
			width: 100px;
			text-align: center;
			margin-top: 8px;
			color: #666;
		}
		
		#forum #content_container #right_col #forum_topics li.row .last {
			float: left;
			width: 194px;
		}
		
			#forum #content_container #right_col #forum_topics li.row .last span {
				font-size: 0.8em;
				color: #666;
			}

/* ! ---  FORUM - Thread --- */

#forum #content_container #right_col .post {
	border: 1px solid #ddd;
	padding: 12px;
	margin-bottom: 20px;
}

	#forum #content_container #right_col .post .message {
		width: 478px;
		float: left;
		padding-right: 18px;
		border-right: 1px solid #ddd;
	}
		
		#forum #content_container #right_col .post .message h5 {
			font-weight: normal;
			font-size: 2em;
			color: #333;
		}
		
		#forum #content_container #right_col .post .message p.posted {
			color: #666;
			font-size: 1em;
		}
		
		#forum #content_container #right_col .post .message .hr {
			width: 100%;
			height: 0px;
			border-bottom: 1px solid #ccc;
			margin-bottom: 10px;
		}

		
	#forum #content_container #right_col .post .user_info {
		width: 138px;	/* 156px */
		float: left;
		padding-bottom: 12px;
		padding-left: 18px;
	}
	
		#forum #content_container #right_col .post .user_info img {
			padding: 4px;
			border: 1px solid #ddd;
			background-color: #fff;
			margin-left: 22px;
		}
		
		#forum #content_container #right_col .post .user_info span {
			text-align: left;
			color: #666;
		}

#forum #content_container #right_col #reply_box {
	border: 1px solid #ddd;
	padding: 12px;
	margin-bottom: 20px;
}

	#forum #content_container #right_col #reply_box #frm_forum_reply {
		font-size:1.2em;
	}
	
	#forum #content_container #right_col #reply_box #frm_forum_reply input[type="hidden"] {
		display:none;
	}

	#forum #content_container #right_col #reply_box #frm_forum_reply label {
		display: block;
		width: 120px;
		float: left;
		margin-bottom: 10px;
		padding-right:10px;
		text-align:right;
		color: #333;
		font-weight: bold;
	}
	
	#forum #content_container #right_col #reply_box #frm_forum_reply input.text {
		display: block;
		width: 300px;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
	}
	
	#forum #content_container #right_col #reply_box #frm_forum_reply textarea {
		display: block;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
	}
	
	#forum #content_container #right_col #reply_box #frm_forum_reply br {
		clear:left;
	}

/* ! --- BLOG --- */

#blog #content_container #right_col h3 {
	color: #215b16;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: normal;
	font-size: 2.6em;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
	height: 35px;
}

	#blog #content_container #right_col h3 a {
		color: #215b16;
		text-decoration: none;
		display: block;
	}
	
	#blog #content_container #right_col h3 a:hover {
		text-decoration: underline;
	}

#content_container #right_col .date {
	width: 38px;	/* 40px */
	padding: 0px 6px 6px 6px;
	background-image: url(../images/bg_date.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
	margin-right: 20px;
}

	#content_container #right_col .date span.day {
		font-family: Georgia, serif;
		color: #990000;
		font-size: 2.6em;
		margin-bottom: 0px;
		line-height: normal;
	}
	
	#content_container #right_col .date span.month {
		font-family: Georgia, serif;
		font-size: 1.2em;
		color: #333;
		line-height: normal;
		text-transform: uppercase;
	}

#content_container #right_col .blog_text {
	width: 570px;
	float: left;
	margin-bottom: 20px;
}

/* ! ---  CONTACT FORM --- */

#frm_contact {
	font-size:1.2em;
}

	#frm_contact input[type="hidden"] {
		display:none;
	}
	
	#frm_contact label {
		display: block;
		width: 150px;
		float: left;
		margin-bottom: 10px;
		padding-right:10px;
		text-align:right;
		color: #333;
		font-weight: bold;
	}
	
	#frm_contact input.text {
		display: block;
		width: 200px;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
	}
	
	#frm_contact textarea {
		display: block;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
	}
	
	#frm_contact br {
		clear:left;
	}

/* ! ---  ACCOUNT SETUP --- */

#frm_setup {
	font-size:1.2em;
}

	#frm_setup p {
		font-size:1.0em;
	}
	
	#frm_setup input[type="hidden"] {
		display:none;
	}
	
	#frm_setup h4 {
		color: #0071C1 !important;
		padding-left: 12px;
		border-bottom: 1px solid #ccc;
		display: block;
		margin-bottom: 12px !important;
	}
	
	#frm_setup label {
		display: block;
		width: 200px;
		float: left;
		margin-bottom: 10px;
		padding-right:10px;
		text-align:right;
		color: #333;
		font-weight: bold;
	}
	#frm_setup label.disabled {
		color:#666;
	}
	
	#frm_setup input.text {
		display: block;
		width: 200px;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		color: #333;
	}
	
	#frm_setup a {
		color: #0071C1;
	}
	
	#frm_setup input.text_small {
		display: block;
		width: 50px;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		color: #333;
	}
	
	#frm_setup select {
		float: left;
		margin-right: 10px;
	}
	
	#frm_setup span.units {
		color: #666;
		margin-left: 8px;
	}
	
	#frm_setup br {
		clear:left;
	}

/* ! ---  INTAKE PAGE --- */

#food_name { width: 510px; }

#intakeInput { position: relative; }

ul.suggestions {
	background:#FFFFFF;
	border: 1px solid #7f9db9;
	display:none;
	list-style-type: none;	
/* 	margin:22px 0 0 0px !important; */
	margin: 0 !important;
	padding:3px;	
	position:absolute;
	width: 510px;
	z-index: 100;
	*margin:36px 0 0 -253px !important;
	
	left: 0;
	top: 22px;
}

ul.suggestions li.selected { background:#BCDFFF; }

ul.suggestions li { cursor: pointer; margin-bottom: 10px; }

#port_values li {
	height:20px;
	margin-bottom: 5px;
}

#port_values {
	list-style-type: none;
	padding: 0px;
}

#port_values label {	
	float:left;
	text-align: right;
	width:200px;
}

	#port_values label.warning {
		font-weight: bold;
		color: #990000;
	}

#port_values li div.port_holder {
	float:left;
	margin-left:5px;
}

#port_values li img.addPortion {
	cursor: pointer;
	float:left;	
	margin-left:3px;
	margin-top:2px;
}

#port_values li div.total {	
	height:20px;
	width:1px;
}

#port_values li div.consumed {
	height:20px;
	margin-top:-20px;
	position:absolute;	
	width:1px;
}

#port_values li.food1 div.total 	{ background-color: #e5d9f2; }
#port_values li.food1 div.consumed 	{ background-color: #9966CC; }
#port_values li.food2 div.total 	{ background-color: #d9f2d9; }
#port_values li.food2 div.consumed 	{ background-color: #66CC66; }
#port_values li.food3 div.total 	{ background-color: #f2cccc; }
#port_values li.food3 div.consumed	{ background-color: #CC3333; }
#port_values li.food4 div.total		{ background-color: #d9d9f2; }
#port_values li.food4 div.consumed	{ background-color: #6666CC; }
#port_values li.food5 div.total		{ background-color: #fff2d9; }
#port_values li.food5 div.consumed	{ background-color: #FFCC66; }
#port_values li.food6 div.total		{ background-color: #ccffFF; }
#port_values li.food6 div.consumed	{ background-color: #33aaff; }

#port_values li.food0 div.port_holder div {
	float:left;
	text-align: center;
}

#day_nav { margin-bottom: 14px; }

	#day_nav a {
		color: #0071C1;
		font-size: 1.2em;
	}
	
	#day_nav .prev, #day_nav .today, #day_nav .next {
		width: 210px;
		float: left;
	}
	
	#day_nav .today {
		font-weight: bold;
		color: #333;
		text-align: center;
		font-size: 1.6em;
		width: 260px;
	}
	
	#day_nav .next {
		text-align: right;
	}

.food_recipe {
	margin-bottom: 14px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
	
	.food_recipe input {
		font-size: 1.2em;
		float: left;
	}
	
	.food_recipe select {
		float: left;
		margin-right: 10px;
	}
	
	.food_recipe input.text {
		display: block;
		width: 200px;
		margin-bottom: 10px;
		padding:3px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		color: #333;
		margin-right: 10px;
	}

.exercise_done {
	margin-bottom: 14px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

	.exercise_done select {
		float: left;
		margin-right: 10px;
	}

#weight_progress_form fieldset {
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 1.2em;
	color: #333;
}

	#weight_progress_form fieldset legend {
		padding: 3px 6px;
		border: 1px solid #ccc;
		color: #1F5B17;
		font-weight: bold;
		margin-left: 20px;	
	}
	
	#weight_progress_form fieldset label {
		display: block;
		width: 150px;
		float: left;
		margin-bottom: 10px;
		padding-right:10px;
		text-align:right;
		color: #333;
		font-weight: bold;
	}
	
	#weight_progress_form fieldset input.text {
		display: block;
		width: 200px;
		float: left;
		margin-bottom: 10px;
		margin-right: 4px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		color: #333;
	}
	
	#weight_progress_form fieldset br {
		clear:left;
	}

.warning_box {
	color:#CC2310;
	padding:10px;
	text-align:left;
	border:1px solid #C33;
	background-color:#FDE3E3;
	margin-top:20px;
}

	.warning_box ul {
		font-size: 1em !important;
		color: #cc2310 !important;
		margin-left: 40px !important;
		margin-top: 14px;
	}

/* ! --- REDESIGN FOR PURCHASE/PRODUCTS - Added by Mag (23/02/10) --- */

#tbl_products {
	margin-top: 20px;
}
		
	#tbl_products tr td.price {
		border-bottom: 1px solid #445C28;
		color: #333;
		font-size: 1.2em;
		padding-bottom: 4px;
	}
	
		#tbl_products tr td.price span { color: #445C28; }
	
	#tbl_products tr td.name {
		background-color: #445C28;		
		font-size: 1.6em;
		line-height: 1.2;
		padding: 4px 6px;
		text-align: center;
	}
	
		#tbl_products tr td.name a {
			color: #fff;
			text-decoration: none;
		}
		
		#tbl_products tr td.name a:hover { text-decoration: underline; }
	
	#tbl_products tr td.description {
		border-bottom: 2px solid #445C28;
		border-top: 2px solid #445C28;
		color: #333;
		font-size: 1.1em;
		padding: 10px;
	}
	
	#tbl_products tr td.description img {
		border: 2px solid #445C28;
		margin: 0px 0px 10px 10px;
	}
	
	#tbl_products tr td.picture {
		border-bottom: 2px solid #445C28;
		border-left: 1px solid #445C28;
		border-right: 2px solid #445C28;
		border-top: 2px solid #445C28;
	}
	
#product_left {
	float: left;
	width: 320px;
}
	
	#product_left p.price { font-size: 1.4em; }
	
		#product_left p.price span { color: #445C28; }

	#product_left a img.btn_back { float: left; }
	
	#product_left #frm_add { float: right; }

#product_right {
	float: right;
	width: 320px;
}

	#product_right img { border: 2px solid #445C28; }

/* ! ---  PURCHASE/PRODUCTS --- */

#products {
	list-style: none;
	font-size: 1.2em;
	width: 650px;
}

	#products li {
		padding: 16px 10px;
		border-bottom: 1px solid #ccc;
	}
	
		#products li .description {
			float: left;
			width: 480px;
			margin-right: 28px;
		}
			
			#products li .description a {
				display: block;
				color: #0071C1;
				text-decoration: none;
				font-weight: bold;
			}
			
			#products li .description a:hover {
				color: #333;
			}
			
			#products li .description p {
				color: #333;
				margin-bottom: 8px;
				font-size: 1em;
			}
			
			#products li .description p.price {
				margin-bottom: 0px;
			}
					
	#products li img {
		float: left;
/* 		border: 1px solid #ccc; */
	}

#product #content_container #right_col .product_description {
	float: left;
	width: 450px;
	margin-right: 20px;
}

	#product #content_container #right_col .product_description a img.btn_back {
		float: left;
	}
	
	#product #content_container #right_col .product_description #frm_add {
		float: right;
	}

#product #content_container #right_col .product_image {
	float: left;
	width: 180px;
}


	#product #content_container #right_col .product_image img {
		float: right;
		border: 1px solid #ccc;
	}

/* ! --- BASKET --- */

#basket #basket_container {
	width: 650px;
	margin-bottom: 40px;
}

	#basket #basket_container ul {
		list-style: none;
		margin-left: 0px;
	}
	
		#basket #basket_container ul li.clear {
			clear: left;
			width: 0px;
			height: 0px;
		}

	#basket #basket_container ul.header {
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		color: #333;
		padding: 5px;
/* 		font-size: 1.2em; */
	}
	
		#basket #basket_container ul.header li.head_prod {
			width: 200px;
			float: left;
		}
		
		#basket #basket_container ul.header li.head_qty {
			width: 100px;
			float: left;
			text-align: center;
		}
		
		#basket #basket_container ul.header li.head_single {
			width: 120px;
			float: left;
			text-align: center;
		}
		
		#basket #basket_container ul.header li.head_total {
			width: 120px;
			float: left;
			text-align: center;
		}
		
		#basket #basket_container ul.header li.head_remove {
			width: 100px;
			float: left;
			text-align: center;
		}
			
	#basket #basket_container ul.data {
		border-bottom: 1px dashed #ccc;
		color: #333;
		padding: 10px 5px;
/* 		font-size: 1.2em; */
	}

		#basket #basket_container ul.data li.data_prod {
			width: 200px;
			float: left;
		}
		
		#basket #basket_container ul.data li.data_qty {
			width: 100px;
			float: left;
			text-align: center;
		}
		
		#basket #basket_container ul.data li.data_single {
			width: 120px;
			float: left;
			text-align: center;
		}
		
		#basket #basket_container ul.data li.data_total {
			width: 120px;
			float: left;
			text-align: center;
		}
		
		#basket #basket_container ul.data li.data_remove {
			width: 100px;
			float: left;
			text-align: center;
		}
	
	#basket #basket_container ul.total {
		color: #333;
		padding: 10px 5px;
		font-size: 1.4em;
	}
	
		#basket #basket_container ul.total li.total_left {
			width: 300px;
			float: left;
		}
		
		#basket #basket_container ul.total li.total_grand {
			width: 120px;
			float: left;
			font-weight: bold;
			text-align: center;
		}
		
		#basket #basket_container ul.total li.total_total {
			width: 120px;
			float: left;
			text-align: center;
		}
		
		#basket #basket_container ul.total li.total_right {
			width: 100px;
			float: left;
		}
		
#basket #content_container #right_col a img.btn_back {
	float: left;
}

#basket #content_container #right_col a img.btn_checkout {
	float: right;
}

/* ! ---  CHECKOUT --- */

#existing-account-login fieldset {
	padding:20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	width: 400px;
}

#existing-account-login legend {
	font-size:1.2em;
	padding:2px 8px;
	color: #0071C1;
	font-weight: bold;
	border: 1px solid #ccc;
}

#existing-account-login #frm_signin {
	font-size:1.2em;
}

	#existing-account-login #frm_signin input[type="hidden"] {
		display:none;
	}

	#existing-account-login #frm_signin label {
		display: block;
		width: 130px;
		float: left;
		margin-bottom: 10px;
		padding-right:10px;
		text-align:right;
		color: #333;
		font-weight: bold;
	}
	
	#existing-account-login #frm_signin input.text {
		display: block;
		width: 200px;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
	}
	
	#existing-account-login #frm_signin br {
		clear:left;
	}
	
#new-account-signup fieldset {
	padding:20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	width: 400px;
}

#new-account-signup legend {
	font-size:1.2em;
	padding:2px 8px;
	color: #0071C1;
	font-weight: bold;
	border: 1px solid #ccc;
}

#new-account-signup #frm_create {
	font-size:1.2em;
}

	#new-account-signup #frm_create input[type="hidden"] {
		display:none;
	}

	#new-account-signup #frm_create label {
		display: block;
		width: 130px;
		float: left;
		margin-bottom: 10px;
		padding-right:10px;
		text-align:right;
		color: #333;
		font-weight: bold;
	}
	
	#new-account-signup #frm_create input.text {
		display: block;
		width: 200px;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
	}
	
	#new-account-signup #frm_create br {
		clear:left;
	}
	
	
#auth_code_form fieldset {
	padding:20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	width: 400px;
}

#auth_code_form legend {
	font-size:1.2em;
	padding:2px 8px;
	color: #0071C1;
	font-weight: bold;
	border: 1px solid #ccc;
}

#auth_code_form form {
	font-size:1.2em;
}

	#auth_code_form  input[type="hidden"] {
		display:none;
	}

	#auth_code_form  label {
		display: block;
		width: 130px;
		float: left;
		margin-bottom: 10px;
		padding-right:10px;
		text-align:right;
		color: #333;
		font-weight: bold;
	}
	
	#auth_code_form input.text {
		display: block;
		width: 200px;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
	}
	
	#auth_code_form  br {
		clear:left;
	}	
	
#fz_need_account {
	padding: 14px;
}

	#fz_need_account h2 {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 2.4em;
		color: #215b16;
		margin-bottom: 8px;
	}
	
	#fz_need_account p {
		font-size: 1.2em;
		color: #333;
		margin-bottom: 14px;
	}

/* ! ---  PAYMENT DETAILS ---*/

#content_container #right_col #paymentpage {
	font-size:1.2em;
}

	#content_container #right_col #paymentpage label {
		display: block;
		width: 130px;
		float: left;
		margin-bottom: 10px;
		padding-right:10px;
		text-align:right;
		color: #333;
	}
	
	#content_container #right_col #paymentpage input.text {
		display: block;
		width: 200px;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
	}
	
	#content_container #right_col #paymentpage input[type="hidden"] {
		display:none;
	}
	
	#content_container #right_col #paymentpage br {
		clear:left;
	}
	
	#content_container #right_col #paymentpage .btn_submit {
		float:none;
	}

/* ================== */
/* ! --- FOOTER ---   */
/* ================== */

#footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	padding-top: 14px;
	padding-bottom: 14px;
}

	#footer_container {
		width:960px;
		margin: 0px auto;
	}
	
		#footer_container p {
			text-align: center;
			color: #bbe4f9;
			font-size: 1.2em;
		}
		
		#footer_container p a {
			color: #bbe4f9;
			text-decoration: none;
		}
		
		#footer_container p a:hover {
			text-decoration: underline;
		}

		
		
		
/* =================================== */
/* ! --- TELL A FRIEND LIGHT BOX ---   */
/* =================================== */
.emailfriend_div{
	width:250px;
	display:none;
}
.emailfriend_form label{		
	color:#008AD0;
	display:block;
	font-size:1.2em;
	font-weight:bold;
}

.emailfriend_form input{	
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	font-size:1.2em;
}

.emailfriend_form input.text{		
	margin-left:20px;
	width:200px;
	padding:4px;	
}
.emailfriend_form input.submit{
	margin:5px 0 0 0;
	background-color:white;
	color:#008AD0;
	font-weight:bold;
	padding:2px;
}

#food_type_selector_div table {
border:0;
background-color:red;
}


#zoom table {
	}
	
#zoom input[type=text] {
width:50px;
}


td {padding:5px;}

#food_type_selector_div_alt {float:left; width:500px;
background:#f9f9f3; border:solid 1px #eee; padding:20px;}
#food_type_selector_div_alt table {background:#fff;}
#intakeInput { float:left; width:800px;}

.calval {margin-left:520px;}
