@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic);
/* HTML5 Boilerplate  */
html,button,input,select,textarea{color:#222}
body{font-size:1em;line-height:1.4}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
img{vertical-align:middle}
fieldset{border:0;margin:0;padding:0}
textarea{resize:vertical}
.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}
::-moz-selection,::selection{background:#b3d4fc;text-shadow:none}

/* =============== Typography ===== */
body { font: normal .94em/1.3em Arial, sans-serif; color: #555; }
h1 { font: normal 48px/56px 'Crimson Text', Palatino, 'Palatino Linotype', serif; color: #dd4814; margin: 0 0 .4em; }
h2 { font: normal 40px/46px 'Crimson Text', Palatino, 'Palatino Linotype', serif; color: #dd4814; margin: 0 0 .3em; }
h3 { font: normal 28px/32px 'Crimson Text', Palatino, 'Palatino Linotype', serif; color: #dd4814; margin: 0 0 .2em; }
h4 { font: normal 24px/28px 'Crimson Text', Palatino, 'Palatino Linotype', serif; color: #dd4814; margin: 0 0 .2em; }
p { margin: 0 0 .8em; }
ul { padding: 0; margin: 0 }
a { color: #dd4814; }
a:hover { color: #dd4814; }
nav a { text-decoration: none; }
.sabon { font: normal 1.1em/1.35em 'Crimson Text', Palatino, 'Palatino Linotype', serif; }
/* =============== Layout ===== */
html, body { height: 100% }
body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#bg1 {
  background: #e6e6d8 url(/themes/sjabbey/img/bg-winter2014.jpg) repeat-y fixed center center;
  background-size: cover;
  width: 100%;
  min-width: 1300px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}
.lt-ie9 #bg1 {
  -ms-behavior: url(/backgroundsize.min.htc);
}
#bg2 {
  background: url(../img/bg-hexes.png) repeat-x center -280px;
  width: 100%;
  height: 100%;
  min-height: 1200px;
  position: fixed;
  top: 0;
  z-index: 2;
}
.home #bg2 { background: url(../img/bg-hexes.png) repeat-x center 0px; }
#container { 
  text-align: center;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 3;
}
#header {
  text-align: center;
  width: 100%;
  max-width: 1060px;
  position: relative;
  margin: auto;
  min-height: 210px;
  padding: 90px 0 0;
}
.department_main #header { min-heihgt: 310; }
.c5-edit-mode .topContent { z-index: 320; position: relative; }
#header #logo { float: left; margin-left: 40px; display: block; width: 297px; height: 111px; position: relative; z-index: 13; }
#header h3 {
  font-size: 24px;
  line-height: 80px;
  color: #fff;
  margin: 0 40px 0;
  max-width: 640px;
  min-width: 300px;
  display: block;
  text-align:right;
  float: right;
  padding-top: 10px;
}
#guts {
  background: url(../img/bg-guts2.png) center top;
/*  box-shadow: 0px 0px 80px rgba(0,0,20,.5); zol */
  width: 100%;
  padding: 0;
  min-height: 200px;
}
#subnav {
  width: 100%;
  min-width: 300px;
  background: #441b05; /* Old browsers */
  background: -moz-linear-gradient(top,  #692d0d 0%, #441b05 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#692d0d), color-stop(100%,#441b05)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #692d0d 0%,#441b05 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #692d0d 0%,#441b05 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #692d0d 0%,#441b05 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #692d0d 0%,#441b05 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#692d0d', endColorstr='#441b05',GradientType=0 ); /* IE6-9 */
  padding: 22px 0 0;
/*  box-shadow: 0px 0px 6px rgba(0,0,0,.6); zol */
  margin: 0;
  position: relative;
}
#subnav ul {
  display: block;
  width: 100%;
  max-width: 1060px;
  text-align: center;
  margin: 0 auto;
}
#subnav ul li {
  display: inline;
  text-align: center;
}
#subnav ul li a {
  display: inline-block;
  padding: 0 16px;
  margin: 0 1px 4px;
  font: normal 20px/40px 'Crimson Text', Palatino, 'Palatino Linotype', serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#subnav ul li a:hover, #subnav ul li a.nav-path-selected {
  color: #fff;
  background: #692d0d;
  background: rgba(255,255,255,.1);
}
#tertnav {
  width: 100%;
  min-width: 300px;
  background: #b00202;
  background: -moz-linear-gradient(top,  #b00202 0%, #920000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b00202), color-stop(100%,#920000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #b00202 0%,#920000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #b00202 0%,#920000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #b00202 0%,#920000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #b00202 0%,#920000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b00202', endColorstr='#920000',GradientType=0 ); /* IE6-9 */
  padding:  4px 0 0;
/*  box-shadow: 0px 0px 6px rgba(0,0,0,.6); zol */
  margin: 0;
}
#tertnav ul {
  display: block;
  width: 100%;
  max-width: 1060px;
  text-align: center;
  margin: 0 auto;
  border-top: 1px solid #afb6bd;
  padding-top: 4px;
}
#tertnav ul:first-child { border: none; padding-top: 0; }
#tertnav ul li {
  display: inline;
  text-align: center;
}
.your-visit #subnav ul, .your-visit #subnav ul li { text-align: left; }
.our-work #subnav ul, .our-work #subnav ul li { text-align: right; }
.your-visit #tertnav ul, .your-visit #tertnav ul li { text-align: left; }
.our-work #tertnav ul, .our-work #tertnav ul li { text-align: right; }
#tertnav ul li a {
  display: inline-block;
  padding: 0 16px;
  margin: 0 1px 4px;
  font: normal 18px/30px 'Crimson Text', Palatino, 'Palatino Linotype', serif;
  color: #e0abab;
  text-align: center;
  text-decoration: none;
}
#tertnav ul li a:hover, #tertnav ul li a.nav-path-selected {
  color: #fff;
  background: #920000;
}

  
#guts .content-set {
  max-width: 1040px;
  margin: 0 auto 50px;
}
.apanel {
  display: inline-block;
  background: #fff;
/*  box-shadow: 0px 0px 6px rgba(0,0,0,.8); zol */
  position: relative;
  margin: 0 0 40px;
}
.apanel a { text-decoration: none; }
.apanel a:hover { text-decoration: underline; }
.cycle-pager {
  position: absolute;
  z-index: 313;
  bottom: 10px;
  right: 10px;
}
.plain .cycle-pager { top: 10px; bottom: auto; }
.cycle-pager span {
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  width: 14px;
  height: 14px;
  background: #eef2ec;
  margin: 0 0 0 6px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.cycle-pager span:hover, span.cycle-pager-active {
  background: #dd4814;
}
.apanel {
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
}
.apanel .more {
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  text-align: center;
  bottom: 6px;
  left: 0;
}
.panelpage { width: 330px; }
.panelph {
  width: 100%;
  max-height: 200px;
  margin: 0 auto 10px;
/*  box-shadow: 0 8px 6px -6px rgba(0,0,0,.4); zol */
}
.panelpage h3 { font: italic bold 28px/32px 'Crimson Text', Palatino, 'Palatino Linotype', serif; margin: 0 0 4px; }
.panelpage .content { padding: 0 6%; }
.rss-feed { margin-bottom: 6px; }
.rss-feed a { display: block; text-decoration: none; line-height: 16px;}
.rss-feed a:hover { text-decoration: none; }
.rss-feed .bdate { font-size: 12px; color: #999; text-decoration: none; }
.rss-feed p { margin: 0 0 3px; padding: 0 0 3px; border-bottom: 1px solid #eee; }
#main-content {
  max-width: 1020px;
  margin: auto;
  text-align: left;
  padding: 50px 20px 0;
  position: relative;
}
#main-content .leftcol { 
  float: left;
  min-height: 200px; 
  max-width: 690px;
  width: 65%;
  margin: 0 5% 40px 0;
}
#main-content .rightcol {
  float: left;
  min-height: 200px;
  width: 30%;
  padding-top: 60px;
  margin: 0 0 40px;
}
#main-content .onecol {
  margin: 0 0 40px 0;
  position: relative;
}
#footer {
  width: 100%;
  background: url(../img/bg-footer.png);
  ackground: rgba(71, 79, 70, 0.8);
  padding: 20px 0;
  text-align: center;
  font: normal 14px/18px Arial, Helvetica, sans-serif;
  color: white;
  position: relative;
  z-index: 4;
}
#footer .content {
  width: 100%;
  max-width: 1020px;
  min-width: 300px;
  margin: auto;
  zoom: 1;
  font-size: 0;
}
#footer .content .column {
  width: 30%;
  display: inline-block;
  padding: 1%;
  border-left: 1px solid #c4d1c4;
  text-align: left;
  margin: 0px;
  vertical-align: top;
  font-size: 14px;
}
#footer .content .column:first-child {
  border-left: none;
}
#footer a { color: #c4d1c4; }
#footer a:hover { color: #fff; }
#footer nav ul { margin: 0 0 1em; }
#mainSearch {
  display: block;
  width: 246px;
  height: 37px;
  background: #474f46 url(../img/bg-magnify.png) no-repeat right center;
  border: 3px solid #c4d1c4;
  border-radius: 6px;
  position: relative;
  margin: 0 0 16px;
}
#mainSearch input[type="text"] {
  display: block;
  background: none;
  border: none;
  width: 180px;
  height: 37px;
  padding: 0 10px;
  line-height: 37px;
  font-size: 16px;
  color: #c5c19d;
}
#mainSearch input[type="submit"] {
  display: block;
  background: none;
  border: none;
  width: 45px;
  height: 37px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
}
.img-right {
  float: right;
  margin:0 0 5% 5%;
/*  box-shadow: 0px 0px 6px rgba(0,0,0,.6); zol */
}
.img-left {
  float: left;
  margin:0 5%em 5% 0;
}
#main-content ul { margin: 0 0 20px; }
#main-content ul li {
  background: url(../img/bullet.png) no-repeat 8px .4em; 
  padding: 0 0 0 24px;
  margin: 0 0 4px;
  list-style: none;
}
.showhide h3 { background: url(../img/plus-minus.png) no-repeat left 8px; padding: 0 0 0 24px; cursor: pointer; }
.showhide h3:hover { color: #5e6e66; }
.showhide h3.open { background-position: left -392px; }  

/* .sortable_fancybox_gallery_image img { box-shadow: 0 0 6px rgba(0, 0, 0, 0.8); } zol */
#guts button, #guts input[type="submit"] {
  display: inline-block;
  color: #dd4814;
  background: #c5cacf;
  background: -moz-linear-gradient(top,  #c5cacf 0%, #afb6bd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5cacf), color-stop(100%,#afb6bd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #c5cacf 0%,#afb6bd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #c5cacf 0%,#afb6bd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #c5cacf 0%,#afb6bd 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #c5cacf 0%,#afb6bd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5cacf', endColorstr='#afb6bd',GradientType=0 ); /* IE6-9 */
  padding:  6px 20px;
  border: none;
  border-radius: 6px;
/*  box-shadow: 0px 0px 6px rgba(0,0,0,.6); zol */
}
#guts button:hover, #guts input[type="submit"]:hover { color: #fff; }
.niceform { max-width: 400px; background: rgba(214, 212, 193, 0.4); border: 1px solid #eef2ec; padding: 20px; -moz-box-sizing: border-box; box-sizing: border-box; }
.niceform input[type="text"], .niceform input[type="email"] { width: 90%; }
/* =============== Page Secific ===== */

/* =============== Home Page (and general nav panels) ===== */
.home #header {
  padding: 70px 0 174px;
}
.home #header #logo { margin: 0 auto 30px; float: none; width: auto; height: auto; }
.home #header h1 {
  font-size: 37px;
  line-height: 40px;
  color: #cfe9d0;
  margin: 0 auto 24px;
  max-width: 700px;
  min-width: 300px;
  display: block;
  text-align:center;
  text-shadow: 0 0 3px #000, 0 0 2px #000, 0 0 1px #000;
   filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=333333); 
}
.home #header h4 {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  max-width: 680px;
  min-width: 300px;
  display: block;
  margin: 0 auto 24px;
  text-shadow: 0 0 3px #000, 0 0 2px #000, 0 0 1px #000;
   filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=333333);
}
#navholder {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.home #navholder {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.home #mainnav {
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: 8px;
}
.mainpanel {
  background: #fff;
/*  box-shadow: 0px 0px 6px rgba(0,0,0,.6); zol */
  width: 305px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: width 0.2s linear;
	-moz-transition: width 0.2s linear;
	-o-transition: width 0.2s linear;
	transition: width 0.2s linear;
  overflow: hidden;
  font: normal 18px/24px Cambria, Georgia, 'Crimson Text', Palatino, 'Palatino Linotype', serif;
}
.mainpanel:hover {z-index: 300;}
#holy3days.mainpanel {
  width: 305px;
  left: 0;
  margin-left: 0px;
  overflow: hidden;
}
.mainpanel h2 { height: 34px; margin: 0px; }
.mainpanel h2 {
  display: block;
  background: #dd4814 0 0;
  color: #fff;
  font: normal 34px/30px Cambria, Georgia, 'Crimson Text', Palatino, 'Palatino Linotype', serif;
  text-decoration: none;
  height: 34px;
  margin: 0;
  text-shadow: 0 0 3px rgba(0,0,0,.5);
/*  box-shadow: 0 8px 6px -6px rgba(0,0,0,.5); zol */
  position:relative;
  z-index:314;
}
.monastic-life #monasticLife.mainpanel h2,
.your-visit #yourVisit.mainpanel h2,
.our-work #ourWork.mainpanel h2 { background-color: #ddd; color: #dd4814; text-shadow: 0 0 3px rgba(255,255,255,.5); } 
.mainpanel img {display: none;}
.home .mainpanel img {display: block;
/*  box-shadow: 0 8px 6px -6px rgba(0,0,0,.4); zol */
  position:relative;
  z-index:313;}
.mainpanel .content { padding: 0px; display: none; }
.mainpanel ul li a {
  display: block;
  font: normal 22px/24px Cambria, Georgia, 'Crimson Text', Palatino, 'Palatino Linotype', serif;
  border-bottom: 1px solid #eaf3e5;
  padding: 12px 10px; /* zol: 12 instead of 4 */
}
.mainpanel ul li a:hover { background: #eef2ec; }
.home #homePanels .apanel {
  width: 330px;
  margin: 0 6px 40px;
  float: left;
}
.home #guts {
  padding: 180px 0 0;
}

/*  =============== Individual Panels =====  */
#newsScroller {
  display: inline-block;
  min-width:330px;
  width: 48.5%;
  float: left;
  padding: 0 0 40px;
}
#eventsScroller {
  display: inline-block;
  width: 48.5%;
  float: right;
  padding: 0 0 40px;
}
#main-content #newsScroller, #main-content #eventsScroller {width: 100%; float: none;}
#newsScroller .news-item {
  padding: 30px 5% 0;
  width: 90%
}
.details-btn {
  display: inline-block;
  color: #fff;
  padding: 2px 6px;
  background: #dd4814;
}
.details-btn:hover { color: #eef2ec; }
#eventsScroller ul li, #main-content #eventsScroller ul li, #eventsFull ul { list-style: none; margin: 0; padding: 0; }
#eventsScroller .event-panel {
  width: 100%;
  padding-top: 30px;
}
#eventsScroller .event-panel li .event-item, #main-content #eventsFull li {
  display: block;
  border-bottom: 1px solid #eef2ec;
  background: #fff;
  position: relative;
  min-height: 60px;
  padding: 8px 20px 0px 80px;
  list-style: none;
}
#main-content #eventsFull li { background: rgba(214,212,193,.4); margin: 0; padding: 12px 20px 4px 100px; }
#eventsScroller .event-panel li:nth-child(odd) .event-item { background: #eef2ec; }
#main-content #eventsFull li:nth-child(odd) { background: rgba(214,212,193,.6); }
#eventsScroller .event-item .date, #eventsFull .date {
  display: block;
  width: 45px;
  height: 36px;
  position: absolute;
  top: 12px;
  left: 20px;
  background: #dd4814;
  padding: 2px;
}
#eventsFull .date { width: 50px; padding: 4px; } 
#eventsScroller .event-item .date .date-day, #eventsFull .date .date-day {
  display: block;
  text-align: center;
  color: #fff;
  font: bold 24px/24px 'Crimson Text', Palatino, 'Palatino Linotype', serif;
  margin: 0 0 -2px 0;
}
#eventsScroller .event-item .date .date-month, #eventsFull .date .date-month {
  display: block;
  text-align: center;
  color: #fff;
  font: bold 14px/14px 'Crimson Text', Palatino, 'Palatino Linotype', serif;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
#eventsScroller .shrt-desc, #eventsFull { color: #555; }
#eventsFull h4 a { color: #dd4814; }
#eventsFull h4 a:hover { color: #dd4814; }
#eventsScroller .event-item:hover .shrt-desc, #eventsScroller .event-item:hover { text-decoration: none; color: #dd4814;  }	

/* -------- Search Results -----*/
#searchResults .searchResult h3 a { color: #dd4814; }
#searchResults .searchResult h3 a:hover { color: #dd4814; }
#searchResults .searchResult p{margin-top:4px}

#pageSearch {
  display: inline-block;
  width: 246px;
  height: 37px;
  background: url(/themes/sjabbey/img/bg-search.png);
  position: relative;
  margin: 0 0 16px;
}
#pageSearch input[type="text"] {
  display: block;
  background: none;
  border: none;
  width: 180px;
  height: 37px;
  padding: 0 10px;
  line-height: 37px;
  font-size: 16px;
  color: #c5c19d;
}
#pageSearch input[type="submit"] {
  display: block;
  background: none;
  border: none;
  width: 45px;
  height: 37px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  box-shadow:none;
  border-radius: 0;
  padding: 0;
}
/* -------- Worship Magazine --------- */
.worship h1 { margin: 0; font-style: italic; }
.worship h2 { margin: 0 0 .6em; }

/* ---- A-Z Index ------- */
#main-content #azNav { margin-bottom: 20px; text-align: center; }
#main-content #azNav li { background: rgba(214,212,193,.6); padding: 2px 7px; margin: 2px 3px; display: inline; display: inline-block; font-size: 18px; cursor: pointer; color: #dd4814; border-radius: 3px; }
#main-content #azNav li:hover { background: rgba(214,212,193,.9); color: #dd4814; }
.az-list { vertical-align: top; }
.az-list li { display: inline-block; width: 29%; margin-right: 3%; vertical-align: top; }
.az-list li a { color: #dd4814; text-decoration: none; } 
.az-list li a:hover { color: #dd4814; text-decoration: underline; } 
.azhead { padding: .2em; margin: 0 0 .8em; border-bottom: 1px solid #8f8a87; }


/* ---- postcards ------- */
#postcardMaker ul li { padding: 0; background: none; margin-bottom: 10px; }
.pcthumbs, .pcform { display: block; width: 50%; -moz-box-sizing: border-box; box-sizing: border-box; padding: 2%; }
.pcthumbs { float: right; }
.pcthumbs.pccats { float: none; width: 100%; }
#main-content .pcthumbs li { display: inline-block; font-size: 13px; min-width: 140px; color: #333; }
.pcform li { }
.pcform label { display: inline-block; width: 20%; }
.pcform input[type="text"], .pcform textarea { display: inline-block; width: 70%; }
.pcthumbs label { cursor: pointer; }
.postcard { display: inline-block; max-width: 90%; background: #fff; padding: 20px 40px; box-shadow: 0px 0px 6px rgba(0,0,0,.6); border-radius: 6px; margin: 0 auto 25px; }
#postcardMaker h4 { margin-bottom: .6em }
.pcform button { margin-left: 20%; }

#mhelper990, #mhelper800, #mhelper600 { display: none; height: 1px; font-size: 1px; }

div#ccm-highlighter { z-index: 613; display: block; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir{background-color:transparent;border:0;overflow:hidden;text-indent:-9999px}
.ir:before{content:"";display:block;width:0;height:150%}
.hidden{display:none!important;visibility:hidden}
.visuallyhidden{border:0;clip:rect(0000);height:1px;overflow:hidden;position:absolute;width:1px;margin:-1px;padding:0}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;overflow:visible;position:static;width:auto;margin:0}
.invisible{visibility:hidden}
.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}
.clearfix{zoom:1}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   ========================================================================== */

@media only screen and (max-width: 990px) {
    #monasticLife.mainpanel {
      width: 310px;
      left: 50%;
      margin-left: -155px;
    }
    #main-content .onecol { float: none; width: 94%; padding: 0 3%; }
    #bg2 { dispay: none; }
    #mhelper990 { display: block }
}
@media only screen and (max-width: 800px) {
    /* Style adjustments for viewports that meet the condition */
    #header #logo, #header h3 { float: none; text-align: center; display: inline-block; margin: 0 auto 20px; }
    #header h3 { line-height: 30px; padding: 0 5%; }
    #navholder, .home #navholder {position: relative; bottom: auto;}
    #header {
      padding:50px 0 10px;
    }
    .home #header {
      padding:50px 0 40px;
    }
    .home #guts { padding-top: 40px; }
    #subnav { padding-top: 4px; }
    #eventsScroller, #newsScroller {
      display: block;
      width: 96%;
      float: none;
      margin: 0 auto 40px;
    }
    .mainpanel {
      position: relative;
      margin: 0px auto 20px;
    }
    #monasticLife.mainpanel {
      width: 310px;
      position: relative;
    }
    /*break a lot of the floats with this next line */
    #main-content .leftcol, #main-content .rightcol, .pcthumbs, .pcform { float: none; width: 94%; margin: 0 auto 40px; padding: 0; }
    .your-visit #subnav ul, .your-visit #subnav ul li { text-align: center; }
    .our-work #subnav ul, .our-work #subnav ul li { text-align: center; }
    .your-visit #tertnav ul, .your-visit #tertnav ul li { text-align: center; }
    .our-work #tertnav ul, .our-work #tertnav ul li { text-align: center; }
    
    #footer .content .column {
      width: 94%;
      border-left: none;
      border-bottom: 1px solid #969480;
      margin: 0 auto 20px;
      padding: 20px 0;
      text-align: center;
    }
    #mainSearch { margin: 0 auto 20px; }
    #mhelper800 { display: block }
    .az-list li { width: 43%; margin-right: 3%; }
}

@media only screen and (max-width: 600px) {
    #main-content .img-right, #main-content .img-left { float: none; display: block; margin: 0 auto 20px; }
    .az-list li { width: 90%; }
    .pcform label, .pcform input[type="text"], .pcform textarea  { display: block; width: 90%; }
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}
a,a:visited{text-decoration:underline}
a[href]:after{content:" (" attr(href) ")"}
abbr[title]:after{content:" (" attr(title) ")"}
.ir a:after,a[href^=javascript:]:after,a[href^=#]:after{content:""}
pre,blockquote{border:1px solid #999;page-break-inside:avoid}
thead{display:table-header-group}
tr,img{page-break-inside:avoid}
img{max-width:100%!important}
@page{margin:.5cm}
p,h2,h3{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
Paste the CSS source code you want to compress here.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{border:0;outline:none;vertical-align:top;margin:0;padding:0}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}
.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.fancybox-opened{z-index:8030}
.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}
.fancybox-outer,.fancybox-inner{position:relative}
.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}
.fancybox-error{color:#444;font:14px/20px 'Cabin', Arial, sans-serif;white-space:nowrap;margin:0;padding:15px}
.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}
.fancybox-image{max-width:100%;max-height:100%}
#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../img/fbox/fancybox_sprite.png)}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060}
#fancybox-loading div{width:44px;height:44px;background:url(../img/fbox/fancybox_loading.gif) center center no-repeat}
.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}
.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(../img/fbox/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}
.fancybox-prev{left:0}
.fancybox-next{right:0}
.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}
.fancybox-prev span{left:10px;background-position:0 -36px}
.fancybox-next span{right:10px;background-position:0 -72px}
.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}
.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(../img/fbox/fancybox_overlay.png)}
.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}
.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}
.fancybox-title{visibility:hidden;font:600 13px/20px 'Cabin', Arial, sans-serif;position:relative;text-shadow:none;z-index:8050}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}
.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}
.fancybox-title-inside-wrap{padding-top:10px}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px}
.fancybox-inner,.fancybox-lock{overflow:hidden}
.fancybox-nav:hover span,.fancybox-opened .fancybox-title{visibility:visible}
