﻿
/*  McCabe Pilgrimages
	Copyright © 2007
	www.reactive.com */


/* TOC

1  structure
	1.1  topnav
	1.2  hero photos
	1.3  destinations list
	1.4  panels
	1.5  left nav
	1.6  footer
	1.7  header

2  typography
	2.1  sifr

3  homepage specific
4  destination specific
5  standard-page specific
6  trust specific
7  forms
8  joining
9  slideshow
10 sitemap


*/  



/* 1-:-------- structure ------------ */

.clear {
	clear: both;
	}

body {
	padding: 15px 0 50px 0; margin: 0;
	text-align: center;
	background: none;
	}

#wrapper {
	margin: 0 auto;
	text-align: left;
	background: none;
	border: 0;
	}

#hero {
	display: none;
	}

#siteContent {
	background: none;
	border: 0;
	}

#toprow {
	background: none;
	border: 0;
	}

#lowerRow {
	background: none;
	}

#intro {
	float: none;
	width: 90%;
	}

#feature {
	float: none;
	padding: 20px;
	width: 90%;
	}

.sideColumn {
	width: 90%;
	margin-left: 0;
	float: none;
	}

#mainCol {
	width: 90%;
	padding: 22px 20px 40px 20px;
	float: none;
	}
	
.wideContent .sideColumn {
	display: none;
	}

.wideContent #mainCol {
	width: 90%;
	}

.designByReactive {
	display: none;
	}
	
.clientImage {
	display: none;
	}
	
.projects span {
	display: block;
	clear: both;
	}


/* 1.1 -------- topnav ------------ */

#topnav {
	display: none;
	}


/* 1.2 -------- hero photos ------------ */



/* 1.3 -------- destinations list ------------ */

#destinations-list ul {
	padding: 0; margin: 0;
	list-style: none;
	float: none;
	font-size: 0.75em;
	}

#destinations-list li {
	background: url(../images/bullet-cross.gif) 0 0.5em no-repeat;
	margin: 0; padding: 0 0 0 12px;
	line-height: 1.6em;
	width: 125px;
	float: none;
	}

/* 1.4 -------- panels ------------ */

.sideColumn .panel {
	display: none;
	}


/* 1.5 -------- left nav ------------ */

.leftCol {
	display: none;
	}


/* 1.6 -------- footer ------------ */

#footer {
	background-color: #fff;
	padding: 10px 20px 13px 20px;
	text-align: left;
	color: #000;
	}

#footer span {
	color: #000;
	font-size: 0.75em;
	background: url(../images/bullet-diamond-sml.gif) no-repeat 0 6px;
	padding-left: 12px;
	margin-right: 10px;
	}

#footer span.first {
	background-image: none;
	padding-left: 0;
	}

#footer ul {
	display: none;
	}

#footer .logos {
	display: none;
	}


/* 1.7 -------- header ------------ */

#header {
	display: none;
	}

/* 2 -------- typography ------------ */

body {
	font-family: candara, arial, sans-serif;
	}

h1, h2, h3, h4 {
	padding: 0; margin-top: 10px;
	font-family: cambria, georgia, serif;
	color: #352504;
	float: none;
	clear: both;
	}

h1 {
	font-size: 1.3em;
	margin-bottom: 1.5em;
	font-weight: normal;
	}

h2 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
	font-weight: normal;
	}

h3 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
	font-weight: normal;
	}

#mainCol h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 1em 0;
	}
	
#mainCol h3 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
	font-weight: normal;
	}


#mainCol h5 {
	font-size: 0.75em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 2em 0 1.5em 0;
	}

p {
	margin: 0 0 1.5em 0;
	padding: 0;
	color: #000;
	font-size: 0.75em;
	line-height: 1.4em;
	}

h3.caption {
	margin-top: 0.6em;
	}

p.caption {
	margin-top: 8px;
	font-size: 0.75em;
	font-style: italic;
	line-height: 1.2em;
	text-indent: 0;
	border-bottom: solid 1px #cbab58;
	padding-bottom: 15px;
	margin-bottom: 10px;
	}

a {
	color: #b0482e;
	}

a:visited {
	color: #7c6353;
	}


/*--- 11 : sIFR ---*/
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
	position: absolute !important;
	overflow: hidden !important;
	}



span.sIFR-alternate {
	overflow: visible; 
	width: 100%;
	height: 26px;
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	clear: both;
	float: none;
	}			


/* 3 -------- homepage specific ------------ */

#home {
	background: none;
	}

#home #siteContent {
	background: none;
	border: 0;
	}
	
#home #toprow {
	background-image: none;
	}
	
#home .sideColumn {
	width: 90%;
	margin-left: 0;
	}


/* 4 -------- destination specific ------------ */


#destinations #siteContent {
	background: none;
	border: 0;
	}
	
#destinations #toprow {
	background: none;
	border: 0;
	}

#destinations .sideColumn {
	display: none;
	}



/* 5 -------- standard-page specific ------------ */



/* 6 -------- forms ------------ */



/* 8 -------- joining specific ------------ */

#joining #siteContent {
	background: none;
	border: 0;
	}
	
#joining #toprow {
	background: none;
	border: 0;
	}
	
#joining .sideColumn {
	display: none;
	}


/* 9 -------- slideshow ------------ */

#slideshowThumb {
	display: none;
	}


/* 10 -------- sitemap ------------ */

