/* Google Fonts Available : 
	font-family: 'Overlock SC', cursive;
	font-family: 'Overlock', cursive;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-family: 'Amaranth', sans-serif;
	yanonekaffeesatz-regular-webfont.woff
*/

@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
@font-face {
	font-family: rabbit moon;
	src: url(../_assets/rabbit_moon.woff);
}
@font-face {
    font-family: cloister;
    src: url(../_assets/cloisterblack-webfont.woff);
}
@font-face {
	font-family: yanone;
	src: url(../_assets/yanonekaffeesatz-regular-webfont.woff);
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	text-align:center;
	font-size:large;
	background-image: url(../images/title_cloud.png);
	background-repeat: no-repeat;
	background-position: center;
}
#title_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	text-align:center;
	font-size:large;
	background-image: url(../images/title_cloud_smallest.png);
	background-repeat: no-repeat;
	background-position: center;
}
#slogan_div {
	clear: both;
	height: 150px;
	float: left;
	margin-left: 0px;
	margin-top: -60px;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size:large;
	font-weight:100;
	background-image: url(../images/slogan_cloud_smallest.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: -50;
}
#fairy_div {
	clear: both;	
	float: left;	
	/* margin-left: 2.6785%; */
	margin-top: -100px;
	width: 100%;	
	display: block;
	background-image:url(../images/fairy_cloud_smallest.png);
	background-repeat: no-repeat;
	height:200px;
	background-position: center;
	
}
#gluten_div {
	clear: none;
	float: left;
	margin-top: 0px;
	padding-left: 5px;
	padding-top: 10px;
	width: 35%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size: medium;
	font-weight: 100;
	background-image: url(../images/gluten_cloud_smallest.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
#copy_div {
	clear: none;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	margin-left: -40px;
	width: 70%;
	display: block;
	text-align: right;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size: small;
	font-weight: 100;
	background-image: url(../images/copy_cloud_smallest.png);
	background-repeat: no-repeat;
	background-size: 105%;
	background-position: center;
}
#menu_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38.3928%;
	display: block;
	/* background-image:url(../images/menu-1.png); */
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 200%;
	color: white;
	padding-top: 0px;
	padding-left: 0px;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	vertical-align:middle;
	height: 300px;
}
ul {
	list-style:none;
	vertical-align:middle;
	
}
#spacer_div1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
h2 {
	font-size: 100%;
	font-weight: 100;
}
img.displayed {
	display: block;
	margin-left:auto;
	margin-right:auto;
	
}
#story_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: yanone, sans-serif;
	font-size: 18px;
	z-index: -100;
	background: url(../images/skye_bkgnd.png);
	background-size: 110%;
	background-repeat: repeat-y;
	padding-bottom: 25px;
}
.story {
	font-family: cloister;
	font-size: 35px;
}
p {
	width: 95%;
	margin-right: 2.5%;
}
#burger_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 12px;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	text-align: center;
}
#contact_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	text-align: center;
	font-size: 18px;
	color: white;
}
#horizontal_break {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/hr_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	height: 50px;
}
#horizontal_break2 {
	clear: both;
	float: left;
	margin-top: -25px;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/hr_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	height: 50px;
}
/* p:first-letter {
	font-family: cloister;
	font-size: 100px;
} */

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	/* width: 91.4836%; */
	width: 100%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size:x-large;
	background-image: url(../images/title_cloud.png);
	background-repeat: no-repeat;
	background-position: center;
}
#title_div {
	clear: both;
	float: left;
	/* margin-left: 0; */
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size:medium;
	background-image: url(../images/title_cloud_medium.png);
	background-repeat: no-repeat;
	background-position: center;
}
#slogan_div {
	clear: both;
	height: 210px;
	float: left;
	margin-left: 0px;
	margin-top: -75px;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size:large;
	font-weight:600;
	background-image: url(../images/slogan_cloud_medium.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: -50;
}
#fairy_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/fairy_cloud_medium.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
}
#gluten_div {
	clear: none;
	float: left;
	margin-top: -50px;
	padding-left: 2px;
	width: 40%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size:large;
	font-weight:200;
	background-image: url(../images/gluten_cloud_medium.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	height: 300px;
}
#copy_div {
	clear: none;
	float: right;
	margin-top: -40px;
	margin-left: -30px;
	margin-right: 5px;
	padding-right: 5px;
	width: 60%;
	display: block;
	text-align: right;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	background-image: url(../images/copy_cloud.png);
	background-repeat: no-repeat;
	background-size: 105%;
	height: 300px;
	/* height: px; */
}
#menu_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 36.464%;
	display: block;
	height: 420px;
}
#spacer_div1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
h1 {
	font-size: 500%;
	font-weight: 100;
	/*font-weight: 300; */
}
h2 {
	font-size: 150%;
	font-weight: 100;
}
h3 {
	font-size: 275%;
	font-weight: 100;
}
h4 {
	font-size: 200%;
	font-weight: 100;
}
img.displayed {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
#story_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: yanone, sans-serif;
	font-size: 35px;
	font-weight: 700;
	font-stretch: expanded;
	background: url(../images/skye_bkgnd.png);
	background-size: 135%;
	background-repeat: repeat-y;
	padding-bottom: 130px;
}
.story {
	font-family: cloister;
	font-size: 85px;
}
p {
	width:85%;
	margin-left: 7.5%;
}
#burger_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size: 20px;
	text-align: center;
}
#contact_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	text-align: center;
	font-size: 25px;
	color: white;
}
#horizontal_break {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/hr_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	height: 100px;
}
#horizontal_break2 {
	clear: both;
	float: left;
	margin-top: -125px;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/hr_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	height: 100px;
}
}
/* Lg Tablet Layout: 769px to a max of 899px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	/* width: 89.0217%; */
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0px;
	margin-bottom: -50px;
	padding-bottom: 0px;
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	background-image: url(../images/title_cloud.png);
	background-repeat: no-repeat;
	background-position: center;
}
#LayoutDiv2 {
	clear: both;
	height: 300px;
	float: left;
	margin-left: 0px;
	margin-top: -50px;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size:x-large;
	font-weight:600;
	background-image: url(../images/tagline_cloud.png);
	/* background-size: 100%; */
	background-repeat: no-repeat;
	background-position: center;
	z-index: -50;
}
#title_div {
	clear: both;
	float: left;
	margin-left: 0px;
	margin-bottom: -50px;
	padding-bottom: 0px;
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size: x-large;
	background-image: url(../images/title_cloud.png);
	background-repeat: no-repeat;
	background-position: center;
}
#slogan_div {
	clear: both;
	height: 300px;
	float: left;
	margin-left: 0px;
	margin-top: -50px;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size:large;
	font-weight:600;
	background-image: url(../images/tagline_cloud.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: -50;
}
#fairy_div {
	clear: none;
	float: left;
	margin-left: 0px;
	margin-top: -175px;
	/* margin-left: 1.0989%; */
	width: 100%;
	display: block;
	background-image:url(../images/fairy_cloud2.png);
	/* background-size: 100%; */
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
}
#gluten_div {
	clear: none;
	float: left;
	margin-left: 5%;
	margin-top: -50px;
	padding-left: 40px;
	width: 35%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size:x-large;
	font-weight:200;
	background-image: url(../images/gluten_cloud.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 400px;
	/* height: px; */
}
#copy_div {
	clear: none;
	float: right;
	margin-top: -40px;
	margin-right: 10%;
	padding-right: 30px;
	width: 40%;
	display: block;
	text-align: right;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	background-image: url(../images/copy_cloud.png);
	background-repeat: no-repeat;
	background-size: 105%;
	height: 300px;
	/* height: px; */
}
h1 {
	font-size: 500%;
	font-weight: 100;
	/*font-weight: 300; */
}
h2 {
	font-size: 175%;
	font-weight: 100;
}
h3 {
	font-size: 275%;
	font-weight: 100;
}
h4 {
	font-size: 200%;
	font-weight: 100;
}
#menu_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.6007%;
	display: block;
	height:600px;
	vertical-align: middle;
}
ul {
	padding-left: -20px;
	padding-top: 80px;
	padding-bottom: 100px;
}
#spacer_div1 {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: -275px;
	width: 33.3%;
	display: block;
}
img.displayed {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
#story_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	font-family: yanone, sans-serif;
	font-size: 40px;
	font-weight: 700;
	font-stretch: extra-expanded;
	background: url(../images/skye_bkgnd.png);
	background-size: 100%;
	background-repeat: repeat-y;
	padding-bottom: 250px;
}
.story {
	font-family: cloister;
	font-size: 100px;
}
p {
	width: 70%;
	margin-left: 15%;
}
#burger_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size: 20px;
	text-align: center;
}
#contact_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	text-align: center;
	font-size: 32px;
	color: white;
}
#horizontal_break {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/hr_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	height: 100px;
}
#horizontal_break2 {
	clear: both;
	float: left;
	margin-top: -150px;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/hr_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	height: 100px;
}
}

/* Desktop Layout: 900px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {
.gridContainer {
	/* width: 89.0217%; */
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0px;
	margin-bottom: -50px;
	padding-bottom: 0px;
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	background-image: url(../images/title_cloud.png);
	background-repeat: no-repeat;
	background-position: center;
}
#LayoutDiv2 {
	clear: both;
	height: 300px;
	float: left;
	margin-left: 0px;
	margin-top: -50px;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size:x-large;
	font-weight:600;
	background-image: url(../images/tagline_cloud.png);
	/* background-size: 100%; */
	background-repeat: no-repeat;
	background-position: center;
	z-index: -50;
}
#title_div {
	clear: both;
	float: left;
	margin-left: 0px;
	margin-bottom: -50px;
	padding-bottom: 0px;
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size: x-large;
	background-image: url(../images/title_cloud.png);
	background-repeat: no-repeat;
	background-position: center;
}
#slogan_div {
	clear: both;
	height: 300px;
	float: left;
	margin-left: 0px;
	margin-top: -50px;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size:x-large;
	font-weight:600;
	background-image: url(../images/tagline_cloud.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: -50;
}
#fairy_div {
	clear: none;
	float: left;
	margin-left: 0px;
	margin-top: -175px;
	/* margin-left: 1.0989%; */
	width: 100%;
	display: block;
	background-image:url(../images/fairy_cloud2.png);
	/* background-size: 100%; */
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
}
#gluten_div {
	clear: none;
	float: left;
	margin-left: 5%;
	margin-top: -50px;
	padding-left: 40px;
	width: 35%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	font-size:x-large;
	font-weight:200;
	background-image: url(../images/gluten_cloud.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 400px;
	/* height: px; */
}
#copy_div {
	clear: none;
	float: right;
	margin-top: -40px;
	margin-right: 10%;
	padding-right: 30px;
	width: 40%;
	display: block;
	text-align: right;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	background-image: url(../images/copy_cloud.png);
	background-repeat: no-repeat;
	background-size: 105%;
	height: 300px;
	/* height: px; */
}
h1 {
	font-size: 500%;
	font-weight: 100;
	/*font-weight: 300; */
}
h2 {
	font-size: 175%;
	font-weight: 100;
}
h3 {
	font-size: 275%;
	font-weight: 100;
}
h4 {
	font-size: 200%;
	font-weight: 100;
}
#menu_div {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.6007%;
	display: block;
	height:600px;
	vertical-align: middle;
}
ul {
	padding-left: -20px;
	padding-top: 80px;
	padding-bottom: 100px;
}
#spacer_div1 {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: -275px;
	width: 33.3%;
	display: block;
}
.displayed {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 70%;
	
}
.displayed2 {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 40%;
	
}
#story_div {
	clear: both;
	float: left;
	padding-left: 15%;
	width: 100%;
	display: block;
	font-family: yanone, sans-serif;
	font-size: 50px;
	font-weight: 500;
	font-stretch: extra-expanded;
	background: url(../images/skye_bkgnd.png);
	background-size: 100%;
	background-repeat: repeat-y;
	padding-bottom: 200px;
}
.story {
	font-family: cloister;
	font-size: 100px;
}
p {
	width: 70%;
	margin-left: 0;
}
#footer_div {
	clear: both;
	float: left;
	margin-left: 15%;
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	text-align: center;
	font-size: 30px;
}
#contact_div {
	clear: both;
	float: left;
	margin-left: 15%;
	width: 100%;
	display: block;
	font-family: 'rabbit moon', 'Rum Raisin', sans-serif;
	text-align: center;
	font-size: 35px;
	color: white;
}
#horizontal_break {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-image: url(../images/hr_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40%;
	height: 100px;
}
#horizontal_break2 {
	clear: both;
	float: left;
	margin-top: -150px;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/hr_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40%;
	height: 100px;
}
}
