/*
Theme Name: Jesstours
Description: Custom theme for jesstours.com
Version: 1.0 (Completed June 2013)
*/


/* ------------------------------------------------------------------------	*/
/* Reset everything so all browsers have the same defaults.					*/
/* ------------------------------------------------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}


/* ------------------------------------------------------------------------	*/
/* Layout          															*/
/* ------------------------------------------------------------------------	*/

#siteArea {
	max-width: 960px;
	min-width: 960px;
	padding-bottom: 125px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	overflow: hidden; 
	/*background-color: white;  ----DEBUG--- */
}
#siteArea.imageSiteArea {
	padding-bottom: 10px !important;
}
#headerArea {
	width: 700px;
	height: 340px;
	float: left;
	position: relative;
	/*background-color: red;  ----DEBUG--- */
}
#sidebarArea {
	width: 250px;
	margin: 0 auto;
	float: right;
	text-align: center;
}
.sidebarTitleArea {
	width: 230px;
	height: 20px;
	top: 5px;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-bottom: 8px;
	float: left;
	position: relative;
	background-color: rgba(50, 50, 50, 0.1);
}
#welcomeSidebarArea {
	max-width: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 46px;
	position: relative;
	background-color: white;
}
#searchSidebarArea {
	max-width: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 45px;
	position: relative;
	background-color: white;
}
#subscribeSidebarArea {
	max-width: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 45px;
	position: relative;
	background-color: white;
}
.mapArea {
	height: auto;
	width: 230px;
	left: 710px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 6px;
	position: absolute;
	background-color: white;
}
#blogArea {
	max-width: 700px;
	float: left;
	margin-top: 10px;
	background-color: white;
	/*background-color: green;  ----DEBUG--- */
}
#postArea {
	max-width: 680px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	float: left;
	/*background-color: green;  ----DEBUG--- */
}
/*Separate post area for search results so the authorArea has enough clearance.*/
#searchPostArea {
	max-width: 680px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
	/*background-color: green;  ----DEBUG--- */
}
#searchResults {
	max-width: 680px;
	height: 20px;
	top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
	position: relative;
	/*background-color: green;  ----DEBUG--- */
}
.postInfo {
	padding: 10px;
	margin-left: 100px;
	margin-right: 100px;
	background-color: rgba(255, 255, 255, 0.7);
}
#titleArea {
	width: 675px;
	height: 38px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	position: relative;
	background-color: rgba(50, 50, 50, 0.1);
	/*background-color: orange;  ----DEBUG--- */
}
#contentArea {
	float: left;
	padding-bottom: 10px;
}
#dateArea {
	position: absolute;
	right: 35px;
	top: 23px;
}
#footerArea {
	width: 700px;
	float: left;
	position: relative;
	/*background-color: yellow;  ----DEBUG--- */
}
#logoArea {
	margin: 0 auto;
	text-align: center;
}
#imageArea {
	max-width: 960px;
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 12px;
	text-align: center;
}
#authorInfo {
	position: relative;
	float: right;
	top: 10px;
	right: 0px;
}
#authorInfoSearch {
	position: relative;
	float: right;
	bottom: 0px;
	right: 0px;
}
#search {
	position: absolute;
	left: 45px;
	width: 150px; /* Set explicitly to try and force all browsers to render it the same way. */
	height: 17px;
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	line-height: 1.6;
}
#searchImage {
	float: left;
	width: 105px;
	height: 90px;
	position: absolute;
	top: 65px;
	bottom: 0px;
	margin: auto;
	overflow: hidden;
}
#searchExcerpt {
	width: 550px;
	padding-left: 10px;
	position: absolute;
	line-height: 1.6;
	margin: auto;
	top: 65px;
	bottom: 0px;
	left: 130px;
}
#previousAndNextPageArea {
	float: left;
	margin-top: 5px;
	height: 30px;
	width: 700px;
}
#previousAndNextResultArea {
	float: left;
	margin-top: 20px;
	height: 30px;
	width: 700px;
}
#previousPageArea {
	float: left;
}
#previousPageArea a {
	display: block;
	width: 229px;
	height: 30px;
	background-image: url("/wp-content/themes/jesstours/images/previousButtonOFF.png");
}
#previousPageArea a:hover {
	background-image: url("/wp-content/themes/jesstours/images/previousButtonON.png");
}
#previousResultsArea {
	float: left;
}
#previousResultsArea a {
	display: block;
	width: 258px;
	height: 30px;
	background-image: url("/wp-content/themes/jesstours/images/previousResultsButtonOFF.png");
}
#previousResultsArea a:hover {
	background-image: url("/wp-content/themes/jesstours/images/previousResultsButtonON.png");
}
#nextPageArea {
	float: right;
}
#nextPageArea a {
	display: block;
	width: 229px;
	height: 30px;
	background-image: url("/wp-content/themes/jesstours/images/newerButtonOFF.png");
}
#nextPageArea a:hover {
	background-image: url("/wp-content/themes/jesstours/images/newerButtonON.png");
}
#nextResultsArea {
	float: right;
}
#nextResultsArea a {
	display: block;
	width: 258px;
	height: 30px;
	background-image: url("/wp-content/themes/jesstours/images/newerResultsButtonOFF.png");
}
#nextResultsArea a:hover {
	background-image: url("/wp-content/themes/jesstours/images/newerResultsButtonON.png");
}
#aboutArea {
	width: 760px;
	min-height: 400px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.mapImageArea {
	height: 360px;
	overflow: hidden;
	margin-bottom: 5px; 
	border-radius: 2px;
}
#liveMapOuterArea {
	height: 100%;
	width: 100%;
}
#liveMapInnerArea {
	position: absolute;
	margin: 5px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}
#area404 {
	width: 500px;
	height: 350px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -250px;
	background-color: white;
}
#areaWelcome {
	width: 500px;
	height: 350px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -250px;
	background-color: white;
}
#areaBye {
	width: 500px;
	height: 350px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -250px;
	background-color: white;
}
.hiddenPreload {
	display: none;
}
#footerBar {
	width: 700px;
	height: 5px;
	position: relative;
	background-color: rgba(206, 111, 120, 0.7);
}
#copyrightInfo {
	width: 160px;
	height: 20px;
	position: absolute;
	left: 285px;
	margin-top: 5px;
}
.followButton {
	width: 35px;
	height: 35px;
	float: left;
	padding-left: 9px;
	background-repeat: no-repeat;
	background-position: right center;
}
.followButton a {
	width: 35px;
	height: 35px;
	float: left;
}
#followTwitter {
	background-image: url("/wp-content/themes/jesstours/images/socialTwitter.png");
}
#followInstagram {
	background-image: url("/wp-content/themes/jesstours/images/socialInstagram.png");
}
#followGPlus {
	background-image: url("/wp-content/themes/jesstours/images/socialGPlus.png");
}
#followPinterest {
	background-image: url("/wp-content/themes/jesstours/images/socialPinterest.png");
}
#followRss {
	background-image: url("/wp-content/themes/jesstours/images/socialRss.png");
}
#followTwitter:hover {
	background-image: url("/wp-content/themes/jesstours/images/socialTwitterHover.png");
}
#followInstagram:hover {
	background-image: url("/wp-content/themes/jesstours/images/socialInstagramHover.png");
}
#followGPlus:hover {
	background-image: url("/wp-content/themes/jesstours/images/socialGPlusHover.png");
}
#followPinterest:hover {
	background-image: url("/wp-content/themes/jesstours/images/socialPinterestHover.png");
}
#followRss:hover {
	background-image: url("/wp-content/themes/jesstours/images/socialRssHover.png");
}

/* ------------------------------------------------------------------------	*/
/* Overall Look and Feel          											*/
/* ------------------------------------------------------------------------	*/

body {
	background-image: url("/wp-content/themes/jesstours/images/paperBackground.jpg");
	background-size: 1500px 1100px;
	background-repeat: repeat;
	font-size: 13px !important;
	font-family: Helvetica, sans-serif !important;
}
body .siteArea {
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	color: rgba(0,0,0,0.75);
}
/*Trying to limit how many time this is set. Still gets explicitly set here and there.*/
.shadowAndBorder {
	border-radius: 2px;
	box-shadow: 0px 0px 2px rgba(100, 100, 100, 0.5);
}
.shadowAndBorderInset {
	border-radius: 2px;
	box-shadow: 0px 0px 2px rgba(100, 100, 100, 0.5) inset;
}
.shadowAndBorderInsetLong {
	border-radius: 2px;
	box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.8) inset;
}
.shadowAndBorderComments {
	border-radius: 2px;
	box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.5);
}
/* ------------------------------------------------------------------------	*/
/* Area Specific Adjustments          										*/
/* ------------------------------------------------------------------------	*/

#postArea img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 425px; /* Limit for landscape images */
	border-radius: 2px;
	box-shadow: 0px 0px 1px rgba(100, 100, 100, 1);
}
#authorInfo p {
	font-size: 10px;
	text-align: right;
	padding-top: 0px;
	color: rgba(0,0,0,0.4);
}
#authorInfoSearch p {
	font-size: 10px;
	text-align: right;
	padding-top: 0px;
	color: rgba(0,0,0,0.4);
}
#sidebarArea img {
	float: center;
}
#welcomeSidebarText {
	line-height: 1.6;
}
#subscribeSidebarText {
	line-height: 1.6;
}
#subscribeSidebarText p {
	text-align: center;
	clear: both;
}
#copyrightInfo p {
	font-size: 10px;
	color: rgba(0,0,0,0.75);
	padding: 0px;
	text-align: center;
}
#titleArea img {
	margin-left: 5px;
	box-shadow: none;
	float: left;
	position: absolute;
}
#postUnderline {
	box-shadow: none !important; 
	padding-left: 10px; 
}
#contentArea p {
	line-height: 1.6;
}
.stayLeft {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px !important;
}
#contentArea a {
	font-size: 13px;
	text-decoration: none; 
	color: rgb(206, 111, 120);
	font-size: 13px !important;
	font-family: Helvetica, sans-serif !important;
}
#contentArea a:hover {
	color: rgb(206, 51, 69);
}
#aboutArea p {
	line-height: 1.4;
}
#aboutArea img {	
	float: right;
	padding-top: 20px;	
	padding-left: 20px;
}
#titleArea p {
	padding: 0px;
	position: absolute;
	font-size: 20px;
	top: 15px;
	left: 53px;
	width: 500px;
	text-align: left;
}
#dateArea p {
	color: rgba(0,0,0,0.5);
}
#imageArea img {
	max-width: 940px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	box-shadow: 2px 2px 6px rgba(100, 100, 100, 0.2);
}
#imageArea p {
	font-size: 10px;
	padding: 0px;
	text-align: center;
}
.sidebarTitleArea p {
	padding: 2px 0px 0px 0px;
	font-size: 20px;
	display: block;
	text-align: center;
}
#searchSidebarArea fieldset {
	width: 230px;
	height: 32px;
	clear: both;
}
#searchSidebarArea label {
	position: absolute;
	left: 10px;
	top: 61px;
	color: rgba(0,0,0,0.75);
}
input.searchButton {
	position: absolute;
	right: 10px;
	background: url("/wp-content/themes/jesstours/images/goButtonOFF.jpg");
	height: 24px;
	width: 32px;
	border:	none;
	padding: 0px;
	margin: 0px;
}
input.searchButton:hover {
	background: url("/wp-content/themes/jesstours/images/goButtonON.jpg");
}
p.subHeading {
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#searchImage img {
	border-radius: 2px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
}
#searchExcerpt a {
	text-decoration: none; 
	color: rgb(206, 111, 120);
}
#searchExcerpt p {
	position: relative;
	top: 15px;
}
#searchExcerpt a:hover {
	color: rgb(206, 51, 69);
}
.searchResultContent {
	float: left;
	width: 680px;
	height: 100px;
}
#searchResults p {
	text-align: center;
}
#noSearchResults {
	width: 700px;
	height: 720px;
	margin-bottom: 10px;
	position: relative;
	float: left;
	line-height: 1.6;
}
#noSearchResultsText {
	margin-left: auto;
	margin-right: auto;
	margin-top: -60px;
	top: 50%;
	width: 200px;
	height: 100%;
	position: relative;
	line-height: 1.6;
}
#noSearchResultsText p {
	text-align: center;
}
.pageNav a {
	font-size: 13px;
	text-decoration: none; 
	color: rgb(206, 111, 120);
}
.pageNav a:hover {
	color: rgb(206, 51, 69);
}
#tinyJess img {
	position: relative;
	left: 343px;
	top: 55px;
}
.mapArea a {
	text-decoration: none; 
	color: rgb(206, 111, 120);
	font-size: 13px !important;
	font-family: Helvetica, sans-serif !important;
}
p.noLinkPlace {
	color: rgb(206, 111, 120);
}
p.practicalInfo {
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	line-height: 1.2;
}
.mapArea a:hover {
	color: rgb(206, 51, 69);
}
.practicalInfoTitles a:hover, .practicalInfoReadMore a:hover {
	color: rgb(206, 51, 69);
}
.mapArea hr {
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: rgb(150, 150, 150);
}
.twitterTweet {
	float: left;
	display: inline-block;
}
.facebookLike {
	float: left;
	padding-left: 10px;
	display: inline-block;
}
.googlePlus {
	float: left;
	padding-left: 10px;
	display: inline-block;
}
.pinterest {
	float: left;
	padding-left: 10px;
	display: inline-block;
}
#area404 img {
	position: absolute;
	left: 30px;
	top: 30px;
}
#area404 p {
	text-align: center;
	width: 260px;
	position: relative;
	top: 120px;
	left: 200px;
}
#area404 a {
	text-decoration: none; 
	color: rgb(206, 111, 120);
}
#areaWelcome img {
	position: absolute;
	left: 30px;
	top: 30px;
}
#areaWelcome p {
	text-align: center;
	width: 260px;
	position: relative;
	top: 120px;
	left: 200px;
}
#areaWelcome a {
	text-decoration: none; 
	color: rgb(206, 111, 120);
}
#areaBye img {
	position: absolute;
	left: 30px;
	top: 30px;
}
#areaBye p {
	text-align: center;
	width: 260px;
	position: relative;
	top: 120px;
	left: 200px;
}
#areaBye a {
	text-decoration: none; 
	color: rgb(206, 111, 120);
}
#contentArea ol {
	list-style-type: decimal;
	list-style-position: inside;
	color: rgba(0,0,0,0.75);
	line-height: 1.6;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentArea ul {
	list-style-type: square;
	list-style-position: inside;
	color: rgba(0,0,0,0.75);
	line-height: 1.6;
}
#jessWalkingLogo {
	position: relative;
	top: 15px;
}
.leftHalfColumn {
	float: left;
	width: 320px;
	padding: 10px 10px 0px 10px;
}
.rightHalfColumn {
	float: right;
	width: 320px;
	padding: 10px 10px 0px 10px;
}
.leftHalfColumn img {
	max-height: none;
}
.rightHalfColumn img {
	max-height: none;
}

/* ------------------------------------------------------------------------	*/
/* Navigation Bar Menus          											*/
/* ------------------------------------------------------------------------	*/

#navBar {
	width: 700px;
	height: 30px;
	top: 39px;
	position: relative;
	background-image: url("/wp-content/themes/jesstours/images/menuLines.png");

}
/*Adjust the percentages below as more buttons are needed.*/
#destinationsButton {
	width: 125px;
	height: 30px;
	margin-left: -63px;
	left: 19%;
	position: absolute;
}
a.destinationsButtonLink {
	background-image: url("/wp-content/themes/jesstours/images/destinationButtonOFF.png");
}
a:hover.destinationsButtonLink {
	background-image: url("/wp-content/themes/jesstours/images/destinationButtonON.png");
}
a.mapsButtonLink {
	background-image: url("/wp-content/themes/jesstours/images/mapsButtonOFF.png");
}
a:hover.mapsButtonLink {
	background-image: url("/wp-content/themes/jesstours/images/mapsButtonON.png");
}
#mapsButton {
	width: 160px;
	height: 31px;
	margin-left: -80px;
	left: 45%;
	position: absolute;
}
#aboutButton {
	width: 125px;
	height: 31px;
	margin-left: -63px;
	left: 62%;
	position: absolute;
}
#aboutButton a {	
	min-width: 60px !important;
	background-image: url("/wp-content/themes/jesstours/images/aboutButtonOFF.png");
}
#aboutButton a:hover {
	background-image: url("/wp-content/themes/jesstours/images/aboutButtonON.png");
}
#homeButton {
	width: 125px;
	height: 31px;
	margin-left: -63px;
	left: 82%;
	position: absolute;
}
#homeButton a {	
	min-width: 50px !important;
	background-image: url("/wp-content/themes/jesstours/images/homeButtonOFF.png");
}
#homeButton a:hover {
	background-image: url("/wp-content/themes/jesstours/images/homeButtonON.png");
}
/*Menu behaviour and look.*/
#mapsJustUpdated {
	position: absolute;
	top: -20px;
	left: 55px;
}
#navButtons li {
	width: auto;	
	text-align: center;
	position: relative;
}
#navButtons ul {
	box-shadow: 0px 0px 6px rgba(100, 100, 100, 0.5);
	outline: 1px solid rgba(0,0,0,0.1);
	background-color: rgb(255,255,255);
}
#navButtons hr {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: rgba(0,0,0,0.1);
}
#navButtons ul li {
	background-repeat: both;
}
#navButtons a {	
	text-decoration: none;
	display: block;
	width: 125px;
	position: relative;
	height: 30px;
	line-height: 32px;
	color: rgb(206, 51, 69);
}
#navButtons ul li a {
	color: rgb(206, 111, 120);
	height: 22px;
	line-height: 24px;
}
#navButtons li:hover > a {
	color: rgb(206, 111, 120);
}
#navButtons ul.dropMenus li:hover > a {
	color: rgb(206, 51, 69);
}
/*Default menu positioning*/
#navButtons ul.dropMenus {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
}
#navButtons ul.sideMenu_01 {
	display: none;
	position: absolute;
	top: 0px;
	left: 125px;
}
#navButtons ul.sideMenu_02 {
	display: none;
	position: absolute;
	top: 0px;
	left: 125px;
}
#navButtons ul.sideMenu_03 {
	display: none;
	position: absolute;
	top: 0px;
	left: 150px;
}
.sideMenu_02 a {
	width: 150px !important;
	white-space: nowrap;
}
.sideMenu_03 a {
	width: auto !important;
	min-width: 125px;
	padding-left: 10px;
	padding-right: 10px; 
	white-space: nowrap;
}
.arrows {
	width: 5px;
	position: absolute;
	right: 5px;
	top: 7px;
}
.dropMenus {
	z-index: 10;
}
.sideMenu_01 {
	z-index: 11;
}
.sideMenu_02 {
	z-index: 12;
}
.sideMenu_03 {
	z-index: 13;
}
/*Override for Maps menu as names are long and no side menu is spawned so we need not worry about absolute.*/
#navButtons ul.mapsDropMenu {
	position: static;
}
/*Hover on menu visibility*/
#navButtons li:hover .dropMenus {
	display: block;
}
#navButtons .dropMenus li:hover .sideMenu_01 {
	display: block;
}
#navButtons .sideMenu_01 li:hover .sideMenu_02 {
	display: block;
}
#navButtons .sideMenu_02 li:hover .sideMenu_03 {
	display: block;
}

/* ------------------------------------------------------------------------	*/
/* Header Boxes         													*/
/* ------------------------------------------------------------------------	*/

#headerBoxArea {
	position: relative;
	left: 10px;
	width: 700px;
	height: 125px;
	top: 15px;
}
.headerBoxContainer img {
	width: 125px;
	height: 125px;
	border-radius: 2px;
	box-shadow: 0px 0px 1px rgba(100, 100, 100, 1);
	position: absolute;
}
.headerBoxContainer {
	position: relative;
	float: left;
	margin-right: 14px;
	width: 125px;
	height: 125px;
}

/* ------------------------------------------------------------------------	*/
/* Sticky Maps			          											*/
/* ------------------------------------------------------------------------	*/

.sticky {
    position: fixed;
}

/* ------------------------------------------------------------------------	*/
/* Over the Live Map	          											*/
/* ------------------------------------------------------------------------	*/
.mapNotFound {
	background-image: url("/wp-content/themes/jesstours/images/JessToursWalkingError.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}
.mapNotFoundStatic {
	background-image: url("/wp-content/themes/jesstours/images/JessToursWalkingStaticError.jpg");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 15px rgba(100, 100, 100, 1) inset;
}
.mapFoundStatic {
	height: 100%;
	width: 100%;
	box-shadow: 0px 0px 15px rgba(100, 100, 100, 1) inset;
	background-repeat: no-repeat;
	background-position: center top;
}
.mapCentredText {
	top: 220px;
	left: 50%;	
	width: 250px;
	height: 50px;
	position: absolute;
	margin-left: -125px;
}
.mapCentredText p {
	margin: auto;
	text-align: center;
	width: 150px;
}
.mapInfoWindow {
	overflow: visible !important;
	width: 350px;
	line-height: 1.3;
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica, sans-serif !important;
}
.mapArrowWrapper {
  	position: absolute;
  	left: 165px;
  	bottom: 0px;
}
.mapArrowLeftCropper {
	position: absolute;
  	overflow: hidden;
  	left: -6px;
  	top: -1px;
  	width: 16px;
  	height: 30px;
}
.mapArrowRightCropper {
	position: absolute;
  	overflow: hidden;
  	top: -1px;
  	left: 10px;
  	width: 16px;
  	height: 30px;
}
.mapArrowLeft {
	position: absolute;
  	left: 6px;
  	transform: skewX(22.6deg);
  	transform-origin: 0px 0px 0px;
  	height: 24px;
  	width: 10px;
  	box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;
  	background-color: rgb(50,50,50);
}
.mapArrowRight {
	position: absolute;
  	left: 0px;
  	transform: skewX(-22.6deg);
  	transform-origin: 10px 0px 0px;
  	height: 24px;
  	width: 10px;
  	box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;
  	background-color: rgb(50,50,50);
}
/* This is the close infoBox button*/
img[src="/wp-content/themes/jesstours/images/mapExit.png"] {
	position: absolute !important;
	top: 0px;
	right: 0px;
	z-index: 12;
	opacity: 0.8;
}
img[src="/wp-content/themes/jesstours/images/mapExit.png"]:hover {
	opacity: 1;
}
.locationMapLoading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	z-index: 10;
} 
.locationMapImage {
	float: left;
	width: 350px;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
  	z-index: 11;
}
.mapImageCropper {
  width: 350px;
  height: 149px;
  overflow: hidden;
}
p.trouble {
	color: rgb(206, 111, 120);
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
}
p.welcome {
	color: rgb(206, 111, 120);
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
}
p.bye {
	color: rgb(206, 111, 120);
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
}
.mapInfoTitleBG {
	position: relative;
	width: 100%;
	height: 20px;
	padding-bottom: 5px;
	background-color: rgb(50,50,50);
}
.mapInfoTitles {
	padding: 7px 0px 0px 10px;
	font-size: 11px !important;
	font-family: Helvetica, sans-serif !important;
	float: left;
  	position: relative;
}
.mapTypeIcon {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translateX(-50%) translateY(-50%);
}
.mapTypeIconWrapper {
	position: relative;
  	float: left;
  	height: 60px;
  	width: 60px;
  	margin-left: 10px;
  	margin-right: 10px;
}
.mapInfoWrapper {
	position: relative;
	float: left;
	width: 340px;
	overflow: hidden;
	padding-top: 5px;
  	padding-bottom: 5px;
  	border-color: rgb(50,50,50);
  	border-bottom-width: 5px;
  	border-bottom-style: solid;
  	border-left-width: 5px;
  	border-left-style: solid;
  	border-right-width: 5px;
  	border-right-style: solid;
}
.mapReadMore {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	float: left;
	clear: both;
}
.mapInfoWindow a {
	text-decoration: none; 
	color: rgb(206, 111, 120);
	font-size: 11px !important;
	font-family: Helvetica, sans-serif !important;
}
p.livePracticalInfo {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: justify;
	font-size: 11px;
	font-family: Helvetica, sans-serif;
}
.mapInfoTitles a:hover, .mapReadMore a:hover {
	color: rgb(206, 51, 69);
}
.mapPriceWrapper {
	position: relative;
  	float: right;
  	height: 25px;
  	width: 40px;
  	right: 5px;
  	overflow: hidden;
}
.mapPriceMetric {
	position: absolute;
    top: 50%;
    left: 50%;
    height: 13px;
    transform: translateX(-50%) translateY(-50%);
    letter-spacing: 2px;
}
#liveMapLogo {
	background-color: rgb(50,50,50);
	width: 280px;
	position: relative;
	padding: 5px 5px 5px 5px;
	z-index: 99;
	box-shadow: 2px 2px 10px rgba(100, 100, 100, 1);
}
#liveMapLabel {
	background-color: rgb(50,50,50);
	left: 0px;
	bottom: 1px;
	min-width: 55px;
	position: absolute;
	padding: 0px 10px 0px 10px;
	z-index: 99;
	box-shadow: 2px 2px 10px rgba(100, 100, 100, 1);
}
#liveMapOuterLegend {
	background-color: rgb(50,50,50);
	right: 0px;
	bottom: 50px;
	width: 80px;
	height: 166px;
	position: absolute;
	padding: 3px 8px 3px 8px;
	z-index: 99;
	border-radius: 3px;
	box-shadow: -2px 2px 10px rgba(100, 100, 100, 1);
}
#liveMapInnerLegend {
	background-color: rgb(255,255,255);
	position: absolute;
	right: 5px;
	bottom: 5px;
	top: 5px;
	left: 5px;
	z-index: 101;
	box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.8) inset;
}
#liveMapInnerLegend form {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
}
#liveMapInnerLegend input {
	margin: 3px;
	padding: 0px;
	height: 12px;
	width: 12px;
	vertical-align: baseline;
	-moz-appearance: none; /* Stop Firefox from vertically spacing very oddly in Windows / Linux.*/ 
}
#liveMapInnerLegend label {
	color: rgb(206, 111, 120);
	position: relative;
	vertical-align: baseline;
}
label.disabledCheckbox {
	color: rgba(150,150,150,0.75) !important;
}
#liveMapLabel p {
	font-size: 20px;
	padding-bottom: 7px;
	color: rgb(206, 111, 120);
	float: left;
}
.liveMapBarFixes_BASE {
	box-shadow: 0px 0px 15px rgba(100, 100, 100, 1);
	position: absolute;
	z-index: 98;
}
#liveMapTopBarFix_BASE {
	height: 5px;
	width: 100%;
	top: 0px;
}
#liveMapBottomBarFix_BASE {
	height: 5px;
	width: 100%;
	bottom: 0px;
}
#liveMapRightBarFix_BASE {
	height: 100%;
	width: 5px;
	right: 0px;
	top: 0px;
}
#liveMapLeftBarFix_BASE {
	height: 100%;
	width: 5px;
	left: 0px;
	top: 0px;
}
.liveMapBarFixes_TOP {
	background-color: rgb(50,50,50);
	position: absolute;
	z-index: 100;
}
#liveMapTopBarFix_TOP {
	height: 5px;
	width: 100%;
	top: 0px;
}
#liveMapBottomBarFix_TOP {
	height: 5px;
	width: 100%;
	bottom: 0px;
}
#liveMapRightBarFix_TOP {
	height: 100%;
	width: 5px;
	right: 0px;
	top: 0px;
}
#liveMapLeftBarFix_TOP {
	height: 100%;
	width: 5px;
	left: 0px;
	top: 0px;
}

/* ------------------------------------------------------------------------	*/
/* Comments			          												*/
/* ------------------------------------------------------------------------	*/

.revealComments {
	float: left;
	padding-top: 8px;
	padding-left: 80px;
}
.revealComments a {
	text-decoration: none;
	color: rgb(206, 111, 120);
}
.revealComments a:hover {
	color: rgb(206, 51, 69);
}
.madeComments {
	position: relative;
}
.commentThread {
	clear: both;
	position: relative;
}
.individualCommentArea {
	background-color: rgba(0, 0, 0, 0.015);
	margin-left: 100px;
}
.commentAvatar {
	float: left;
}
.children .individualCommentArea {
	margin-left: 120px !important;
}
.children .commentAvatar {
	padding-left: 20px;
}
.commentText {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.commentContent p {
	line-height: 1.3; 
}
.commentAuthorDateAndTime p, .commentReply p {
	font-size: 11px !important;
	color: rgba(0,0,0,0.4);
}
.commentAuthor {
}
.commentEdit a, .commentReply a, #cancel-comment-reply-link, .logged-in-as a {
	font-size: 11px !important;
	text-decoration: none;
	color: rgb(206, 111, 120);
	text-transform: uppercase;
	font-weight: normal !important;
}
.commentEdit a:hover,  .commentReply a:hover, .logged-in-as a:hover {
	color: rgb(206, 51, 69);
}
.commentBubble {
	background-image: url("/wp-content/themes/jesstours/images/commentBubble.png");
	width: 38px;
	height: 48px;
	position: absolute;
	margin-left: -38px;
	margin-top: 9px; 
}

/* COMMENTS FORM */
.commentsArea {
	top: 10px;
	width: 660px;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	float: left;
	position: relative;
	display: none;
}
.commentsArea p {
	padding-top: 2px;
	padding-bottom: 2px;
}
.commentFieldInput {
	position: relative;
	float: right;
	right: 5px;
	bottom: 85px;
	margin-bottom: -85px;
	width: 400px;
	height: 100px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.commentTextArea {
	resize: none;
	width: 100%;
	height: 100%;
}
#respond {
	width: 660px;
	height: 110px;
	margin-top: 10px;
}
#respond h3 {
	color: rgba(0,0,0,0.75);
}
#reply-title {
	width: 250px;
}
.commentEmailNotShown {
	font-size: 11px !important;
	color: rgba(0,0,0,0.4);
	width: 250px;
}
.comment-form-author {
	width: 250px;
}
#author {
	width: 180px;
	height: 17px;
}
.comment-form-email {
	width: 250px;
}
#email {
	width: 180px;
	height: 17px;
}
.form-submit {
	width: 250px;
}
.form-submit input{
	background: url("/wp-content/themes/jesstours/images/postCommentButtonOFF.jpg");
	width: 228px;
	height: 24px;
	border: none;
}
.form-submit:hover input {
	background: url("/wp-content/themes/jesstours/images/postCommentButtonON.jpg");
}
.logged-in-as {
	width: 250px;
	line-height: 1.6;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

/* ------------------------------------------------------------------------	*/
/* Newsletter	          													*/
/* ------------------------------------------------------------------------	*/

iframe.newsletterIframe {
	width: 230px;
	height: 32px;
}
body.newsletterBody {
	background-image: none;
	font-size: 13px !important;
	font-family: Helvetica, sans-serif !important;
	width: 230px;
	height: 32px;
}
.subscribeEmail {
	position: absolute;
	margin-left: 3px;
	width: 168px; /* Set explicitly to try and force all browsers to render it the same way. */
	height: 17px;
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	line-height: 1.6;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
#mc-embedded-subscribe-form {
	position: relative;
	left: 0px;
	width: 230px;
	height: 27px;
	clear: both;
}
input.subscribeButton {
	position: absolute;
	right: 5px;
	width: 40px;
	height: 24px;
	background: url("/wp-content/themes/jesstours/images/joinButtonOFF.jpg");
	border:	none;
	padding: 0px;
	margin: 0px;
}
input.subscribeButton:hover {
	background: url("/wp-content/themes/jesstours/images/joinButtonON.jpg");
}
input.unsubscribeButton {
	position: absolute;
	width: 83px;
	height: 24px;
	background: url("/wp-content/themes/jesstours/images/unsubButtonOFF.jpg");
	border:	none;
	padding: 0px;
	margin: 0px;
}
input.unsubscribeButton:hover {
	background: url("/wp-content/themes/jesstours/images/unsubButtonON.jpg");
}
.newsletterContainer {
	width: 230px;
	height: 27px;
	padding-top: 5px;
}
#areaBye .newsletterContainer {
	width: 230px;
	height: 27px;
	position: relative;
	left: 220px;
	top: 122px;
}
.newsletterConfirm {
	height: 32px;
}
.newsletterConfirm p {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgb(206, 111, 120);
	line-height: 1.25;
}

/* ------------------------------------------------------------------------	*/
/* DNS Preview override	  													*/
/* ------------------------------------------------------------------------	*/

.pdnscontext_help_content {
	width: 0px !important;
	height: 0px !important;
	display: none !important;
}

/* ------------------------------------------------------------------------	*/
/* Firefox Fixes	          												*/
/* ------------------------------------------------------------------------	*/

@-moz-document url-prefix() {
	ul {
    	outline: none !important; /* Outline go on the outside of box-shadows at the moment so turn 'em off. */
	}

}

/* ------------------------------------------------------------------------	*/
/* IE Fixes	          														*/
/* ------------------------------------------------------------------------	*/

textarea {
	overflow: auto;
}

/* ------------------------------------------------------------------------	*/
/* Mobile Fixes		          												*/
/* ------------------------------------------------------------------------	*/

@media only screen and (max-device-width: 480px) {
		#search {
			width: 130px;
		}
		.subscribeEmail {
			width: 140px;
		}
	}