/* @override http://frameyourholiday.com/css/style.css */ /* ---------------------------------------------------------------- ** ** Generic ** ---------------------------------------------------------------- */ html, body { height: 100%; } html { font-size: 76%; } body { background: white url(../img/bg.jpg) repeat-x fixed center top; font-family: Arial, Helvetica, sans-serif; font-size: 1.3em; line-height: 1.5em; color: #666; text-align: center; margin: 0; padding: 0; } /* headers */ h2, h3, h4, h5, h6 { color: #1D6983; margin: 0; font-weight: normal; font-family: Arial, Helvetica, sans-serif; letter-spacing: -1px; } h2 { font-size: 1.8em; margin: 40px 0 20px; } h3 { font-size: 1.6em; margin: 30px 0 15px; } h4 { font-size: 1.4em; margin: 20px 0 10px; } h5 { font-size: 1.2em; margin: 20px 0 5px; } h6 { font-size: 1em; margin: 20px 0 0; } /* text */ p { margin: 15px 0; height: 1%; } p:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; font-size: 0; } acronym { cursor: help; } pre, code, blockquote { margin: 15px 0; padding: 15px; display: block; background: #fff url(../img/grey_grad_.jpg) repeat-x 0 -130px; color: #666; background-color: #eee; } blockquote { font-family: Arial, Helvetica, sans-serif; padding: 1px 15px 1px 15px; background-color: #ff9; min-height: 60px; font-style: italic; } * html blockquote { height: 60px; } .policy p{ font-size: 85%; } /* links */ a { text-decoration: underline; color: #268EB0; outline: none; } a:hover { text-decoration: none; } /* images */ img { border: 5px solid #fff; padding: 1px; background-color: #fff; margin-bottom: 15px; }

img.inset {
	float: left;
	clear: left;
	display: inline-block;
	margin-right: 20px;
} a img { } a:hover img { border-color: #ff9; } span.right img, img.right { margin-left: 20px; } span.left img, img.left { margin-right: 20px; } img.clean.left { background-color: transparent; border-style: none; } /* lists */ ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; } ul { list-style-type: disc; } ul ul, ol ol { margin-top: 0; margin-bottom: 0; } ol { margin-left: 25px; } dl { margin-left: 0; } dl dt { font-weight: bold; margin-top: 15px; } dl dd { margin: 0; } dl dt, li { color: #1D6983; } li span { color: #666; } .nobull, ul { list-style-type: none; } /* tables */ table { margin: 15px 0; border: 1px solid #ddd; border-collapse: collapse; } table th, table td { padding: 10px 15px; text-align: left; } table thead th { font-family: Arial, Helvetica, sans-serif; background-color: #1D6983; color: #fff; font-weight: normal; font-size: 1.1em; border: 1px solid #1D6983; } table tbody th { background-color: #DCEFEA; } table tbody th, table tbody td { border-top: 1px solid #ddd; } table tfoot { display: none; } /* forms */ form { padding: 0; margin: 25px 0; } form fieldset { border: 0; padding: 10px 25px 15px; margin: 0; } form fieldset legend { display: none; } form p { height: 1%; } form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } form p label { font-size: 1em; color: #666; float: left; display: block; width: 30%; margin-right: 35px; font-family: Arial, Helvetica, sans-serif; } form p input, form p select, form p textarea { font-size: 1em; color: #666; border: 2px solid #fff; padding: 8px; background-color: #fff; width: 55%; font-family: Arial, Helvetica, sans-serif; } form p select { width: 57.5%; } form p select.doubledrop { width: 28.5%; } form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; } form ul.fieldlist li { color: #666; padding: 0 30px 5px 0; white-space: nowrap; } form input.btn, a.btn { width: auto; overflow: visible; border: 0; background: #1D6983 url(../img/nav_on_.png) repeat-x; padding: 8px 15px; cursor: pointer; color: #fff; text-decoration: none; font-weight: bold; white-space: nowrap; display: inline-block; } a.btn { } a.btn:hover { } /* horizontal rule */ hr { clear: both; border: 0; height: 1px; background-color: #ddd; color: #ddd; margin: 30px 0 0; } /* classes */ .left { float: left; } .right {float: right; } .hide { display: none; } small.caption { padding-left: 15px; background: url(../img/arrow_blue.png) no-repeat 0 5px; color: #666; font-weight: bold; font-size: 0.75em; line-height: 1.5em; margin-top: -5px; display: block; } .arrow-white { background: url(../img/arrow_white.png) no-repeat right center; padding-right: 25px; display: inline-block; } /* list of links */ ul.links { list-style-type: none; margin-left: 0; } ul.links li { margin: 5px 0; } /* list of images */ ul.images { list-style-type: none; height: 1%; width: 101%; } ul.images:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; } ul.images li { float: left; padding: 0 0 30px; } ul.images li img { vertical-align: bottom; } /* highligh box */ .highlight { background-color: #FFFF99; padding: 5px 10px; color: #1D6983; font-size: 1.2em; height: 1%; } .highlight:after { content: "."; clear: both; display: block; height: 0; font-size: 0; visibility: hidden; } .highlight .btn { padding: 10px 20px; margin: 0; } div.highlight { padding: 5px 20px; margin: 15px 0; } /* columns */ ul.cols { margin: 15px 0 25px -40px; padding: 0; list-style-type: none; width: 105%; height: 1%; } ul.cols:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; } ul.cols li { padding-left: 40px; float: left; color: #666; } ul.two li { width: 43.5%; } ul.three li { width: 28%; } ul.cols li li { float: none; width: auto; padding-left: 0; } /*------------------------------------------------------------* ** Container **------------------------------------------------------------*/ #container { min-height: 100%; height: auto !important; height: 100%; } /*------------------------------------------------------------* ** Header **------------------------------------------------------------*/ #header { width: 740px; margin: 0 auto; text-align: left; padding: 40px 0; } #header:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; font-size: 0; } /* Text Logo #header h1 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 2.2em; font-weight: normal; color: #E7F5FA; margin: 0; letter-spacing: -1px; line-height: 1em; float: left; } #header h1 a { text-decoration: none; color: #E7F5FA; } #header h1 a:hover { text-decoration: none; } #header h1 span { color: #2FA0C6; } */ #header h1 { background: url(../img/frame-your-holiday-logo.png) no-repeat; width: 320px; height: 50px; margin: 0; float: left; } #header h1 a { display: block; height: 100%; text-indent: -9999px; outline: none; } #header p { float: right; color: #1E6B85; width: 400px; margin: 0; text-align: right; font-size: .85em; } /*------------------------------------------------------------* ** Navigation **------------------------------------------------------------*/ #nav { background-image: url(../img/nav_.png); } #nav ul { margin: 0 auto; padding: 0 0 0 1px; list-style-type: none; width: 740px; } #nav ul:after { content: "."; clear: both; display: block; font-size: 0; height: 0; visibility: hidden; } #nav ul li { float: left; padding: 10px 0; margin: 0 0 0 -1px; } #nav ul li a { font-weight: bold; text-decoration: none; display: block; padding: 12px 0; } * html ul li a { position: relative; width: 1%; white-space: nowrap; } #nav ul li a span { color: #1E6B85; padding: 0 20px; display: block; border-right: 1px solid #fff; line-height: 1em; } #nav ul li a:hover span { color: #666; } #nav ul li.on a { background: #1D6983 url(../img/nav_on_.png) repeat-x; } #nav ul li.on a span { border: 0; color: #fff; } #nav ul li.on a:hover span { color: #fff; } /*------------------------------------------------------------* ** Body **------------------------------------------------------------*/ #body { width: 740px; margin: 0 auto; padding: 1px 0 9em; text-align: left; } /*------------------------------------------------------------* ** Footer **------------------------------------------------------------*/ #footer { background-color: #DCEFEA; z-index: 600; margin-top: -6.5em;} #footer div { width: 740px; margin: 0 auto; text-align: left; font-size: 0.8em; padding: 15px 0; } #footer div:after { content: "."; clear: both; display: block; height: 0; font-size: 0; visibility: hidden; } #footer p { float: left; margin: 0; } #footer ul { float: right; padding: 0; list-style-type: none; margin: 0; } #footer ul li { float: left; margin: 1em 0 0 20px; } #introphotos { width: 740px; border: 1px solid red; } /* @group HoverBlocks */ ul.hover_block { display: block; overflow: hidden; height: 1%; padding-bottom: 15px; } ul.hover_block li { list-style:none; float:left; background: #fff; padding: 10px; width:215px; position: relative; margin-right: 10px; } ul.hover_block li a { display: block; position: relative; overflow: hidden; height: 150px; width: 215px; padding: 5px; color: #000; font: 1.6em/1.3 Georgia, "Times New Roman", Times, serif; } ul.hover_block li a { text-decoration: none; } ul.hover_block li img { position: absolute; top: 0; left: 0; border: 0; } /* @end */ #footer div p a { color: #666; } .alert { color: red; font-weight: bold; font-style: italic; } .usa { background-image: url("../img/flagicon.gif"); background-repeat: no-repeat; } #footer div p span.usa { padding-left: 23px; }


img .inset {
	width: 204px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline-block;
	clear: none;
} 

#nav-01 ul .nav-01, #nav-02 ul .nav-02,#nav-03 ul .nav-03,#nav-04 ul .nav-04,#nav-05 ul .nav-05,#nav-06 ul .nav-06,#nav-07 ul .nav-07{ float: left; padding: 10px 0; margin: 0 0 0 -1px; }
	 
#nav-01 ul .nav-01 a,#nav-02 ul .nav-02 a,#nav-03 ul .nav-03 a,#nav-04 ul .nav-04 a,#nav-05 ul .nav-05 a,#nav-06 ul .nav-06 a,#nav-07 ul .nav-07 a{ font-weight: bold; text-decoration: none; display: block; padding: 12px 0; }

#nav-01 ul .nav-01 a span,#nav-02 ul .nav-02 a span,#nav-03 ul .nav-03 a span,#nav-04 ul .nav-04 a span,#nav-05 ul .nav-05 a span,#nav-06 ul .nav-06 a span,#nav-07 ul .nav-07 a span { color: #1E6B85; padding: 0 20px; display: block; border-right: 1px solid #fff; line-height: 1em; }

#nav-01 ul .nav-01 a:hover span,#nav-02 ul .nav-02 a:hover span,#nav-03 ul .nav-03 a:hover span,#nav-04 ul .nav-04 a:hover span,#nav-05 ul .nav-05 a:hover span,#nav-06 ul .nav-06 a:hover span,#nav-07 ul .nav-07 a:hover span { color: #666; }

#nav-01 ul .nav-01 a,#nav-02 ul .nav-02 a,#nav-03 ul .nav-03 a,#nav-04 ul .nav-04 a,#nav-05 ul .nav-05 a,#nav-06 ul .nav-06 a,#nav-07 ul .nav-07 a { background: #1D6983 url(../img/nav_on_.png) repeat-x; }

#nav-01 ul .nav-01 a span,#nav-02 ul .nav-02 a span,#nav-03 ul .nav-03 a span,#nav-04 ul .nav-04 a span,#nav-05 ul .nav-05 a span,#nav-06 ul .nav-06 a span,#nav-07 ul .nav-07 a span { border: 0; color: #fff; }

#nav-01 ul .nav-01 a:hover span,#nav-02 ul .nav-02 a:hover span,#nav-03 ul .nav-03 a:hover span,#nav-04 ul .nav-04 a:hover span,#nav-05 ul .nav-05 a:hover span,#nav-06 ul .nav-06 a:hover span,#nav-07 ul .nav-07 a:hover span{ color: #fff; }






div.imgzoom {
 line-height: 0;
 font-size: 0;

 z-index: 10;

 border: 0px solid #fff;
 margin: -5px;

 -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

 div.imgzoom a {
  background: url(../img/imgzoom-close.png) no-repeat;

  display: block;
  width: 44px;
  height: 45px;

  position: absolute;
  left: -22px;
  top: -22px;
  /* IE-users are prolly used to close-link in right-hand corner */
  *left: auto;
  *right: -22px;

  text-decoration: none;
  text-indent: -100000px;
  outline: 0;

  z-index: 11;
 }

 div.imgzoom a:hover {
  background-position: left -45px;
 }

 div.imgzoom img, 
 div.imgzoom embed, 
 div.imgzoom object, 
 div.imgzoom div {
  width: 100%;
  height: 100%;
 }

/* @group hello */

#hellobar-wrapper {
	height: 30px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 100%
}

#hellobar-container {
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1000
}

#hellobar-container a,#hellobar-container a:link,#hellobar-container a:visited,#hellobar-container a:hover {
	padding: 0;
	border: none;
	text-decoration: underline
}

#hellobar-container a:hover {
	text-decoration: none
}

#hellobar-shadow {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	overflow: hidden;
	background: url(http://www.frameyourholiday.com/img/hshadow.png)
}

a#hellobar-logo,a#hellobar-logo:link,a#hellobar-logo:visited {
	/* background: url(http://www.frameyourholiday.com/img/hlogo.png); */
	height: 0;
	left: 20px;
	overflow: hidden;
	padding: 22px 0 0;
	position: absolute;
	top: 3px;
	width: 44px
}

a#hellobar-close,a#hellobar-close:link,a#hellobar-close:visited {
	background-image: url(http://www.frameyourholiday.com/img/hup.png);
	background-position: 0 0;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 19px 0 0 0;
	position: absolute;
	right: 20px;
	top: 6px;
	width: 18px;
	z-index: 10;
	border: none
}

a#hellobar-close:hover {
	background-position: 0 -19px;
	padding: 20px 0 0;
	border: none
}

a#hellobar-open,a#hellobar-open:link,a#hellobar-open:visited {
	background-image: url(http://www.frameyourholiday.com/img/hdown.png);
	background-repeat: no-repeat;
	background-position: center 53px;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 80px 0 0;
	position: absolute;
	right: 10px;
	top: -96px;
	width: 35px;
	z-index: 100;
	box-shadow: 0 0 5px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
	-ms-filter: \"progid:DXImageTransform.Microsoft.Shadow(Color=#e5e5e5,direction=120,strength=3)\";
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#e5e5e5,direction=120,strength=3);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-width: 3px;
	border-style: solid
}

a#hellobar-open:hover {
	padding: 80px 0 0;
	border-width: 3px;
	border-style: solid
}

#hellobar-container {
	font-family: Helvetica,Arial,sans-serif;
	background: #ffff7f;
	color: #000000
}

#hellobar-container a,#hellobar-container a:link,#hellobar-container a:visited {
	color: #079fb3
}

a#hellobar-open,a#hellobar-open:link,a#hellobar-open:visited {
	background-color: #ffff7f;
	border-color: #ffffff
}

a#hellobar-open:hover{background-color:rgb(255,255,165);}

/* @end */




