/*
 * Custom CSS for edge web site
 * Use this CSS file to override any styling on the site
 * HINT: Use Firebug or some similar tool to browse the elements you wish to change
 * and then add the selectors here accordingly
 */
  /* Remove Header in User Pages */
.page-user #page-title {
  display: none;
}
/* TABLES */
#main-content tr {}
#main-content td {}
#main-content tr.odd {}
#main-content tr.even {}
/* IMAGES */
#main-content img {}

/*
* Conversation titles bold
*/
.node-type-conversation h1#page-title, .node-type-video h1#page-title {
  font-weight: bold !Important;
  color: #333333;
  /*font-size: 17px !important;*/
}
.node-type-conversation h1#page-title, .node-type-event h1#page-title {
  background: none;
  color: #822209;
  border: 0;
  padding-left: 0;
  font-size: 2.2em;
}

.page-frontpage h1.views-field span a {
  font-weight: bold !important;
}

.node-type-video #main-content-header {
  overflow: hidden;
}

/*
* PANEL PANE Styles
*/
.panel-display .center .block-content,
.panel-display .center .block-content .view-content,
.panel-display .center .block-content .views-nivo-slider-view,
.panel-display .center .block-content .views-nivo-slider-view .nivoSlider {
  margin-left: auto !important;
  margin-right: auto !important;
}
.panel-display .left .block-content,
.panel-display .left .block-content .view-content,
.panel-display .left .block-content .views-nivo-slider-view,
.panel-display .left .block-content .views-nivo-slider-view .nivoSlider {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.panel-display .right .block-content,
.panel-display .right .block-content .view-content,
.panel-display .right .block-content .views-nivo-slider-view,
.panel-display .right .block-content .views-nivo-slider-view .nivoSlider {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.panel-display .block-content .full-width .views-nivo-slider-view .nivoSlider,
.panel-display .full-width .block-content .views-nivo-slider-view .nivoSlider {
  width: 100% !important;
  height: auto !important;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items { 
  padding-top: 5px;
}

.margin-top-zero {
  margin-top: -5px !important;
}

.display-inline {
  display: inline-block;
}
.add-separator > *::after {
  display: inline-block;
  content: " : ";
  padding-left: 4px !important;
}
  
.views-field.views-field-field-sub-title {
  font-size: 1.5em;
  line-height: 1em;
  padding-bottom: 7px;
}

.page-title-alias {
	color: #822209;
  margin-top: 0px !important;
/*
  font-weight: bold !Important;
	background: none;
	border: 0;
  padding-left: 0;
	font-size: 2.2em;
*/
}

.page-title-alias a {
  color: #822209;
}

.node-type-conversation h1#page-title, 
.node-type-event h1#page-title {
  display: none;
}

.page-conversations .field-name-field-edge-author {
  display: inline-block !important;
}

.page-conversations .people-mentions-label {}

.page-conversations .contributors-label {
  padding-right: 4px;
}

.page-conversations .contributors-label strong {
  font-weight: 400;
}

#primary-menu-bar {
  position: static;
  padding: 0 10px;
}

#primary-menu-bar ul.menu li{
  font-size: 16px;
  padding: 0 7px;
}

#date-stamp {
  margin-top: 0px;
}

#primary-menu-bar.stickynav-active {
  top: 0;
  margin-top: 0;
  position: fixed;
  float: left;
  background-color: #f6f6f6;
}

#primary-menu-bar.stickynav-active ul.menu li {
  background-color: #f6f6f6;
}

.logged-in #primary-menu-bar.stickynav-active {
  margin-top: 30px;
}

#Footer2 p.pFooter {
  margin: 0;
}
