/* 
windjamm.css 
Styles for The Maine Windjammer Association website. 
Author: James Cradock <jim@yellahoose.com> & Gordon Holman <gordon@slickfish.com> 
Copyright:  ©2013 The Maine Windjammer Association
*/
@charset "UTF-8";
/* CSS Document */
 
/*============================================================
SIMPLE RESET
============================================================*/
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, blockquote {
	margin: 0; padding: 0; border: 0;
}
* { margin:0; padding:0; }


/*============================================================
GLOBALS
============================================================*/
body {
	font-size: 14px; 

    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 400;

	line-height: 150%; 
	color: #555;
	background: #fff url(images/windjamm/mwa-bkg.jpg) no-repeat fixed center top;
}

p { 	
	padding: 1em; 
}

td {vertical-align: middle;}

#padtop {
	padding-top: 25px;
}


/*============================================================
TYPEKIT
============================================================*/
.myriad,
.myriad-italic,
.myriad-semi,
.myriad-semi-italic,
.myriad-bold,
.myriad-bold-italic
{
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
}
.myriad-italic {
	font-style: italic;
}
.myriad-semi-bold {
	font-weight: 600;
}
.myriad-semi-italic {
	font-weight: 600;
    font-style: italic;
}
.myriad-bold {
	font-weight: 700;
}
.myriad-bold-italic {
	font-weight: 700;
    font-style: italic;
}

.freight,
.freight-italic,
.freight-bold,
.freight-bold-italic
{
    font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
}
.freight-italic {
	font-style: italic;
}
.freight-bold {
	font-weight: 700;
}
.freight-bold-italic {
	font-weight: 700;
    font-style: italic;
}


/*============================================================
MISC STYLES
============================================================*/
a:link, a:hover, a:visited, a:active {
	outline: none;
	/*text-decoration: underline;*/
	color: #0397d6; /* bright-blue */
}
a:hover {
	text-decoration: underline;
	color: #0c7fb0; /* dimmer-blue */
}


.pdf, 
.doc
{
	display: block;
	outline: none;
	border: 0;
	padding-left: 20px;
	text-decoration: none;
	background: url(images/windjamm/pdf_17x17.png) no-repeat left top;
}
.doc
{
	background: url(images/windjamm/doc_17x17.gif) no-repeat left top;
}
.pdf:hover,
.doc:hover
{
	border-bottom: 0;
	text-decoration: underline;
}




.upper {
	text-transform: uppercase;
}

.under {
	text-decoration: underline;
}
.centerit {
	text-align: center;
	display: block; 
}

.red {
	color: #9c1d20; /* red */
}
a.red {
	color: #9c1d20; /* red */
}
a.red:hover {
	color: #601214; /* dark-red */
}

.white {
	color: #fff;
}
.green {
	color: #578926; /* green */
}
.gold {
	color: #dabe5f; /* gold */
}
.orange {
	color: #c88d00; /* orange */
}
.blue {
	color: #004b89; /* blue */
}


.tan {
	color: #9c7e0f; /* tan */
}
.gray {
	color: #666;
}

blue {
	color: #1b5891; /* blue */
}
.dark-green {
    color: #274f00; /* dark-green */
}
.medium-blue {
	color: #3c6ba2; /* medium-blue */
}
.soft-blue {
	color: #8395ab; /* soft-blue */
}
.light-blue {
	color: #709fcb; /* light-blue */
}
.bright-blue {
	color: #0397d6; /* bright-blue */
}


hr {
	height: 1px; 
	border: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #bab698; 
	background: #bab698; 
}

.clear, .clearit {
	clear: both;
}




.shadowit {
	-webkit-box-shadow:  1px 0px 5px 0px rgba(0, 0, 0, .4);
	box-shadow:  1px 0px 5px 0px rgba(0, 0, 0, .4);
}
.borderit {
	border: 1px solid #dde09c;
}
.pad50 {
	padding-top: 50px;
}
.pad40 {
	padding-top: 40px;
}
.pad25 {
	padding-top: 25px;
}
.pad20 {
	padding-top: 20px;
}
.pad15 {
	padding-top: 15px;
}
.pad10 {
	padding-top: 10px;
}
.pad5 {
	padding-top: 5px;
}

/*============================================================
Columns
============================================================*/
.col {
	float: left;
	display: block;
	width: 50%;
}
.col_one_third {
    float: left;
    width: 33%;
    margin-right: 1%;
}
.col_two_third {
    float: left;
    width: 66%;
}
/*============================================================
GENERIC IMG BTN
============================================================*/
#display .btn,
#foot .btn
{
    display: block;
    overflow: hidden;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left top;
}
#display .btn:hover,
#foot .btn:hover
{
    text-decoration: none;
}
#display .btn span,
#foot .btn span
{
    display: block;
    margin-top: -10000px;
}
/*============================================================
PAGE MAIN WRAPPER
============================================================*/
#main-wrapper {
    width: 1080px;
    min-height: 800px;

    margin: 0 auto 2em auto;
    padding: 0 10px 10px 10px;
    clear: both;

	background: url(images/windjamm/shadow.png) no-repeat center bottom;
}
/*============================================================
HEADER
============================================================*/
h1#logo {
    width: 100%;
    height: 108px;
    position: relative;

    background: #fff url(images/windjamm/header-bkg2.jpg) no-repeat left top;
}
h1#logo a {
    display: none;
}
/*============================================================
LOGO
============================================================*/
h1#logo a {
    padding: 0px;
    margin-top: 0;
    cursor: pointer;
    width: 295px;
    height: 70px;

    float: none;
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 20px;

    background: transparent;
}
h1#logo a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    background: url(images/windjamm/logo_btn.png) no-repeat left top;
    width: 295px;
    height: 70px;
}
h1#logo a:hover {
    text-decoration: none;
    background-position: left -70px;
}
h1#logo a span {
    display: block;
    margin-top: -10000px;
}
/*============================================================
NAVBAR
============================================================*/
/* menu */ 
#top-menu { 
    background: #fff url(images/windjamm/img-bar-get-to-know.jpg) no-repeat left 38px; /* NEED THESE IMAGE BARS TO BE SET TO EACH CATEGORY AS WELL AS ASSIGN A DEFAULT */
	display: block; 
	height: 110px;  
	margin: 0; 
	padding: 0; 
	width: 100%; 
} 
body.get-to-know-us #top-menu,
body.about-windjamming #top-menu
{ 
    background-image: url(images/windjamm/img-bar-get-to-know.jpg); 
}

/* TAKE A LOOK BANNER UPDATED TO RETINA 11/2015 */
body.photo-gallery #top-menu,
body.video-gallery #top-menu,
body.add-your-images #top-menu,
body.photo-contest-2013 #top-menu
{ 
    /*background-image: url(images/windjamm/img-bar-take-a-look.jpg); */
	background-image: url(images/windjamm/image-bar-take-a-look-2x.jpg);
	background-size: 1080px;  
} 
body.our-vessels #top-menu,
body.ship-stats #top-menu
{ 
    background-image: url(images/windjamm/img-bar-our-vessels.jpg); 
}
body.special-events-2013 #top-menu,
body.charter-specialty-cruises-wedding #top-menu,
body.air-sea-and-land-sea-packages #top-menu,
body.travel-resources #top-menu,
body.faq-s #top-menu
{ 
    background-image: url(images/windjamm/img-bar-plan-your-trip.jpg); 
}
body.read-the-reviews #top-menu { 
    background-image: url(images/windjamm/img-bar-read-reviews.jpg); 
}
body.contact-us #top-menu { 
    background-image: url(images/windjamm/img-bar-contact.jpg); 
}



#top-menu ul.sf-nav {
	float: left;

	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;

	list-style: none;

    background: #031e34 url(images/windjamm/nav-bkg.jpg) no-repeat left top;
	text-transform: uppercase;
}
#top-menu ul.sf-nav li {
	float: left;
	display: block;
	padding: 0 33px;
	margin: 0; 
    background: transparent url(images/windjamm/dash.png) no-repeat right 12px;
}
#top-menu ul.sf-nav li:last-child {
    background: none;
    padding-right: 0;
}

#top-menu ul.sf-nav li a {
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 700;
	font-size: 1em; 

	display: block;
    /*text-align: center;*/
	text-decoration: none;
	outline: none;
	border: 0;

    padding: 0;
    line-height: normal;

    height: 38px;
    line-height: 38px;
}
#top-menu ul.sf-nav li a:hover {
    background: none;
}

#top-menu ul.sf-nav li:hover,
#top-menu ul.sf-nav li.sfHover,
#top-menu ul.sf-nav a:focus,
#top-menu ul.sf-nav a:hover,
#top-menu ul.sf-nav a:active 
{
    background-color: transparent;
	outline:		0;
}


/* COLORS NAVBAR */
#top-menu ul.sf-nav li a {
    color: #fff; /* white */
}
#top-menu ul.sf-nav li a:hover {
    color: #6bb1ff; /* bright blue */
}
#top-menu ul.sf-nav li.nav-selected a,
#top-menu ul.sf-nav li.nav-path-selected a
{ 
	color: #7491b2; /* gray blue */
} 
#top-menu ul.sf-nav li.nav-selected a:hover,
#top-menu ul.sf-nav li.nav-path-selected a:hover,
#top-menu ul.sf-nav li.nav-selected a:active,
#top-menu ul.sf-nav li.nav-path-selected a:active
{ 
    color: #6bb1ff; /* bright blue */
} 
/* name */ 
#top-menu h1 { 
    color: #003763; /* dark blue */
	display: block; 
	font-size: 23px; 
	height: 72px;  
	line-height: 72px;  
	margin: 0 0 0 33px; 
	padding: 0; 
	width: 980px; 

    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 400;

} 

/* SUPERFISH DROP NAV STYLING */
#top-menu ul.sf-nav li ul {
	margin: 0 0 0 -10px;
	padding: 0;
	border: none;
	background: transparent url(images/windjamm/blue90.png);
	/*border-left: 0;*/
	-webkit-box-shadow:  1px 1px 5px 0px #425060;
	box-shadow:  1px 1px 5px 0px #425060;
	min-width: 250px;
	left: 33px;
}
#top-menu ul.sf-nav li ul li {
	clear: both;
	left: 0;
	text-align: left;
	
	float: none;
	display: block;
	line-height: 20px;
	min-height: 20px;
	width: 100%;

	padding: 0; 
	margin: 0;
    background: none;

}
#top-menu ul.sf-nav li ul li a {
	color: #fff; 
	text-decoration: none;
	border: 0;
	float: none;

	font-weight: 500;
	font-size: 14px; 
	text-transform: capitalize;
	letter-spacing: 0;

	padding: 3px 10px;
}
#top-menu ul.sf-nav li ul li a:hover,
#top-menu ul.sf-nav li.nav-path-selected ul li a:hover
{
    color: #6bb1ff; /* bright blue */
	text-decoration: none;
	background: #003763; /* dark blue */
}
#top-menu ul.sf-nav li.nav-path-selected ul li a {
    color: #fff; 
	text-decoration: none;
}

#top-menu ul.sf-nav li.nav-path-selected ul li.sf-second-class a {
    color: #6bb1ff; /* bright blue */
	text-decoration: none;
}
#top-menu ul.sf-nav li.nav-path-selected ul li.sf-second-class a:hover {
    color: #6bb1ff; /* bright blue */
	background: #003763; /* dark blue */
}

@media print {
    #top-menu ul.sf-nav li ul {display: none;}
  }

/*============================================================
HOMEPAGE SPECIFICS
============================================================*/
body.home #top-menu { 
    height: 38px;
} 
body.home #top-menu h1 { 
    margin-left: -10000px;
} 
 
 
body.home #main { 
    display: none !important;
} 
body.home #sidebar { 
    display: none !important;
} 
.nav {
    display: none;
}
/*============================================================
FLEXSLIDER (SLIDESHOW)
============================================================*/
/* see flexslider css */



/*============================================================
HOMEPAGE CENTRAL
============================================================*/
body#full #central {
    background: url(images/windjamm/central-bkg.jpg) no-repeat left top;
    width: 980px;
    padding: 0 50px;
    margin: 0 auto; 
    min-height: 255px;
}
body#full.search-cruises-results #display-block {
    width: 96%;
    padding: 33px 2% 0 2%;    
    min-height: 500px;
}
body#full #central #body {
    float: left;
    width: 735px;
    padding: 0;
}
body#full #central #formSideBar {
    width: 245px;
}

body#full #central .col-one-third {
    float: left;
    width: 245px; /* see padding below */
    min-height: 255px;

    padding-top: 23px;
    padding-right: 15px;

    color: #003763; /* dark blue */
    font-size: 13px;
    line-height: 130%;
}
body#full #central .col-one-third a {
    text-decoration: none;

    color: #7b2f05; /* brown */
}
body#full #central .col-one-third a:hover {
    text-decoration: underline;
    color: #6bb1ff; /* bright blue */
}
body#full #central .col-one-third a.blueLink {
    text-decoration: underline;
    font-weight: 700;
    color: #003763; /* dark blue */
}
body#full #central .col-one-third a.blueLink:hover {
    text-decoration: underline;
    color: #6bb1ff; /* bright blue */
}

body#full #central .col-one-third .big {
    line-height: normal;
    font-size: 17px;
    display: block;
    margin-bottom: 15px;
}

/* two thirds */
body#full #central .col-two-third {
    float: left;
    width: 439px; /* see padding below */
    min-height: 255px;

    padding-top: 18px;
    padding-right: 18px;
    padding-left: 18px;

    color: #003763; /* dark blue */
    font-size: 15px;
    font-weight: 700;
    line-height: 140%;

    background: url(images/windjamm/white-half.png);
}
body#full #central .col-two-third a {
    text-decoration: none;
    color: #7b2f05; /* brown */

    min-height: 215px;
    overflow: auto;
    width: 211px;

    text-align: center;

    display: block;
    float: left; 
    margin-right: 17px;
}
body#full #central .col-two-third a:last-child {
    margin-right: 0;
}
body#full #central .col-two-third a b {
    text-decoration: none;
    color: #003763; /* dark blue */
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}
body#full #central .col-two-third a:hover,
body#full #central .col-two-third a:hover b
{
    text-decoration: none;
    color: #6bb1ff; /* bright blue */
}
body#full #central .col-two-third a img {
    width: 205px;
    height: 155px;
    padding: 3px;
    background: url(../images/white50.png);
    
    display: block;
    border: 0;
    outline: none;

    margin-bottom: 10px;
}
body#full #central .col-two-third a:hover img {
    padding: 3px;
    background: none;
    background: #6bb1ff; /* bright blue */
    text-decoration: none;
}


/* SIDEBAR */
body#full #central #formSideBar {
    float: right;
    width: 195px; /* see padding below 245 - 50 = 195 */
    min-height: 255px;

    padding-top: 23px;
    padding-left: 50px;

    color: #003763; /* dark blue */
    font-size: 13px;
    line-height: 130%;

    overflow: hidden;
}
body#full #central #formSideBar h3 {
    padding: 0;
    /*font-size: 16px;   */
    color: #003763; /* dark blue */
    margin: 0 0 10px 0; 
}


/*============================================================
HOMEPAGE FORM
============================================================*/
body.home #formSideBar form#search-cruises {
    
}
body.home #formSideBar form#search-cruises h3 {
    padding: 0;
    font-size: 22px;   
    color: #003763; /* dark blue */
    margin: 0 0 10px 0; 
    font-weight: 300;

    font-family: "myriad-pro",sans-serif;
    font-style: normal;
}
body.home #formSideBar form#search-cruises div.search-cruises-row {

}
body.home #formSideBar form#search-cruises select {
   background: transparent;
   background: url(images/windjamm/select_bkg.jpg) no-repeat right top;
   width: 200px;
   padding: 0 7px; /* removed top and bottom padding */
   font-size: .9em; /* using ems now */
   line-height: 28px; /* made line-height match height of form */
   border: 0;
   border-radius: 0;
   height: 28px;
   -webkit-appearance: none;
    text-transform: uppercase;

    overflow: hidden;
    color:#fff;

    margin-bottom: 13px;
    outline: none;
}
body.home #formSideBar form#search-cruises select option {
    color: #536f8e; /* medium blue */
}
body.home #formSideBar form#search-cruises select {
    -moz-background: url(images/windjamm/select_bkg-moz.jpg) no-repeat right top;
}
@-moz-document {
    body.home #formSideBar form#search-cruises select {
        background-position: left top;
    }
}

/* IE */

/* To target IE 6 and 7 */
@media screen\9 {
    body.home #formSideBar form#search-cruises select { background: url(images/windjamm/select_bkg-moz.jpg) no-repeat right top; }
} 
/* To target IE 6, 7 and 8 */
@media \0screen\,screen\9 {
    body.home #formSideBar form#search-cruises select { background: url(images/windjamm/select_bkg-moz.jpg) no-repeat right top; }
} 
/* To target IE 8, 9 and 10 */
@media screen\0 {
    body.home #formSideBar form#search-cruises select { background: url(images/windjamm/select_bkg-moz.jpg) no-repeat right top; }
}



body.home #formSideBar form#search-cruises div#search-cruises-boom {
    width: 200px;
    height: 28px;
}
body.home #formSideBar form#search-cruises div#search-cruises-boom input[type="submit"],
body.home #formSideBar form#search-cruises div#search-cruises-boom .btn_all
{
   background: transparent;
   background: url(images/windjamm/submit_bkg.jpg) no-repeat left top;
   padding: 0; 
   padding-left: 1em;
   font-size: 1em; /* using ems now */
   line-height: 28px; /* made line-height match height of form */
   border: 0;
   border-radius: 0;
   height: 28px;
   width: 75px;
   -webkit-appearance: none;
    text-transform: uppercase;


	text-align: left;

    color: #8fa0b5;
	margin: 0;
    outline: none;
	display: block;
    float: left;
}
body.home #formSideBar form#search-cruises div#search-cruises-boom .btn_all {
	width: 115px;
	margin-right: 10px;
	text-align: center;
	padding: 0;
}

body.home #formSideBar form#search-cruises div#search-cruises-boom input[type="submit"]:hover,
body.home #formSideBar form#search-cruises div#search-cruises-boom .btn_all:hover
{
   background: url(images/windjamm/submit_bkg_over.jpg) no-repeat left top;
    color: #fff; 
    text-decoration: none;
    cursor: pointer;
}







/*#right_sidebar #sidebar {
    float: right;
    width: 300px;
    min-height: 300px;
    background: pink;
}*/

/*select {
    -moz-appearance: window;
}*/

/*============================================================
CONTENT
============================================================*/
#content { 
    background: #fff;
    width: 1080px;
    padding: 0;
    margin: 0 auto; 
    overflow: auto;

    color: #555;
} 
#full #main {
    padding-top: 33px;
    width: 1014px;
    margin-left: 33px;
    margin-right: 33px;
}
#right_sidebar #main {  /* left col */
	display: block; 
	float: left; 
	width: 484px; 
    padding: 33px;
    min-height: 500px; 
    background: #fff;
} 
#right_sidebar #sidebar { 
	background: #fff url(images/windjamm/right-side-block_bkg.jpg) repeat-x left top;  
	display: block; 
	float: left; 
    min-height: 500px; 
	width: 464px; 
    padding: 33px;

    color: #003763; /* dark blue */
}

#right_sidebar #sidebar p.bigPic img {
    width: 464px;
    display: block;
    margin-bottom: 0;
}
#right_sidebar #sidebar a.zoomImage,
#right_sidebar #main a.zoomImage
{ 
    float: left;
}
#right_sidebar #sidebar a.zoomImage:nth-of-type(1) {
    margin-bottom: 10px;   
}
#right_sidebar #sidebar a.zoomImage:nth-of-type(2n) {
    margin-right: 10px;   
}


#right_sidebar #main a.zoomImage:nth-of-type(odd) {
    margin-right: 10px;
}
#right_sidebar #main a.zoomImage:nth-of-type(2n+3) {
    clear: both;  
}




#content p {
    padding: 0;
    margin: 0 0 1em 0;
    line-height: 135%;
    color: #555;
    font-size: 13px;
} 
#content p.blue {
    font-size: 13px;
    color: #003763; /* dark blue */
} 
#content p.blue-tight {
    font-size: 13px;
    color: #003763; /* dark blue */
    padding-top: 0;
    padding-bottom: 0;
} 
#content p.blue-header {
    color: #003763; /* dark blue */
    font-size: 14px;
	font-weight: bold;
}
#content p.blue-upper {
    color: #003763; /* dark blue */
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
}
#content p.blue-upper-tight {
    color: #003763; /* dark blue */
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
}
#content p b,
#content p strong
{
    color: #003763; /* dark blue */
    font-weight: 700;
}


/* PAGE LIST UNDER PRESS RELEASES */
#content .ccm-page-list {
    font-size: 12px;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 10px;

}
#content .ccm-page-list h3.ccm-page-list-title {
    font-size: 14px;
    line-height: normal;
    padding-bottom: 10px;
    padding-left: 20px;
    background: url(images/arrow.png) no-repeat left 1px;    
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    
}
#content .ccm-page-list h3.ccm-page-list-title:last-child {
    padding-bottom: 0;
}
#content .ccm-page-list h3.ccm-page-list-title a {
    text-decoration: none;
    
}
#content .ccm-page-list h3.ccm-page-list-title a:hover {
    text-decoration: underline;
    
}

/*============================================================
IMAGE GALLERY PAGE STYLES
============================================================*/
#full .c5-galleria {
    margin: 20px auto 50px auto;
    width: 980px;
}
#full .galleria-info-link {
    background-color: #7491b2; /* gray blue */
}
#full .galleria-thumbnails .galleria-image {
    background: #fff; 
    border: 1px solid #a1b0c8; /* subtle blue */
}
#full .galleria-info-text {
    background: none;
    background: url(images/windjamm/blue90.png);
}
#full .galleria-container {
    background: #fff;
    border: 1px solid #dae3f0; /* pale blue */
}
#full .galleria-thumb-nav-right {

}
#full .galleria-loader {
    background: url(images/windjamm/mwa-gallery-loader.gif) no-repeat 2px 2px;
}
#full .galleria-thumb-nav-left,
#full .galleria-thumb-nav-right,
#full .galleria-info-link,
#full .galleria-info-close,
#full .galleria-image-nav-left,
#full .galleria-image-nav-right 
{
    background-image: url(images/windjamm/mwa-gallery-icons.png);
}
#full .notouch .galleria-thumb-nav-left:hover,
#full .notouch .galleria-thumb-nav-right:hover 
{
    background-color: #dae3f0; /* pale blue */
}

/*============================================================
IMAGE CAPTION STYLES
============================================================*/
#full .ccm-image-caption {
    float: left;
    margin: 7px;
}

#full .ccm-image-caption .caption-bottom {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
}

#full .ccm-image-caption .caption-bottom .image-caption {
    bottom: 0;
    width: 100%;
    left: 0px;
}

#full .ccm-image-caption a img {
    display: block;
    background: rgba(0,0,0,0.75);
    background: url(images/windjamm/blue60.png);
    padding: 1px;
}
#full .ccm-image-caption a:hover img {
    background: rgba(0,0,0,1);
    background: #003763;
}
#full .ccm-image-caption a .caption-bottom .image-caption {
    position: absolute;
    background: rgba(0,0,0,0.75);
    background: url(images/windjamm/blue60.png);

    padding: 10px 0;
}
#full .ccm-image-caption a:hover .caption-bottom .image-caption {
    background: rgba(0,0,0,1);
    background: #003763;
    color: #fff; /* subtle blue */
}
#full .ccm-image-caption .caption-bottom .image-caption p {
    padding: 0 10px;
    margin: 0;
    line-height: 135%;
}
#full .ccm-image-caption a .caption-bottom .image-caption p {
    color: #a1b0c8; /* subtle blue */
}
#full .ccm-image-caption a:hover .caption-bottom .image-caption p {
    color: #fff;
}

/*============================================================
VIDEO GALLERY PAGE STYLES
============================================================*/
#right_sidebar #main .mychannel {
    padding: 0;
}
#right_sidebar #main .white .videos .title {
    border: none;
    margin-right: 56px;
}
#right_sidebar #main .white .videos .title:nth-child(3n) {
    margin-right: 0;
}
#right_sidebar #main .white .title span.video-title {
    color: #003763; /* dark blue */
    background-color: #fff;
}
#right_sidebar #main .title span.video-title {
    line-height: normal;
    font-size: 12px;
    font-weight: 700;
    height: 28px;

}
#right_sidebar #main .title span.video-date {
    color: #6bb1ff; /* bright blue */
    font-size: 11px;
    text-align: left;
    height: 15px;
}
/*============================================================
DISPLAY VESSELS
============================================================*/
body#full.our-vessels #content #main {
    width: 915px;
}
body#full.our-vessels #content #main {
    margin-left: 80px;
}
#main .vessel {
    display: block;
    width: 165px;
    height: 325px;
    padding: 8px;
    margin: 0 12px 12px 0;
    float: left;
    border: 1px solid #c1c0a5; /* tan color */

    color: #003763; /* dark blue */

    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: normal;

    text-align: center;

    position: relative;
}
#main .vessel:nth-child(5n) {
    margin-right: 0;
}

#main .vessel a img {
    display: block;
    width: 155px;
    border: 0;
    margin: 0 5px 3px 0;
    padding: 0;
}
#main .vessel .name {
    font-weight: 700;
    font-size: 11px;
    display: block;
    margin-bottom: 4px;
}
#main .vessel .name i {
    font-weight: 700;
    font-style: italic;
    display: block;
}
#main .vessel a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #7b2f05; /* reddish */
    text-decoration: none;
    display: block;
    margin-bottom: 0px;
}
#main .vessel a.more {
    font-weight: 400;
    text-transform: lowercase;
    display: inline;
	margin-top: 2px;
    margin-bottom: 0;
}

#main .vessel a:hover {
    text-decoration: underline;
    color: #491a00; /* dark reddish */
}
#main .vessel a:last-child {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 11px;

    font-style: italic;

    display: block;
    position: absolute;
    bottom: 12px;
    margin: 0 auto;
    text-align: center;
    width: 155px;
}
#main p.truncate-text {
    display: block;
    width: 40%;
    line-height: 140%;
    font-size: 14px;
    color: #003763; /* dark blue */
    margin: 25px 0 35px 0;

    float: left;
}
#main p.truncate-text-right {
    display: block;
    width: 40%;
    line-height: 140%;
    font-size: 14px;
    color: #003763; /* dark blue */
    margin: 25px 0 35px 0;

    float: right;
    text-align: right;

    font-weight: 600;
}

/*============================================================
CONTENT REVIEWS
============================================================*/
#content .review {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#content .review:last-child {
    border-bottom: none;
}
#content .review a {
    text-decoration: none;  
    color: #003763; /* dark blue */
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    font-size: 16px;
    margin-bottom: 0;    
}
#content .review em a {
    text-decoration: none;  
    color: #64839b; /* soft blue */
    text-transform: normal;
    font-weight: 400;
    display: inline;
    font-size: 14px;
    margin-bottom: 0;    
}
#content .review a:hover,
#content .review em a:hover
{
    color: #6bb1ff; /* bright blue */
    text-decoration: underline;  
}

/*============================================================
STATS TABLE
============================================================*/
#stats-table table {
    float: left;
}
#stats-table table {
    margin: 0;
	margin: 0 0 20px 0;
	padding: 0;
    width: 100%; 
    border-collapse:collapse;
    /*border: 1px solid #ccc;*/
}
#stats-table table th,
#stats-table table td 
{
	padding: 5px 5px;
	text-align: center;
	/*border-bottom: 1px solid #ccc;*/
}
#stats-table table th {
	border-width: 2px;
    color: #003763; /* dark blue */
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: normal;
}
#stats-table table th:nth-child(10n) {
    border-right: 0;
}
#stats-table table td {
	color: #666;
    border-right: 1px solid #ccc;
}
#stats-table table td:nth-child(10n) {
    border-right: 0;
}
#stats-table table.alt th:last-child,
#stats-table table.alt td:last-child 
{
    text-align: center;
}
#stats-table table tr:last-child th,
#stats-table table tr:last-child td 
{
	border-bottom: none;
}
#stats-table table tr:nth-child(even) {
	background: #efefef;
}	
#stats-table table td:nth-child(1) {
    font-weight: 500;
    color: #333;

}		
			

#simple-table table {
    margin: 0;
	margin: 0 0 10px 0;
	padding: 0;
    width: 100%; 
    border-collapse:collapse;
    /*border: 1px solid #ccc;*/
}
#simple-table table th,
#simple-table table td 
{
	padding: 5px 5px;
	text-align: left;
	/*border-bottom: 1px solid #ccc;*/
}
#simple-table table th {
	border-width: 2px;
    color: #003763; /* dark blue */
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: normal;
}
#simple-table table th:nth-child(3n) {
    border-right: 0;
}
#simple-table table td {
	color: #666;
    border-right: 1px solid #ccc;
}
#simple-table table td:nth-child(3n) {
    border-right: 0;
}
#simple-table table.alt th:last-child,
#simple-table table.alt td:last-child 
{
    text-align: left;
}
#simple-table table tr:last-child th,
#simple-table table tr:last-child td 
{
	border-bottom: none;
}
#simple-table table tr:nth-child(even) {
	background: #efefef;
}	
#simple-table table td:nth-child(1) {
    font-weight: 500;
    color: #333;

}

/*============================================================
CONTENT / FOOT
============================================================*/
#content #foot {
    min-height: 300px;
    width: 980px;
    padding: 30px 0;
    margin: 0 auto;

	position: relative;
    clear: both;

    color: #64839b; /* soft blue */
    font-size: 13px;

    border-top: 1px solid #c1c0a5; /* tan color */
    text-align: center;
}
#content #foot a {
    text-decoration: none;
}
#content #foot p {
    padding: 0;
    margin: 0;
}

#content #foot .blurb,
#content #foot .blurb a
{
    font-size: 15px;
    color: #64839b; /* soft blue */
	font-family: freight-sans-pro, sans-serif; 
	font-weight: bold; 
}
#content #foot .blurb {
    display: block;
    margin-bottom: 23px;
}
#content #foot .blurb a:hover {
    text-decoration: underline;
    color: #6bb1ff; /* bright blue */
}
#content #foot .phone {
    font-size: 18px;
    font-weight: 700;
    color: #003763; /* dark blue */
    margin-top: 23px;
    margin-bottom: 0;
    display: block;
}



#content #foot .links {
	padding: 0;
	list-style: none;
	margin: 0 0 23px 0;
    text-align: center;
	font-size: 13px; 
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}
#content #foot .links .calf {
    color: #64839b; /* soft blue */
    font-weight: 700;
	padding: 0;
	margin: 0;
}
#content #foot .links a {
	font-style: normal;
	text-decoration: none;
	outline: none;
	border: 0;

	padding: 2px 0px;
	margin: 0;

    color: #003763; /* dark blue */

	height: 22px;
    line-height: 22px;
	margin: 0 12px;
    display: inline;
}

#content #foot a:hover {
    color: #6bb1ff; /* bright blue */
    text-decoration: none;
}
#content #foot .links a:hover {
    color: #6bb1ff; /* bright blue */
}


/*============================================================
CONTAINER: footer SOCIAL COL
============================================================*/
#content #foot .socialCol {
    position: absolute;
    right: 0;
    top: 30px; /* match this to padding-top of #links */

    border-left: 1px solid #c1c0a5; /* tan color */
    border: 0;
    width: 100px;

    min-height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#content #foot .altCol {
    position: absolute;
    left: 0;
    top: 15px; /* match this to padding-top of #links */

    border-right: 1px solid #c1c0a5; /* tan color */
    border: 0;
    width: 100px;

    min-height: 100px;
    /* padding-top: 10px; */
    padding-bottom: 10px;
    text-align: center;
}


#content #foot .socialCol a.facebook,
#content #foot .socialCol a.twitter,
#content #foot .socialCol a.pinterest,
#content #foot .socialCol a.instagram,
#content #foot .altCol a.leave-no-trace,
#content #foot .altCol a.coe,
#content #foot .altCol a.tourism-award_btn
{
    display: block;
    overflow: hidden;
    text-decoration: none;
    background: url(images/windjamm/facebook_btn.png) no-repeat left top;
    width: 24px;
    height: 24px;

    margin: 0 auto;
    clear: both;
}
#content #foot .socialCol a.twitter {
    background: url(images/windjamm/twitter_btn.png) no-repeat left top;
    margin-top: 10px;
}
#content #foot .socialCol a.pinterest {
    background: url(images/windjamm/pinterest_btn.png) no-repeat left top;
    margin-top: 10px;
}
#content #foot .socialCol a.instagram {
    background: url(images/windjamm/instagram_btn.png) no-repeat left top;
    margin-top: 10px;
}
#content #foot .altCol a.leave-no-trace {
    background: url(images/windjamm/leave-no-trace_btn.png) no-repeat left top;
    width: 80px;
    height: 46px;

    margin-top: 5px;
}
#content #foot .altCol a.tourism {
    background: url(images/windjamm/tourism-award_btn.jpg) no-repeat left top;
    width: 80px;
    height: 80px;
    margin: 10px auto 0;

}
#content #foot .altCol a.coe {
    background: url(images/windjamm/COE.jpg) no-repeat left top;
    width: 80px;
    height: 80px;
    margin: 10px auto 0;
    
}
#content #foot .horizRow a.acadia-centennial
{
	background: url(images/windjamm/AcadiaCentennial_btn.png) no-repeat left top;
	position: absolute;
    width: 240px;
    height: 170px;
	left: 525px;
	padding-bottom: 10px;
}
#content #foot .horizRow a.maritime-maine {
 	background: url(images/windjamm/EMM_btn.png) no-repeat left top;
	position: absolute;
    width: 305px;
    height: 153px;
	left: 225px;
	padding-bottom: 50px;
}

#content #foot .socialCol a.facebook:hover,
#content #foot .socialCol a.twitter:hover,
#content #foot .socialCol a.pinterest:hover,
#content #foot .socialCol a.instagram:hover,
#content #foot .altCol a.leave-no-trace:hover
{
    text-decoration: none;
    background-position: left -24px;
}
#content #foot .altCol a.leave-no-trace:hover {
    background-position: left -46px;
}
#content #foot .altCol a.tourism:hover {
    background-position: left -80px;
}

#content #foot a.telephone {
    color: #003763; /* dark blue */
}



/*============================================================
CONTAINER: footer
============================================================*/
#content #footer {
    width: 980px;
    padding: 20px 0 20px 0;
    margin: 0 auto;

    clear: both;

    color: #64839b; /* soft blue */
    font-size: 13px;

    border-top: 1px solid #c1c0a5; /* tan color */
    text-align: center;
}
#content #footer a {
    color: #64839b; /* soft blue */
    text-decoration: none;
}
#content #footer a:hover {
    color: #6bb1ff; /* bright blue */
}
#content #footer .sign-in {
    display: none;
}


/*============================================================
FORM STYLES 
============================================================*/

table.formBlockSurveyTable tr td input { 
	border: 1 px solid red; 
} 

#HTMLBlock115 { 
	display: block; 
	height: 500px; 
	margin-top: 37px; 
	width: 1080px; 
} 

.sf-second-class, 
.sf-second-class a:link, 
.sf-second-class a:active, 
.sf-second-class a:visited {  
	color: red; 
} 

.link-home {
    display: block;
    font-size: 1.1em;
    padding-bottom: 2em;
    width: 80%;

    clear: both;
}

.sf-date-vessel { 
	color: rgb(0, 55, 99);
	cursor: auto;
	display: block;
	font-size: 16px;
	font-weight: bold;
	/*margin: 15px 15px 37px 15px; */
    min-height: 150px;
	text-transform: uppercase; 

    margin-left: 2%;
    margin-right: 2%;
    margin-top: 15px;
    width: 47%;
    float: left;
    

    padding-bottom: 1em;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    
} 

.sf-date-vessel:nth-of-type(2n) { 
    margin-left: 0;
} 
.sf-date-vessel:nth-of-type(2n+3) { 
    clear: both;
} 


.sf-date-vessel center a { 
    
	text-transform: capitalize; 
    font-size: .9em;
    font-weight: normal;   
}
.sf-date-cruise { 
	color: rgb(85, 85, 85);
	display: block;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/*width: 80%; 
    overflow: auto;*/

} 
.sf-date-cruise img { 

	display: block;
    float: left;

} 

.sf-date-cruise a:link, 
.sf-date-cruise a:active, 
.sf-date-cruise a:visited { 
	text-decoration: none; 
} 

.sf-date-cruise a:hover { 
	text-decoration: underline; 
} 

.sf-date-cruise span { 
	display: block; 
    font-size: .9em;
	/*float: left; 
	width: 33%; */
} 

.sf-date-darkly { 
	margin-top: 10px; 
	/*text-align: center; */
	/*width: 100%; */
    /*clear: both;*/
    display: block;

    text-transform: capitalize;
    font-size: .9em;
    font-weight: 400;
} 

.sf-date-darkly a:link, 
.sf-date-darkly a:active, 
.sf-date-darkly a:visited { 
	text-decoration: none; 
} 

.sf-date-darkly a:hover { 
	text-decoration: underline; 
} 

#searched-for {
    font-size: 1.1em;
    font-weight: 500;
    color: #5fa530; /* bright green */
}



/*============================================================
MEDIA CALLS
============================================================*/

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&   smartphones   &&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

    #content #foot .socialCol {
        position: absolute;
        left: 50%;
        top: 295px; /* match this to padding-top of #links */

        border-left: 0; /* tan color */

        width: 194px;
        margin-left: -97px;
    }

    #content #foot .socialCol a.facebook,
    #content #foot .socialCol a.leave-no-trace
    {
        display: block;
        overflow: auto;
        margin: 0 20px;
        clear: none;
        float: left;
    }
	#content #foot .socialCol a.coe
    {
        display: block;
        overflow: auto;
        margin: 0 20px;
        clear: none;
        float: left;
    }
    #content #foot .socialCol a.facebook {
        margin-top: 5px;
    }
    #content #foot {
        overflow: visible;
        padding: 30px 0 100px;
        
    }


}


