/***** all pages *****/

/* Helps to center the Titan logo vertically */
.navbar-brand {
  padding: 10px;
}

.navbar-static-top {
  border-bottom: solid 2px #A3ADA3;
  margin-bottom: 0;

  /* Each of the following applies the desired gradient for a different
   * browser. */

  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #D7E8DA 100%);

  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #D7E8DA 100%);

  /* Opera */
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #D7E8DA 100%);

  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #D7E8DA));

  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #D7E8DA 100%);

  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #D7E8DA 100%);
}

/* Sticky footer styles */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 70px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #F5F5F5;
  border-top: solid 1px #A3ADA3;
}

/* Tweaks to elements in footer */
.footer-paypal {
  margin-top: 5px;
}
.footer-links {
  font-size: 95%;
  margin-top: 5px;
}

body .container h1 {
  font-size: 20px;
  font-weight: bold;
  color: #4A754E;
  border-top: solid 1px #4AAD54;
  border-bottom: solid 1px #4AAD54;
  padding: 15px 50px 15px 0;
  background-image: url("/img/icons_48/100.png");
  background-repeat: no-repeat;
  background-position: right;
}

body .container h2 {
  font-size: 18px;
  font-weight: bold;
}

body .container h3 {
  font-size: 15px;
  font-weight: bold;
}

body {
  background-color: #FAFAFA;
}

body .container.content {
  background-color: #FFFFFF;
}

body .container.content form.img-rounded {
  border: solid 3px #CCCCCC;
  padding: 10px;
}

/***** /about *****/

.tn_members {
  float: none;
  margin: 20px 20px 0 20px;
}

.tn_member {
  background: #FFFFFF url('/img/news_titan.png') no-repeat 140% 5%;
  height: 220px;
  width: 160px;
  vertical-align: top;
  display: inline-block;
  border: solid 1px #CCCCCC;
  text-align: center;
  margin: 4px;
  border-radius: 7px;
}

.tn_member h4 {
  font-size: 16px;
  background: #808080;
  padding: 5px;
  margin-top: 0;
  color: white;
  border-radius: 6px 6px 0 0;
}

.tn_member .tn_member_links {
  padding: 10px 0;
}

.tn_member .tn_roles {
  font-size: 11px;
}

/***** /index *****/

.row.featured .img-responsive {
  margin: 0 auto;
}

.featured-header h2 {
  text-align: center;
  margin-top: 0;
}

.featured-header hr {
  background-color: #A3ADA3;
  color: #A3ADA3;
  height: 1px;
  border: 0;
  width: 90%;
  margin-bottom: 0;
}

.row.featured .site h3 {
  font-size: 120%;
}

.row.nonfeatured {
  margin: 0 0 20px 0;
}

.row.nonfeatured .img-responsive {
  margin: 0 auto;
  max-width: 64px;
}

.row.nonfeatured h3 {
  margin-top: 5px;
}

.twitter-widget-0 {
  width: 100%;
  height: 100%;
}

.nonfeatured-box {
  padding-top: 10px;
}

.featured-box {
  margin: 20px 0;
  padding: 20px 10px;
  border: solid 2px #A3ADA3;
  background: #e3f5e6;
  border-radius: 10px;
}

.row.nonfeatured .responsive-align {
  text-align: center;
}

@media (min-width: 768px) {
  .row.nonfeatured .responsive-align {
    text-align: left;
  }
}

/***** /manage *****/

table.manage_linked {
  vertical-align: middle;
}

table.manage_linked td {
  padding: 5px;
}

table.manage_linked tr td:first-child {
  width: 70px;
}

/***** /key *****/
.keynope {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
