/*
Vudara styles, version 0.1
Restaurant styles
*/

/* Chef home */
.chef_content {
	margin-top:40px;
	}
.chef_content h2{
	border-bottom: 1px solid black;
	}
.chef_listings{
	border-top: 1px solid #000;
}
.chef_listing{
	border-bottom: 1px solid #000;
	padding-top:8px;
	padding-bottom:8px;
}

.chef_listing_col_smaller{
	float:left; 
	margin:0; 
	padding:4px;
	position:relative;
	width:60px;
	height:auto;
	margin-right:16px;
/*background-color:gray;*/	
}
.chef_listing_col_small{
	float:left; 
	margin:0; 
	padding:4px;
	position:relative;
	width:100px;
	height:auto;
	margin-right:16px;
/*background-color:gray;*/	
}
.chef_listing_col_med{
	float:left; 
	margin:0; 
	padding:4px;
	position:relative;
	width:240px;
	height:auto;
	margin-right:16px;
/*background-color:lightgray;*/	
}

.chef_listing_col_large{
	float:left; 
	margin:0; 
	padding:4px;
	position:relative;
	width:500px;
	height:auto;
	margin-right:16px;
/*background-color:gray;*/	
}

/* Chef profile */
.chef_profile_leftcol {
	float:left; 
	margin:0; 
	padding:0;
	position:relative;
	width:160px;
	height:auto;
	margin-right:8px;
	/*background-color:gray;*/
}
.chef_profile_rightcol {
	float:right; 
	margin:0; 
	padding:0;
	position:relative;
	width:690px;
	height:auto;
	margin-left:8px;
	/*background-color:lightgray;*/	
}
.chef_profile_content {
	
	}
	
.blog_text_small{
	height:45px;
	overflow:hidden;
}
.blog_text{
	height:90px;
	overflow:hidden;
}
a.btn_feedback{
    display:inline-block;
    width:61px;
    padding:1px 0 0 20px;
    height:15px;
    text-decoration:none;
    color:#000;
    vertical-align:top;
    text-align:left;
    font-size:11px;
    background: url(images/feedback-button.png) no-repeat 0 0;    
}
a.btn_feedback:hover{
    background: url(images/feedback-button.png) no-repeat 0 -16px;    
}