html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #000066;
}

.container-fluid {
    padding: 0;
}

.body-block {
    background-color: #ffffff;
}

.navbar-default {
    background-image: none;
    background-color: #000066;
    border-color: #000066;
}

@media (min-width: 768px) {
    /* Desktop */
    .body-container {
        padding-top: 130px;
    }
}

@media (max-width: 768px) {
    /* Mobile */
    .body-container {
	/* Fixed Ad Space */
        padding-top: 110px;
    }
}

.search-block {
    padding-top: 10px;
}

.social-block {
    background-color: #ddeeff;
    padding: 10px;
    height: 100%;
    margin-bottom: 20px;
}

footer {
    background-color: #ddeeff;
    bottom: 0;
    height: 60px;
    padding-top: 10px;
    position: absolute;
    width: 100%;
}

li.sub-list {
    margin-left: 6px;
}

/* pipe-delimited-inline */
/* the padding is for mobile spreading for tapping */
ul.pipe-delimited-inline {
    list-style-type: none;
    padding: 0;
}

ul.pipe-delimited-inline li {
    display: inline-block;
    padding: .5em 0;
}

ul.pipe-delimited-inline li + li::before {
    content: "|";
    padding: .5em .5em;
}

/*
  google and bootstrap don't play well together
  http://stackoverflow.com/questions/21932819/google-cse-with-twitter-bootstrap-not-displaying-the-search-box-correctly
*/
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
    box-sizing: content-box;
    line-height: normal;
}

/* change the shadow to light on top, darker on bottom */
.well {
    background-image: linear-gradient(to top,#e8e8e8 0,#f5f5f5 100%);
}

/* for front-page bulleted lists */
.pgny-bullet-list li {
    padding: 0 0 0 1em;
    display: block;
    position: relative;
    line-height: normal;
}
.pgny-bullet-list li:before {
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 0px;
    top:3px;
    font-size:80%
}
.pgny-bullet-list li:before {
    content: '\e080';
}
.pgny-bullet-biline {
    color: #999;
    font-size: smaller;
}
