﻿/* 
 * HTML5 ✰ Boilerplate
 *
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #A03030; }
a:visited { color: #A03030; }
a:hover { color: #A03030; cursor: pointer; cursor: hand}
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

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

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */







/* L A Y O U T */
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {min-height: 100%;} /*originally called wrap */

#main {
	/* overflow:auto; */ /* ffox fix */
	overflow-x: hidden;  /* ffox fix */
	overflow-y: auto;    /* ffox fix */
	padding-bottom: 380px; /* must be same height as the footer */
}  


footer {position: relative;
	margin-top: -380;/*-568px;*/ /* -150+448 -150px; /* negative value of footer height */
	height: 380px;
	clear:both;} 
footer a:hover { color:33CCCC; }

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/* IE8 hack to get it to apply margin auto centering to element inside this one */
#wrap {width:100%}


body { background:url('images/bg-blue.png') repeat; overflow:visible;}

/* Header */
header {  background:url('images/header-bg.png') repeat-x;height:100px;  }
header h3.phone { background:url('images/number.png'); width:553px; height:35px; text-indent:-9999px; float:left; margin-right:20px; }
#header-wrap {width:960px;margin:0 auto;padding:0 10px 0 10px}
#ctl00_lblLoggedIn { position:absolute; margin:0px; padding:0px; top:36px; right:0px; }

/* Navigation */
#nav-wrap { width:960px;margin:0 auto;clear:both;}
#nav-wrap h1 { float:left; display:block; width:146px; height:75px; text-indent:-9999px; margin-bottom:20px; margin-top:20px; }
#nav-utils { float:right; margin-right:10px; }
#nav-utils .button { background-color: rgba(255,255,255,.1); color:#FFFFFF; }
#nav-utils .button.strong { background-color: #EEE; color:#666666; text-shadow: 0 2px 2px rgba(255,255,255,1); }
#nav-main { float:right; margin-top:10px; margin-right:10px;}
#nav-main .button { color:#FFFFFF;}
#nav-header { position:relative; float:right; top:25px; margin-right:10px;}
#nav-header .button{ color:#ffffff; background-color:#A00;}

/* Content Area */
#main {width:960px;margin:0 auto;clear:both;}
#main h2.home  { position:relative; float:left; top:0px; display:block; background:url('images/header.png'); repeat-none; width:960px; height:126px; text-indent:-9999px; margin-top:-20px; }
#main h2 { font-size:28px; font-family:Verdana, Helvetica, Arial, sans-serif; color:#A03030; }

		
/* gallery */
#gallery-wrap { width:610px; height:308px; background:#111; float:left; display:block; }
#gallery-main-wrap { width:920px; height:465px; background:#111; float:left; display:block; }
#gallery { margin:0px; padding:0px; list-style:none;}


/* get a quote */
#getaquote { width:270px; height:268px; background:#DDD; float:right; display:block;padding:20px; }
#getaquote h2.quickquote{  position:relative; float:left; top:0px; display:block; background:url('../img/lbl-quickquote.png'); repeat-none; width:270px;height:22px; text-indent:-9999px; margin-bottom:10px;}


/* testimonials */
#testimonials { float:right; margin-top:30px; display:block; width:940px; margin-right:10px; margin-left:10px; }
#testimonials ul li { list-style:none; }
#testimonialsTicker { background:rgba(255,255,255,0.6); color:#333; padding:20px 20px; -moz-border-radius:10px; -webkit-border-radius:10px; width:900px;/*940px;*/ font-size:18px; }

/* promos */
div .promos { display:block; float:left; margin:0px; padding:0px;}
aside .promos { display:block; float:left; margin:0px; padding:0px;}
.promos ul { width:960px; height:145px; list-style: none; position:relative; margin:0px; padding:0px; margin-top:10px; margin-left:5px; }/*5px to offset margin of items 5px */
.promos ul li { width:225px;; float:left; margin-left:5px;  padding: 3px; background: white;  border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -khtml-border-radius: 5px; -webkit-box-shadow: rgba(0,0,0,0.398438) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.398438) 0 1px 3px; box-shadow: rgba(0,0,0,0.398438) 0 1px 3px; border: 1px solid; border-color: #e5e5e5 #dbdbdb #d2d2d2;}
.promos ul li:nth-child(1n) { border: none; }
.promos ul li a:hover { background: #fdfdfd; background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#fafafa)); background: -moz-linear-gradient(top, #fdfdfd, #fafafa); }
.promos ul li a img { margin: 0; display: block; }
.promos ul li a div { margin: 0; display: block; }
/* IE9 Fixes */
:root .promos ul li,
:root .promos ul li { margin-left:6px \0/IE9; }
:root .promos ul li:first-child { margin-left:4px \0/IE9; }


/* our service */
#ourservice { float:right; margin-top:30px; display:block; width:940px; margin-right:10px; margin-left:10px; }

/* links */
.linkViewMobile { position:relative; float:left; top:0px; display:block; background:url('images/mobile.png'); repeat-none; width:87px; height:87px; text-indent:-9999px; }


/* features */
.features ul { width:960px; height:155px; list-style: none; position:relative; margin:0px; padding:0px; margin-top:20px; margin-left:0px; }/*5px to offset margin of items 5px */
.features ul li { width:225px; height:90px; float:left; margin-left:5px;  padding: 3px; display:block}
.features ul li:nth-child(1n) { border: none; }
.features ul li a:hover { background: #fdfdfd; background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#fafafa)); background: -moz-linear-gradient(top, #fdfdfd, #fafafa); }
.features ul li a img { margin: 0; display: block; }
.features ul li a div { margin: 0; display: block; }
.features ul li h3{ font-size:18px;margin-bottom:10px; margin-left:60px; text-shadow: 0px 1px 0px #e1e1e8;}
.features ul li p{ font-size:14px; margin-left: 60px;}

.features ul li.experienced { background:url('../img/feature-man.png') no-repeat; }
.features ul li.competitive { background:url('../img/feature-dollar.png') no-repeat; }
.features ul li.choice { background:url('../img/feature-star.png') no-repeat; }
.features ul li.modern { background:url('../img/feature-badge.png') no-repeat; }
.features ul li.photo { background:url('../img/feature-camera.png') no-repeat; }
.features ul li.commentary { background:url('../img/feature-speech.png') no-repeat; }
.features ul li.fair { background:url('../img/feature-thumb.png') no-repeat; }
.features ul li.fair h4{ background:url('images/img-creditcards.png') no-repeat; width:163px; height:38px; text-indent:-9999px; margin-left: 60px; margin-top:6px;}
.features ul li.versatile { background:url('images/feature-boat.png') no-repeat; }

/* Footer */
#footer-header {width:100%; margin:0 auto; background: url('images/footer-bg-sm.png') no-repeat center; height:240px; /*448px;*/ }
#footer-content {width:100%; margin:0 auto; background:#000; }
#footer-wrap {width:960px;margin:0 auto; height:140px;line-height:1.1em;padding:0 10px 0 10px;}
#footer-text { padding-top:60px; color:#AAA; }
#footer-text a { color:#FFF;}
#footer-text a:visited { color:#FFF;}
/* T Y P O */
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

blockquote {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: .5em 1em;
	border-left: 5px solid #ccc;
	background-color: #eee; }
blockquote p {
	margin: 0;
	font-size:18px; 
	text-align:center;}
/* S T Y L E S */

.vspacer { float:left; margin-top:30px; }

.button{ padding: 5px 10px 6px; background: #222 url(../img/util-grad-overlay.png) repeat-x; display: inline-block; color: #fff; text-decoration: none; font-weight: bold; line-height: 1;  -moz-border-radius: 4px;  -webkit-border-radius: 4px;  border-radius: 4px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); box-shadow: 0 1px 3px rgba(0,0,0,0.5); text-shadow: 0 -1px 1px rgba(0,0,0,0.5); border-bottom: 1px solid #222; position: relative; cursor: pointer; }
.button.small { font-size: 11px; }
.button.medium { font-size: 13px; }
.button.large { font-size: 14px; padding: 8px 14px 9px; color:#FFFFFF;}
.button.selected { background-color: #ffb515; }

.billboard { 
	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	float:left;
	clear:both;
	width:920px; /* 1024 - margins = 1004 */
	background:#FFF; 
	padding:10px;
	/*css3 progressive enhancement*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	-webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.2);
	box-shadow: 3px 3px 7px 1px rgba(0,0,0,.2);
}

.billboard_main { width:570px;  background:#fff; float:left; display:block; padding:20px; padding-top:10px;}
.billboard table { /*float:right; margin-left:20px;*/width:100%; margin-top:10px; margin-bottom:20px;-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.2);-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.2); box-shadow: 1px 1px 3px 1px rgba(0,0,0,.2);}
.billboard table th { border-bottom:1px solid #AAA; text-align:left; background:#CCC; color:#FFF; text-shadow:-1px -1px 1px #AAA; padding:5px; padding-left:10px; padding-right:10px;}
.billboard table td { width:50%; padding:5px; background:#EEE; padding-left:10px; padding-right:10px;text-shadow:1px 1px 1px #FFF; }

.billboard .splash{ height:196px; background:#333333; margin-left:-10px; margin-right:0px;margin-top:0px; width:940px; float:left; margin-bottom:20px;}
.billboard .splash .gallery-fadein{ float:right; width:310px;}
.billboard .wedding { background:url('../img/splash-wedding.jpg') no-repeat; }
.billboard .events  { background:url('../img/splash-events.jpg') no-repeat; }
.billboard .services  { background:url('../img/splash-services.jpg') no-repeat; }
.billboard_sidebar { width:310px;  float:right; display:block; }
.billboard_sidebar ul { list-style:none; margin-left:0px; padding:0px;}
.billboard_sidebar ul li { float:left; }
.billboard_sidebar ul li h3 {border-top: 1px dashed #aaa; border-bottom: 1px dashed #aaa; padding-bottom:5px; padding-top:5px;} 
.billboard_sidebar div.price{ padding:10px; padding-left:0px; font: 40px 'LeagueGothicRegular'; color:#CCC; float:left; display:block;width:80px;}
.billboard_sidebar div.description{ padding:10px; padding-right:0px; float:right; display:block; clear:right; width:190px;}
#main .billboard_sidebar h2 { font-size:36px; font:LeagueGothicRegular; color:#A03030; }

.billboard_sidebar .button{ width:270px; margin-top:20px; margin-bottom: 20px; text-align:center;}


.billboard h3 { margin-top:10px; color:#A03030;}
.billboard h2 { font-size:36px; font:LeagueGothicRegular; color:#A03030; }
.billboard p { font-size:14px; color:#000000; }

.packages p { font-size:20px;  color:#BBB;}

/* T E L E R I K CONTROLS */

#ctl00_cphMain_WaterTaxiQuickQuoteForm1_pnlQuoteForm {
margin:0px;
padding:0px;
}
#ctl00_cphMain_WaterTaxiQuickQuoteForm1_pnlQuoteForm table{
float:left;
margin:0px;
padding:0px;
width:100%;
height:100%;
}

#ctl00_cphMain_WaterTaxiQuickQuoteForm1_lblOutput,#lblJourneyTimeOutput {
	font: 40px 'LeagueGothicRegular'; color:#aaa;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* 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; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}