#main {
  min-height: 390px;
}

.node-family, 
.node-event, 
.node-project, 
.view-content,
.view-header,
.section
{
  margin: 0 0 2em 0;
}


.small { font-size: 9px; }
.uppercase { text-transform: uppercase;  }


#navigation {
  border-top:1px solid;
  border-bottom:1px solid;
  padding: 5px 0;
  margin: 25px 0 30px 0;
}

#navigation ul.primary-links {
  font-size: 14px;
  text-align: center;
}

#navigation ul.links li {
  border-left: 1px solid;
  margin-left: -0.25em; // need this?
}

#navigation ul.links li.first {
  border-left: none;
}

#navigation ul.links li a {
  text-decoration: none;
  padding:5px;
}

#navigation ul.links li.active-trail a
{
  color: rgb(0,68,254);
  text-decoration:none !important;
}


#site-footer {
  margin-top: 50px;
  font-size: 12px;
  text-align: center;
  color: rgb(128,128,128);
}

#site-footer a {
  text-decoration: none;
  color: rgb(128,128,128);
}

#site-header a {
  display: block;
  vertical-align: middle;
  line-height: 100%;
}
#site-header #header-left {
  float:left;
}
#site-header #header-right {
  float:right;
}

ul.custom-pager {
  text-align: left;
  margin: 10px 0;
}
ul.custom-pager li {
  display: inline;
  float: none;
}
ul.custom-pager li a {
  text-decoration: none;
}

/* for floating columns, although be sure to add clear-block to container classes  */
.four-column .column {
  width:25%;
  float:left;
}
.three-column .column {
  width:33.33333333%;
  float:left;
}
.two-column .column {
  width:50%;
  float:left;
}
.messages {
  background: #ddd;
  border: 1px solid #bbb;
  padding:0.5em;
}

.node ul.inline li a,
.views-field-edit-node a,
.editor-links li a {
  background-color: #ddd;
  border: 1px solid #bbb;
  height: auto;
  padding: 0 1em;
  text-decoration: none;
  font-size: 10px;
}

/* in-page "to" links */
a.to-section,a.to-top,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a
{
  font-size: 9px;
  text-transform: uppercase;
}

.disabled {
  color: rgb(128,128,128);
}

/* table-less views-grid  */
div.views-view-grid div.grid-col { float:left; }

/* Families */
.node-family .family-house {
  text-align: right;
}
#families-nav .column {
  width:32%;
  float:left;
}
#families-nav .column-0 {
  width: 35%;
}

/* FAQ */
.faqentry .answer p {
  display: inline;
}
.view-FAQ-Page .faqsection .faqentry {
  
}
.faqsection .faqentry {
  margin-bottom: 1em;
}
.view-FAQ-Page .view-header 
{  margin-bottom: 0;  }
.view-FAQ-Page .view-section-page-1
{  margin-bottom: 2em;  }

/* Gallery */
.view-Gallery-Page .view-header 
{  margin-bottom:0; }
.view-Gallery-Page .view-section-page-1
{  margin-bottom: 2em;  }
.view-Gallery-Page .view-content .views-row 
{ margin-bottom: 1em; }
.view-Gallery-Page .grid-row 
{  margin-top:12px; }
.view-Gallery-Page .grid-col {
  margin-right: 12px;
}
.view-Gallery-Page .col-last 
{  margin-right:0; }
.view-Gallery-Page .node-photo ul.inline li {
  display:block;
}

.view-Gallery .attachment .view-content .views-row 
{ margin-bottom: 0; }

.view-Gallery .grid-row 
{  margin-top:12px; }
.view-Gallery .grid-col {
  margin-right: 12px;
}
.view-Gallery .col-last 
{  margin-right:0; }

/* Projects */
.node-project .project-plans,
.node-project .project-photo {
  padding-top:0.125em; /* cheat down the images a bit */
  text-align: right;
}

/* Events */
.node-event .event-flyer,
.node-event .event-photo {
  padding-top:0.125em; /* cheat down the images a bit */
  text-align: right;
}
.node-event .event-flyer .caption {
  font-size: 9px;
}
.group-event-details .field-label-inline-first {
  text-transform: uppercase;
  font-weight: normal;
}

/* Board */
.view-Board-Members .views-view-grid
{
  margin-top:20px;
  width: 100%;
}
.view-Board-Members .view-header 
{  margin-bottom: 0;  }
.view-Board-Members .grid-row {
  margin-bottom: 12px;
}
.view-Board-Members .grid-col {
  margin-right: 12px;
}
.view-Board-Members .col-last 
{  margin-right:0; }


/* my own damage */
.vardump {
margin-top:20px;
  max-height: 500px;
  overflow: auto;
  clear:both;
}

