/* CSS Document */

body{
	padding:0; margin:0;
	background-color:#F8FFED; color:#000000;
	background-image:url(../images/header_bg.jpg); background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
font-size:13px;
	}
	
div, p, ul, li, a, h1, h2, h3, h4, form, label, input{ 
	padding:0; margin:0;
	}

.spacer{
	line-height:0; font-size:0; clear:both;
	}	

img{
border:none;}
.fl{
float:left;
}

.fr{
float:right;
}

a:link,
a:visited,
a:active
{

	outline: 0px;
}




/*---------------------------------------Header Start------------------------------------*/
	
#header{
	width:778px; position:relative;
	margin:0 auto;
	height:240px;
	background-image:url(../images/header_bg_1.jpg); background-repeat:no-repeat;
	background-position:bottom;
	}

#header ul{
	position:absolute;
	left:6px; top:0px;	
	list-style:none;
	float:left;
	}
	
#header ul li{
	float:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:13px;
	color:#375d0b; background:url(../images/header_nav_bg.gif) repeat-x 0 0 #CCCCCC; 
	text-align:center;
	margin-right:3px;
	}
	
#header ul li a{
	font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:13px; 
	color:#375d0b; background:url(../images/header_nav_bg.gif) repeat-x 0 0 #CCCCCC; 
	 height:23px; padding-top:34px;
	text-decoration:none; display:block;font-weight:bold;
	padding-left:10px; padding-right:10px;
	}

#header ul li.home a{
	font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:13px; 
	color:#375d0b; background:url(../images/nav_bg.jpg) repeat-x 0 0 #CCCCCC; 
	height:23px; padding-top:34px;
	text-decoration:none; display:block;
	text-align:center; float:left;font-weight:bold;padding-left:10px; padding-right:10px;
	}
	
#header ul li a:hover{
	background:url(../images/nav_bg.jpg) repeat-x 0 0 #E1ECB5;
	color:#375d0b;
	height:23px; padding-left:10px; padding-right:10px;
	}
	
.logo{
	position:absolute; 
	top:115px; left:16px;
	}
	
#header h2{
	background:url(../images/punch_line.jpg) no-repeat;
	width:219px; height:18px;
	position:absolute;
	top:159px; left:16px;
	text-indent:-2000px;
	}

/*---------------------------------------Header End------------------------------------*/

/*----------------------------------left side Start-----------------------------------------------------*/	

#container{
	width:778px; position:relative;
	margin:0 auto; padding:0 0 0px 0;
	
	}	

	#home_highlight{
	width:100%!important;
	background-image:url(../images/header_bg2.gif); background-repeat:repeat-x;
	
	}

	

.main_container{
	width:1000px; 
	margin:0 auto; padding:0 5px 24px 5px;
	margin-bottom:20px;
	min-height:300px;
	
	}
.main_wrapper{
	width:1000px; 
	margin:0 auto;
	
	}


#box{
	height:165px;
	float:left;
	}
	
#search_box{
 	border:#BFC897 solid 1px;
	background:#FFFFFF;
	width:500px; height:144px;
	margin:5px 3px 7px 3px;
	float:left; color:#548b03;
    font-weight:bold;
    font-size:14px;
	padding:9px 15px 0 11px;
	line-height:19px;
 	}

.search_field{
width:324px;
height:25px;
border:1px solid #849054;
font-weight:bold;
font-size:18px;
color:#375d0b;
padding:3px;
padding-top:6px;
margin-top:10px;
}

.search_button{
background:url(../images/search.jpg);
width:138px;
height:37px;
color:#fff;
font-size:15px;
font-weight:bold;
border:none;
}
	

#news_box{
 	border:#BFC897 solid 1px;
	background:#FFFFFF;
	width:213px; height:144px;
	margin:5px 0px 7px 3px;
	float:left; color:#548b03;
    font-weight:bold;
    font-size:13px;
	padding:9px 15px 0 11px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
 	}


#news_box h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px; color:#375d0b; 
	margin-bottom:0px;
	}
	

	

#left{
	float:left;
	width:745px;
	margin-right:5px;
	margin-top:10px;

	}

	
#side_box{
 	border:#BFC897 solid 1px;
	background:#FFFFFF;
	width:213px; height:124px;
	margin:5px 0px 7px 3px;
	float:left; color:#000;
    font-size:13px;
	padding:9px 15px 0 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
 	}

	#side_box p{text-align:left;}


	
/*----------------------------------left side End-----------------------------------------------------*/	

/*----------------------------------right side Start-----------------------------------------------------*/

#right{
	float:left;
	width:250px;
color:#000000;
	margin-top:10px;
	}
	
	




/*----------------------------------right side End-----------------------------------------------------*/	

/*----------------------------------footer Start-----------------------------------------------------*/	

#footer{
	clear:both;
	background:#e1ecb5;
	margin:0 auto;
	font-size:11px;
	color:#F8FFED;
	height:40px;
	padding:20px 0 0 0;
	margin-top;15px;
	}

#footer ul.nav{
	margin:0 auto; padding:0;
	width:320px;	
	}
	
#footer ul.nav li{
	list-style:none;
	float:left;text-align:center;
	}
	
#footer ul.nav li a{
color:#444b38; 
	padding:0 5px;
	text-decoration:none;
	font-size:12px;
	}


#footer p{
	font-size:12px; color:#444b38;
	background-color:#e1ecb5;	
	line-height:29px;
	text-align:center;
	}
	



/*----------------------------------footer End-----------------------------------------------------*/	

.clear{
clear:both;
}

.login{
float:right;
margin-top:5px;
width:365px;
}



.login .text, 
.login .password{
color:#375d0b;
font-weight:bold;
font-size:11px;
display:inline;
}

.login .submit{
display:inline;
}

.login .checkbox{
width:100px;
float:left;
margin-right:90px;
}

.login .checkbox input{padding:2px;margin-right:2px;}

.login_button{
background:url(../images/login.jpg);
width:64px !important ;
height:28px !important;
border:none !important;
color:#fff !important;

}

.newsletter{
margin-top:10px;
}

.newsletter input{
width:170px;
height:18px;
border:1px solid #849054;
color:#375d0b;
font-weight:bold;
font-size:12px;
padding-top:5px;
padding-left:3px;
margin-bottom:5px;
}



h1{
color:#3f5221;
font-size:24px;
font-weight:normal;
padding-top:5px;
}


a.recipe_comment img {
    display: block;
    height: 75px;
    width: 90px;
    float: left;
    border: 1px solid #999;
    margin: 0 13px 0 0;   
    display: inline;
}

a.recipe_comment:hover img {
    border: 1px solid #333;   
}

div.recipe_comment_text {
    float: left;
    border: 1px solid #CCC;
    padding: 8px 8px 5px 8px;   
    background: white url(../images/speech_dither.gif) bottom left repeat-x;
    position: relative;
    min-height: 47px;
	font-size:14px;
	float:left;
}
ul.overview {
    
    margin: 5px 0;
    float: left;
    width: 100%;
}

ul.overview p {
    padding: 3px 0;
}

ul.overview li {
    padding: 8px 0;
    float: left;
	list-style:none;
}

ul.overview li a.small_user_pic {
    float: left;
    margin-right: 8px;
    width: 60px;
}

ul.overview li div.overview_content {
    float: left;
    width: 550px;
}

span.speech_tail {
background:white url(../images/speech_tail.gif) no-repeat scroll 0 0;
display:block;
height:17px;
margin:10px 0 0 67px;
position:absolute;
width:9px;
z-index:1000;
}

div.recipe_bar{
  
    width: 235px;
    overflow: hidden;



	
}

.user_info .recipe_bar{

    width: 140px;
    height: 30px;
    overflow: hidden;
    padding: 5px;
	margin-top:-5px;
}

 .big_recipe_bar{

    width: 270px;
    height: 30px;
    overflow: hidden;
   	color:#85b90b;
	

}

.recipe_list li.recent{
width:245px;
float:left;
list-style:none;
margin-top:5px;
color:#85b90b;
margin-right:6px;
margin-bottom:8px;
}

.small_recipe_list li.recent{
width:150px;
float:left;
list-style:none;
margin-top:5px;
color:#85b90b;
margin-right:10px;
margin-bottom:8px;
}

.small_recipe_list .title a{
color:#000;
font-weight:bold;
}
.recipe_list li.last , .small_recipe_list li.last{
margin-right:0px !important;
}



.recipe_list li.recent a{
font-weight:normal;
text-decoration:none;
font-size:14px;
}

div.recipe_bar .title a{
font-weight:bold;
color:#000;
font-size:15px;
}

.recipe_img:hover, .user_info img:hover, .small_recipe_list  li img:hover, .recipe_list li img:hover{
border:1px solid #3f5221;
}

.recipe_img, .user_info img, .small_recipe_list  li img, .recipe_list li img{
border:1px solid #85b90b;
}

 div.big_recipe_bar .title a{
font-weight:bold;
color:#000;
font-size:16px;
}

div.recipe_bar .comment{
float:right;
font-size:10px;
}

.small_recipe_list .recipe_bar{
    width: 140px;
	}
.small_recipe_list li.recent a{

text-decoration:none;
font-size:12px;
}

 div.small_recipe_bar .title a{
font-weight:bold;
color:#000;
font-size:12px;
}



.small_recipe_list .recipe_bar .comment{
margin-left:10px;
font-size:10px;
}

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
margin-top:20px;
}



.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:600px;
float:left;
}

.profiletabs ul{
margin-left:170px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 5px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
font-size:14px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

form.search{
float:right;
padding:0px;
margin:0px;
margin-top:-10px;
}

form.search input{
margin-right:5px;
}


.left{
width:150px;
float:left;
}

.right{
float:left;
width:830px;
margin-left:20px;
}

.usermenu li{
list-style:none;
border:1px solid #3f5221;
padding:5px;
border-top:none;
}

.usermenu li a{
color:#375d0b;
font-size:11px;
}

.recipemenu{
margin-left:130px;
margin-bottom:10px;
}

.recipemenu li{
list-style:none;
background:#85b90b;
color:#fff;
border:1px solid green;
padding:5px;
width:120px;
float:left;
border-bottom:none;
margin-right:3px;
text-align:center;
}

.recipemenu li a{
color:#fff;
font-weight:bold;
text-align:center;
}

.main_heading{
font-size:30px;
text-align:center;
padding-bottom:20px;
}

.main_image{
margin-left:130px;
border:3px solid #000;
margin-top:-2px;
margin-bottom:15px;
}

.description li{
list-style:none;
margin-bottom:7px;
}

.overview_fl{
float:left;
width:280px;
}

.overview_fr{
float:right;
width:480px;
}

h2 .fr a{
font-weight:normal;
}

.recent_activity{
border-top:1px solid #ccc;
padding-top:5px;
}

.recent_activity li{
list-style:none;
border-bottom:1px solid #ccc;
padding:4px;
margin-bottom:5px;
}

.recent_activity li .img{
float:left;
width:60px;
}

.recent_activity li .content{
float:left;
width:205px;
margin-left:5px;

}

.login_user{
float:right;
margin-top:10px;
}

.register{
background:url(../images/register.jpg);
width:157px;
height:60px;
display:block;
margin-left:15px;
margin-top:3px;
}

.healthy{
margin-left:125px;
margin-top:10px;
}
.user_bar{
border:1px solid #85b90b;
width:139px;
border-top:none;
padding:0 5px;
}

.user_bar .title a{
color:#000;
font-weight:bold;
}

.embed_box{
width:567px;
font-size:11px;
margin-left:130px;
border:1px solid green;

}

.health_category{
float:left;
width:170px;
margin-right:10px;
margin-top:10px;
}

.health_recipe{
float:left;
margin-top:10px;
}

.health_category{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.health_category ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.health_category li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.health_category li a:link, .health_category li a:visited {
	color: #5E7830;
}

.health_category li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.health_category li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}

.feed
{
	background:transparent url(../images/feed.gif) no-repeat scroll 5px;
}
.feed a
{
	margin-left:20px;
}

#home_highlight #side_box{
height:144px;
}