﻿/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

* {
   margin: 0px;
   padding: 0px;
}

html, body {
    /*position: absolute;*/
	height:100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-width: 1280px;
	width: auto !important;
	_width: expression( document.body.clientWidth > 1280 ? "1280px" : "auto" );
    overflow-x: hidden;
	font-family: 'Amaranth', 'sans-serif';
    overflow-y: visible;
	color:#5b9fac;
}

th {
	color: #f28b90;
	font-weight:normal;
	font-size: 17px;
	}

body {
	background: #a8e6e9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4ZTZlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2I4ZWRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2YzZjRlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #a8e6e9 0%, #b8eddd 55%, #f3f4e1 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8e6e9), color-stop(55%,#b8eddd), color-stop(99%,#f3f4e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a8e6e9 0%,#b8eddd 55%,#f3f4e1 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a8e6e9 0%,#b8eddd 55%,#f3f4e1 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a8e6e9 0%,#b8eddd 55%,#f3f4e1 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #a8e6e9 0%,#b8eddd 55%,#f3f4e1 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8e6e9', endColorstr='#f3f4e1',GradientType=0 ); /* IE6-8 */
}

@font-face {
    font-family: 'freebooter_scriptregular';
    src: url('fonts/freebooterscript-webfont.eot');
    src: url('fonts/freebooterscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/freebooterscript-webfont.woff') format('woff'),
         url('fonts/freebooterscript-webfont.ttf') format('truetype'),
         url('fonts/freebooterscript-webfont.svg#freebooter_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 0px solid #ccc;
    margin: -0.5em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Non-data elements
   ========================================================================== */
  
div#canopy {
	position:fixed;
	height:158px;
	width:100%;
	color:#CCC;
	top:-30px;
	background: url('../img/canopy2.png') repeat-x;
	z-index:100;
}

div#logo {
	position:fixed;
    left: 50%;
    margin-left: -104px;
	top:75px;
	width:209px;
	height:179px;
	background: url('../img/logo_sign.png') no-repeat;
	z-index:99;
}

div#banner {
	position:fixed;
    left: 50%;
    margin-left: -470px;
	top:170px;
	width:940px;
	height:193px;
	background: url('../img/banner.png') no-repeat;
	z-index:200;
	-webkit-animation: float 3s infinite ease-in-out;
	animation: float 3s infinite ease-in-out;
}

@-webkit-keyframes float {
    from {
        -webkit-transform:translateY(0px);
    }
    65% {
        -webkit-transform:translateY(10px);
    }
    to {
        -webkit-transform: translateY(-0px);
    }
}

@keyframes float {
    from {
        transform:translateY(0px);
    }
    65% {
        transform:translateY(10px);
    }
    to {
        transform: translateY(-0px);
    }
}
      
div#grassDiv {
	position:fixed;
	bottom:-70px;
	left:0px;
	color:#CCC;
	height:250px;
	width:100%;	  
	background: url('../img/grassfooter.png') no-repeat center bottom;
	z-index:-1;
}

#copyright{
	position:absolute;
	font-family: 'Chewy', 'cursive';
	font-size:13px;
	right:1%;
	bottom:1%;
	color:#5b9fac;
}

/*
#content {
	position:fixed;
	height:100%;
	width:80%;
	margin:0px auto;
	left:0;
	right:0;
}*/

#content {
	position:fixed;
	height:100%;
	width:1280px;
	margin:0px auto;
	left:0;
	right:0;
	z-index:600;
}

nav{
	position:absolute;
	bottom:5%;
	left:5%;
	width: 159px;
	height:517px;
	z-index:600;
}

div#couple {
	position:absolute;
    left: 15%;
	bottom:20px;
	width:606px;
	height:412px;
	background: url('../img/eddiq.png') no-repeat center bottom;
	z-index:100;
}

/* ==========================================================================
   Data elements
   ========================================================================== */

#googlemaps {
	position:relative;
	top:-15px;
}
   
#infoTbl {
	margin:0px auto;
	left:0;
	right:0;
}

#infoTbl th {
	text-align:right;
	font-size:1em;
}

#infoTbl .dots {
	text-align:center;
	vertical-align:middle!important;
	color:#bdbfdb;
	padding-left:10px;
	padding-right:10px;
}

#infoTbl .info {
	text-align:left;
}

.contentPlaceholder {
	display:none;
	position:absolute;
	bottom:7%;
	right:5%;
	z-index:600;
	width:441px;
	height:487px;
	background: url('../img/placeholder.png') no-repeat center;
	
/*
    background-color: rgba(255,255,255,0.7);
	position:absolute;
	width:35%;
	height:500px;
	bottom:7%;
	left: 65%;
	z-index:600;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	
}

.contentPlaceholderContent {
	padding: 25px 40px 35px 40px;
}

#homeDiv {
	display:block;
	font-family:  'Chewy', 'cursive';
	font-size:20px;
	color:#66b6c5;
	text-align:center;
}

.divTitle {

	font-family: 'Pacifico', 'cursive';
	font-size:25pt;
	text-align:center;
	color: #fbb7bb;
	/*color: hsl(356, 27%, 81%);*/
	text-shadow: 0 0 2px #fff,
             -1px -1px 0 hsl(356, 90%, 75%),
             -2px -2px 1px hsl(356,90%, 75%),
             -2px -2px 2px hsl(356, 80%, 45%);
	padding-bottom: 20px;
}

.divider {
	position:absolute;
	top:40px;
	content:url('../img/divider.png') no-repeat;
	width: 388px;
	height:46px;
	margin:0px auto;
	left:0;
	right:0;
	overflow: visible;
	z-index: 400;
}

.divider::before{
	position:absolute;
	top:0px;
	content:url('../img/divider.png');
	width: 388px;
	height:46px;
	margin:0px auto;
	left:0;
	right:0;
	overflow: visible;
	z-index: 400;
}

.navLink {
	outline: #cab390 inset 5px;
}

#twitterDiv {
	position:absolute;
	margin:0px auto;
	left:0;
	right:0;
	width:85%;
	font-family:"Chewy",'cursive';
}

#twitter-widget-0 {
	height:340px;
}

/* ==========================================================================
   Animations : Clouds
   ========================================================================== */

img.clouds {
	z-index:-400;
	position: absolute;
}

div#cloudsBig1 {
	position: relative;
	width: 100%;
	height: 140 px;
	top:150px;
	overflow: visible;
	z-index:-400;
}

#cloudBig1a {
	-webkit-animation: cloudSlow1a 60s linear infinite;
	animation:cloudSlow1a 60s linear infinite;
}

#cloudBig1b {
	-webkit-animation: cloudSlow1b 60s linear infinite;
	animation:cloudSlow1b 60s linear infinite;
}

div#cloudsBig2 {
	position: relative;
	width: 100%;
	height: 75px;
	top:230px;
	overflow: visible;
	z-index:-400;
}

#cloudBig2a {
	-webkit-animation: cloudSlow2a 64s linear infinite;
	animation:cloudSlow2a 64s linear infinite;
}

#cloudBig2b {
	-webkit-animation: cloudSlow2b 64s linear infinite;
	animation:cloudSlow2b 64s linear infinite;
}

div#cloudsSmall1 {
	position: relative;
	width: 100%;
	height: 114px;
	top:270px;
	overflow: visible;
	z-index:-400;
}

#cloudSmall1a {
	-webkit-animation: cloudFast1a 60s linear infinite;
	animation: cloudFast1a 60s linear infinite;
}

#cloudSmall1b {
	-webkit-animation: cloudFast1b 60s linear infinite;
	animation: cloudFast1b 60s linear infinite;
}

div#cloudsSmall2{
	position: relative;
	width: 100%;
	height: 100px;
	top:230px;
	overflow: visible;
	z-index:-400;
}

#cloudSmall2a {
	-webkit-animation: cloudFast2a 92.3s linear infinite;
	animation: cloudFast2a 92.3s linear infinite;
}

#cloudSmall2b {
	-webkit-animation: cloudFast2b 92.3s linear infinite;
	animation: cloudFast2b 92.3s linear infinite;
}

div#cloudsSmall3{
	position: relative;
	width: 100%;
	height: 75px;
	top:235px;
	overflow: visible;
	z-index:-400;
}

#cloudSmall3a {
	-webkit-animation: cloudFast3a 36s linear infinite;
	animation: cloudFast3a 36s linear infinite;
}

#cloudSmall3b {
	-webkit-animation: cloudFast3b 36s linear infinite;
	animation: cloudFast3b 36s linear infinite;
}

@-webkit-keyframes cloudSlow1a {
	from { left: -30%; }
	to { left: 35%; }
}

@keyframes cloudSlow1a {
	from { left: -30%; }
	to { left: 35%; }
}

@-webkit-keyframes cloudSlow1b {
	from { left: 35%; }
	to { left: 100%; }
}

@keyframes cloudSlow1b {
	from { left: 35%; }
	to { left: 100%; }
}

@-webkit-keyframes cloudSlow2a {
	from { left: -5%; }
	to { left: 65%; }
}

@keyframes cloudSlow2a {
	from { left: -5%; }
	to { left: 65%; }
}

@-webkit-keyframes cloudSlow2b {
	from { left: 65%; }
	to { left: 135%; }
}

@keyframes cloudSlow2b {
	from { left: 65%; }
	to { left: 135%; }
}

@-webkit-keyframes cloudFast1a {
	from { left: -100%; }
	to { left: 0px; }
}

@keyframes cloudFast1a {
	from { left: -100%; }
	to { left: 0px; }
}

@-webkit-keyframes cloudFast1b {
	from { left: 0px; }
	to { left: 100%; }
}

@keyframes cloudFast1b {
	from { left: 0px; }
	to { left: 100%; }
}

@-webkit-keyframes cloudFast2a {
	from { left: -20%; }
	to { left: 80%; }
}

@keyframes cloudFast2a {
	from { left: -20%; }
	to { left: 80%; }
}

@-webkit-keyframes cloudFast2b {
	from { left: 80%; }
	to { left: 180%; }
}

@keyframes cloudFast2b {
	from { left: 80%; }
	to { left: 180%; }
}

@-webkit-keyframes cloudFast3a {
	from { left: -20%; }
	to { left: 40%; }
}

@keyframes cloudFast3a {
	from { left: -20%; }
	to { left: 40%; }
}

@-webkit-keyframes cloudFast3b {
	from { left: 40%; }
	to { left: 100%; }
}

@keyframes cloudFast3b {
	from { left: 40%; }
	to { left: 100%; }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}