/*************************************************
  Xenos base theme

  This is intended to be a global default and
  base theme from which subthemes may inherit.
  
  Base theme: Zen
  
  Version history:
    2012-10-25 - Initial Drupal 7 version
    2011-00-00 - Initial Drupal 6 version
*************************************************/


/*************************************************
  Main content area
*************************************************/

h1.title {
  color: #d1792c;
}

h2.node-title,
h2.node-title a {
  color: #000;
  line-height: 1.5em;
}

.node ul.links {
  float: right;
  margin-top: 0;
}

/* 2013-4-15 JReilly - Position event contact, date and location in upper-right corner */
#node_calendar_event_full_group_event_contact {
  float: right;
  position: relative;
  max-width: 30%;
}

/* 2012-10-30 JReilly - Position ministry contact in upper-right corner */
#node_ministry_full_group_ministry_contact {
  float: right;
  position: relative;
  width: 30%;
}

.field-name-field-date {
 /* float: right; */
  position: relative;
  max-width: 30%;
}

.field-name-field-location-plaintext {
 /* float: right; */
  position: relative;
  max-width: 30%;
}
/*For example, see essay titles on essays section */
.view-content td a {
	font-weight: bold;
	font-size: 1.2em;
    letter-spacing: 0.02em;
}
.view-content td {
    font-size: 0.9em;
    padding: 4px;
}

a:hover,
a:focus {
  text-decoration: underline;
}
/*rows on view tables*/
.view-content tr.odd {
	background-color: white;
}
.view-content tr.even {
	background-color: #f0f9ff;
}

/*Webform field width*/
.width-adjust{
 width: 70%;
}

/*************************************************
  Sidebar
*************************************************/

.sidebar {
  background: #e5dbb8;
  border-left: 1px solid #ccc;
  padding-top: 10px;
  text-align: left;
  float: left;
  position: relative;
}

.sidebar a:active,
.sidebar a:hover {
  text-decoration: none;
}

.sidebar ul {
  margin-top: 0;
  margin-left: -40px;
}

.sidebar li{
  list-style-type: none;
  padding: 3px 3px 3px 10px;
}

.sidebar li.last{
  padding-bottom: 0px;
}

.sidebar li ul{
  padding: 3px 3px 0px 45px;
}

.sidebar li ul li a.active{
  margin-left: -25px;
  padding-left: 25px;
}

.sidebar a{
  display: block;
}

.sidebar h2.block-title {
  color: #d1792c;
  line-height: 1.5em;
}

.sidebar a:link,
.sidebar a:visited,
.sidebar a:active {
  color: #000;
}

/* Currently active list item (different from a:active) */
.sidebar a.active {
  color: #ffffff;
  cursor: default;
  text-decoration: none;
  box-shadow: 3px 1px 3px #111111;
  font-weight: bold;
  padding: 10px;
  margin-left: -10px; /*to compensate for the li being indented */
}
.sidebar a.active:hover {
  text-decoration: none;
}
/*For numbered lists, no box shadow, unlike main sidebar menus*/
.sidebar ol li a.active{
  box-shadow: none;
  padding: 0px;
  padding-left: 10px;
}
/*See essay "Recommended Reading block for application*/
#block-views-recommended-reading-block-1 h2.block-title {
  font-size: 95%;
  letter-spacing: 0.1em;
  padding: 5px;
}

.sidebar table {
  margin-top: 0;
}

.sidebar ol li{
  padding: 0px;
}

/*
 * Faux-column replacement (drupal.org/node/1235178#comment-4827388)
 * used along with "background" and "border-left" in .sidebar above.
 */
#main {
  overflow: hidden;
}

.sidebar{
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.sidebar-picture{
  margin-left: -10px;
  width: 100%;
}

/* "In this issue" on the news page */
.view-news-toc{
  padding-left:10px;
}
.view-news-toc a{
  box-shadow: none !important;
  color: black !important;
  padding-bottom: 10px;
}
.view-news-toc ul.pager li.first{
  padding-left: 35px;
}
.view-news-toc .pager li{
  display: inline-block;
}

/*************************************************
  Footer
*************************************************/

#footer,
#footer a {
  color: white;
  text-align: center;
}

/*************************************************
  Miscellaneous
*************************************************/

/* Fix block region demonstration */
.block-region {
  color: black !important;
}

/*
 * Move ShareThis buttons down below any floated
 * content and add some padding around it.
 * (Note that margin ignores floated images.)
 */
.sharethis-buttons {
  clear: both;
  padding: 1em;
}

/*************************************************
  Module overrides
*************************************************/

/*
 * Calendar
 */

/* Remove excessive line spacing */
.calendar-calendar {
  line-height: normal;
}

/* Shrink multi-day banner height */
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  height: 1.5em !important;
}

/* Text on colored multi-day banner */
.calendar-calendar .month-view .full td.multi-day div.monthview a,
.calendar-calendar .week-view .full td.multi-day div.weekview a,
.calendar-calendar .day-view .full td.multi-day div.dayview a {
  color: white !important;
}

/* Add border to multi-day banners for printing and a nice accent */
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  border: 1px solid #679;
}

/* Increase spacing between events */
.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
  margin: 0.25em auto 0.75em;
}

.landing-field{
margin-left: 40px;
}

.webform-submit{
margin-left: 40px;
}

/* Generic includes:
   1. General Fund menu
   2. Securing Our Future */
#block-menu-menu-give-securing-our-future a,
#block-menu-menu-give-general-fund a,
#block-menu-menu-career-guidance a{
  box-shadow: none !important;
  color: black !important;
  padding:0px;
}
#block-menu-menu-give-securing-our-future a.active,
#block-menu-menu-give-general-fund a.active,
#block-menu-menu-career-guidance a.active{
  padding-left:10px;
}

