@charset "UTF-8";
/* CSS Document */

*{
	border: 0;
	margin: 0;
	padding: 0;
	
}
	
body{
		font-size: 100.01%;
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		background-image:url(../Images/background2.png);
		text align: center;
		
			
}

.cloud
{
width:280px;
height:200px;
position:relative;
animation:myfirst 10s;
-webkit-animation:myfirst 10s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 400;
}

.cloud2
{
width:280px;
height:200px;
position:relative;
animation:myfirst2 6s;
-webkit-animation:myfirst2 8s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 400;
}

#cloud{
	height: 200px;
	width: 280px;
	margin-top: -190px;
	margin-left: 980px;
	
}
#cloud2{
	height: 200px;
	width: 280px;
	margin-top: -430px;
	margin-left:1000px;
	
}

@keyframes myfirst
{
0%   {right:0px; top:0px;}
100%  { right:200px; top:0px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  { right:245px; top:0px;}

}

@keyframes myfirst2
{
0%   {right:0px; top:0px;}
100%  { right:100px; top:0px;}
}

@-webkit-keyframes myfirst2 /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  { right:100px; top:0px;}

}


#bee{
	height: 12px;
	width: 12px;
	margin-top: -100px;
	margin-left:360px;
	
}
	
.bee
{
width:12px;
height:12px;
position:relative;
animation:bee 4s;
-webkit-animation:bee 4s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 400;
}


@keyframes bee
{
0%   {left:0px; top:0px;}
100%  { left:50px; top:50px;}
}

@-webkit-keyframes bee /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  { left:50px; top:50px;}

}
	
#bee2{
	height: 12px;
	width: 12px;
	margin-top: -20px;
	margin-left:370px;
	
}
	
.bee2
{
width:12px;
height:12px;
position:relative;
animation:bee2 7s;
-webkit-animation:bee2 7s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 400;
}


@keyframes bee2
{
0%   {left:0px; top:0px;}
100%  { left:50px; top:0px;}
}

@-webkit-keyframes bee2 /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  { left:65px; top:0px;}

}

#bee3{
	height: 12px;
	width: 12px;
	margin-top: -20px;
	margin-left:380px;
	
}
	
.bee3
{
width:12px;
height:12px;
position:relative;
animation:bee3 3s;
-webkit-animation:bee3 3s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 400;
}


@keyframes bee3
{
0%   {right:0px; top:0px;}
100%  {right:110px; top:0px;}
}

@-webkit-keyframes bee3 /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  {right:110px; top:0px;}

}

#bee4{
	height: 12px;
	width: 12px;
	margin-top: 20px;
	margin-left:110px;
	
}
	
.bee4
{
width:12px;
height:12px;
position:relative;
animation:bee4 5s;
-webkit-animation:bee4 5s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 400;
}


@keyframes bee4
{
0%   {right:0px; top:0px;}
100%  {right:20px; top:80px;}
}

@-webkit-keyframes bee4 /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  {right:20px; top:80px;}

}

#wrapper {
	width: 1295px;
	margin: 15px auto;
	position: static;
	top: 0px;
	
	
}

#banner {
	height: 400px;
	width: 1250px;
	position: relative;
	top: 0px;
	left: 5px;
	z-index: 300;
	
	
	
}
#blank1 {
	width: 167px;
	height: 1034px;
	top: 50px;
	float: right;

}

#blank2 {
	width: 147px;
	height: 1200px;
	top: 50px;
	float: left;

}
	
	
	
nav ul ul {
		display: none;
}

	nav ul li:hover> ul {
			display:block;
	}
	
	
nav ul ul {
	background: #693; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	width: 208px;
}
	nav ul ul li {
		float: none; 
		
		border-bottom: 2px solid #FC0;
		position: relative;
		margin-left: -0px;
	}
		nav ul ul li a {
			padding: 15px 40px;
			color: #fff;
			
		}	
			nav ul ul li a:hover {
				background: #663;
			}
	
	
	
nav ul {
	background: #835016; 
	background: linear-gradient(top, #835016 0%, #9A5817 100%);  
	background: -moz-linear-gradient(top, #835016 0%, #9A5817 100%); 
	background: -webkit-linear-gradient(top, #835016 0%,#9A5817 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	top: -130px;
	width: 960px;
	z-index: 250;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}	
	
nav ul li {
	float: left;
	margin-left: 30px;
}
	nav ul li:hover {
		background: #660;
		background: linear-gradient(top, #660 0%, #690 40%);
		background: -moz-linear-gradient(top, #660 0%, #690  40%);
		background: -webkit-linear-gradient(top, #660 0%,#690  40%); 
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
display: block;
	padding: 25px 40px;
	color: #FC0;
	text-decoration: none;
	font-size: 18px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	position: relative;
	
	}
	
	
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

#container{
		float: left;
		width: 961px;
		height: 1600px;
		background-image:url(../Images/backgroundfinal.png);		
		margin-top: 300px;
		position: relative;
}

#homeimage{
	margin-left: -10px;
	margin-top: -160px;
}

#homeimage1{
	margin-left: -10px;
	margin-top: -590px;
	position: relative;
	z-index: 100;
	width: 400px;
}

p { 
    padding-top: 1em; 
	
	}

#text{
	background-color: white;
	font-color: #633;
	font-size: 9px;
	width: 480px;
	margin-top: -835px;
	height: 150px;
	margin-left: 52px;
	position: relative;
	z-index: 50;
	
	
}

#seasonal{
	margin-top: 50px;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	width: 100px;
	height: 100px;
}

#seasonal:hover{
	background-color: yellow;
	
}

.containerdiv{
	float: left;
	position: relative;
	top: 345px;
	left: -15px;	
	

	
	
}

#newstitle{
	position: relative;
	margin-top: 170px;
	
}

#footer{
		width: 1172px;
		height: 300px;
		margin-top:1250px;	
		position: relative;
		margin-left: -175px;
		z-index: 2;

		
}

/*Hover effects for news section*/
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

.block_holder {
    padding: 7px;
    background: #f6f6f6;
    width: 200px;file:///Volumes/Macintosh%20HD/Users/nataschamehrabi/Desktop/Love%20Food%20Website/Images/home1.png
    height: 150px;
    -webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    float: left;
    margin: 15px;
	position: relative;
	z-index: 120;
	top: -1180px;
	left: 110px;
}

.block {
    width: 200px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.hover_info {
    width: 200px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8); 
    width: 100%;
    height: 100%;
    position: absolute;
    left: -86%;  
    top: -19%;
    transition: all 200ms linear; 
    -webkit-transition: all 200ms linear; 
    -moz-transition: all 200ms linear;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.block:hover .hover_info { top: 0; left: 0; transform: rotate(0deg); -webkit-transform: rotate(0deg); }

.hover_info h1 { font-size: 13px; padding: 5px 20px; background: rgba(207, 138, 5, 0.7); color: #E7E7E7; position: absolute; top: 10px; left: -100%; transition: left 200ms linear; -webkit-transition: left 200ms linear; -moz-transition: left 200ms linear; }


.hover_info p { font-size: 14px; line-height: 1; color: #fff; position: absolute; top: 40px; left: 10%; width: 80%; text-align: left; opacity: 0; transition: opacity 200ms linear; -webkit-transition: opacity 200ms linear; -moz-transition: opacity 200ms linear; }


.hover_info a { font-size: 13px; padding: 5px 20px; background: rgba(207, 138, 5, 0.7); color: #E7E7E7; position: absolute; bottom: 10px; right: -100%; text-decoration: none; }

.hover_info:hover h1 { left: 0; transition-delay: 200ms; -webkit-transition-delay: 200ms; -moz-transition-delay: 200ms; }

.hover_info:hover p { opacity: 1; transition-delay: 600ms; -webkit-transition-delay: 600ms; -moz-transition-delay: 600ms; }

.hover_info:hover a { right: 0; transition: right 200ms linear 700ms, color, background 200ms linear; -webkit-transition: right 200ms linear 700ms, color, background 200ms linear; -moz-transition: right 200ms linear 700ms, color, background 200ms linear; }
.hover_info a:hover { background: rgba(207, 138, 5, 1.0); color: #F7F7F7; }




/*Hover effects2 for news section*/


.block_holder2 {
    padding: 7px;
    background: #f6f6f6;
    width: 200px;
    height: 150px;
    -webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    float: left;
    margin: 15px;
	margin-top: -1360px;
	margin-left: 380px;
	position: relative;
}

.block2 {
    width: 200px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.hover_info2 {
    width: 200px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8); 
    width: 100%;
    height: 100%;
    position: absolute;
    left: -86%;  
    top: -19%;
    transition: all 200ms linear; 
    -webkit-transition: all 200ms linear; 
    -moz-transition: all 200ms linear;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.block2:hover .hover_info2 { top: 0; left: 0; transform: rotate(0deg); -webkit-transform: rotate(0deg); }

.hover_info2 h1 { font-size: 13px; padding: 5px 20px; background: rgba(207, 138, 5, 0.7); color: #E7E7E7; position: absolute; top: 10px; left: -100%; transition: left 200ms linear; -webkit-transition: left 200ms linear; -moz-transition: left 200ms linear; }


.hover_info2 p { font-size: 14px; line-height: 1; color: #fff; position: absolute; top: 40px; left: 10%; width: 80%; text-align: left; opacity: 0; transition: opacity 200ms linear; -webkit-transition: opacity 200ms linear; -moz-transition: opacity 200ms linear; }


.hover_info2 a { font-size: 13px; padding: 5px 20px; background: rgba(207, 138, 5, 0.7); color: #E7E7E7; position: absolute; bottom: 10px; right: -100%; text-decoration: none; }

.hover_info2:hover h1 { left: 0; transition-delay: 200ms; -webkit-transition-delay: 200ms; -moz-transition-delay: 200ms; }

.hover_info2:hover p { opacity: 1; transition-delay: 600ms; -webkit-transition-delay: 600ms; -moz-transition-delay: 600ms; }

.hover_info2:hover a { right: 0; transition: right 200ms linear 700ms, color, background 200ms linear; -webkit-transition: right 200ms linear 700ms, color, background 200ms linear; -moz-transition: right 200ms linear 700ms, color, background 200ms linear; }
.hover_info2 a:hover { background: rgba(207, 138, 5, 1.0); color: #F7F7F7; }




/*Hover effects3*/

.block_holder3 {
    padding: 7px;
    background: #f6f6f6;
    width: 200px;
    height: 150px;
    -webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    float: left;
    margin: 15px;
	position: relative;
	margin-left: 640px;
	margin-top: -1360px;
}

.block3 {
    width: 200px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.hover_info3 {
    width: 200px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8); 
    width: 100%;
    height: 100%;
    position: absolute;
    left: -86%;  
    top: -19%;
    transition: all 200ms linear; 
    -webkit-transition: all 200ms linear; 
    -moz-transition: all 200ms linear;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.block3:hover .hover_info3 { top: 0; left: 0; transform: rotate(0deg); -webkit-transform: rotate(0deg); }

.hover_info3 h1 { font-size: 13px; padding: 5px 20px; background: rgba(207, 138, 5, 0.7); color: #E7E7E7; position: absolute; top: 10px; left: -100%; transition: left 200ms linear; -webkit-transition: left 200ms linear; -moz-transition: left 200ms linear; }


.hover_info3 p { font-size: 14px; line-height: 1; color: #fff; position: absolute; top: 40px; left: 10%; width: 80%; text-align: left; opacity: 0; transition: opacity 200ms linear; -webkit-transition: opacity 200ms linear; -moz-transition: opacity 200ms linear; }


.hover_info3 a { font-size: 13pxem; padding: 5px 20px; background: rgba(207, 138, 5, 0.7); color: #E7E7E7; position: absolute; bottom: 10px; right: -100%; text-decoration: none; }

.hover_info3:hover h1 { left: 0; transition-delay: 200ms; -webkit-transition-delay: 200ms; -moz-transition-delay: 200ms; }

.hover_info3:hover p { opacity: 1; transition-delay: 600ms; -webkit-transition-delay: 600ms; -moz-transition-delay: 600ms; }

.hover_info3:hover a { right: 0; transition: right 200ms linear 700ms, color, background 200ms linear; -webkit-transition: right 200ms linear 700ms, color, background 200ms linear; -moz-transition: right 200ms linear 700ms, color, background 200ms linear; }
.hover_info3 a:hover { background: rgba(207, 138, 5, 1.0); color: #F7F7F7; }



.twitter-share-button{
	margin-left: 840px;
	top: -110px;
	position: relative;
	z-index: 200;
	
}

#facebook{
	z-index: 400px;
	position: relative;
	margin-left: 770px;
	margin-top: 40px;
	
}


