/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/

/*
body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:#efefef url(../img/background.png) repeat top center;
	padding:0px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}
*/

html, body {
	height: 100%;
}

body { 
	font-family: 'FuturaStdMediumRegular', Arial, sans-serif;
	font-size: 12px;
	background:#efefef url(../img/iPhoneimgs/Background.png) repeat top center;
	color:#175726;
}

a { font-family: 'FuturaStdLightRegular', Arial, sans-serif;
	font-size: 1.0833333em; /* 13px */
	text-decoration: none;
	color: #175726;
}

a:link {color:#175726;}      /* unvisited link */
a:visited {color:#352116;}  /* visited link */
a:hover {color:#87a925;}  /* mouse over link */
a:active {color:#b2d451;}  /* selected link */


p { font-family: 'FuturaStdMediumRegular', Arial, sans-serif; 

}



.capttitles { font-family: 'FuturaStdBookRegular', Arial, sans-serif; 
	font-size: 0.8em;
	margin-left: 8px;
}



#container {
	width:333px;
	height: 910px;
	margin:0 auto;
	padding-top: 0px;
	position:relative;
	z-index:0;
	background-image: none;
	background-repeat: no-repeat;
	
	min-height: 100%;
	height: 880px !important;
	height: 100%;
	margin: 0 auto -6.5em;
}

#header {
	width: 333px;
	height: 93px;
	padding-top: 9px;
	background-image: url(../img/iPhoneimgs/TopHeader.svg);
}

#HeaderBar {
	width: 320px;
	height: 4px;
	margin-top: 120px; 
	background-image: url(../img/Headerbar.png);
	display: none;
}

#LOGO {
	background-size: 90px;
	background-repeat: no-repeat;
	width: 89px;
	height: 80px;
	background-image: url(../img/LOGOIPHONE.svg);
	margin-left: 10px;
	float:left;
}

#LOGOTEXT {
	background-image: url(../img/LogoText.svg);
	margin-top: 20px;
	margin-right: 17px;
	width: 613px;
	height: 62px;
	float: right;
	display: none;
}

#TopNavBar {
	width: 316px;
	height: 14px;
	float: left;
	margin-top: 80px;
	margin-left: 42px;
	
	display: none;
}




.iPhoneNavLinks {
	width: 316px;
	height: 11px;
	float: left;
	margin-top: 30px;
	margin-left: 17px;
	position: relative;
	z-index: 800;
	
	display: block;
}

.iPhoneNavLinks a {
	display: inline-block;
	margin-right: 17px;
}



#TopNavBar a {
	display: inline-block;
	margin-right: 25px;
}

#TopNavBar a:last-child {
	margin-right: 0;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position: relative;
	top: 16px;
	left:10px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	margin-right: 15px;
	margin-left: 5px;
	margin-top: 22px;
	width:303px;
	height:158px;
	overflow:hidden;
	position:relative;
	display:none;
	
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:	320px;
	height:	313px;
	display:block;
}


#slidebox {
	background-image: none;
	width:320px;
	height:208px;
}

.slide img{
	max-width: 100%;
}

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}



.pagination {
	position: absolute; bottom: 35px; right: 90px;
	margin:26px auto 0;
	width:150px;
	z-index: 5000;
}

.pagination li {
	float:left;
	margin:0 8px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.svg);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 0 0 0px;
	background:#000;
	background:rgba(0,0,0, .5);
	width:758px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	border-radius: 0 0 5px 5px;
}

.iPhoneLinkSet {
	width: 333px;
	height: 449px;
	background-color: #CCC;
	border-radius: 5px;
}

 #iPhoneLinks1 {
		background-image:url(../img/iPhoneimgs/LatestNewsLink.png);
		width:333px;
		height:56px;
 		display:block;
 		
 		float: left;
 		border-radius: 5px 5px 0 0;
 }
 
  #iPhoneLinks1:active{
  		background-position-y: 56px;
		width:333px;
		height:56px;
		 display:block;
 }
 
 
  #iPhoneLinks2 {
		background-image:url(../img/iPhoneimgs/CurrentEventsLink.png);
		width:333px;
		height:56px;
 		display:block;
 		
 		float: left;
 }
 
  #iPhoneLinks2:active{
  		background-position-y: 56px;
		width:333px;
		height:56px;
		 display:block;
 }
 

  #iPhoneLinks3 {
		background-image:url(../img/iPhoneimgs/OurLoveLink.png);
		width:333px;
		height:56px;
 		display:block;
 		
 		float: left;
 }
 
  #iPhoneLinks3:active{
  		background-position-y: 56px;
		width:333px;
		height:56px;
		 display:block;
 }
 
 
  #iPhoneLinks4 {
		background-image:url(../img/iPhoneimgs/DeliciousTeasLink.png);
		width:333px;
		height:56px;
 		display:block;
 		
 		float: left;
 }
 
  #iPhoneLinks4:active{
  		background-position-y: 56px;
		width:333px;
		height:56px;
		 display:block;
 }
 
 
   #iPhoneLinks5 {
		background-image:url(../img/iPhoneimgs/BakeryLink.png);
		width:333px;
		height:56px;
 		display:block;
 		
 		float: left;
 }
 
  #iPhoneLinks5:active{
  		background-position-y: 56px;
		width:333px;
		height:56px;
		 display:block;
 }
 
 
    #iPhoneLinks6 {
		background-image:url(../img/iPhoneimgs/CurrentStoresLink.png);
		width:333px;
		height:56px;
 		display:block;
 		
 		float: left;
 }
 
  #iPhoneLinks6:active{
  		background-position-y: 56px;
		width:333px;
		height:56px;
		 display:block;
 }
 
 
     #iPhoneLinks7 {
		background-image:url(../img/iPhoneimgs/MoreInformationLink.png);
		width:333px;
		height:56px;
 		display:block;
 		
 		float: left;
 }
 
  #iPhoneLinks7:active{
  		background-position-y: 56px;
		width:333px;
		height:56px;
		 display:block;
 }
 
 
      #iPhoneLinks8 {
		background-image:url(../img/iPhoneimgs/StrawberryFestivalLink.png);
		width:333px;
		height:56px;
 		display:block;
 		
 		float: left;
		border-radius: 0 0 5px 5px;
 }
 
  #iPhoneLinks8:active{
  		background-position-y: 56px;
		width:333px;
		height:56px;
		 display:block;
 }
 
 
.NoticeEvents {
	background-image: url(../img/NoticeEvents.png);
	float: left;
	width: 220px;
	height: 136px;
	margin-top: 11px;
	margin-left: 25px;
	
	display: none;
}

.Notice {
background-image: url(../img/NoticeImg.png);
	float: left;
	margin-top: 4px;
	width: 109px;
	height: 31px;
}

.Events {
background-image: url(../img/EventsImg.png);
	float: left;
	margin-top: 4px;
	width: 109px;
	height: 31px;
}

.Beans {
background-image: url(../img/Beans.png);
	float: left;
	width: 26px;
	height: 84px;
}

.NoticeEventsText1 {
	float: left;
	margin-top: 4px;
	margin-left: 5px;
	width: 184px;
	height: 13px;
}

.NoticeEventsText2 {
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	width: 184px;
	height: 13px;
}

.NoticeEventsText3 {
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	width: 184px;
	height: 13px;
}

.StrawberryFestival {
	float: left;
	margin-top: 11px;
	margin-left: 339px;
	width: 175px;
	height: 136px;
	
	display: none;
}

#FestivalImage {
	float: left;
	margin-left: 25px;
	width: 119px;
	height: 101px;
	background-image: url(../img/StrawBFest.png);
	
	display: none;
}

#FestivalDates {
	float: left;
	margin-top: 3px;
	margin-left: 2px;
	width: 170px;
	height: 24px;
	background-image: url(../img/FestDates.png);
	
	-moz-box-shadow:    0px 8px 8px -5px #666565;
  	-webkit-box-shadow: 0px 8px 8px -5px #666565;
  	box-shadow:         0px 8px 8px -5px #666565;
  	
  	display: none;
}

.OurLoveBox {
	float: left;
	width: 220px;
	height: 118px;
	border-radius: 5px;
	margin-left: 23px;
	margin-top: 10px;
	background-image: url(../img/OurLoveImg.png);
	
	-moz-box-shadow:    0px 8px 8px -5px #666565;
  	-webkit-box-shadow: 0px 8px 8px -5px #666565;
  	box-shadow:         0px 8px 8px -5px #666565;
  	
  	display: none;
}

.OurLocationsBox {
	float: left;
	width: 220px;
	height: 118px;
	border-radius: 5px;
	margin-left: 48px;
	margin-top: 10px;
	background-image: url(../img/OurLocationsImg.png);
	
	-moz-box-shadow:    0px 8px 8px -5px #666565;
  	-webkit-box-shadow: 0px 8px 8px -5px #666565;
  	box-shadow:         0px 8px 8px -5px #666565;
  	
  	display: none;
	
}

.SpecialCoffeeBox {
	float: left;
	width: 220px;
	height: 118px;
	border-radius: 5px;
	margin-left: 48px;
	margin-top: 10px;
	background-image: url(../img/SpecialtyCoffeeImg.png);
	
	-moz-box-shadow:    0px 8px 8px -5px #666565;
  	-webkit-box-shadow: 0px 8px 8px -5px #666565;
  	box-shadow:         0px 8px 8px -5px #666565;
  	
  	display: none;
	
}


.Captionbox {
	margin-top: 98px;
	width: 221px;
	height: 20px;
	background-color: #FFFFFF;
	border-radius: 0 0 5px 5px;
	text-align: center;
	padding-top: 0px;
	
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-transition: opacity 500ms; /* Firefox 4 */
	-webkit-transition: opacity 500ms; /* Safari and Chrome */
	-o-transition: opacity 500ms; /* Opera */
	transition: opacity 500ms;
}

.Captionbox:hover {opacity: 1;}


footer {

background-image: url(../img/footerimg.png);
width: 333px;
height: 80px;
margin-top: -65px;
text-align: center;

-webkit-box-shadow:
  0 0 0 2px #003316, /* Purple Line */
  0 0 0 4px #add445, /* Blue line*/
  0 -8px 50px 16px hsla(350, 1%, 50%, 0.7); /* The Shadow */
  
  	height: auto !important;
	margin: 0 auto -6.5em;
}


.footerlinks {
	font-family: 'FuturaStdBookRegular';
	font-size: 1.083333em;
}

.footernav {
 	padding-top: 15px;
	padding-bottom: 25px;
 	margin: 0 auto;
 	width: 320px;
 	height: 37px;
}

.footertext { font-family: 'FuturaStdBookRegular', Arial, sans-serif;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	color: #175726;
	height: 12px;
	width: 320px;
	margin-top: 8px;
}

#footerlinks {
	display: none;
}


@font-face {
    font-family: 'FuturaStdLightRegular';
    src: url('FuturaFonts/futurastd-light-webfont.eot');
    src: url('FuturaFonts/futurastd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('FuturaFonts/futurastd-light-webfont.woff') format('woff'),
         url('FuturaFonts/futurastd-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'FuturaStdMediumRegular';
    src: url('FuturaFonts/futurastd-medium-webfont.eot');
    src: url('FuturaFonts/futurastd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('FuturaFonts/futurastd-medium-webfont.woff') format('woff'),
         url('FuturaFonts/futurastd-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'FuturaStdBookRegular';
    src: url('FuturaFonts/futurastd-book-webfont.eot');
    src: url('FuturaFonts/futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('FuturaFonts/futurastd-book-webfont.woff') format('woff'),
         url('FuturaFonts/futurastd-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}