@charset "UTF-8";
/* CSS Document */


body {
	background: ;
	margin: 0;
	padding: 0;
	color: #525556;
	background-color: #fff;
	font-family:"Avenir LT W01 45 Book" Arial;
	font-size: 100%;
	line-height: 1.4;
	text-align: left;
}

p.italic {
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
}
p.oblique {	
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
}

p.em {
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
}
.titles {
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
}

.italic {
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 30px;
	padding-left: 30px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-family:"Avenir LT W01 35 Light" Arial;
	text-align: left;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#0072a9;
	text-decoration: none; 
}
.link-pink {
	color: #de7b6a;
	font-size: 11px;
}
.links-pink {
	color: #de7b6a;
}
.links-gold {
	color: #c0d7f4;
}

.links-white {
	color: #fff;
}
a:visited {
	color: #0072a9;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this wrap surrounds all other divs giving them their percentage-based width ~~ */
.wrap {
	width: 100%;
	max-width: 1280px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	background-color: ;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.header {
	background-color: ;
}
.content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 0px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

h1 {
	font-family:"Avenir LT W01 35 Light" Arial;
	font-size: 3.2em;
	text-transform: none;
	color: #0072a9;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	float: left;
}

.txt {
	font-family:"Avenir LT W01 45 Book" Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525556;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 200px;
	padding-bottom: 0px;
	padding-left: 200px;
}

/* ~~ The footer ~~ */
#footer {
	padding-left: 10px;
	margin-top: 58px;
	margin-bottom: 0px;
	background-color: ;
	font-family:"Avenir LT W01 45 Book" Arial;
	font-size: 10px;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0px;
	color: #979a9b;
	font-weight: normal;
	display: block;
	float: left;
	position: relative;
}
#footer-home {
	padding-left: 0px;
	margin-top: 42px;
	margin-bottom: 0px;
	background-color: ;
	font-family:"Avenir LT W01 45 Book" Arial;
	font-size: 10px;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0px;
	color: #979a9b;
	font-weight: normal;
	display: block;
	float: left;
	position: relative;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #wrap) if the #footer is removed or taken out of the #wrap */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#navigation {
	float: left;
}
#nav {
	padding: 0;
	margin-top: 20px;
	list-style: none;
	text-align: left;
	font-size: .8em;
	line-height: 15px;
	text-transform: none;
	font-family:"Avenir LT W01 45 Book" Arial;
	color: #525556;
	letter-spacing: 0px;
	position: relative;
}
#nav-home {
	padding: 0;
	margin-top: 20px;
	list-style: none;
	text-align: left;
	font-size: .8em;
	line-height: 15px;
	text-transform: none;
	font-family:"Avenir LT W01 45 Book" Arial;
	color: #fff;
	letter-spacing: 0px;
	position: relative;
}
#nav li {
  display: inline-block;
  margin-left: 23px;
  vertical-align: top;
  position: relative; 
}
#nav-home li {
  display: inline-block;
  margin-left: 23px;
  vertical-align: top;
  position: relative; 
  color: #a6a8a8;
}
.icons {
  display: inline-block;
  margin-left: 6px;
  margin-top: -4px;
  vertical-align: top;
  position: relative; 
}
#nav li:first-child {
  margin: 0;
}
#nav-home li:first-child {
  margin: 0;
}
* + html #nav li {
  display: inline;
  margin: 0 0 0 81px;
}
* + html #nav-home li {
  display: inline;
  margin: 0 0 0 81px;
}
#nav li a {
  color: #525556; 
  text-decoration: none;
}
  
#nav-home li a {
  color: #a6a8a8; 
  text-decoration: none;
}

#nav li:hover a {
  text-decoration: none;
  color: #fff; 
  background-color: #0072a9;
  padding: -3px 5px -3px 5px;
}
 #nav-home li:hover a {
  text-decoration: none;
  color: #fff; 
  background-color: #0072a9;
  padding: -3px 5px -3px 5px;
}

#nav li.current a {
  text-decoration: none;
  color: #fff; 
  background-color: #0072a9;
  padding: -3px 5px -3px 5px;
}
#nav-home li.current a {
  text-decoration: none;
  color: #fff; 
  background-color: #0072a9;
  padding: -3px 5px -3px 5px;
}
#nav li.current li a {
  font-weight: normal; 
}
#nav-home li.current li a {
  font-weight: normal; 
}
  
#s1 {
    margin: 70px 0 0px 0px; 
	display: block;
	float: left; 
	z-index: -1;
}
#s2 {
    margin: -530px 0 20px 20px; 
	display: block;
	float: left; 
	z-index: -1;
}
#s-home {
    margin: -498px 0 20px 20px; 
	display: block;
	float: left; 
	position: relative; 
	z-index: 10;
}
.slides {  
    margin: 0px 0 0px 0px; 
	padding: 0;
	z-index: -1;
} 
 
.slides img {  
	display: block
} 

.nav {
	list-style: none;
	text-align: right;
	font-size: 0.9em;
	line-height: 15px;
	text-transform: none;
	font-family:"Avenir LT W01 45 Book" Arial;
	color: #525556;
	letter-spacing: 1px;
	margin-top: 14px 0 0 0;
	padding: 0px;
	font-weight: normal;
}
.nav a{
	 	color: #525556;
}

#info1 {
	float: left;
	margin: 200px 0px 0 4px;
	vertical-align: bottom;
}
#info1-video {
	float: left;
	margin: 180px 0px 0 4px;
	vertical-align: bottom;
}
#info2 {
	float: left;
	margin: 180px 100px 0 10px;
	position: relative;
	vertical-align: bottom;
}
#info3{
	float: left;
	margin: 230px 100px 0 10px;
	position: relative;
	vertical-align: bottom;
}
#info4{
	float: left;
	margin: 180px 30px 0 4px;
	position: relative;
	vertical-align: bottom;
}
.caption {
	font-size: 0.75em;
	text-align:left;
	margin: 0px 0 0 0;
	padding: 0px 20px 0  35px;
	font-family:"Avenir LT W01 45 Book" Arial;
	color: #0072a9;
	font-style: none;
	line-height: 1.2em;
	z-index: -10;
}
.caption2 {
	font-size: 0.70em;
	text-align:left;
	margin: 0px 0 0 0;
	padding: 0px 20px 0  35px;
	font-family:"Avenir LT W01 45 Book" Arial;
	color: #0072a9;
	font-style: none;
	line-height: 1.3em;
	z-index: -10;
}
.cap {
	font-size: .7em;
	text-align: right;
	margin: 6px -30px 10px 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	color: #525556;
	font-style: none;
	line-height: 1.4em;
}
.controls {
	/*float: left;
	margin: 10px 100px 0 40px;*/
	text-align: right;
	margin: 300px 20px 0 0;
}

#navigation-galleries {
	float: left;
	position: relative;
	margin: 70px 0	0 0px;
}
.galleries {
	text-align: left;
	list-style: none;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: 1px;
	margin: 0;
	padding:0;
}
.video {
	text-align: left;
	list-style: none;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: 1px;
	margin: 0;
	padding:0;
}
.galleries-sub {
	text-align: left;
	list-style: none;
	margin-left: 16px;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.7em;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 0px;
}
.video-sub {
	text-align: left;
	list-style: none;
	margin-left: 16px;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.7em;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 0px;
}
.galleries a{
	color: #525556;
}
.video a{
	color: #fff;
}


body#livingshrines1 a#shrines1nav,
body#livingshrines2 a#shrines2nav,
body#livingshrines3 a#shrines3nav,
body#livingshrines4 a#shrines4nav,

body#bodywater a#bodywaternav,
body#ergsham a#ergshamnav,
body#flight a#flightnav,
body#Mauthausen a#Mauthausennav,
body#prayer a#prayernav,
body#other a#othernav,
body#prayer a#prayernav,
body#pilgrimage a#pilgrimagenav,
body#transport a#transportnav,
body#rise a#risenav
{
	color: #fff;
	background-color: #0072a9;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
}

body#surface a#surfacenav,
body#aftnight a#aftnightnav, 
body#desertcont a#desertcontnav,
body#silkroad a#silkroadnav,
body#archives a#archivesnav
 {
	color: #0072a9;
	text-decoration: none;
}
#home-info {
	float: left;
	position: relative;
	margin: 70px 0 0 0px;
}
.home {
	text-align: left;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.5em;
	margin: 20px 0 0 0;
	color: #979a9b;
}
.home-top {
	text-align: left;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.5em;
	margin: 0px 0 0 0;
	color: #979a9b;
}
.home-date {
	text-align: left;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.5em;
	margin: 0px 0 0 0;
	color: #979a9b;
}
.home-gold {
	text-align: left;
	font-size: .7em;
	font-weight: normal;
	letter-spacing: 1px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.5em;
	margin: 20px 0 0 0;
}
.home-gold-bold {
	text-align: left;
	font-size: .95em;
	font-weight: nornal;
	letter-spacing: 1px;
	font-family:"Avenir LT W01 75 Black" Arial;
	line-height: 1.5em;
	margin: 0px 0 0 0;
}
.home-alt {
	text-align: left;
	font-size: .9em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.3em;
	margin: 10px 0 14px 0;
}
.home-action {
	text-align: left;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 1px;
	font-family:"Avenir LT W01 45 Book" Arial;
	text-transform: uppercase;
	line-height: 2.0em;
	margin: 10px 0 20px 0;
}
.home-bold {
	text-align: left;
	font-weight: normal;
	font-size: .95em;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 1px;
	font-family:"Avenir LT W01 75 Black" Arial;
	line-height: 1.3em;
	margin: 0;
	color: #979a9b;
}
.home-bold-ital {
	text-align: left;
	font-weight: normal;
	font-size: .95em;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 1px;
	font-family:"AvenirLTW02-95BlackObli" Arial;
	line-height: 1.3em;
	margin: 0;
	color: #979a9b;
}
.home a {
	color: #979a9b;
}
#text-news {
    margin: 70px 0 0 -50px; 
	display: block;
	float: left; 
	position: relative; 
	z-index: 10;
}
#text-bio {
    margin: 70px 0 0 -29px; 
	display: block;
	position: relative; 
	z-index: 10;
}
#text-contact {
    margin: 70px 0 0 -29px; 
	display: block;
	position: relative; 
	z-index: 10;
}
#text-exhibitions {
    margin: 70px 0 0 -29px; 
	display: block;
	position: relative; 
	z-index: 10;
}
#text-calendar {
    margin: 70px 0 0 -29px; 
	display: block;
	position: relative; 
	z-index: 10;
}
#text-book {
    margin: 30px 0 0 -29px; 
	display: block;
	position: relative; 
	z-index: 10;
}
#pic-desc {
    margin: -532px 0px 0px 400px; 
	float: left; 
	position: relative; 
	z-index: 10;
}
#pic-content {
    margin: 0px 0px 0px 0px; 
	float: left; 
	position: relative;
	width: 780px; 
}
.links-news {
	color: #71b9dc;
	text-decoration: none;
}
.links-news-ital {
	color: #71b9dc;
	text-decoration: none;
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
}
.links-news-ital-2 {
	color: #71b9dc;
	text-decoration: none;
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
	font-size: 1.1em;
}
.links-email {
	color: #71b9dc;
	text-decoration: none;
	font-size: 1.0em;
	letter-spacing: 1px;
}
.links-list {
	color: #71b9dc;
	text-decoration: none;
	font-size: 1.0em;
	letter-spacing: 0px;
}
.links-exhibitions {
	color: #71b9dc;
	text-decoration: none;
	font-size: 0.95em;
}
.links-calendar {
	color: #71b9dc;
	text-decoration: none;
	font-size: 1.1em;
	font-family:"Avenir LT W01 45 Book" Arial;
}
.news {
	text-align: left;
	font-size: 0.80em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.5em;
	margin: 0 0 40px 0;
}
.news-space {
	text-align: left;
	font-size: 0.80em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.5em;
	margin: 0 0 26px 0;
}
.news-indent {
	text-align: left;
	font-size: 0.80em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.4em;
	margin: -30px 0 38px 210px;
}
.bio {
	text-align: left;
	font-size: 0.85em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.7em;
	margin: 0 0 24px 0;
}
.book-sale {
	text-align: left;
	font-size: 1.5em;
	font-weight: normal;
	color: #71b9dc;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 35 Light" Arial;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}
.book-sale-sub {
	text-align: left;
	font-size: 1.3em;
	font-weight: normal;
	color: #71b9dc;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 35 Light" Arial;
	line-height: 1.3em;
	margin: 0 0 0px -30px;
}
.book-date {
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
	color: #71b9dc;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
	line-height: 1em;
	margin: 0 0 24px 0;
}
.book-title {
	text-align: left;
	font-size: 1.9em;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.1em;
	margin: 0 0 8px 0;
}
.book-description {
	text-align: left;
	font-size: 1.05em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
	line-height: 1.5em;
	margin: 0 0 18px 0;
}
.book-description-sm {
	text-align: left;
	font-size: 0.75em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.4em;
	margin: 0 0 34px 0;
}
.book-offer-sub-sm {
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.2em;
	margin: 0 0 6px 0px;
	color: #71b9dc;
}
.book-offer-sub-blue {
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
	line-height: 1.35em;
	margin: 0 0 6px 0px;
	color: #71b9dc;
}
.book-offer-sub-pink {
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
	line-height: 1.35em;
	margin: 0 0 6px 0px;
	color: #de7b6a;
}
#book-offer {
	height: 195px;
}
#book-offer-rule {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 10px;
	height: 195px;
}
.book-offer {
	text-align: left;
	font-size: 0.85em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.6em;
	margin: 6px 0px 6px 30px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.book-offer-ital-sm {
	text-align: left;
	font-size: 0.75em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
	line-height: 1.6em;
	margin: 10px 20px 10px 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.book-offer-ital {
	text-align: left;
	font-size: .95em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
	line-height: 1.6em;
	margin: 10px 20px 10px 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.book-offer-blue {
	text-align: left;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.7em;
	margin: 10px 20px 10px 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #71b9dc;
}
.book-caption {
	text-align: left;
	float: left;
	font-size: 0.7em;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
	line-height: 1.4em;
	margin: 6px 0 12px -30px;
}
.book-offer-sm {
	text-align: left;
	float: left;
	font-size: 0.85em;
	color: #de7b6a;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
	line-height: 1.5em;
	margin: 16px 0 0px 0px;
}
.book-offer-center {
	text-align: left;
	float: left;
	font-size: 0.8em;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
	line-height: 1.2em;
	margin: 20px 0 10px -30px;
}

.contact {
	text-align: left;
	font-size: 0.85em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.7em;
	margin: 0 0 24px 0;
}
.calendar {
	text-align: left;
	font-size: 0.85em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book Arial";
	line-height: 1.6em;
	margin: 0 0 40px 0;
}
.exhibitions {
	text-align: left;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.7em;
	margin: 0 0 24px 0;
}
.exhibitions-head {
	color: #eca558;
	text-align: left;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.7em;
	margin: 0 0 24px 0;
}
.exhibitions2 {
	text-align: left;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.7em;
	margin: 0 0 10px 0;
}
.exhibitions-ital {
	text-align: left;
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
}
.exhibitions2-ital {
	text-align: left;
	font-family:"Avenir LT W01 45 Book Oblique" Arial;
}

.multimedia-head {
	color: #eca558;
	text-align: left;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.7em;
	margin: 0 0 24px 210px;
}
.desc {
	text-align: left;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Avenir LT W01 45 Book" Arial;
	line-height: 1.7em;
	margin: 0 0 14px 0;
}
img.floatLeft { 
    float: left; 
    margin: 2px 30px 10px 30px;
}
img.floatLeftbook { 
    float: left; 
    margin: 30px 30px 50px 30px;
}
img.floatLeft2 { 
    float: left; 
    margin: 2px 20px 10px 29px;
}
img.floatLeft3 { 
    float: left; 
    margin: 2px 20px 0px 0px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
div.container {
	width: 1280px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.box1 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:26%;
	border:none;
	float:left;
	background-color: ;
	padding: 0px;
	height: 532px;
	margin-bottom: 0px;
}

div.box11 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:26%;
	border:none;
	float:left;
	background-color: ;
	padding: 0px;
	height: 1000px;
	margin-bottom: 0px;
}
div.box111 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:26%;
	border:none;
	float:left;
	background-color: ;
	padding: 0px;
	height: 420px;
	margin-bottom: 0px;
}
div.box2 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:74%;
	border:none;
	float:left;
	background-color: ;
	padding-left: 0px;
	height: 532px;
}
div.box22 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:33%;
	border:none;
	float:left;
	background-color: ;
	padding-left: 0px;
	height: 532px;
}
div.box222 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:61%;
	border:none;
	float:left;
	background-color: ;
	padding-right: 90px;
	height: 300px;
}
div.box2222 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:70%;
	border:none;
	float:left;
	background-color: ;
	padding-right: 180px;
	height: 420px;
}
div.box22222 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:74%;
	border:none;
	float:left;
	background-color: ;
	padding-right: 0px;
}
div.box33 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:30%;
	border:none;
	float:left;
	background-color: ;
	padding-left: 0px;
	height: 532px;
}
div.box3 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:26%;
	border:none;
	float:left;
	background-color: ;
	padding: 0px;
	height: 70px;
	margin: 30px 0 0 0;
}
div.box4 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:74%;
	border:none;
	float:right;
	background-color: ;
	padding: 0px;
	height: 70px;
	margin-top: 30px;
}
div.box5 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:17%;
	border:none;
	float:left;
	padding: 0px;
	margin-left: 100px;
	margin-top: 20px;
}
div.box6 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:74%;
	border:none;
	float:right;
	padding: 0px;
	margin-top: 20px;
}
div.book-box1 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:28%;
	border:none;
	float:left;
	background-color: ;
	padding: 0px;
	height: 510px;
	margin-bottom: 100px;
	margin-top: 10px;
}
div.book-box2 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:72%;
	border:none;
	float:left;
	background-color: ;
	padding-right: 0px;
	height: 510px;
	margin-top: 10px;
}
div.book-box3 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:68%;
	border:none;
	float:left;
	padding: 0px;
	margin-left: 30px;
	margin-top: 20px;
}
div.book-box4 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:20%;
	border:none;
	float:right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 80px;
	margin-left: 0;
}
#small-print {
	width: 800px;
}
#form {
	margin-left:30px;
	margin-top:20px;
}
.preload-images {
	background-image: url(img src=images/008_Marseille/Marseilles 2013_Ross_home3.png);
	background-image: url(img src=images/001_Living Shrines/01_Black Garden/Black Garden_0012.JPG);
	background-image: url(images/001_Living Shrines/Living Shrines l/Living Shrines l__0001.JPG);
	background-image: url(images/001_Living Shrines/Living Shrines ll/Living Shrines ll__0001.JPG);
	background-image: url(images/001_Living Shrines/Living Shrines lll/Living Shrines lll__0001.JPG);
	background-image: url(images/001_Living Shrines/Living Shrines lV/Living Shrines llll__0001.JPG);
	background-image: url(images/003_Desert Control/vjnoSU01.jpg);
	background-image: url(images/007_Archive/In Flight/Birds_0001.JPG);
	background-image: url(images/007_Archive/Ergs and Hamadas/Desert_0001.JPG);
	background-image: url(images/007_Archive/Prayer Masr Al Qdema/Prayer_0003.JPG);
	background-image: url(images/002_After Night (Beds)/After Night_0001.JPG);
	background-image: url(images/007_Archive/Mauthausen/showerhead1.JPG);
	background-image: url(images/004_Silk Road/Silk Road_0002.JPG);
	background-image: url(images/007_Archive/Bodies of Water/Water_0001.JPG);
	background-image: url(images/007_Archive/other/Other_0001.JPG);

	display: none;
	background-repeat: none;
}

/* media devices
---------------------------------------------- */

@media (max-width: 1024px) {
	/* reduce widths of layout */
.wrap {
	width: 100%;
	max-width: 1024px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: ; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .wrap's width to 100%. */
	background-color: ;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-family:"Avenir LT W01 35 Light" Arial;
	font-size: 2.4em;
	text-transform: none;
	color: #0072a9;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -20px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	float: left;
}
#nav {
	padding: 0;
	margin-top: 14px;
	list-style: none;
	text-align: left;
	font-size: .75em;
	line-height: 15px;
	text-transform: none;
	font-family:"Avenir LT W01 45 Book" Arial;
	color: #525556;
	letter-spacing: 0px;
	position: relative;
}
#nav-home {
	padding: 0;
	margin-top: 14px;
	list-style: none;
	text-align: left;
	font-size: .75em;
	line-height: 15px;
	text-transform: none;
	font-family:"Avenir LT W01 45 Book" Arial;
	letter-spacing: 0px;
	position: relative;
	color: #a6a8a8;
}
#nav li {
  display: inline-block;
  margin-left: 16px;
  vertical-align: top;
  position: relative;
}
#nav-home li {
  display: inline-block;
  margin-left: 16px;
  vertical-align: top;
  position: relative; 
  color: #a6a8a8; 
}
#navigation-galleries {
	float: left;
	position: relative;
	margin: 70px 0	0 -20px;
}
.galleries {
	text-align: left;
	list-style: none;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: 1px;
	margin: 0;
	padding:0;
}
.galleries-sub {
	text-align: left;
	list-style: none;
	margin-left: 16px;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.7em;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 0px;
}

#home-info {
	float: left;
	position: relative;
	margin: 70px 0 0 -20px;
}
.video {
	margin-top:70px;
}
#s1 {
    margin: 70px 0 0px 0px; 
	display: block;
	float: left; 
	z-index: -1;
	width: 90%;
	height: 90%;
}
.caption {
	font-size: 0.8em;
	text-align:left;
	margin: 0px 0 0 -20px;
	padding: 0px 20px 0  35px;
	font-family:"Avenir LT W01 45 Book" Arial;
	color: #0072a9;
	font-style: none;
	line-height: 1.2em;
	z-index: -10;
}
div.container {
	width: 940px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.box1 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:26%;
	border:none;
	float:left;
	background-color: ;
	padding: 0px;
	height: auto;
	margin-bottom: 0px;
}
div.box2 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:74%;
	border:none;
	float:left;
	background-color: ;
	padding-left: 0px;
	height: auto;
}
div.box2-video {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:74%;
	border:none;
	float:left;
	background-color: ;
	padding-left: 0px;
	padding-top:70px;
	height: auto;
}
div.box3 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:26%;
	border:none;
	float:left;
	background-color: ;
	padding: 0px;
	height: 50px;
	margin-top: 20px;
}
div.box4 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:74%;
	border:none;
	float:right;
	background-color: ;
	padding: 0px;
	height: 50px;
	margin-top: 20px;
}
div.box22 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:33%;
	border:none;
	float:left;
	background-color: ;
	padding-left: 0px;
	height: 532px;
}
div.box222 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:74%;
	border:none;
	float:left;
	background-color: ;
	padding-right: 120px;
	height: 300px;
}
div.box2222 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:74%;
	border:none;
	float:left;
	background-color: ;
	padding-right: 180px;
	height: ;
}
#footer {
	padding: 0px;
	margin-top: -26px;
	margin-bottom: 0px;
	background-color: ;
	font-family:"Avenir LT W01 45 Book" Arial;
	font-size: 10px;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0px;
	color: #979a9b;
	font-weight: normal;
	display: block;
	float: left;
	position: relative;
	width: 23%;
}

.footer {
	font-family:"Avenir LT W01 45 Book" Arial;
	font-size: 13px;
}
#footer-home {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: ;
	font-family:"Avenir LT W01 45 Book" Arial;
	font-size: 10px;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0px;
	color: #979a9b;
	font-weight: normal;
	display: block;
	float: left;
	position: relative;
	width: 23%;
}
div.book-box1 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:37%;
	border:none;
	float:left;
	background-color: ;
	padding: 0px;
	height: 330px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: -20px;
}
div.book-box2 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:63%;
	border:none;
	float:left;
	background-color: ;
	padding-right: 0px;
	height: 330px;
	margin-top: 10px;
}
div.book-box3 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:100%;
	border:none;
	float:left;
	padding: 0px;
	margin-left: 30px;
	margin-top: 20px;
	margin-left: 0px;
}
div.book-box4 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:30%;
	border:none;
	float:right;
	padding: 0px;
	margin-top: -160px;
	margin-right: 180px;
	margin-left: 0px;
	height: 280px;
}
#small-print {
	width: 420px;
}
.ipad-img {
	width: auto;
	height: 200px;
}
.video {
	margin-top:10px;
}

#video {
	height:532px;
}


}
	
@media (max-width: 800px) {
	
	
	
}

@media (max-width: 650px) {
	
	
	
}

@media (max-width: 450px) {
	
	
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {


}
