/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */

.node .node-title,
.node-type-petition .node-title {
   color: #136cb5;
   font-size: 20px;
   font-weight: bold;
   line-height: 28px;
   margin: 0 0 10px 0;
}

.node-type-petition .submitted,
.node .submitted {
   margin: 6px 0;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   padding: 6px 0;
}

.node-type-petition .submitted img.author-picture {
   width: 40px;
   margin-right: 6px;
   vertical-align: bottom;
}

.node-type-page .submitted,
.node-type-panel .submitted,
.node-type-webform .submitted {
   display: none;
}

.node-unpublished p.unpublished,
.comment-unpublished p.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;
}

.lead-bg {
   display: table-cell;
   width: 100%;
   background-image: url("https://citizengo.org/sites/all/themes/citizengo/images/lead-bg-thin.png");
   background-repeat: no-repeat;
   background-position: 0 6px;
}

.lead h3 {
   display: table-cell;
   padding-right: 0;
   padding-bottom: 0;
   text-transform: uppercase;
   font-size: 12px;
   font-weight: normal;
   width: 100%;
}
