/** Master Styles for Twillingate Project
By Taliesin Smith

Last Edited - May 27, 2008 
Validated - May 27, 2008 **/

/***** Container Colours *****/
body {background-color: #888;}
#container {background-color: #fff;} /*#fff*/
#pageHeader {background-color: #fff;} /* #002d62; */
#contentContainer{background: #fff;} /* yellow */
#content {background-color: #fff;} /* #fff */
#mainNav{background-color: #002d62;}/* #002d62 */
#subMenu{background-color: #fff;} /* #661898; */
#sideBar {background-color: #fff;} /* green */
#pageFooter {background: #fff;} /* lightgreen */
#homeLink {background: #fff; outline: none;}

/** Positioning of main container divs **/
body {
	text-align: center;
	}
#container {/*contains all other containers*/
	text-align: left;
	}
#container {
	width: 892px;
	margin: 0 auto;
	}
#pageHeader {
	position: relative;
}
#contentContainer {
	float: left;
	width: 100%;
	}
/*#contentContainer, #sideBar {
	margin-top: 1px;
	}*/
#content {
	float: left;
	margin: 0 223px;
	width: 447px;
	}
#subMenu {
	float: left;
	width: 223px;
	margin-left: -893px; /* negative margin puts menu on the left side of content */
	}
#sideBar {
	float: left;
	width: 222px;
	margin-left: -222px; /*negative margin puts sideBar inside right side of content */
	}
#pageFooter {
	clear:left;
	width:100%;
	}
#content,
#subMenu,
#sideBar {
	padding-bottom: 20px;
}
#sideBar ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#sideBar li {
	padding-bottom: 3px;
}
#sideBar a {
	display: block;
	margin-bottom: 0;
}
#sideBar a img, #socialMedia a img {
	border: 1px solid #db8b35;
}
#sideBar a:hover img,#socialMedia a:hover img {
	border: 1px solid #7ab1e1;
}
/** Environmental Pretty Styles**/
/*hidden elements*/
#homeLink, #branding {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
/*#branding{
	font-size: 1px;
	line-height: 1px;
}*/
.skipToContent {
	height: 20px;
	background-color: #002d62;
	border-bottom: 2px solid #fff;
	margin: 0; 
	padding: 0;
}
.skipToContent a,
.skipToContent a:link,
.skipToContent a:visited {
	display: block;
	color: #002d62;
	text-align: center;
	font-weight: bold;
}
.skipToContent a:hover,
.skipToContent a:focus,
.skipToContent a:active{
	color: #fff;
	text-decoration: none;
}
/*h1 holds the rotating background image*/	
#branding {
	margin: 0;
	padding: 0;
	float: right;
	width: 669px;
	height: 174px;
	background: #fff url(/static/images/banners/headerImage.jpg) no-repeat right bottom;
	position: relative; /*for z-index*/
	/*z-index: 500;8*/
}
#homeLink {
	display: block;
	width: 217px;
	height: 174px;
	background: #fff url(/static/images/cssImages/logo.jpg) no-repeat right bottom;
}
#homeLink:link, #homeLink:visited, #homeLink:hover, #home:focus, home:active {
	text-decoration: none;
	/*color: #661898;*/	
}
/** Navigation - targeted by envrionment **/	
#mainNav {
	font-size: 13px;
	line-height: 1em;
	height: 1em;
	color: #fff;
	}
#mainNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 20px;
	background-color: #002e62;
	border-top: 2px #fff solid;
	}
#mainNav li {
	float: left; 
	line-height: 20px;
	border-right: 2px #fff solid;

}
#mainNav a {
	/*border-right: 2px #fff solid;*/
	font-weight: normal;
}
#mainNav .last {
	border-right: none;
}
#mainNav a,
#mainNav a:link,
#mainNav a:visited {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
}
#mainNav a:hover,
#mainNav a:focus,
#mainNav a:active {
	color: #002d62;
	background-color: #7ab1e1;
	text-decoration: none;
}
#tollFree {
	color: #db8b35;
	font-weight: bold;
	text-indent: 15px;
}
#subNav, #quickNav, .galNav {
	font-size: 12px;
	line-height: 1em;
	list-style-type: none;
	}
#quickNav, #subNav {
	margin: 20px 0 0 35px;
	padding: 0;
	width: 176px; /*was 154px*/
}
.galMenu {/* creates box around gallery navigation*/
	border: 1px solid #7ab1e1; /*Light blue*/
	margin-top:1px;
	width:210px;
}
.galMenu h3 {
	color: #888888;
}
#sideBar .galNav {
	margin: 20px 15px 0 15px;
	padding: 0 0 20px 0;
	width: 180px;
}
#subNav, #sideBar .galNav {
	text-align: center;
}
#subNav a, .fancyButton a {
	color: #db8b35;
	font-weight: bold;
	display: block;
}
.galNav a {
	font-weight: bold;
	display: block;
}
#sideBar h3 {
	text-align: center;
}
#subNav a:hover, 
.galNav a:hover {
	text-decoration:none;
	color: #002e62;
}
#subNav li, .galNav li {
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #db8b35;
}
#quickNav a {
	color: #fff;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	border: 1px solid #db8b35;
	display: block;
}
#quickNav a:hover {
	color: #002d62;
	border: 1px solid #002d62;
	text-decoration: none;

}
.fancyButton li {
	margin-bottom: 4px;
	line-height: 20px;
}
.fancyButton a {
	text-indent: 60px;
	background-position: 25px 50%;
	background-repeat: no-repeat;
	background-color: #db8b35;
}

/*a.bookmark {background-image: url(/static/images/cssImages/bookmark.png);}*/
a.gallery {background-image: url(/static/images/cssImages/gallery.png);}
a.testimonials {background-image: url(/static/images/cssImages/testimonials.png);}
a.links {background-image: url(/static/images/cssImages/links.png);}
a.aboutUs {background-image: url(/static/images/cssImages/aboutUs.png);}
a.contactUs {background-image: url(/static/images/cssImages/contactUs.png);}
/*a.news {background-image: url(/static/images/cssImages/news.png);}*/
a.siteMap {background-image: url(/static/images/cssImages/siteMap.png);}
/*a.facebook {background-image: url(/static/images/cssImages/facebook.png);}*/

.paging {
	list-style-type: none;
	color: #7ab1e1;
	font-size: 11px;
	line-height: 13px;
	float: right;
	width: 75px;
	padding-bottom: 0;
	margin-top: 10px;
	margin-right: 15px;
	padding: 0;
}
.paging a {
	padding-right: 0;
	}
.paging li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 0.55em; /*padding bigger on li to compensate for border*/
}
.paging li.pages {
	border-right: none;
	display: block;
	text-align: left;
	padding-right: 0;
}
.pages .curPage, .pages .totPages {
	font-weight: bold;
}
.paging .next {
	border-right: none;
	padding-right: 0;
	padding-left: 0.5em;
}
#pageFooter {
	text-align: left;
	padding-bottom: 20px;
}
#pageFooter .pipeLine {
	text-align: center;
}
#pageFooter a {
	color: #7ab1e1;
	text-decoration: none;
	font-weight: normal;
}
#pageFooter .pipeLine li {
	color: #7ab1e1;
}
#pageFooter a:hover {
	color: #888;
	text-decoration: underline;
	font-weight: normal;
}
/**  submenu div  **/
#pkgInfo, #contactInfo,#socialMedia {
	margin: 25px 0 0 35px;
	padding: 0;
}
#pkgInfo a img {
	padding: 0;
	margin: 0;
}
#pkgInfo a {
	display: block;
	width: 176px; /*154px*/
	height: 83px;
	border: 1px solid #db8b35;
}
#pkgInfo a:hover {
	border: 1px solid #7ab1e1;
}

/* Contact Info Div */
#contactInfo h3, #contactInfo address {
	margin: 0;
	padding: 0;
}
#contactInfo h3 {
	color: #db8b35;
}
#contactInfo address a {
	font-size: 90%;
	color: #000;
	font-weight:normal;
}

/**Special List styles**/
.sitemap, .photos {
	list-style-type: none;
}
.sitemap {
	padding-left: 0;
}
.sitemap li a,
.sitemap li a:link,
.sitemap li a:visited {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	color: #002d62; /* dark blue */
}
li.sub a, 
li.sub a:link,
li.sub a:visited {
	font-size: 1.2em;
	line-height:1.4em;
	text-decoration: none;
	font-weight: normal;
	color: #db8b35; /*orange*/
	padding-left: 40px;
}
.sitemap a:hover,
.sitemap a:focus,
.sitemap a:active,
li.sub a:hover,
li.sub a:focus,
li.sub a:active {
	text-decoration: none;
	color: #7ab1e1; /*Light blue*/
}
.photos {
	padding: 0;
	margin-right: 0;
	margin-left: 20px;	
}
.photos a {
	padding: 0;
	margin:0;
}
.photos img {
	padding: 5px 10px;
	margin: 1px;
}
.photos li{
	display: inline;
	padding:0;
	margin:0;
}
.photos a:hover img{
	border: 1px #7ab1e1 solid;
	margin: 0;
}
blockquote {
	border-left: none;
	font-style: italic;
	margin: 0 20px 15px;
	padding: 0;
	border-bottom: 1px dashed  #db8b35;
}
blockquote p {
	padding: 0;
	margin: 0;
}
blockquote .name p{
	font-weight: bold;
	text-align: right;
	color: #002d62;
}

/** Form Styles **/
fieldset {
	margin: 1em 20px;
	border: none;
	}
fieldset br {
	display: none;
	}
legend {
	font-weight: bold;
	color: #f8a016;
	text-align: left;
	}
form p {
	margin: 0.5em 0 0 0;
	}
#personalInfo div {
	margin: 0.5em 0;
	}
#personalInfo div label {
	float: left;
	border: none;
	display: block;
	width: 110px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
#personalInfo input {
	background-color: #d5fb99;
	border: 1px #9dc65d solid;
	width: 200px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
#personalInfo input:focus{
	background-color: #fabe60;
	border: 1px #f8a016 solid;
}
#buttons {
	margin-left: 20px;
}
#buttons .submit, #buttons .reset {
	width: 75px;
	height: 20px;
	font-size: 0.95em;
	margin-bottom: 2em;
}
#personalInfo em, p em  {
	color: #441364;
	font-size: 120%;
	font-weight: bold;
	}
/** Error Message styles **/
#em_friendName,
#em_friendEmail,
#em_yourName,
#em_yourEmail {
	text-align: left;
	color: #441364;
	font-weight: bold;
	display: none;
	margin-left: 110px;
	margin-bottom: 20px;
	width: 100%;
} 
/* Columns for the home page */
.columnContainer {
	width: 426px; /*smaller than content div to allow for space on right side*/
	/*background-color:  yellow;*/
	border-bottom: 1px dashed  #db8b35;
}
.columnContainer h2,
.columnContainer p {
		padding-left: 0;
		padding-right: 0;
}
.column {
		float: left;
		margin-left: 0;
		margin-bottom: 0;
}
#content .column {
		width: 211px;
}
#content .colFirst {
	border-right: 1px dashed  #db8b35;
}
#content .spanTwo {
		width: 100%;
		border-right: none;
}
.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}
/* Toggle Styles - for hikes (but could be generalized) div.time, h6 and p with an image all wrapped inside a div with the class toggle */
.toggle {
		margin-right: 15px;
		margin-bottom: 15px;
	}
.toggle h6 {
		cursor: pointer;
		margin-right: 0;
		border-bottom: 1px solid #7AB1E1;
		color: #f8a016;
		font-size: 1em;
	}
.toggle div {
		display:none;
		margin-right: 0;
		/*margin-bottom:15px;*/
	}
.toggle div.time {
		float: right;
		clear: right;
		display:block;
	}
	
.toggle p{
	margin-right:0px;
}

#socialMedia li{
	list-style-type:none;
	padding-bottom:10px;
}

#socialMedia img{
	border
}