/** RESTAURANT 
	home-theme-restaurant.html
 ********************************************* **/
 /*
@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);

.font-khausan-script {
	font-family: "Kaushan Script" !important;
}
.slider .font-khausan-script {
	font-size:100px;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
*/
/* header, menu & topbar background color */
#header,
#topMain.nav-pills>li,
#topNav div.submenu-dark ul.dropdown-menu {
	background-color:#e2dbd3;
}
#topBar {
	background-color:#cdc7bf !important;
}
#topNav ul.dropdown-menu {
	border-top-color:#e2dbd3 !important;
}

#topNav button.btn-mobile {
	color:#000;
}


/* footer */
#footer {
	color: rgba(255,255,255,0.6);
	background: #e2dbd3;
	background: -moz-linear-gradient(top, #e2dbd3 0%, #a6a099 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2dbd3), color-stop(100%, #e2dbd3));
	background: -webkit-linear-gradient(top, #e2dbd3 0%, #e2dbd3 100%);
	background: -o-linear-gradient(top, #e2dbd3 0%, #e2dbd3 100%);
	background: -ms-linear-gradient(top, #e2dbd3 0%, #e2dbd3 100%);
	background: linear-gradient(to bottom, #e2dbd3 0%,#e2dbd3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2dbd3', endColorstr='#a6a099',GradientType=0 );
}
	#footer a {
		color:#88847f;
		text-decoration:none;
	}
	#footer a:hover {
		color:#000000;
	}
	#footer h1,
	#footer h2,
	#footer h3,
	#footer h4,
	#footer h5,
	#footer h6 {
		color: #59232d;
		font-weight:600;
	}
		#footer ul.footer-links>li>a {
		color: #59232d;
	}
	#footer ul.footer-links>li>a:hover {
		color: #59232d;
	}
	#footer  p {
		margin-top:0;
		color: #59232d;
	}
	#footer address {
		margin-bottom:0;
		color: #59232d;
	}
/* Focus sui campi */
input:focus, textarea:focus 
{
 border: 1px solid #FCA800; /* bordo degli elementi */  
 background: #FFFF6C;
 } 

input, textarea 
{
 border: 1px solid #CCCCCC;  
 background: #F5f5f5;
 } 

input, select 
{
 border: 1px solid #CCCCCC;  
 background: #F5f5f5;
}

input, select, textarea 
{
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 padding-left:5px;
}

	