/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
h1.title,
h2.node-title,
h2.pane-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  font-family: 'Open Sans Condensed', sans-serif;
}

/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
  background-color: white;
  background: url(../images/bg-body.jpg) repeat 0 175px;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
#header {
  min-height: 175px;
  height: auto !important;
  height: 175px;
  background-color: #1f001b;
  background-image: url('../images/bg-header.png?1347409214');
  background-repeat: repeat-x;
  background-position: center top;
}
#header .inner {
  max-width: 1200px;
  margin: 0 auto;
}

#logo {
  /* Wrapping link for logo */
}
#logo img {
  vertical-align: bottom;
}

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

#site-name {
  /* The name of the website */
  line-height: 1.5em;
}
#site-name a:link,
#site-name a:visited {
  color: black;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan {
  /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 1em;
}

.region-header {
  /* Wrapper for any blocks placed in the header region */
  padding-top: 8px;
}
.region-header .block {
  text-align: right;
  margin: 0;
  padding: 0;
  border: 0;
}
.region-header .panel-pane {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-bottom: 1.42857em;
}
.region-header #donate-button a {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a7004e), color-stop(100%, #82134b));
  background: -webkit-linear-gradient(#a7004e 0%, #82134b 100%);
  background: -moz-linear-gradient(#a7004e 0%, #82134b 100%);
  background: -o-linear-gradient(#a7004e 0%, #82134b 100%);
  background: linear-gradient(#a7004e 0%, #82134b 100%);
  color: white;
  display: block;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
  padding: 4px 30px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px black;
}
.region-header #donate-button .pane-content a:hover {
  background: #82134B;
}
.region-header #social-media-links ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin: 0 30px 0 0;
  padding: 7px 0 0 0;
}
.region-header #social-media-links ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 3px;
  padding-right: 3px;
}
.region-header #social-media-links ul li:first-child, .region-header #social-media-links ul li.first {
  padding-left: 0;
}
.region-header #social-media-links ul li:last-child {
  padding-right: 0;
}
.region-header #social-media-links ul li.last {
  padding-right: 0;
}
.region-header #social-media-links ul a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
  background: url(../images/social-network.png) no-repeat left top;
  width: 24px;
  height: 24px;
}
.region-header #social-media-links ul a:hover {
  opacity: 0.8;
  /*Reflection*/
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(rgba(0, 0, 0, 0.4)));
  /*Glow*/
  -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}
.region-header #social-media-links ul li.facebook a {
  background-position: -29px 0px;
}
.region-header #social-media-links ul li.youtube a {
  background-position: -58px 0px;
}
.region-header #social-media-links ul li.rss a {
  background-position: -87px 0px;
}
.region-header #social-media-links ul li.email a {
  background-position: -116px 0px;
}

.pane-search-form {
  white-space: nowrap;
}

#search-block-form input.form-text {
  height: 32px;
  width: 240px;
  padding: 0 5px;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

#search-block-form .form-submit {
  background-color: transparent;
  border: medium none;
  height: 24px;
  text-transform: uppercase;
  font-size: 9px;
  color: white;
  margin-top: 5px;
}

/*
 * Main (container for everything else)
 */
#main {
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(10px, transparent), color-stop(10px, #ffffff), color-stop(1190px, #ffffff), color-stop(1190px, transparent), color-stop(100%, transparent)), url('../images/bg-main.png?1347413905') no-repeat 50% 0 transparent;
  background: -webkit-linear-gradient(left, transparent, transparent 10px, #ffffff 10px, #ffffff 1190px, transparent 1190px, transparent), url('../images/bg-main.png?1347413905') no-repeat 50% 0 transparent;
  background: -moz-linear-gradient(left, transparent, transparent 10px, #ffffff 10px, #ffffff 1190px, transparent 1190px, transparent), url('../images/bg-main.png?1347413905') no-repeat 50% 0 transparent;
  background: -o-linear-gradient(left, transparent, transparent 10px, #ffffff 10px, #ffffff 1190px, transparent 1190px, transparent), url('../images/bg-main.png?1347413905') no-repeat 50% 0 transparent;
  background: linear-gradient(left, transparent, transparent 10px, #ffffff 10px, #ffffff 1190px, transparent 1190px, transparent), url('../images/bg-main.png?1347413905') no-repeat 50% 0 transparent;
  *background: white;
  margin-top: 0;
}

/*
 * Content
 */
#content {
  padding: 0 2em;
  margin-bottom: 50px;
  /* This needs more specificity. It was originally applied to the press release page.

  .view-content .field-image img {
    float: left;
    margin-top: 2em;
  }

  */
}

/* slider and signup container */
.bowery-top {
  background: #250423;
}

/* slider */
.bowery-slider {
  background: white;
  padding-left: 0;
  padding-right: 0;
}
#content .bowery-slider .views-row {
  margin-top: 0;
}

.slide-text h2 {
  line-height: normal;
  color: #1b041f;
}
.slide-text .takepledge-button a {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a7004e), color-stop(100%, #82134b));
  background: -webkit-linear-gradient(#a7004e 0%, #82134b 100%);
  background: -moz-linear-gradient(#a7004e 0%, #82134b 100%);
  background: -o-linear-gradient(#a7004e 0%, #82134b 100%);
  background: linear-gradient(#a7004e 0%, #82134b 100%);
  color: white;
  display: block;
  font-family: 'Open Sans Condensed',Arial,sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
  padding: 4px 30px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px black;
  text-align: center;
  padding: 10px;
}
.slide-text .takepledge-button a:hover {
  background: #82134B;
}

/* Content get updates */
.bowery-slider-gutter {
  color: white;
  padding: 0 1em;
}
.bowery-slider-gutter h2 {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  text-transform: uppercase;
  line-height: normal;
  margin: 0.5em 0;
}
.bowery-slider-gutter p {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  margin: 0;
}
.bowery-slider-gutter .form-text {
  width: 100%;
  font-size: 1.6em;
}
.bowery-slider-gutter .form-submit {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #81134B;
  font-size: 33px;
  width: 100%;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1e1e1), color-stop(100%, #b5b5b5));
  background: -webkit-linear-gradient(#e1e1e1 0%, #b5b5b5 100%);
  background: -moz-linear-gradient(#e1e1e1 0%, #b5b5b5 100%);
  background: -o-linear-gradient(#e1e1e1 0%, #b5b5b5 100%);
  background: linear-gradient(#e1e1e1 0%, #b5b5b5 100%);
  border: none;
}

/* Content Middle */
.bowery-middle .bowery-middle-region h2 {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  text-transform: uppercase;
  color: #969696;
  border-bottom: 1px solid #ECECEC;
  margin-top: 0;
}
.bowery-middle .bowery-middle-region h2 a {
  color: #969696;
}
.bowery-middle .bowery-column2 p {
  margin-bottom: 0.5em;
}
.bowery-middle .bowery-column2 ul {
  margin-top: 0;
  list-style: none;
  padding: 0;
}
.bowery-middle .bowery-column2 ul li {
  margin-bottom: 0.5em;
  background: url(../images/circle-arrow.png) no-repeat 0 35%;
  padding: 0 0 0 20px;
  float: left;
}

.breadcrumb {
  /* The path to the current page in the form of a list of links */
  font-size: 0.7em;
  text-transform: uppercase;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumb a {
  color: #969696;
  text-decoration: none;
}

h1.title,
h2.node-title,
h2.pane-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  /* Comment title */
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: normal;
}
h1.title a,
h2.node-title a,
h2.pane-title a,
h2.block-title a,
h2.title a,
h2.comment-form a,
h3.title a {
  color: #350029;
  text-decoration: none;
}
h1.title a:hover,
h2.node-title a:hover,
h2.pane-title a:hover,
h2.block-title a:hover,
h2.title a:hover,
h2.comment-form a:hover,
h3.title a:hover {
  color: #56005c;
}

.title,
.node-title,
.pane-title,
.block-title {
  text-decoration: none;
}
.title:hover,
.node-title:hover,
.pane-title:hover,
.block-title:hover {
  text-decoration: underline;
}
.title a,
.node-title a,
.pane-title a,
.block-title a {
  text-decoration: none;
}
.title a:hover,
.node-title a:hover,
.pane-title a:hover,
.block-title a:hover {
  text-decoration: underline;
}

h1.title {
  font-size: 2.2em;
  color: #969696;
  border-bottom: 1px dotted #e6e6e6;
}

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 */
}

div.messages {
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

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. */
}

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

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

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

.region-help {
  /* Help text on a page */
}

.more-help-link {
  /* Link to more help */
}

.region-content {
  /* Wrapper for the actual page content */
}

ul.inline {
  /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

span.field-label {
  /* The inline field label used by the Fences module */
  font-weight: bold;
  padding: 0;
  /* LTR */
}

.item-list .pager {
  /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
.item-list .pager li {
  /* Each page number in the pager list */
  padding: 0 0.5em;
}

.feed-icon {
  /* The link to the RSS or Atom feed for the current list of content */
}

.more-link {
  /* Aggregator, blog, and forum more link */
  text-transform: uppercase;
  font-size: 10px;
  text-align: left;
  margin-top: 0.5em;
}
.more-link a {
  color: #250422;
  background: url(../images/more-arrow.png) no-repeat 100% 50%;
  padding-right: 10px;
}
.more-link a:hover {
  color: #82134B;
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second .block {
  padding: 2em;
}
.region-sidebar-second .block-menu {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f2f2f2), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#f2f2f2 50%, #ffffff 100%);
  background: -moz-linear-gradient(#f2f2f2 50%, #ffffff 100%);
  background: -o-linear-gradient(#f2f2f2 50%, #ffffff 100%);
  background: linear-gradient(#f2f2f2 50%, #ffffff 100%);
  margin-top: 15px;
}
.region-sidebar-second .block-menu a {
  color: #82134B;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
}
.region-sidebar-second .block-menu a:hover {
  color: #2F0226;
}
.region-sidebar-second #block-block-2 {
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(50%, #390529), color-stop(100%, #250423));
  background: -webkit-radial-gradient(#390529 50%, #250423 100%);
  background: -moz-radial-gradient(#390529 50%, #250423 100%);
  background: -o-radial-gradient(#390529 50%, #250423 100%);
  background: radial-gradient(#390529 50%, #250423 100%);
  color: white;
}
.region-sidebar-second #block-block-2 h2 {
  font-size: 1.7em;
}
.region-sidebar-second #block-block-2 p {
  font-size: 1.3em;
  margin: 0.5em 0;
}
.region-sidebar-second #block-block-2 a {
  color: #c6a933;
  font-weight: bold;
  text-decoration: none;
}
.region-sidebar-second #block-block-2 a:hover {
  color: rgba(199, 169, 51, 0.6);
}

/* Internal Pages */
.not-front #main #content .views-row {
  margin-top: 1em;
  background: #f1f1f1;
  padding: 1em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 1px 1px 2px #adadad;
  -webkit-box-shadow: 1px 1px 3px #adadad;
}

/*
 * Footer
 */
#footer {
  background: url(../images/bg-footer.png) no-repeat 50% 50%;
  height: 109px;
  padding: 0 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer ul.menu, #footer ul#like-follow {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  padding-top: 0.71429em;
  margin-bottom: 2.14286em;
}
#footer ul.menu li, #footer ul#like-follow li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
#footer ul.menu li:first-child, #footer ul.menu li.first, #footer ul#like-follow li:first-child, #footer ul#like-follow li.first {
  padding-left: 0;
}
#footer ul.menu li:last-child, #footer ul#like-follow li:last-child {
  padding-right: 0;
}
#footer ul.menu li.last, #footer ul#like-follow li.last {
  padding-right: 0;
}
#footer ul.menu a, #footer ul#like-follow a {
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#footer ul.menu a:hover, #footer ul#like-follow a:hover {
  color: #7F3F5D;
}
#footer ul.menu {
  display: inline;
  float: left;
}
#footer ul#like-follow {
  display: inline;
  float: right;
}
#footer ul#like-follow li {
  padding-left: 32px;
}
#footer ul#like-follow li.likeus {
  padding-left: 32px !important;
  background: url(../images/bg-likeus.png) no-repeat left top;
}
#footer ul#like-follow li.followus {
  background: url(../images/bg-followus.png) no-repeat left top;
}
#footer p {
  clear: both;
  font-size: 0.71429em;
  line-height: 2em;
  color: #A4527A;
}

/*
#footer #block-system-powered-by,
#footer a {
  color: #A4527B;
  font-size: 0.7em;
}
*/
/*
 * Page bottom
 */
.region-bottom {
  /* Wrapper for any blocks placed in the page bottom region */
}

.page-node-15 #webform-component-civicrm-1-contact-1-contact-first-name, .page-node-15 #webform-component-civicrm-1-contact-1-contact-last-name, .page-node-15 #webform-component-civicrm-1-contact-1-address-street-address, .page-node-15 #webform-component-civicrm-1-contact-1-address-supplemental-address-1, .page-node-15 #webform-component-civicrm-1-contact-1-address-city, .page-node-15 #webform-component-civicrm-1-contact-1-address-state-province-id, .page-node-15 #webform-component-civicrm-1-contact-1-address-postal-code, .page-node-15 #webform-component-civicrm-1-contact-1-email-email, .page-node-15 #webform-component-civicrm-1-contact-1-phone-phone, .page-node-15 #webform-component-civicrm-1-contact-2-phone-phone {
  display: inline;
  float: left;
}

.page-node-15 #webform-component-civicrm-1-contact-1-address-street-address, .page-node-15 #webform-component-civicrm-1-contact-1-address-city, .page-node-15 #webform-component-civicrm-1-contact-1-email-email, .page-node-15 #webform-component-civicrm-1-contact-1-cg1-custom-1 {
  clear: left;
}

.page-node-15 #webform-component-civicrm-1-contact-1-contact-first-name, .page-node-15 #webform-component-civicrm-1-contact-1-address-street-address, .page-node-15 #webform-component-civicrm-1-contact-1-address-city, .page-node-15 #webform-component-civicrm-1-contact-1-address-state-province-id, .page-node-15 #webform-component-civicrm-1-contact-1-email-email, .page-node-15 #webform-component-civicrm-1-contact-1-phone-phone {
  margin-right: 1em;
}
