

/*
 * CCAS STYLES
 *
 * Stylesheet for Catholic Community at Stanford University
 * 
 *

 */


/** body **/
  body
  {
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: #ededed;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25;
  margin-left: 0;
  }
  
  a, a:link, a:visited, a h1, a h2 {
  color: #960931;
  text-decoration: underline;
  }

  #page
  {
  }

  #page-inner
  {
  }

/** header **/
  #header {
    padding:13px 0;
  }
  #header > table {
    margin:0;
  }
  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* logo and tagline container */
  {
  margin-left: 10px;
  text-align: left;
  /* below is a hack; the image should really be cropped */
  width:400px;
  overflow:hidden;
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #807768;
  margin-left: 15px;
  width:400px;
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #maincontainer
  {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF;
  }

  #gradient
  {
  background-image: url(/sites/all/themes/ccas/zen/images/page-bg.gif);
  background-repeat: repeat-y;
  width: 990px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  }
#bottom-grad {
  background-image: url(/sites/all/themes/ccas/zen/images/page-bottom.gif);
  width: 990px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  display: block;
  height: 25px;
  background-position: left top;
}
/** content **/
  #content
  {
  }

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }
  h1, h2, h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
  }
  h1 {
  font-size: 24px;
  }
  h2 {
  font-size: 18px;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  ul.links /* List of links */
  {
  
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
    text-align:center;
    padding:2em 0;
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: normal;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

/*
 * MENU Styles
 *
 * Styles main drop-down menu
 * 
 *

 */

/* remove any previously set margins and paddings */
#block-menu-primary-links * { 
  margin: 0;
  padding: 0;
}

#block-menu-primary-links {
  /*background-image: url(images/nav_bg.gif);
  background-repeat: repeat-x;
  background-position: left center;*/
  background-color: rgb(144,42,42);
  height: 35px; /*40px*/
  width: 100%;
  display: block;
  margin: 0px; padding: 0px;
  clear: both;
  z-index:99;
}
#block-menu-primary-links .content > ul.menu > li > a {
  border-right:1px solid rgb(68,20,20);
  border-left: 1px solid rgb(198,148,148);
}
#block-menu-primary-links .content > ul.menu > li.first > a {
  border-left:none;
}
#block-menu-primary-links .content > ul.menu > li.last > a {
  border-right:none;
}
#block-menu-primary-links ul.menu {
  padding-left: 0;
}
/* set width/height on <li>, <a>, <li><ul> */
#block-menu-primary-links li ul,
#block-menu-primary-links li,
#block-menu-primary-links a {
  /*width: 125px;*/
}
#block-menu-primary-links li a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
  padding-top: 8px; /*10px*/
  padding-right: 3px;
  padding-left: 3px;
  /*background-image: url(images/nav_border.gif);
  background-repeat: repeat-y;
  background-position: right top;*/
  height: 27px; /*30px*/
  text-align:center;
}
li.expanded, li.leaf {
  background-image:none;
  list-style-type: none;
  list-style-image: none;
}
/* tab widths for IE 6 */
#block-menu-primary-links li a.home {
  width:63px;
}
#block-menu-primary-links li a.about {
  width:66px;
}
#block-menu-primary-links li a.registration {
  width:100px;
}
#block-menu-primary-links li a.news {
  width:128px;
}
#block-menu-primary-links li a.programs {
  width:170px;
}
#block-menu-primary-links li a.groups {
  width:160px;
}
#block-menu-primary-links li a.sacraments {
  width:106px;
}
#block-menu-primary-links li a.giving {
  width:60px;
}
#block-menu-primary-links li a.media {
  width:66px;
}
#block-menu-primary-links li a.links {
  width:57px;
}
#block-menu-primary-links li a.alumni {
  width:139px;
}


#block-menu-primary-links li a:hover {
  background-color: rgba(255,165,165,0.2);
  color: white; 
}
/* highligh current page in nav bar 
body.section-about #block-menu-primary-links li a.about, 
body.section-news-events #block-menu-primary-links li a.news, 
body.section-ministries-programs #block-menu-primary-links li a.programs, 
body.section-groups-fellowship #block-menu-primary-links li a.groups, 
body.section-grads #block-menu-primary-links li a.groups, 
body.section-sacraments #block-menu-primary-links li a.sacraments, 
body.section-giving #block-menu-primary-links li a.giving, 
body.section-media #block-menu-primary-links li a.media, 
body.section-links #block-menu-primary-links li a.links, 
body.section-alumni #block-menu-primary-links li a.alumni {
  background-color: #e8d7db;
  color: #000000;
}*/
/* remove <li> list styling off */
#block-menu-primary-links li {
  list-style: none;
  /*background-image: url(images/nav_bg.gif);
  background-repeat: repeat-x;*/
  height: 35px;
  
}

/* display <a> as block */
#block-menu-primary-links a {
  display: block;
}

/* set <li> position */
#block-menu-primary-links li {
  float: left;
  position: relative;
  z-index:999;
}
#block-menu-primary-links li li {
  height:auto; /* was 25px */
  list-style-image: none;
  list-style-type: none;
}
/* set position of <ul> in <li> */
#block-menu-primary-links li ul {
  top: 35px; /*40px*/
  left: 0px;
  position: absolute;
  z-index:999;
  background-color: rgb(144,42,42);
}
#block-menu-primary-links li li a, 
#block-menu-primary-links li li a:visited {
  height: auto; /*21px;*/
  /*background-image: none !important;
  background-color: #e8d7db;*/
  width: 280px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  text-decoration: none;
  padding: 6px;
  /*padding-left: 6px;
  padding-top: 4px;*/
  text-align:left;
  z-index:999;
  position: relative;
}
#block-menu-primary-links li li a:hover {
  background-color: rgba(255,165,165,0.2);
}
/*#block-menu-primary-links li li.last a {
  height:auto;
  padding-bottom:6px;
}*/
#block-menu-primary-links li li li a, 
#block-menu-primary-links li li li a:visited {
  width: 255px;
  /*background: none repeat scroll 0 0 #E8D7DB;*/
}
/* position child <ul> */
#block-menu-primary-links li ul ul {
  margin-top: -40px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 125px;
}
/* set visibility of <ul> in <li> */
#block-menu-primary-links li ul { 
  background-color: rgb(144,42,42);
  display: none;
}
#block-menu-primary-links li ul ul { 
  /*background: none repeat scroll 0 0 #E8D7DB;*/
  position: relative;
  top: 0;
  margin: 0;
  left: 0;
  display: block !important;
}
#block-menu-primary-links li ul ul li { /* third level items */
  display: block; 
  float:none;
  position:relative;
  left: 15px;
}


/* right side of header */
 
#header-right {
  margin-right:25px;
  display: block;
  overflow:hidden; /* a 'clearfix' to ensure subordinate divs are wrapped */
}
/* upper links */
#secondarylinks {
  height:35px;
}
#secondarylinks li, #secondarylinks ul li.last, #secondarylinks ul li.last {
  background-image:none;
  list-style-type: none;
  list-style-image: none;
  display:inline;
  margin: 0px;
  padding: 0px;
}
#secondarylinks a, #secondarylinks a:visited {
  font-size: 13px;
  color: #000000;
  text-decoration: underline;
  float: right;
  margin-left: 10px;
}
#secondarylinks a.top-icons:first-child,
#secondarylinks a.top-icons:first-child:visited {
  margin-right:-4px;
}

/* search */
#search-box {
/* layout-liquid.css is loaded later and overrides settings here
   hence the use of !important */
  float: right !important;
  margin: 0px !important;
  width: auto !important;
  display: block;
}
#search-theme-form {
}
#search-box #edit-search-theme-form-1 {
  width: 170px;
  border: 1px solid #a67575;
  font-size: 13px;
  height:20px;
  margin: 0px;
  padding: 0px;
}
#search-box input {
  display: block;
  float: right;
}
#search-box .imagesubmit {
  height:22px;
  margin: 0px;
  padding: 0px;
  /*position: relative;
  top: 0px;*/
}

/* session */
#session {
  text-align:right;
  color: #666666;
}

/* lower content area */
#lowercontent {
  background-image: url(images/lowercontent-top.gif);
  background-repeat: repeat-x;
  background-position: left top;
  clear: both;
  text-align: left;
}
body.not-front #lowercontent {
  padding-top:25px;
}
#lowercontent > table {
  margin:0;
}
/* upcoming events block */
#block-views-upcoming_events-block_1 {
  width: 265px;
  padding: 0px;
  background-color: #efeae2;
}
#block-views-upcoming_events-block_1 .views-row-odd {
    background-color: #D8D2C7;
}
#block-views-upcoming_events-block_1 .views-row {
    padding: 10px;
}
#block-views-upcoming_events-block_1 .view-footer {
  padding: 10px;
}

/* misc layout */
#contentarea {
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom:35px;
  width: 610px;
}
.front #contentarea {
  margin-top:25px;
}
#content-left {
  padding-left: 25px;
  width: 265px;
}
.front #content-left {
  margin-top: 25px;
}
.not-front #content-left {
  padding-top:7px;
}

#content-top { /*used on home page for rotating feature & buttons */
  background-color: #e3ded6;
  /* padding-right: 25px; */
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 240px; /*410px;*/
}
.rotator a {
  z-index: 1;
  position: relative;
}
#topshadow {
  background-image: url(images/content-top-bg.gif);
  background-repeat: repeat-x;
  display: block;
  height: 8px;
  width: 100%;
  background-color: #e3ded6;
}

.featured-button {
  
}
.social {
  padding: 5px;
}

.palm {
  float: right;
  padding-top: 17px;
}

#content-top-right-area {
  padding-left: 27px;
}
td, tr {
  margin: 0px;
  padding: 0px;
}
body.page-about-map .all-attached-images {
  float:left;
}
table.sticky-enabled {
  width: 100%;
}
/* registration form */
input#edit-profile-interes-title {
  display: none;
}
legend {
  font-size: 15px;
  font-weight: bold;
}
fieldset {
  border: 1px solid #a2998a;
}

.field-label {
  float: left;
}
#contentarea .view-content .views-row, .dashed {
  margin-bottom: 25px;
  padding-top: 10px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #d8d2c7;
}
.dashed img {
  padding-bottom: 3px;
  padding-left: 10px;
}
.page-media-bulletin-archives .view-content h3 {
  background-color: #d8d2c7;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
}
.image-right {
  float: right;
  padding-top: 3px;
  padding-bottom: 10px;
  padding-left: 15px;
}
/* events page */
.views-table tbody tr {
  background-color: #efeae2;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}
.views-table td {
  padding-right: 3px;
  padding-left: 3px;
  vertical-align: top;
}
.views-table td.views-field-teaser p {
  vertical-align: top;
}
.views-table td.active {
  background-color: #d8d2c7;
}
.views-table .views-field-title {
  width: 20%;
}
.views-table .views-field-field-date-value {
  width: 20%;
}
/* readings table & block */
#block-block-5 {
  padding-top: 50px;
}
table.readings th {
  background-color: #efeae2;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
table.readings td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d8d2c7;
}

/* about us page */
.page-about-who-we-are .view-who-we-are-page
.views-field-image-attach-images,
.page-admin-who-we-are-test .view-who-we-are-page .views-field-image-attach-images
{
  float:right;
  padding-bottom: 5px;
  padding-left: 15px;
}
.page-about-who-we-are .view-who-we-are-page .views-row {
  clear:both;
}

/* contacts page */
#contentarea .view-staff-contact-list .view-content .views-row {
  margin:0 0 1em;
  padding:0;
  border: none;
}


/* scripture on pages */
.field-field-page-scripture, 
.field-field-page-scripture-ref {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #a2998a;
  border-right-color: #a2998a;
  border-left-color: #a2998a;
}
.field-field-page-scripture, 
.field-field-page-scripture-ref {
  background-color: #efeae2;
}
.field-field-page-scripture .field-item, 
#home_right_column p {
  min-height:0; /* for IE7 to get first-letter pseudo class to display*/ 
  padding: 3px;
}
.field-field-page-scripture .field-item:first-letter, 
#home_right_column .content p:first-letter {
  font-size : 36px;
  font-weight : bold;
  float : left;
  color : #cfab7a;
  padding: 3px;
  border: 1px solid #cfab7a;
  font-style: normal;
  margin-right: 2px;
  background-color: #8d2c2c;
}
.field-field-page-scripture-ref {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #a2998a;
  border-bottom-color: #a2998a;
  border-left-color: #a2998a;
}
.field-field-page-scripture-ref .field-item, 
#home_right_column .scripture-ref {
  font-size: 20px;
  text-align: right;
  margin-right: 25px;
}

#admin-menu {
  font-size: 12px;
}

/* trigger button */
.annc_link {
  background-color: #e3ded6;
  display:block;
  cursor:pointer;
  width:100%;
  margin-bottom: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  font-size: 14px;
}
.annc_link:hover {
  background-color: #978f83;
  color: #000;
}

/* tooltip styling */
.tooltipnew {
  display:none;
  width:310px;
  color:#000;
  background-color: #d0c8bc;
  border: 5px solid #978f83;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  position: absolute;
  float: right;
  margin-left: 100px;
  z-index: 9999;
  height: 215px;
  margin-top: 50px;
}
.tooltipnew.news-events {
  background-image: url(/sites/all/themes/ccas/zen/images/home_hover_event_bg.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
/* hide podcast view header */
.view-podcast-page .view-header {
  display: none;
}
/* podcast admin block */
div#block-block-11 {
  background-color: #d8d2c7;
  padding: 10px;
  border: 1px dashed #d8d2c7;
}

/* new top icons */
#top-nav-container {
  float: right;
  padding-left: 10px;
}
#secondarylinks a.top-icons, #secondarylinks a.top-icons:visited {
  background-image: url('/sites/all/themes/ccas/zen/images/sprite-top-icons-new.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  overflow: hidden;
  height: 40px;
  width: 38px;
  padding: 0px;
  float: right;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#secondarylinks a#top-icons-podcast {
  background-position: -114px 0px;
}
#secondarylinks a#top-icons-contact {
  background-position: -38px 0px;
}
#secondarylinks a#top-icons-facebook {
  background-position: -76px 0px;
}
#secondarylinks a#top-icons-youtube {
  background-position: 0px 0px;
}
#secondarylinks a#top-icons-linkedin {
  background-position: -152px 0px;
}
/* calendar styling */
.calendar-calendar .week-view table.full {
  width : 615px;
}
.calendar-calendar .day-view table.full {
  width : 610px;
}
/* widths below must add to 97% */
.calendar-calendar .week-view .full .calendar-agenda-hour {
  width:13%; /* for all 7 days of week */
}
.calendar-calendar .week-view .full .days {
  width:12%
}
/* today styling */
.calendar-calendar .month-view .full tr td.today, 
.calendar-calendar .month-view .full tr.odd td.today, 
.calendar-calendar .month-view .full tr.even td.today,
.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full td.date-box.today {
  border-color: #8d2c2c;
  background-color: #fff1cd;
}
.calendar-calendar td .inner div.day a,
.calendar-calendar .month-view .full .week a,
.calendar-calendar .week-view .full .week a,
calendar-calendar td .inner .view-field,
.calendar-calendar td .inner .view-field a,
.calendar-calendar div.date-nav h3 a { /* links in calendar area */
  color: #960931;
  text-decoration:underline;
}
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background : #e3ded6;
}
.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty { /* past months */
  background : #f1f0ed;
}
.calendar-calendar td,
.calendar-calendar td.empty{
    border-color: #978f83;
}
/* calendar controls */
.view-content .calendar-calendar .date-prev, .view-content .calendar-calendar .date-next {
  background-color:#8d2c2c;
}
.view-content .calendar-calendar .date-prev {
  left: 0px;
  right: 558px;
}
.calendar-calendar div.date-nav {
  color:#FFF;
}
/* headings */
.calendar-calendar div.date-nav h3,
.calendar-calendar th.days {
  color:#000;
}
.calendar-calendar div.date-nav {
  background-color:#e3ded6;
}

.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
    background-color: #fcd877;
}
.view-content .calendar-calendar ul {
  text-align:center;
  top: 30px;
  left: 200px;
}

/* home side nav as menu block */
#block-menu-menu-home-side-nav {
  float:left;
}
#block-menu-menu-home-side-nav ul,
#block-menu-menu-home-side-nav li {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
#block-menu-menu-home-side-nav li {
  border-left:6px solid #902a2a;
  margin-right:-20px; /* allows overlap of div#home_slideshow */
}
#block-menu-menu-home-side-nav ul li a,
#block-menu-menu-home-side-nav ul li a:visited {
  text-align:right;
  color:#FFF;
  font-size:13px;
  line-height:31px;
  text-decoration:none;
  display: block;
  height: 31px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-bottom: 9px;
  background-color:rgb(162,153,138);
  border:1px solid rgb(146,138,124);
  border-left:none;
}
#block-menu-menu-home-side-nav ul li a:hover {
  background-color:rgb(183,175,161);
  border-color:rgb(165,158,145);
}
#block-menu-menu-home-side-nav .donate-button {
  height:auto;
  line-height:1.5;
  padding-top:6px; padding-bottom:5px; 
}


#home_middle_column {
  float:left;
  width:290px;
  padding-left:25px;
}
#home_middle_column h2 {
  background-color:#e3ded6;
  padding:3px;
  
}
#home_right_column {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  color: #000000;
  float:right;
  width:250px;
  margin-right:25px;
  padding:20px;
  /* background-color:#e3ded6;
  background-image: url(images/palm.gif);
  background-repeat: no-repeat;
  background-position: right top; */
}
#home_right_column .scripture-ref {
  float:right;
  padding-top:15px;
}

/* new home_slideshow styles */
/*
.views_slideshow_previous {
  float:left;
}
.views_slideshow_singleframe_pager.numbered a.activeSlide {
  color: #000000;
}

.views_slideshow_singleframe_slide .views-field-image-attach-images {
  float:right;
}*/
.views_slideshow_singleframe_slide .views-field-image-attach-images span,
.views_slideshow_singleframe_slide .views-field-image-attach-images img {
  display:block;
}

.views_slideshow_singleframe_slide .views-row {
  position:relative;
  min-height: 100%;
}
.views_slideshow_singleframe_slide .views-field-body { 
  position:absolute;
  bottom:0; left:0;
  /*! height:100px; */
  /*! overflow:hidden; */
  background-color: rgba(0,0,0,0.4);
  color:white;
  /*! box-sizing: border-box; */
  padding:8px 157px 15px 15px;
  min-width:600px;
}

.views_slideshow_singleframe_slide .views-field-body .field-content {
  height:86px;
  overflow:hidden;
}

.views_slideshow_singleframe_slide .views-field-body h2 {
  color:white;
  margin-top:0;
}
.views_slideshow_singleframe_slide .views-field-body a,
.views_slideshow_singleframe_slide .views-field-body a:visited {
  color:white;
}

.views_slideshow_singleframe_slide .views-field-body p:first-of-type {
  margin-top:0;
}
/*
.views_slideshow_singleframe_next {
  float:right;
  z-index:999;
}
.views_slideshow_singleframe_teaser_section {
  height: 240px;
}
#home_slideshow {
  margin: 0px;
  background-color: #d8d2c7;
  height: 240px; /* 225px 
  width: 757px; /* 750px 
  float:right;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 15px; 
  padding-left: 15px; 
}*/

#block-views-slideshow-block_1 {
  /*! background-color: #d8d2c7; */
  /*! height: 290px; */ /* 225px */ 
  width: 772px; /* 750px */
  float:right;
  /*! padding-left:15px; */
}

#views_slideshow_singleframe_main_slideshow-block_1 {
  height:290px;
}

#home_slideshow .pager-item a {
  display:inline-block;
  text-decoration: none;
  /*background-image: url(images/slideshow_controls.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  text-indent: -100px;*/
  height: 14px;
  width: 14px;
  overflow: hidden;
  color:transparent;
}
/*#home_slideshow .pager-item.activeSlide a {
  background-position: 0px -14px;
}*/
#home_slideshow .views-slideshow-controls-bottom {
  padding-top:15px;
  padding-left: 15px;
}

#home_slideshow .views-field-nothing {
  position:absolute;
  bottom: 15px;
  right: 15px;
}
#home_slideshow .views-field-nothing a > span {
  display: inline-block;
  margin: 0;
  background-color: rgb(144, 42, 42);
  padding: 5px 0px;
  color: white;
  font-weight: bold;
  width: 110px;
  text-align: center;
}

#home_slideshow .views_slideshow_singleframe_pager .pager-item {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  background-color: white;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin-right: 9px;
  color:transparent;
  padding:0;
}

#home_slideshow .views_slideshow_singleframe_pager .pager-item.activeSlide {
  background-color: rgb(144,42,42);
  border: 2px solid white;
}


/*
#home_slideshow iframe {
  padding-left:20px;
}

#home_slideshow .views_slideshow_singleframe_slide {
  width: 100% !important; /* 757px from div#home_slideshow 
}
*/

/* new styles for home page notification announcements */
#block-views-notifications-block_1 .view-content .views-row {
  margin-bottom:0;
  padding:10px;
  background-color:#ffc;
  border:2px solid #ff7;
}
#block-views-notifications-block_1 .field-content > :first-child {
  margin-top:0;
}
#block-views-notifications-block_1 .field-content > :last-child {
  margin-bottom:0;
}


.all-attached-images {
  /* quirksmode clearfix */
  width:100%;
  overflow:auto; /* seems to hide overflow */
}


.fclt-bio { 
  clear: both; border-top: 1px dashed #d8d2c7; padding-top: 9px;
}
.fclt-bio > img { 
  float: right; padding-left: 1.5em; margin-bottom: 9px;
  width: 145px;
} 
.fclt-bio > p,
.fclt-bio .bio-name { 
  margin-top:0; margin-bottom:9px;
}
.fclt-bio .bio-name { 
  font-weight: bold;
}

#block-block-51 {
  width:100%;
  overflow: hidden;
  margin-bottom:15px;
}