@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/ 
*/
/*BODY AND MAIN STYLES */
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
body {
    margin-top: 0;
    background-image: url(../images/bg.gif);
	background-color: #fff;
	background-position:top center;
	background-repeat: repeat;
	background-attachment: fixed;
    font-size: 0.875em;
    line-height: 1.4;
    color: #967D86;
}
@media only screen and (min-width: 481px) {
body {
    font-size: 0.875em;
    line-height: 1.4;
}
}
@media only screen and (min-width: 767px) {
body {
    font-size: 1em;
    line-height: 1.4;
}
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	padding-left: 2%;
	padding-right: 2%;
	clear: none;
	float: none;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.small-header {
    display: block;
	margin-top: 75px;
	background-image: url(../images/small-header-bg.gif);
	background-position:top left;
	background-repeat: repeat-x;
	padding: 1% 1% 0 1%;
    background-color: #ec6d9d;
	border: 5px solid #fff;
}
.small-header p {
	    -webkit-margin-after: 0;
}
.medium-header {
    display: none;
}
.large-header {
    display: none;
}
@media only screen and (min-width: 481px) {
.small-header {
    display: none;
}
.medium-header {
    display: block;
	background-image: url(../images/medium-header-bg.gif);
	background-position:top center;
	background-repeat: repeat-x;
	margin-top: 75px;
	padding: 1% 1% 0 1%;
    background-color: #ec6d9d;
	border: 8px solid #fff;
}
.medium-header p {
	    -webkit-margin-after: 0;
}
}
@media only screen and (min-width: 897px) {
.medium-header {
    display: none;
}
.large-header {
    display: block;
	background-image: url(../images/large-header-bg.gif);
	background-position:top center;
	background-repeat: repeat-x;
	margin-top: 75px;
	padding: 1% 1% 0 1%;
    background-color: #ec6d9d;
	border: 10px solid #fff;
}
.large-header p {
	    -webkit-margin-after: 0;
}
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.main-content {
    padding: 1% 5%;
    background-color: #fff;
    border-top: none;
}
@media only screen and (min-width: 481px) {
.main-content {
    padding: 1% 5%;
}
}
@media only screen and (min-width: 897px) {
.main-content {
	padding: 2% 4%;
	margin-top: 0px;
}
}
.highlight-content {
    padding: 1% 5%;
    background-color: #d8d4d4;
}
@media only screen and (min-width: 481px) {
.highlight-content {
    padding: 1% 5%;
}
}
@media only screen and (min-width: 897px) {
.highlight-content {
	margin-top: 0px;
}
}
.main-footer {
    padding: 1%;
    background-color: #FBA9C8;
	font-size: 70%;
	color: #fff;
	line-height: 145%;
	border: 5px solid #fff;
}
@media only screen and (min-width: 481px) {
.main-footer {
	padding: 1% 3%;
	border: 8px solid #fff;
}
}
@media only screen and (min-width: 897px) {
.main-footer {
    padding: 1% 5%;
	border: 10px solid #fff;
}
}
/*END OF MAIN LAYOUT AND GENERAL STYLES */
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.clearDiv {
	clear:both;
}
/*START OF CUSTOMIZATIONS */
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h1 {
	font-size: 1.25em;
	color: #5F434D;
}
h2 {
	font-size: 1.25em;
	color: #00869d;
}
h3 {
     font-size: 1.2em;
     color: #EC6D9D;
}
h4 {
	font-size: 1.2em;
	color: #5F434D;
}
h5 {
    font-size: 1.1em;
    color : #00869d;
}
h6 {
    font-size: 1.1em;
    color : #EC6D9D;
}
@media only screen and (min-width: 897px) {
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
     font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
}
a  
{
  color : #3333ff;
}

a:visited
{
  color : #336699;
}

a:hover  
{
  color : #6633cc;
}
a.copyright {
	color:#fff;
}
a.copyright:visited {
	color:#fff;
}
a.copyright:hover {
	color:#F9EDE1;
}
.largecolor1 {
	font-size: 1.5em;
	color: #000;
}
.xlargecolor1 {
	font-size: 2em;
	color: #000;
}
.smallcolor1 {
	font : .95em "Calibri", sans-serif;
	color: #000;
}
.color1 {
	color: #000;
}
@media only screen and (min-width: 897px) {
.smallcolor1 {
	font : 1.125em "Calibri", sans-serif;
}
}
.col2thirdleft {
	float: left;
	width: 99%;	
}
@media only screen and (min-width: 1025px) {
.col2thirdleft {
	float: left;
	width: 65%;	
}
}
.col1thirdright {
	float: left;
	width: 99%;	
}
@media only screen and (min-width: 1025px) {
.col1thirdright {
	float: right;
	width: 30%;	
}
}
.col2thirdright {
	float: left;
	width: 99%;	
}
@media only screen and (min-width: 1025px) {
.col2thirdright {
	float: right;
	width: 60%;	
}
}
@media only screen and (min-width: 1200px) {
.col2thirdright {
	float: right;
	width: 65%;	
}
}
.col1thirdleft {
	float: left;
	width: 99%;	
}
@media only screen and (min-width: 1025px) {
.col1thirdleft {
	float: left;
	width: 30%;	
}
}
.col1third {
	float: left;
	width: 99%;
}
@media only screen and (min-width: 1025px) {
.col1third {
	float: left;
	width: 32%;
	padding: 0;
}	
}
.col1halfleft {
	float: none;
	width: 99%;
	margin: auto;
}
@media only screen and (min-width: 1025px) {
.col1halfleft {
	float: left;
	width: 45%;
	padding: 0 1.25%;
}
}
.col1halfright {
	float: none;
	width: 99%;
	margin: 25px auto;
}
@media only screen and (min-width: 1025px) {
.col1halfright {
	float: right;
	width: 45%;
	padding: 0 1% 0 1.25%;
	margin-top: 35px;
}
}
.homeleft {
	float: none;
	width: 98%;
	margin: 25px auto;
}
@media only screen and (min-width: 1025px) {
.homeleft {
	float: left;
	width: 48%;
	padding: 0 .5%;
}
}
.homeright {
	float: none;
	width: 98%;
	margin: 25px auto;
}
@media only screen and (min-width: 1025px) {
.homeright {
	float: right;
	width: 48%;
	padding: 0 .5%;
}
}
@media only screen and (min-width: 1025px) {
.inputText {
	width:85%; 
}
.inputValue {
	width:85%;
}
}
/*EXTRAS */
/*a colored box without rounded corners */
.colorBox {
	background-color: #fdf9f4;
	margin: 25px auto 45px auto;
	padding: 4%;
	border: 10px solid #fff;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}
@media only screen and (min-width: 1025px) {
.colorBox {
	margin-top: 55px;
}
}
/*Highlight Box with rounded corners centered */
.colorBoxRound {
	background-color: #fdf9f4;
	margin: 25px auto;
	padding: 4%;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
/*padding on images - sub for hspace, vspace or both */
.imgHPad {
	border: none;
	padding: 0 10px;
}
.imgVPad {
	border: none;
	padding: 15px 0;
}
.imgBPad {
	border: none;
	padding: 10px;
}
.bookCover {
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 15px #ccc;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
  }
@media only screen and (min-width: 1025px) {
.digitalCover {
	margin-top: 50px;
	margin-bottom: 50px;
  }  
}
.recipes {
	max-width: 245px;
	float: none;
	margin: 0 auto;
}
@media only screen and (min-width: 767px) {
.recipes {
	max-width: 550px;
}
}
@media only screen and (min-width: 1372px) {
.recipes {
	max-width: none;
}
}
.recipeBtn {
    padding: 6px 12px;
    background: #EC6D9D;
    border: 0;
    color: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 120%;
    line-height: 26px;
    margin: 0 10px 15px 12px;
	display: inline-block;
}
@media only screen and (min-width: 1025px) {
.recipeBtn {
	margin: 0 4px 5px 3px;
	float: left;
	font-size: 98%;
	padding: 6px;
}
}
@media only screen and (min-width: 1372px) {
.recipeBtn {
	margin: 0 7px 15px 7px;
	float: left;
	font-size: 120%;
	padding: 6px 12px;
}
}
.recipeBtn:hover {
	background-color:#5f434d ; 
}
.recipeBtn a {
	color: #fff;
	text-decoration: none;
}
.recipeBtn a:hover {
	color: #fff;
}
.recipeBtn a:visited {
	color: #fff;
}
.brownBtn {
    padding: 5px 15px;
	max-width: 150px;
    background:#5f434d;
    border: 0;
    color: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 100%;
    line-height: 26px;
    margin: 15px;
	text-align: center;
}
@media only screen and (min-width: 1314px) {
.brownBtn {
    padding: 6px 12px;
    max-width: 170px;
    font-size: 120%;
    margin: 0 10px 5px 10px;
	display: inline-block;
}
}
.brownBtn:hover {
	background-color:#00869D; 
}
.brownBtn a, .pinkBtn a, .tealBtn a {
	color: #fff;
	text-decoration: none;
}
.brownBtn a:hover, .pinkBtn a:hover, .tealBtn a:hover, .brownBtn a:visited, .pinkBtn a:visited, .tealBtn a:visited {
	color: #fff;
}
.pinkBtn {
    padding: 5px 15px;
	max-width: 150px;
    background:#EC6D9D;
    border: 0;
    color: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 100%;
    line-height: 26px;
    margin: 15px;
	text-align: center;
}
@media only screen and (min-width: 1314px) {
	.pinkBtn {
		padding: 6px 12px;
		max-width: 250px;
		font-size: 120%;
		margin: 0 10px 5px 10px;
		display: inline-block;
	}
}
.homeBtn {
	max-width: 250px;
}
@media only screen and (min-width: 1314px) {
	.homeBtn {
		max-width: 305px;
		margin-right: 55px;
	}	
}
.pinkBtn:hover {
	background-color:#5f434d; 
}
.pinkBtn a {
	color: #fff;
	text-decoration: none;
}
.tealBtn {
    padding: 5px 15px;
	max-width: 150px;
    background:#00869D;
    border: 0;
    color: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 100%;
    line-height: 26px;
    margin: 15px;
	text-align: center;
}
@media only screen and (min-width: 1314px) {
.tealBtn {
    padding: 6px 12px;
    max-width: 250px;
    font-size: 120%;
    margin: 0 10px 5px 10px;
	display: inline-block;
}
}
.tealBtn:hover {
	background-color:#EC6D9D; 
}
.tealBtn a {
	color: #fff;
	text-decoration: none;
}
.hotel {
	max-width: 410px;
	float: none;
	margin: 25px auto 15px auto;
}
.behindScenes {
    background: #fff;
    padding: 8px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    margin: 15px;
	max-width: 250px;
}
.ageVer {
	float: left;
}
.ageVer button {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 7px 5px 7px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	padding: 6px 12px;
    background: #EC6D9D;
    border: 0;
    color: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 120%;
    line-height: 26px;
}
@media only screen and (min-width: 1025px) {
	.ageVer button {
	margin: 0 4px 5px 3px;
	font-size: 98%;
	padding: 6px;
	}
}
@media only screen and (min-width: 1372px) {
	.ageVer button {
	margin: 0 7px 15px 7px;
	font-size: 120%;
	padding: 6px 12px;
	}
}
.ageVer button:hover{
	box-sizing: border-box;
	background:#5F434D;
}
.MidSisters {
	display: none;
}
.MidSistersSQ {
	display: block;
}
.MidSistersSQ button {
	display: inline-block;
	width:100%;
	margin-bottom: 10px;
	margin-top:0px;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	background: none;
}
.MidSistersSQ button:hover{
	box-sizing: border-box;
	background:#00869d;
}
@media only screen and (min-width: 700px) {
.MidSistersSQ {
	display: none;
}
.MidSisters {
	display: block;
}
.MidSisters button {
	display: inline-block;
	margin-bottom: 10px;
	margin-top:10px;
	width:100%;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	background: none;
}
.MidSisters button:hover{
	box-sizing: border-box;
	background:#00869d;
}
}