/* ===== global styles===== */
body {margin:0; padding:0;}

h1, h2, h3, h4, p, ul, li, a{font-family: "Trebuchet MS", sans-serif;} /*IF CHOOSE TO USE	text-shadow: #bebebe 3px 3px 3px; */
h1 {
	font-size: 2em;
    color: #676767;			/*color: #1b9d95;*/
	font-weight: bold;
    margin: 0 0 0 0;
}

h2 {
    font-size: 1.4em;
    color: #676767;
    margin: 0 0 .7em 0;
}

h3 {font-size: 1em;
    color: #676767;
    margin: 0 0 .4em 0;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    color: #676767;
    margin: 0 0 -.2em 0;
}

p {
    font-family: "Trebuchet MS", sans-serif;;
    font-size: 1em;
    line-height: 1.4em;
    margin:0px;
}

img {}

body#background {
	padding-top:1.3em;
	background: #999 url(../imageshtml/page_background.png);
	background-attachment: fixed; /*the default is to scroll...use 'fixed' to keep the background image from scrolling*/
}

.textCenter {text-align:center;}


header {
	max-width:100%;
	height:auto;
	margin-bottom:.5em;
	width:800px;
    height: 100px;      /* set size equal to banner image */
    position: relative;
	margin-left:auto;
	margin-right:auto;
}

header a img {
	text-decoration:none;
	border:none;
	max-width:100%;
	height:auto;
}

/* ===== outer div ===== */

#outerWrap {
    margin: 0px auto;
	padding:0px;
    width: 800px;
	background: #FFFFFF;

	box-shadow: 5px 3px 10px 1px #000;
	-moz-box-shadow: 5px 3px 10px 1px #000;
	-webkit-box-shadow: 5px 3px 10px 1px #000;

	
    -webkit-border-radius: 12px;
    border-radius: 12px 12px 0px 0px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-topleft: 12px;
}

/* ===== contact form ===== */



/* ===== contact button ===== */

#contact{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	line-height:35px;
	background:url(../contact/contact_100.png);
    position: absolute;
    left: 600px;
	width:100px;
	height:35px;
}

#contact:hover {
	background-position:0 35px;
}

/* ===== introduction text ===== */

#content {
	padding-top:25px;
	padding-bottom:20px;
}

.intro {
	margin-left:15px;
	margin-bottom:1em;
	margin-right:1em;
	margin-top:1em;
}

.intro p {
	padding-top:20px;
	
}


/* ===== section id=mainContent (left column) ===== */
.title {padding:15px;}

#mainContent {
	float: left;
    width: 475px;
	padding-left:15px;
}

#mainContent p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .9;
    line-height: 1.4em;
    margin: 0px 0px 0px 0px; /*top right bottom left*/
	padding: 0px 0px 0px 0px;
}

#mainContent ul.noBullet{
    font-family: "Trebuchet MS", sans-serif;
    font-size: .9em;
    margin-bottom: 1em;
	list-style-type: none;
}

#mainContent li a{
    margin-bottom: 0px;
	text-decoration: none;
}


#mainContent p.leftMenu {
    font-family: "Trebuchet MS", sans-serif;
    margin-bottom: 10.5ex;
}

#mainContent p.leftMenu a {
    color: #566440;
}

#mainContent p.leftMenu a:hover {
    color: #b36b00;
    border: none;
}

/* ===== div indexInfo (left column) ===== */

#indexInfo {
	padding-left:35px;
	padding-top:5px;
	/*text-align:center;*/
	font-size:1.1em; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#infoRowOne {
	margin-bottom:15px;
}

#indexInfo a {
	text-decoration:none;
	color: gray;
	padding: 0 1em 0 0;
}

#indexInfo img {
	border-style: none;
	padding-right:.3em;
}

/* ===== indexInfo Tooltip (left column) ===== */
.tooltip {
/*	border-bottom: 1px dotted #0077AA;*/
    cursor:pointer;
	text-align:left;
}
 
.tooltip::after {
    background: #272727;
    border: 5px solid black;
    width: 410px; /*width of tooltip*/
	
/*  background: rgba(0, 0, 0, 0.8);
    border-radius: 8px 8px 8px 0px;*/    
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFF;
    content: attr(data-tooltip); /* The main part of the code, determining the content of the pop-up prompt */
    margin-top: -40px;
	margin-left: 0px;
    opacity: 0; /* Our element is transparent... */
    padding: 3px 7px;
    position: absolute;
    visibility: hidden; /* ...and hidden. */

transition: .3s;
-moz-transition:  .3s; /* Firefox 4 */
-webkit-transition: .3s; /* Safari and Chrome */
-o-transition: .3s; /* Opera */
}
         
.tooltip:hover::after {
    opacity: 1; /* Make it visible */
    visibility: visible;
}




/* ===== sideBar (right column) ===== */

#sideBar {
    padding: 0px 15px 0px; 
    width: 275px;
	float: right;
	border-left: 1px solid #999;
}

#sideBar h2{
    font-size: 1.1em;
    color: #676767;
    margin: 0px 0 .4em 0;
}

#sideBar h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    color: #000000;
	/*margin-left:10px;*/
}

#sideBar p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .9em;
	line-height: ;
	color: #333;
	margin: 0 0 1em 0;
}


#sideBar img {
    margin: 0 px;
}

#sideBar .photo {
    padding: 5px;
    border: 1px solid #999;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#sideBar a {
	color: #A2A2A2;
	text-decoration: none;
	text-shadow: 0px 1px gray;
}

#sideBar a:hover {
    color: #000;
	text-shadow: 0px 1px gray;
}



/* ===== trail stats & amen tabs ===== */

div#tabHelp {
	position: relative;
	margin: 0 auto;
	padding-left: 15px;	
}

.tabHelp {
	display:inline-block;
	color:white;
	font-weight:bold;
	width:120px; 
	height:30px; 
	margin:0 5px 0 0;
	padding:5px 0 0 0;
	border-style: none; 
	-webkit-border-radius: 7px;
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	behavior: url(/PIE.htc);
	text-decoration:none;
	text-align:center;
	}

#trailstats {background-color:tan;}
#amenities {background-color:teal;}

#trailstats:hover, #amenities:hover {
	opacity:.7;
	color:black;
}


/* ===== youtubeVideo ===== */

div#youtubeVideo {
	margin: 10px 0px 0px 0px;
	position: relative;
	z-index:0;
	width:470px; 
	height:324px;
}

#youtubeVideo iframe {
	border: none;
}

/* ===== Index photo slide show ===== */

#containerIndex {
	margin-top:50px;
	position:relative;
	width: 400px;
	height: 300px;	 
}

#photo-wrapperIndex {
margin-left:35px;
	position: relative;
	width: 400px;
	height: 300px;
	background-color: #000;
	border: 3px solid #222;
}

#transition-containerIndex {
	width: 400px;
	height: 300px;		
	position:absolute;
	top: 0px;
	left: 0px;
}

#previous-btnIndex {
	position: absolute;
	bottom: 50px; /*originally 15px*/
	left: -15px;
	cursor: pointer;
}

#next-btnIndex {
	position: absolute;
	bottom: 50px; /*originally 15px*/
	right: -15px;
	cursor: pointer;
}

.imageIndex {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

/* ===== Tolmie and other pages without a video = one column ===== */

#mainContentOneCol  {

	
}


/* ===== Tolmie photo slide show ===== */

#containerTolmie {
	padding-top:20px;
	padding-bottom: 20px;
	width: 800px;
	height: 480px;	 
}

#photo-wrapperTolmie {
	margin-left:auto;
	margin-right:auto;

	position: relative;
	width: 720px;
	height: 480px;
	background-color: #000;
	border: 3px solid #222;
}

/*The following style is related to a transition*/
/*#transition-containerTolmie {
	width: 720px;
	height: 480px;		
	position:absolute;
	top: 0px;
	left: 0px;
}
*/
#previous-btnTolmie {
	position: absolute;
	bottom: 120px; /*originally 15px*/
	left: -15px;
	cursor: pointer;
}
#next-btnTolmie {
	position: absolute;
	bottom: 120px; /*originally 15px*/
	right: -15px;
	cursor: pointer;
}
.imageTolmie {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}


/* ===== Google Map div heading text ===== */
#googleMap{
	padding:0px;
	margin:0px;
	margin-bottom:10px;	
}

#googleMap h2 {
	font-weight: bold;
	margin-left:15px;
}

#googleMap span {
	font-size:.7em;
	margin-left:15px;
}

#mapIndex {
	width:800px;
	height:450px;
	margin:0px;
	padding: 0px;
    border: none;
}


/* ===== Google Earth div heading text ===== */
#googleEarth{
	padding:0 0 0 15px;
	margin:0px 0 10px 0;
	
}

/* ===== footer ===== */
#footer {
	background:rgba(30, 30, 30, .5);
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:50px;
}

p#footerContent {
	padding-top:10px;
	font-family: "Trebuchet MS", sans-serif;
    font-size: 1.3em;
    color:#FFFFFF;
    text-align: center;
	height:40px;
}

#footerContent a {
	color:#FFFFFF;
    text-decoration: none;
}

#footerContent a:hover {
    color: #999;
    text-decoration: none;
}

a.facebook {
	background:url(../images/facebook.png) -45px 0 no-repeat;
	display:inline-block;
	position:relative;
	height:45px;
	width:45px;

	margin:10px 10px 0 0;
	border-style:none;
}

a.facebook:hover {
	background-position:0px 0px;
    }

a.googlePlus {
	background:url(../images/googlePlus.png) -45px 0 no-repeat;
	display:inline-block;
	position:relative;
	height:45px;
	width:45px;

	margin:10px 10px 0 0;
	border-style:none;
}

a.googlePlus:hover {
	background-position:0px 0px;
    }



/* ===== Jim's Blog Link ===== */
#Friend {
	padding-top:10px;
}

#Friend img{
	padding: 3px 3px 3px 3px;

	-webkit-border-radius: 12px;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-topleft: 12px;
	box-shadow: 3px 3px 10px .25px #000; /*h-shadow v-shadow blur spread color inset; inset is optional-changes from outer to inner*/
}