/* Override some defaults */
.navbar {
  margin-bottom: 0;
}
.container > footer {
  margin-top: 20px;
}
.container > footer p {
  text-align: center; /* center align it with the container */
}

/* The white background content wrapper */
.content {
  padding: 20px;
  margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
}

/* Page header tweaks */
.page-header {
  padding: 20px 20px 10px;
  margin: -20px -20px 20px;
}
/* ANZARD old color theme
.navbar-inner, .navbar .fill {
  background-color: #0064CD;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049CDB), to(#0064CD));
  background-image: -moz-linear-gradient(top, #049CDB, #0064CD);
  background-image: -ms-linear-gradient(top, #049CDB, #0064CD);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049CDB), color-stop(100%, #0064CD));
  background-image: -webkit-linear-gradient(top, #049CDB, #0064CD);
  background-image: -o-linear-gradient(top, #049CDB, #0064CD);
  background-image: linear-gradient(top, #049CDB, #0064CD);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
*/
.navbar-inner, .navbar .fill {
  background-color: #FFDC00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#F0D80A), to(#FFDC00));
  background-image: -moz-linear-gradient(top, #F0D80A, #FFDC00);
  background-image: -ms-linear-gradient(top, #F0D80A, #FFDC00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0D80A), color-stop(100%, #FFDC00));
  background-image: -webkit-linear-gradient(top, #F0D80A, #FFDC00);
  background-image: -o-linear-gradient(top, #F0D80A, #FFDC00);
  background-image: linear-gradient(top, #F0D80A, #FFDC00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}


.nav a {
  color: #000000;
}
.navbar .nav > li > a {
  color: #000000;
}

.navbar .brand {
  color: #000000;
}

/* give images a border to make the screenshots easier to see */
img {
  border: 1px solid;
  margin: 7px 0 0 0;
}