body{
	margin:0;
	padding:0;
	background:url(blocksit/bg.gif) 0 0 repeat #f7f5f5;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	overflow-x:hidden;
}
#slide {
width : 100%;
height : 53px;
background-color :#000000;
}
.slide-btn-login:hover {
background : #FFFFFF;
color : #000000 !important ;
}
#slide h3 {
float : left;
font-family : calibri;
margin : 10px;
color : #FFFFFF;
width : 455px;
margin : 4px 4px 4px 4px;
}



        .slide-btn{display: inline-block;
padding: 3px 10px;
margin-bottom: 0;
font-size: 13px;
line-height: 25px;
color: #FFFFFF!important;
font-weight: bold;
text-align: center;
vertical-align: baseline;
cursor: pointer;
background-color: #699D48;
background-image: -moz-linear-gradient(top,#699D48,#4B7D2D);
background-image: -ms-linear-gradient(top,#699D48,#4B7D2D);
background-image: -webkit-linear-gradient(top,#699D48,#4B7D2D);
background-image: -o-linear-gradient(top,#699D48,#4B7D2D);
background-image: linear-gradient(top,#699D48,#4B7D2D);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B7D2D', endColorstr='#699D48', GradientType=0);
border-color: #699D48 #699D48 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border:1px solid #2E5F0E;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);float: right;margin:10px}

.slide-btn:hover{background: #4B7D2D;color: white!important}
        .slide-btn-login{display: inline-block;
padding: 3px 10px;
margin-bottom: 0;
font-size: 13px;
line-height: 25px;
color: #000000!important;
font-weight: bold;
text-align: center;
vertical-align: baseline;
cursor: pointer;
background-color: #e6e6e6;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B7D2D', endColorstr='#699D48', GradientType=0);
border-color: #699D48 #699D48 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border:1px solid #2E5F0E;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);float: right;margin:10px 0px}
 a.tooltip {outline:none; } 
 a.tooltip strong {line-height:20px;}
  a.tooltip:hover {text-decoration:none;}
   a.tooltip span { z-index:10;display:none; padding:14px 20px; margin-top:2px; margin-left:-100px; width:240px; line-height:16px;  } 
   a.tooltip:hover span{ display:inline; font-size:14px; font-stretch:condensed; position:absolute; border:2px solid #FFF; color:#EEE; background:#000 url(images/css-tooltip-gradient-bg.png) repeat-x 0 0; } 
   .callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;} 
   /*CSS3 extras*/ a.tooltip span { border-radius:2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -moz-box-shadow: 0px 0px 8px 4px #666; -webkit-box-shadow: 0px 0px 8px 4px #666; box-shadow: 0px 0px 8px 4px #666; opacity: 0.8; }
   
/**input
{
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #bebebe;
    width: 150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }
**/	
header, section, footer, hgroup{
	display:block;
}
a {
	color:#A80000;
	text-decoration:none;
}
.bigfont {
	font-size: 18px;
}


a:hover, a:active{
	color:#333;
}

/* Header */
#header{
	width:100%;
	background-image:url("http://www.foodlve.com/images/menu.jpg")!important;
	background-repeat:repeat-x !important;
	background:#000;
	background:rgba(0, 0, 0, 0.8);
	padding:3px 0;
	letter-spacing:1px;
	margin-bottom:20px;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
}
#header h1{
	padding:0 20px;
	margin:5px 0;
	text-shadow:2px 1px 1px #333, 2px 2px 1px #888;
	color:#EAEAEA;
	float:left;
	font-size:18px;
}
.date {
	font-size: 12px;
	color: #090;
}

#backlinks{
	float:right;
	padding:0 20px;
	line-height:22px;
	font-weight:bold;
	font-size:13px;
}
#backlinks a{
	text-align:right;
	display:block;
}

/* Footer */
#footer{
	width:100%;
	position:fixed;
	padding-left:10px;
	bottom:0;
	left:0;
	line-height:22px;
	color:#888;
	font-size:13px;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.8);
	z-index:99;
}
#footer span{
	display:block;
}

/* clearfix */
.clearfix {
	clear:both;
}

/* wrapper css */
#wrapper{
	margin-top:70px;
	width:100%;
}
#wrapper hgroup{
	text-align:center;
}
#wrapper h2{
	margin:5px 0;
	color:#507124;
	text-shadow:1px 1px 2px #999;
	font-size:30px;
	font-family:"Arial Narrow", Arial, sans-serif;
}
#wrapper h3{
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	text-shadow:1px 1px 0 #fff;
	color:#888;
	margin:5px 0;
}

#container{
	position:relative;
	width:1100px;
	margin:0 auto 25px;
	padding-bottom: 10px;
	
}
.grid{
	width:188px;
	min-height:100px;
	padding: 15px;
	background:#fff;
	margin:8px;
	font-size:12px;
	float:left;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}

.ar_image

{
	background:#fff;
	margin:8px;
	border:1px solid #030 !important;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
	}

.grid strong {
	border-bottom:1px solid #ccc;
	margin:10px 0;
	display:block;
	padding:0 0 5px;
	font-size:17px;
}
.grid .meta{
	text-align:right;
	color:#777;
	font-style:italic;
}
.grid .imgholder img{
	max-width:100%;
	background:#ccc;
	display:block;
}


@media screen and (max-width : 900px) {
	#backlinks{
		float:none;
		clear:both;
	}
	#backlinks a{
		display:inline-block;
		padding-right:20px;
	}
	#wrapper{
		margin-top:90px;
	}
	
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  body{width: 1350px}

}

  .search-wrapper{width: 1154px!important}
	
	
.questiondiv {
	padding: 5px;
	border-bottom-style: double;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	width:700px;
}


.firstl
{
text-transform:capitalize !important;	
}


#post-cont{margin:80px auto 10px !important;}
/* arrow icon (span tag) */
#back-top a {
  width: 108px;
  height: 108px;
  display: block;
  margin-bottom: 7px;
  background: #ddd url(http://www.foodlve.com/ajaxscroll/images/up-arrow.png) no-repeat center center;

  /* rounded corners */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;

  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top {
position: fixed;
bottom: 95px;
right: 22px;
}
#back-top a:hover {
  background-color: #777;
}
.cooktime{display: inline-block; text-indent: 21px; background: url("http://www.foodlve.com/images/cook-sprite.png") no-repeat scroll 0px 2px transparent;vertical-align: middle;}
.preptime{display: inline-block; background: url("http://www.foodlve.com/images/cook-sprite.png") no-repeat scroll 0px -14px transparent; text-indent: 16px;vertical-align: middle;}
.duration{display: inline-block; text-indent: 15px; background: url("http://www.foodlve.com/images/cook-sprite.png") no-repeat scroll 0px -62px transparent;vertical-align: middle;}
.serving{display: inline-block; text-indent: 15px; background: url("http://www.foodlve.com/images/cook-sprite.png") no-repeat scroll 0px -80px transparent;vertical-align: middle;}
.calories{display: inline-block; text-indent: 15px; background: url("http://www.foodlve.com/images/cook-sprite.png") no-repeat scroll 0px -46px; vertical-align: middle;}
ul.tabs-menu{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 150px;
}
  
.tabs-menu li{
    border-bottom: 1px solid #d4cba8;border-radius: 0px 0px 22px 0px;
}

.tabs-menu li a{
    background: white;
    display: block;
    font-size: 15px;
    padding: 16px 14px;border-radius: 0px 0px 22px 0px;font-weight: bold;
outline: none;}

.tabs-menu li a:hover{
    opacity: 0.8;
}

.tabs-menu li a.active{
    color: #333333;
    cursor: default;
    opacity: 0.5;
}
.tabs-menu{
position: fixed;
top: 47%;
z-index: 999;left: 0%;}
.tabs-menu-userpage{
top: 60%;}    
.ui-state-active a{background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #E4DCBE))!important;
background: -webkit-linear-gradient(#ffffff,#E4DCBE)!important;
background: -moz-linear-gradient(#ffffff,#E4DCBE)!important;
background: -o-linear-gradient(#ffffff,#E4DCBE)!important;
background: linear-gradient(#ffffff,#E4DCBE)!important;
background-color: #fff!important;
color: #333!important;}

