spruce: remove border-radius 0
[bootswatch] / spruce / bootstrap.css
index fa8caa9..00b8e37 100644 (file)
@@ -1,6 +1,6 @@
-@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:400,700');
+@import url(//fonts.googleapis.com/css?family=Crete+Round);
 /*!
- * Bootstrap v2.1.0
+ * Bootstrap v2.2.2
  *
  * Copyright 2012 Twitter, Inc
  * Licensed under the Apache License v2.0
@@ -58,13 +58,23 @@ sub {
   bottom: -0.25em;
 }
 img {
+  /* Responsive images (ensure images don't scale beyond their parents) */
+
   max-width: 100%;
+  /* Part 1: Set a maxium relative to the parent */
+
+  width: auto\9;
+  /* IE7-8 need help adjusting responsive images */
+
   height: auto;
+  /* Part 2: Scale the height according to the width, otherwise you get stretching */
+
   vertical-align: middle;
   border: 0;
   -ms-interpolation-mode: bicubic;
 }
-#map_canvas img {
+#map_canvas img,
+.google-maps img {
   max-width: none;
 }
 button,
@@ -86,11 +96,21 @@ input::-moz-focus-inner {
   border: 0;
 }
 button,
-input[type="button"],
+html input[type="button"],
 input[type="reset"],
 input[type="submit"] {
-  cursor: pointer;
   -webkit-appearance: button;
+  cursor: pointer;
+}
+label,
+select,
+button,
+input[type="button"],
+input[type="reset"],
+input[type="submit"],
+input[type="radio"],
+input[type="checkbox"] {
+  cursor: pointer;
 }
 input[type="search"] {
   -webkit-box-sizing: content-box;
@@ -106,6 +126,57 @@ textarea {
   overflow: auto;
   vertical-align: top;
 }
+@media print {
+  * {
+    text-shadow: none !important;
+    color: #000 !important;
+    background: transparent !important;
+    box-shadow: none !important;
+  }
+  a,
+  a:visited {
+    text-decoration: underline;
+  }
+  a[href]:after {
+    content: " (" attr(href) ")";
+  }
+  abbr[title]:after {
+    content: " (" attr(title) ")";
+  }
+  .ir a:after,
+  a[href^="javascript:"]:after,
+  a[href^="#"]:after {
+    content: "";
+  }
+  pre,
+  blockquote {
+    border: 1px solid #999;
+    page-break-inside: avoid;
+  }
+  thead {
+    display: table-header-group;
+  }
+  tr,
+  img {
+    page-break-inside: avoid;
+  }
+  img {
+    max-width: 100% !important;
+  }
+  @page  {
+    margin: 0.5cm;
+  }
+  p,
+  h2,
+  h3 {
+    orphans: 3;
+    widows: 3;
+  }
+  h2,
+  h3 {
+    page-break-after: avoid;
+  }
+}
 .clearfix {
   *zoom: 1;
 }
@@ -128,25 +199,25 @@ textarea {
 .input-block-level {
   display: block;
   width: 100%;
-  min-height: 30px;
+  min-height: 31px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 body {
   margin: 0;
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-  font-size: 14px;
+  font-family: Georgia, "Times New Roman", Times, serif;
+  font-size: 15px;
   line-height: 21px;
-  color: #013435;
-  background-color: #90a38f;
+  color: #555555;
+  background-color: #ffffff;
 }
 a {
-  color: #ebd90b;
+  color: #028d79;
   text-decoration: none;
 }
 a:hover {
-  color: #ebd90b;
+  color: #028d79;
   text-decoration: underline;
 }
 .img-rounded {
@@ -183,6 +254,7 @@ a:hover {
 }
 [class*="span"] {
   float: left;
+  min-height: 1px;
   margin-left: 20px;
 }
 .container,
@@ -279,7 +351,7 @@ a:hover {
 .row-fluid [class*="span"] {
   display: block;
   width: 100%;
-  min-height: 30px;
+  min-height: 31px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
@@ -290,6 +362,9 @@ a:hover {
 .row-fluid [class*="span"]:first-child {
   margin-left: 0;
 }
+.row-fluid .controls-row [class*="span"] + [class*="span"] {
+  margin-left: 2.127659574468085%;
+}
 .row-fluid .span12 {
   width: 100%;
   *width: 99.94680851063829%;
@@ -475,7 +550,7 @@ p {
 }
 .lead {
   margin-bottom: 21px;
-  font-size: 20px;
+  font-size: 22.5px;
   font-weight: 200;
   line-height: 31.5px;
 }
@@ -494,6 +569,33 @@ cite {
 .muted {
   color: #999999;
 }
+a.muted:hover {
+  color: #808080;
+}
+.text-warning {
+  color: #ffffff;
+}
+a.text-warning:hover {
+  color: #e6e6e6;
+}
+.text-error {
+  color: #ffffff;
+}
+a.text-error:hover {
+  color: #e6e6e6;
+}
+.text-info {
+  color: #ffffff;
+}
+a.text-info:hover {
+  color: #e6e6e6;
+}
+.text-success {
+  color: #ffffff;
+}
+a.text-success:hover {
+  color: #e6e6e6;
+}
 h1,
 h2,
 h3,
@@ -501,10 +603,10 @@ h4,
 h5,
 h6 {
   margin: 10.5px 0;
-  font-family: 'Josefin Slab', serif;
-  font-weight: 700;
-  line-height: 1;
-  color: #f5f3dc;
+  font-family: 'Crete Round', serif;
+  font-weight: normal;
+  line-height: 21px;
+  color: #333333;
   text-rendering: optimizelegibility;
 }
 h1 small,
@@ -517,41 +619,40 @@ h6 small {
   line-height: 1;
   color: #999999;
 }
+h1,
+h2,
+h3 {
+  line-height: 42px;
+}
 h1 {
-  font-size: 36px;
-  line-height: 40px;
+  font-size: 41.25px;
 }
 h2 {
-  font-size: 30px;
-  line-height: 40px;
+  font-size: 33.75px;
 }
 h3 {
-  font-size: 24px;
-  line-height: 40px;
+  font-size: 26.25px;
 }
 h4 {
-  font-size: 18px;
-  line-height: 20px;
+  font-size: 18.75px;
 }
 h5 {
-  font-size: 14px;
-  line-height: 20px;
+  font-size: 15px;
 }
 h6 {
-  font-size: 12px;
-  line-height: 20px;
+  font-size: 12.75px;
 }
 h1 small {
-  font-size: 24px;
+  font-size: 26.25px;
 }
 h2 small {
-  font-size: 18px;
+  font-size: 18.75px;
 }
 h3 small {
-  font-size: 14px;
+  font-size: 15px;
 }
 h4 small {
-  font-size: 14px;
+  font-size: 15px;
 }
 .page-header {
   padding-bottom: 9.5px;
@@ -577,6 +678,17 @@ ol.unstyled {
   margin-left: 0;
   list-style: none;
 }
+ul.inline,
+ol.inline {
+  margin-left: 0;
+  list-style: none;
+}
+ul.inline  > li,
+ol.inline  > li {
+  display: inline-block;
+  padding-left: 5px;
+  padding-right: 5px;
+}
 dl {
   margin-bottom: 21px;
 }
@@ -590,9 +702,21 @@ dt {
 dd {
   margin-left: 10.5px;
 }
+.dl-horizontal {
+  *zoom: 1;
+}
+.dl-horizontal:before,
+.dl-horizontal:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.dl-horizontal:after {
+  clear: both;
+}
 .dl-horizontal dt {
   float: left;
-  width: 120px;
+  width: 160px;
   clear: left;
   text-align: right;
   overflow: hidden;
@@ -600,15 +724,16 @@ dd {
   white-space: nowrap;
 }
 .dl-horizontal dd {
-  margin-left: 130px;
+  margin-left: 180px;
 }
 hr {
   margin: 21px 0;
   border: 0;
-  border-top: 1px solid #ebd90b;
+  border-top: 1px solid #028d79;
   border-bottom: 1px solid #ffffff;
 }
-abbr[title] {
+abbr[title],
+abbr[data-original-title] {
   cursor: help;
   border-bottom: 1px dotted #999999;
 }
@@ -668,7 +793,7 @@ code,
 pre {
   padding: 0 3px 2px;
   font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
-  font-size: 12px;
+  font-size: 13px;
   color: #333333;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
@@ -679,12 +804,13 @@ code {
   color: #d14;
   background-color: #f7f7f9;
   border: 1px solid #e1e1e8;
+  white-space: nowrap;
 }
 pre {
   display: block;
   padding: 10px;
   margin: 0 0 10.5px;
-  font-size: 13px;
+  font-size: 14px;
   line-height: 21px;
   word-break: break-all;
   word-wrap: break-word;
@@ -703,6 +829,8 @@ pre.prettyprint {
 pre code {
   padding: 0;
   color: inherit;
+  white-space: pre;
+  white-space: pre-wrap;
   background-color: transparent;
   border: 0;
 }
@@ -723,7 +851,7 @@ legend {
   width: 100%;
   padding: 0;
   margin-bottom: 21px;
-  font-size: 21px;
+  font-size: 22.5px;
   line-height: 42px;
   color: #333333;
   border: 0;
@@ -738,7 +866,7 @@ input,
 button,
 select,
 textarea {
-  font-size: 14px;
+  font-size: 15px;
   font-weight: normal;
   line-height: 21px;
 }
@@ -746,7 +874,7 @@ input,
 button,
 select,
 textarea {
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-family: Georgia, "Times New Roman", Times, serif;
 }
 label {
   display: block;
@@ -772,17 +900,19 @@ input[type="color"],
   display: inline-block;
   height: 21px;
   padding: 4px 6px;
-  margin-bottom: 9px;
-  font-size: 14px;
+  margin-bottom: 10.5px;
+  font-size: 15px;
   line-height: 21px;
   color: #555555;
-  -webkit-border-radius: 3px;
-  -moz-border-radius: 3px;
-  border-radius: 3px;
+  -webkit-border-radius: 4px;
+  -moz-border-radius: 4px;
+  border-radius: 4px;
+  vertical-align: middle;
 }
 input,
-textarea {
-  width: 210px;
+textarea,
+.uneditable-input {
+  width: 206px;
 }
 textarea {
   height: auto;
@@ -848,7 +978,6 @@ input[type="checkbox"] {
   /* IE8-9 */
 
   line-height: normal;
-  cursor: pointer;
 }
 input[type="file"],
 input[type="image"],
@@ -861,17 +990,17 @@ input[type="checkbox"] {
 }
 select,
 input[type="file"] {
-  height: 30px;
+  height: 31px;
   /* In IE7, the height of the select element cannot be changed by height, only font-size */
 
   *margin-top: 4px;
   /* For IE7, add top margin to align select with labels */
 
-  line-height: 30px;
+  line-height: 31px;
 }
 select {
   width: 220px;
-  border: 1px solid #bbb;
+  border: 1px solid #cccccc;
   background-color: #ffffff;
 }
 select[multiple],
@@ -918,13 +1047,13 @@ textarea::-webkit-input-placeholder {
 }
 .radio,
 .checkbox {
-  min-height: 18px;
-  padding-left: 18px;
+  min-height: 21px;
+  padding-left: 20px;
 }
 .radio input[type="radio"],
 .checkbox input[type="checkbox"] {
   float: left;
-  margin-left: -18px;
+  margin-left: -20px;
 }
 .controls > .radio:first-child,
 .controls > .checkbox:first-child {
@@ -1038,9 +1167,14 @@ input.span1, textarea.span1, .uneditable-input.span1 {
 .controls-row:after {
   clear: both;
 }
-.controls-row [class*="span"] {
+.controls-row [class*="span"],
+.row-fluid .controls-row [class*="span"] {
   float: left;
 }
+.controls-row .checkbox[class*="span"],
+.controls-row .radio[class*="span"] {
+  padding-top: 5px;
+}
 input[disabled],
 select[disabled],
 textarea[disabled],
@@ -1056,7 +1190,7 @@ input[type="radio"][readonly],
 input[type="checkbox"][readonly] {
   background-color: transparent;
 }
-.control-group.warning label,
+.control-group.warning .control-label,
 .control-group.warning .help-block,
 .control-group.warning .help-inline {
   color: #ffffff;
@@ -1067,13 +1201,15 @@ input[type="checkbox"][readonly] {
 .control-group.warning select,
 .control-group.warning textarea {
   color: #ffffff;
+}
+.control-group.warning input,
+.control-group.warning select,
+.control-group.warning textarea {
   border-color: #ffffff;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 }
-.control-group.warning .checkbox:focus,
-.control-group.warning .radio:focus,
 .control-group.warning input:focus,
 .control-group.warning select:focus,
 .control-group.warning textarea:focus {
@@ -1085,10 +1221,10 @@ input[type="checkbox"][readonly] {
 .control-group.warning .input-prepend .add-on,
 .control-group.warning .input-append .add-on {
   color: #ffffff;
-  background-color: #ee7026;
+  background-color: #f26522;
   border-color: #ffffff;
 }
-.control-group.error label,
+.control-group.error .control-label,
 .control-group.error .help-block,
 .control-group.error .help-inline {
   color: #ffffff;
@@ -1099,13 +1235,15 @@ input[type="checkbox"][readonly] {
 .control-group.error select,
 .control-group.error textarea {
   color: #ffffff;
+}
+.control-group.error input,
+.control-group.error select,
+.control-group.error textarea {
   border-color: #ffffff;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 }
-.control-group.error .checkbox:focus,
-.control-group.error .radio:focus,
 .control-group.error input:focus,
 .control-group.error select:focus,
 .control-group.error textarea:focus {
@@ -1120,7 +1258,7 @@ input[type="checkbox"][readonly] {
   background-color: #d14432;
   border-color: #ffffff;
 }
-.control-group.success label,
+.control-group.success .control-label,
 .control-group.success .help-block,
 .control-group.success .help-inline {
   color: #ffffff;
@@ -1131,13 +1269,15 @@ input[type="checkbox"][readonly] {
 .control-group.success select,
 .control-group.success textarea {
   color: #ffffff;
+}
+.control-group.success input,
+.control-group.success select,
+.control-group.success textarea {
   border-color: #ffffff;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 }
-.control-group.success .checkbox:focus,
-.control-group.success .radio:focus,
 .control-group.success input:focus,
 .control-group.success select:focus,
 .control-group.success textarea:focus {
@@ -1152,15 +1292,49 @@ input[type="checkbox"][readonly] {
   background-color: #24c00b;
   border-color: #ffffff;
 }
-input:focus:required:invalid,
-textarea:focus:required:invalid,
-select:focus:required:invalid {
+.control-group.info .control-label,
+.control-group.info .help-block,
+.control-group.info .help-inline {
+  color: #ffffff;
+}
+.control-group.info .checkbox,
+.control-group.info .radio,
+.control-group.info input,
+.control-group.info select,
+.control-group.info textarea {
+  color: #ffffff;
+}
+.control-group.info input,
+.control-group.info select,
+.control-group.info textarea {
+  border-color: #ffffff;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+.control-group.info input:focus,
+.control-group.info select:focus,
+.control-group.info textarea:focus {
+  border-color: #e6e6e6;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+}
+.control-group.info .input-prepend .add-on,
+.control-group.info .input-append .add-on {
+  color: #ffffff;
+  background-color: #185af9;
+  border-color: #ffffff;
+}
+input:focus:invalid,
+textarea:focus:invalid,
+select:focus:invalid {
   color: #b94a48;
   border-color: #ee5f5b;
 }
-input:focus:required:invalid:focus,
-textarea:focus:required:invalid:focus,
-select:focus:required:invalid:focus {
+input:focus:invalid:focus,
+textarea:focus:invalid:focus,
+select:focus:invalid:focus {
   border-color: #e9322d;
   -webkit-box-shadow: 0 0 6px #f8b9b7;
   -moz-box-shadow: 0 0 6px #f8b9b7;
@@ -1185,7 +1359,7 @@ select:focus:required:invalid:focus {
 }
 .help-block,
 .help-inline {
-  color: #027e80;
+  color: #7b7b7b;
 }
 .help-block {
   display: block;
@@ -1211,15 +1385,24 @@ select:focus:required:invalid:focus {
 .input-append select,
 .input-prepend select,
 .input-append .uneditable-input,
+.input-prepend .uneditable-input,
+.input-append .dropdown-menu,
+.input-prepend .dropdown-menu {
+  font-size: 15px;
+}
+.input-append input,
+.input-prepend input,
+.input-append select,
+.input-prepend select,
+.input-append .uneditable-input,
 .input-prepend .uneditable-input {
   position: relative;
   margin-bottom: 0;
   *margin-left: 0;
-  font-size: 14px;
   vertical-align: top;
-  -webkit-border-radius: 0 3px 3px 0;
-  -moz-border-radius: 0 3px 3px 0;
-  border-radius: 0 3px 3px 0;
+  -webkit-border-radius: 0 4px 4px 0;
+  -moz-border-radius: 0 4px 4px 0;
+  border-radius: 0 4px 4px 0;
 }
 .input-append input:focus,
 .input-prepend input:focus,
@@ -1236,7 +1419,7 @@ select:focus:required:invalid:focus {
   height: 21px;
   min-width: 16px;
   padding: 4px 5px;
-  font-size: 14px;
+  font-size: 15px;
   font-weight: normal;
   line-height: 21px;
   text-align: center;
@@ -1247,8 +1430,9 @@ select:focus:required:invalid:focus {
 .input-append .add-on,
 .input-prepend .add-on,
 .input-append .btn,
-.input-prepend .btn {
-  margin-left: -1px;
+.input-prepend .btn,
+.input-append .btn-group > .dropdown-toggle,
+.input-prepend .btn-group > .dropdown-toggle {
   vertical-align: top;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
@@ -1265,22 +1449,35 @@ select:focus:required:invalid:focus {
 }
 .input-prepend .add-on:first-child,
 .input-prepend .btn:first-child {
-  -webkit-border-radius: 3px 0 0 3px;
-  -moz-border-radius: 3px 0 0 3px;
-  border-radius: 3px 0 0 3px;
+  -webkit-border-radius: 4px 0 0 4px;
+  -moz-border-radius: 4px 0 0 4px;
+  border-radius: 4px 0 0 4px;
 }
 .input-append input,
 .input-append select,
 .input-append .uneditable-input {
-  -webkit-border-radius: 3px 0 0 3px;
-  -moz-border-radius: 3px 0 0 3px;
-  border-radius: 3px 0 0 3px;
+  -webkit-border-radius: 4px 0 0 4px;
+  -moz-border-radius: 4px 0 0 4px;
+  border-radius: 4px 0 0 4px;
+}
+.input-append input + .btn-group .btn:last-child,
+.input-append select + .btn-group .btn:last-child,
+.input-append .uneditable-input + .btn-group .btn:last-child {
+  -webkit-border-radius: 0 4px 4px 0;
+  -moz-border-radius: 0 4px 4px 0;
+  border-radius: 0 4px 4px 0;
+}
+.input-append .add-on,
+.input-append .btn,
+.input-append .btn-group {
+  margin-left: -1px;
 }
 .input-append .add-on:last-child,
-.input-append .btn:last-child {
-  -webkit-border-radius: 0 3px 3px 0;
-  -moz-border-radius: 0 3px 3px 0;
-  border-radius: 0 3px 3px 0;
+.input-append .btn:last-child,
+.input-append .btn-group:last-child > .dropdown-toggle {
+  -webkit-border-radius: 0 4px 4px 0;
+  -moz-border-radius: 0 4px 4px 0;
+  border-radius: 0 4px 4px 0;
 }
 .input-prepend.input-append input,
 .input-prepend.input-append select,
@@ -1289,19 +1486,29 @@ select:focus:required:invalid:focus {
   -moz-border-radius: 0;
   border-radius: 0;
 }
+.input-prepend.input-append input + .btn-group .btn,
+.input-prepend.input-append select + .btn-group .btn,
+.input-prepend.input-append .uneditable-input + .btn-group .btn {
+  -webkit-border-radius: 0 4px 4px 0;
+  -moz-border-radius: 0 4px 4px 0;
+  border-radius: 0 4px 4px 0;
+}
 .input-prepend.input-append .add-on:first-child,
 .input-prepend.input-append .btn:first-child {
   margin-right: -1px;
-  -webkit-border-radius: 3px 0 0 3px;
-  -moz-border-radius: 3px 0 0 3px;
-  border-radius: 3px 0 0 3px;
+  -webkit-border-radius: 4px 0 0 4px;
+  -moz-border-radius: 4px 0 0 4px;
+  border-radius: 4px 0 0 4px;
 }
 .input-prepend.input-append .add-on:last-child,
 .input-prepend.input-append .btn:last-child {
   margin-left: -1px;
-  -webkit-border-radius: 0 3px 3px 0;
-  -moz-border-radius: 0 3px 3px 0;
-  border-radius: 0 3px 3px 0;
+  -webkit-border-radius: 0 4px 4px 0;
+  -moz-border-radius: 0 4px 4px 0;
+  border-radius: 0 4px 4px 0;
+}
+.input-prepend.input-append .btn-group:first-child {
+  margin-left: 0;
 }
 input.search-query {
   padding-right: 14px;
@@ -1426,29 +1633,36 @@ legend + .control-group {
 }
 .form-horizontal .control-label {
   float: left;
-  width: 140px;
+  width: 160px;
   padding-top: 5px;
   text-align: right;
 }
 .form-horizontal .controls {
   *display: inline-block;
   *padding-left: 20px;
-  margin-left: 160px;
+  margin-left: 180px;
   *margin-left: 0;
 }
 .form-horizontal .controls:first-child {
-  *padding-left: 160px;
+  *padding-left: 180px;
 }
 .form-horizontal .help-block {
-  margin-top: 10.5px;
   margin-bottom: 0;
 }
+.form-horizontal input + .help-block,
+.form-horizontal select + .help-block,
+.form-horizontal textarea + .help-block,
+.form-horizontal .uneditable-input + .help-block,
+.form-horizontal .input-prepend + .help-block,
+.form-horizontal .input-append + .help-block {
+  margin-top: 10.5px;
+}
 .form-horizontal .form-actions {
-  padding-left: 160px;
+  padding-left: 180px;
 }
 table {
   max-width: 100%;
-  background-color: #c3c7ae;
+  background-color: #f7f7f7;
   border-collapse: collapse;
   border-spacing: 0;
 }
@@ -1462,7 +1676,7 @@ table {
   line-height: 21px;
   text-align: left;
   vertical-align: top;
-  border-top: 1px solid #f5f3dc;
+  border-top: 1px solid #999999;
 }
 .table th {
   font-weight: bold;
@@ -1479,14 +1693,17 @@ table {
   border-top: 0;
 }
 .table tbody + tbody {
-  border-top: 2px solid #f5f3dc;
+  border-top: 2px solid #999999;
+}
+.table .table {
+  background-color: #ffffff;
 }
 .table-condensed th,
 .table-condensed td {
   padding: 4px 5px;
 }
 .table-bordered {
-  border: 1px solid #f5f3dc;
+  border: 1px solid #999999;
   border-collapse: separate;
   *border-collapse: collapse;
   border-left: 0;
@@ -1496,7 +1713,7 @@ table {
 }
 .table-bordered th,
 .table-bordered td {
-  border-left: 1px solid #f5f3dc;
+  border-left: 1px solid #999999;
 }
 .table-bordered caption + thead tr:first-child th,
 .table-bordered caption + tbody tr:first-child th,
@@ -1509,194 +1726,170 @@ table {
 .table-bordered tbody:first-child tr:first-child td {
   border-top: 0;
 }
-.table-bordered thead:first-child tr:first-child th:first-child,
-.table-bordered tbody:first-child tr:first-child td:first-child {
+.table-bordered thead:first-child tr:first-child th:first-child,
+.table-bordered tbody:first-child tr:first-child td:first-child {
   -webkit-border-top-left-radius: 4px;
-  border-top-left-radius: 4px;
   -moz-border-radius-topleft: 4px;
+  border-top-left-radius: 4px;
 }
-.table-bordered thead:first-child tr:first-child th:last-child,
-.table-bordered tbody:first-child tr:first-child td:last-child {
+.table-bordered thead:first-child tr:first-child th:last-child,
+.table-bordered tbody:first-child tr:first-child td:last-child {
   -webkit-border-top-right-radius: 4px;
-  border-top-right-radius: 4px;
   -moz-border-radius-topright: 4px;
+  border-top-right-radius: 4px;
 }
-.table-bordered thead:last-child tr:last-child th:first-child,
-.table-bordered tbody:last-child tr:last-child td:first-child,
-.table-bordered tfoot:last-child tr:last-child td:first-child {
-  -webkit-border-radius: 0 0 0 4px;
-  -moz-border-radius: 0 0 0 4px;
-  border-radius: 0 0 0 4px;
+.table-bordered thead:last-child tr:last-child > th:first-child,
+.table-bordered tbody:last-child tr:last-child > td:first-child,
+.table-bordered tfoot:last-child tr:last-child > td:first-child {
   -webkit-border-bottom-left-radius: 4px;
-  border-bottom-left-radius: 4px;
   -moz-border-radius-bottomleft: 4px;
+  border-bottom-left-radius: 4px;
 }
-.table-bordered thead:last-child tr:last-child th:last-child,
-.table-bordered tbody:last-child tr:last-child td:last-child,
-.table-bordered tfoot:last-child tr:last-child td:last-child {
+.table-bordered thead:last-child tr:last-child th:last-child,
+.table-bordered tbody:last-child tr:last-child td:last-child,
+.table-bordered tfoot:last-child tr:last-child td:last-child {
   -webkit-border-bottom-right-radius: 4px;
-  border-bottom-right-radius: 4px;
   -moz-border-radius-bottomright: 4px;
+  border-bottom-right-radius: 4px;
+}
+.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
+  -webkit-border-bottom-left-radius: 0;
+  -moz-border-radius-bottomleft: 0;
+  border-bottom-left-radius: 0;
+}
+.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
+  -webkit-border-bottom-right-radius: 0;
+  -moz-border-radius-bottomright: 0;
+  border-bottom-right-radius: 0;
 }
 .table-bordered caption + thead tr:first-child th:first-child,
 .table-bordered caption + tbody tr:first-child td:first-child,
 .table-bordered colgroup + thead tr:first-child th:first-child,
 .table-bordered colgroup + tbody tr:first-child td:first-child {
   -webkit-border-top-left-radius: 4px;
-  border-top-left-radius: 4px;
   -moz-border-radius-topleft: 4px;
+  border-top-left-radius: 4px;
 }
 .table-bordered caption + thead tr:first-child th:last-child,
 .table-bordered caption + tbody tr:first-child td:last-child,
 .table-bordered colgroup + thead tr:first-child th:last-child,
 .table-bordered colgroup + tbody tr:first-child td:last-child {
   -webkit-border-top-right-radius: 4px;
+  -moz-border-radius-topright: 4px;
   border-top-right-radius: 4px;
-  -moz-border-right-topleft: 4px;
 }
-.table-striped tbody tr:nth-child(odd) td,
-.table-striped tbody tr:nth-child(odd) th {
-  background-color: #b8bd9f;
+.table-striped tbody > tr:nth-child(odd) > td,
+.table-striped tbody > tr:nth-child(odd) > th {
+  background-color: #eaeaea;
 }
 .table-hover tbody tr:hover td,
 .table-hover tbody tr:hover th {
-  background-color: #adb290;
+  background-color: #dddddd;
 }
-table [class*=span],
-.row-fluid table [class*=span] {
+table td[class*="span"],
+table th[class*="span"],
+.row-fluid table td[class*="span"],
+.row-fluid table th[class*="span"] {
   display: table-cell;
   float: none;
   margin-left: 0;
 }
-table .span1 {
+.table td.span1,
+.table th.span1 {
   float: none;
   width: 44px;
   margin-left: 0;
 }
-table .span2 {
+.table td.span2,
+.table th.span2 {
   float: none;
   width: 124px;
   margin-left: 0;
 }
-table .span3 {
+.table td.span3,
+.table th.span3 {
   float: none;
   width: 204px;
   margin-left: 0;
 }
-table .span4 {
+.table td.span4,
+.table th.span4 {
   float: none;
   width: 284px;
   margin-left: 0;
 }
-table .span5 {
+.table td.span5,
+.table th.span5 {
   float: none;
   width: 364px;
   margin-left: 0;
 }
-table .span6 {
+.table td.span6,
+.table th.span6 {
   float: none;
   width: 444px;
   margin-left: 0;
 }
-table .span7 {
+.table td.span7,
+.table th.span7 {
   float: none;
   width: 524px;
   margin-left: 0;
 }
-table .span8 {
+.table td.span8,
+.table th.span8 {
   float: none;
   width: 604px;
   margin-left: 0;
 }
-table .span9 {
+.table td.span9,
+.table th.span9 {
   float: none;
   width: 684px;
   margin-left: 0;
 }
-table .span10 {
+.table td.span10,
+.table th.span10 {
   float: none;
   width: 764px;
   margin-left: 0;
 }
-table .span11 {
+.table td.span11,
+.table th.span11 {
   float: none;
   width: 844px;
   margin-left: 0;
 }
-table .span12 {
+.table td.span12,
+.table th.span12 {
   float: none;
   width: 924px;
   margin-left: 0;
 }
-table .span13 {
-  float: none;
-  width: 1004px;
-  margin-left: 0;
-}
-table .span14 {
-  float: none;
-  width: 1084px;
-  margin-left: 0;
-}
-table .span15 {
-  float: none;
-  width: 1164px;
-  margin-left: 0;
-}
-table .span16 {
-  float: none;
-  width: 1244px;
-  margin-left: 0;
-}
-table .span17 {
-  float: none;
-  width: 1324px;
-  margin-left: 0;
-}
-table .span18 {
-  float: none;
-  width: 1404px;
-  margin-left: 0;
-}
-table .span19 {
-  float: none;
-  width: 1484px;
-  margin-left: 0;
-}
-table .span20 {
-  float: none;
-  width: 1564px;
-  margin-left: 0;
-}
-table .span21 {
-  float: none;
-  width: 1644px;
-  margin-left: 0;
-}
-table .span22 {
-  float: none;
-  width: 1724px;
-  margin-left: 0;
-}
-table .span23 {
-  float: none;
-  width: 1804px;
-  margin-left: 0;
-}
-table .span24 {
-  float: none;
-  width: 1884px;
-  margin-left: 0;
-}
 .table tbody tr.success td {
   background-color: #24c00b;
 }
 .table tbody tr.error td {
   background-color: #d14432;
 }
+.table tbody tr.warning td {
+  background-color: #f26522;
+}
 .table tbody tr.info td {
   background-color: #185af9;
 }
+.table-hover tbody tr.success:hover td {
+  background-color: #1fa80a;
+}
+.table-hover tbody tr.error:hover td {
+  background-color: #bf3c2b;
+}
+.table-hover tbody tr.warning:hover td {
+  background-color: #ed560e;
+}
+.table-hover tbody tr.info:hover td {
+  background-color: #064bf1;
+}
 [class^="icon-"],
 [class*=" icon-"] {
   display: inline-block;
@@ -1712,12 +1905,18 @@ table .span24 {
 }
 /* White icons with optional class, or on hover/active states of certain elements */
 .icon-white,
-.nav > .active > a > [class^="icon-"],
-.nav > .active > a > [class*=" icon-"],
+.nav-pills > .active > a > [class^="icon-"],
+.nav-pills > .active > a > [class*=" icon-"],
+.nav-list > .active > a > [class^="icon-"],
+.nav-list > .active > a > [class*=" icon-"],
+.navbar-inverse .nav > .active > a > [class^="icon-"],
+.navbar-inverse .nav > .active > a > [class*=" icon-"],
 .dropdown-menu > li > a:hover > [class^="icon-"],
 .dropdown-menu > li > a:hover > [class*=" icon-"],
 .dropdown-menu > .active > a > [class^="icon-"],
-.dropdown-menu > .active > a > [class*=" icon-"] {
+.dropdown-menu > .active > a > [class*=" icon-"],
+.dropdown-submenu:hover > a > [class^="icon-"],
+.dropdown-submenu:hover > a > [class*=" icon-"] {
   background-image: url("../img/glyphicons-halflings-white.png");
 }
 .icon-glass {
@@ -2178,9 +2377,9 @@ table .span24 {
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
-  background-color: #ffffff;
+  background-color: #002425;
   border: 1px solid #ccc;
-  border: 1px solid rgba(0, 0, 0, 0.2);
+  border: 1px solid transparent;
   *border-right-width: 2px;
   *border-bottom-width: 2px;
   -webkit-border-radius: 6px;
@@ -2204,15 +2403,15 @@ table .span24 {
   *margin: -5px 0 5px;
   overflow: hidden;
   background-color: transparent;
-  border-bottom: 1px solid #90a38f;
+  border-bottom: 1px solid #999999;
 }
-.dropdown-menu a {
+.dropdown-menu li > a {
   display: block;
   padding: 3px 20px;
   clear: both;
   font-weight: normal;
   line-height: 21px;
-  color: #333333;
+  color: #ffffff;
   white-space: nowrap;
 }
 .dropdown-menu li > a:hover,
@@ -2220,30 +2419,28 @@ table .span24 {
 .dropdown-submenu:hover > a {
   text-decoration: none;
   color: #ffffff;
-  background-color: rgba(0, 0, 0, 0.1);
-  background-color: rgba(0, 0, 0, 0.1);
-  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
-  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
-  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
-  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
+  background-color: #015145;
+  background-image: -moz-linear-gradient(top, #015b4e, #014238);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#015b4e), to(#014238));
+  background-image: -webkit-linear-gradient(top, #015b4e, #014238);
+  background-image: -o-linear-gradient(top, #015b4e, #014238);
+  background-image: linear-gradient(to bottom, #015b4e, #014238);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#1a000000', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff015b4e', endColorstr='#ff014238', GradientType=0);
 }
 .dropdown-menu .active > a,
 .dropdown-menu .active > a:hover {
   color: #ffffff;
   text-decoration: none;
   outline: 0;
-  background-color: rgba(0, 0, 0, 0.1);
-  background-color: rgba(0, 0, 0, 0.1);
-  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
-  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
-  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
-  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
+  background-color: #015145;
+  background-image: -moz-linear-gradient(top, #015b4e, #014238);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#015b4e), to(#014238));
+  background-image: -webkit-linear-gradient(top, #015b4e, #014238);
+  background-image: -o-linear-gradient(top, #015b4e, #014238);
+  background-image: linear-gradient(to bottom, #015b4e, #014238);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#1a000000', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff015b4e', endColorstr='#ff014238', GradientType=0);
 }
 .dropdown-menu .disabled > a,
 .dropdown-menu .disabled > a:hover {
@@ -2252,6 +2449,8 @@ table .span24 {
 .dropdown-menu .disabled > a:hover {
   text-decoration: none;
   background-color: transparent;
+  background-image: none;
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
   cursor: default;
 }
 .open {
@@ -2268,7 +2467,7 @@ table .span24 {
 .navbar-fixed-bottom .dropdown .caret {
   border-top: 0;
   border-bottom: 4px solid #000000;
-  content: "\2191";
+  content: "";
 }
 .dropup .dropdown-menu,
 .navbar-fixed-bottom .dropdown .dropdown-menu {
@@ -2288,10 +2487,19 @@ table .span24 {
   -moz-border-radius: 0 6px 6px 6px;
   border-radius: 0 6px 6px 6px;
 }
-.dropdown-submenu:hover .dropdown-menu {
+.dropdown-submenu:hover .dropdown-menu {
   display: block;
 }
-.dropdown-submenu > a:after {
+.dropup .dropdown-submenu > .dropdown-menu {
+  top: auto;
+  bottom: 0;
+  margin-top: 0;
+  margin-bottom: -2px;
+  -webkit-border-radius: 5px 5px 5px 0;
+  -moz-border-radius: 5px 5px 5px 0;
+  border-radius: 5px 5px 5px 0;
+}
+.dropdown-submenu > a:after {
   display: block;
   content: " ";
   float: right;
@@ -2300,18 +2508,29 @@ table .span24 {
   border-color: transparent;
   border-style: solid;
   border-width: 5px 0 5px 5px;
-  border-left-color: #cccccc;
+  border-left-color: #000000;
   margin-top: 5px;
   margin-right: -10px;
 }
 .dropdown-submenu:hover > a:after {
   border-left-color: #ffffff;
 }
+.dropdown-submenu.pull-left {
+  float: none;
+}
+.dropdown-submenu.pull-left > .dropdown-menu {
+  left: -100%;
+  margin-left: 10px;
+  -webkit-border-radius: 6px 0 6px 6px;
+  -moz-border-radius: 6px 0 6px 6px;
+  border-radius: 6px 0 6px 6px;
+}
 .dropdown .dropdown-menu .nav-header {
   padding-left: 20px;
   padding-right: 20px;
 }
 .typeahead {
+  z-index: 1051;
   margin-top: 2px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
@@ -2321,8 +2540,8 @@ table .span24 {
   min-height: 20px;
   padding: 19px;
   margin-bottom: 20px;
-  background-color: #748c73;
-  border: 1px solid #647863;
+  background-color: #dddddd;
+  border: 1px solid #cbcbcb;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
@@ -2360,7 +2579,6 @@ table .span24 {
   position: relative;
   height: 0;
   overflow: hidden;
-  overflow: visible \9;
   -webkit-transition: height 0.35s ease;
   -moz-transition: height 0.35s ease;
   -o-transition: height 0.35s ease;
@@ -2399,11 +2617,10 @@ button.close {
   /* IE7 inline-block hack */
 
   *zoom: 1;
-  padding: 4px 14px;
+  padding: 4px 12px;
   margin-bottom: 0;
-  font-size: 14px;
+  font-size: 15px;
   line-height: 21px;
-  *line-height: 21px;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
@@ -2423,9 +2640,9 @@ button.close {
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  border: 1px solid #cccccc;
+  border: 1px solid #d9d9d9;
   *border: 0;
-  border-bottom-color: #b3b3b3;
+  border-bottom-color: #bfbfbf;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
@@ -2453,10 +2670,6 @@ button.close {
 .btn:hover {
   color: #333333;
   text-decoration: none;
-  background-color: #e6e6e6;
-  *background-color: #d9d9d9;
-  /* Buttons in IE7 don't get borders, so darken on hover */
-
   background-position: 0 -15px;
   -webkit-transition: background-position 0.1s linear;
   -moz-transition: background-position 0.1s linear;
@@ -2470,8 +2683,6 @@ button.close {
 }
 .btn.active,
 .btn:active {
-  background-color: #e6e6e6;
-  background-color: #d9d9d9 \9;
   background-image: none;
   outline: 0;
   -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
@@ -2481,7 +2692,6 @@ button.close {
 .btn.disabled,
 .btn[disabled] {
   cursor: default;
-  background-color: #e6e6e6;
   background-image: none;
   opacity: 0.65;
   filter: alpha(opacity=65);
@@ -2490,28 +2700,37 @@ button.close {
   box-shadow: none;
 }
 .btn-large {
-  padding: 9px 14px;
-  font-size: 16px;
-  line-height: normal;
-  -webkit-border-radius: 5px;
-  -moz-border-radius: 5px;
-  border-radius: 5px;
+  padding: 11px 19px;
+  font-size: 18.75px;
+  -webkit-border-radius: 6px;
+  -moz-border-radius: 6px;
+  border-radius: 6px;
 }
-.btn-large [class^="icon-"] {
-  margin-top: 2px;
+.btn-large [class^="icon-"],
+.btn-large [class*=" icon-"] {
+  margin-top: 4px;
 }
 .btn-small {
-  padding: 3px 9px;
-  font-size: 12px;
-  line-height: 19px;
+  padding: 2px 10px;
+  font-size: 12.75px;
+  -webkit-border-radius: 3px;
+  -moz-border-radius: 3px;
+  border-radius: 3px;
 }
-.btn-small [class^="icon-"] {
+.btn-small [class^="icon-"],
+.btn-small [class*=" icon-"] {
   margin-top: 0;
 }
+.btn-mini [class^="icon-"],
+.btn-mini [class*=" icon-"] {
+  margin-top: -1px;
+}
 .btn-mini {
-  padding: 2px 6px;
-  font-size: 11px;
-  line-height: 17px;
+  padding: 0px 6px;
+  font-size: 11.25px;
+  -webkit-border-radius: 3px;
+  -moz-border-radius: 3px;
+  border-radius: 3px;
 }
 .btn-block {
   display: block;
@@ -2525,6 +2744,11 @@ button.close {
 .btn-block + .btn-block {
   margin-top: 5px;
 }
+input[type="submit"].btn-block,
+input[type="reset"].btn-block,
+input[type="button"].btn-block {
+  width: 100%;
+}
 .btn-primary.active,
 .btn-warning.active,
 .btn-danger.active,
@@ -2540,17 +2764,17 @@ button.close {
 .btn-primary {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #dce00b;
-  background-image: -moz-linear-gradient(top, #ebd90b, #c5eb0b);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebd90b), to(#c5eb0b));
-  background-image: -webkit-linear-gradient(top, #ebd90b, #c5eb0b);
-  background-image: -o-linear-gradient(top, #ebd90b, #c5eb0b);
-  background-image: linear-gradient(to bottom, #ebd90b, #c5eb0b);
+  background-color: #016a5b;
+  background-image: -moz-linear-gradient(top, #017464, #015b4e);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#017464), to(#015b4e));
+  background-image: -webkit-linear-gradient(top, #017464, #015b4e);
+  background-image: -o-linear-gradient(top, #017464, #015b4e);
+  background-image: linear-gradient(to bottom, #017464, #015b4e);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebd90b', endColorstr='#ffc5eb0b', GradientType=0);
-  border-color: #c5eb0b #c5eb0b #88a208;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff017464', endColorstr='#ff015b4e', GradientType=0);
+  border-color: #015b4e #015b4e #000f0d;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #c5eb0b;
+  *background-color: #015b4e;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2561,27 +2785,27 @@ button.close {
 .btn-primary.disabled,
 .btn-primary[disabled] {
   color: #ffffff;
-  background-color: #c5eb0b;
-  *background-color: #b1d30a;
+  background-color: #015b4e;
+  *background-color: #014238;
 }
 .btn-primary:active,
 .btn-primary.active {
-  background-color: #9cba09 \9;
+  background-color: #002923 \9;
 }
 .btn-warning {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #f18c51;
-  background-image: -moz-linear-gradient(top, #f49f6d, #ee7026);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f49f6d), to(#ee7026));
-  background-image: -webkit-linear-gradient(top, #f49f6d, #ee7026);
-  background-image: -o-linear-gradient(top, #f49f6d, #ee7026);
-  background-image: linear-gradient(to bottom, #f49f6d, #ee7026);
+  background-color: #f36f30;
+  background-image: -moz-linear-gradient(top, #f3763a, #f26522);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3763a), to(#f26522));
+  background-image: -webkit-linear-gradient(top, #f3763a, #f26522);
+  background-image: -o-linear-gradient(top, #f3763a, #f26522);
+  background-image: linear-gradient(to bottom, #f3763a, #f26522);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff49f6d', endColorstr='#ffee7026', GradientType=0);
-  border-color: #ee7026 #ee7026 #b94e0e;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3763a', endColorstr='#fff26522', GradientType=0);
+  border-color: #f26522 #f26522 #bc440b;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #ee7026;
+  *background-color: #f26522;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2592,27 +2816,27 @@ button.close {
 .btn-warning.disabled,
 .btn-warning[disabled] {
   color: #ffffff;
-  background-color: #ee7026;
-  *background-color: #e86112;
+  background-color: #f26522;
+  *background-color: #ed560e;
 }
 .btn-warning:active,
 .btn-warning.active {
-  background-color: #d15710 \9;
+  background-color: #d44d0d \9;
 }
 .btn-danger {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #da4f49;
-  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
-  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
-  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
-  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
+  background-color: #d44f3e;
+  background-image: -moz-linear-gradient(top, #d65747, #d14432);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d65747), to(#d14432));
+  background-image: -webkit-linear-gradient(top, #d65747, #d14432);
+  background-image: -o-linear-gradient(top, #d65747, #d14432);
+  background-image: linear-gradient(to bottom, #d65747, #d14432);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
-  border-color: #bd362f #bd362f #802420;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd65747', endColorstr='#ffd14432', GradientType=0);
+  border-color: #d14432 #d14432 #952f21;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #bd362f;
+  *background-color: #d14432;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2623,27 +2847,27 @@ button.close {
 .btn-danger.disabled,
 .btn-danger[disabled] {
   color: #ffffff;
-  background-color: #bd362f;
-  *background-color: #a9302a;
+  background-color: #d14432;
+  *background-color: #bf3c2b;
 }
 .btn-danger:active,
 .btn-danger.active {
-  background-color: #942a25 \9;
+  background-color: #aa3526 \9;
 }
 .btn-success {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #5bb75b;
-  background-image: -moz-linear-gradient(top, #62c462, #51a351);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
-  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
-  background-image: -o-linear-gradient(top, #62c462, #51a351);
-  background-image: linear-gradient(to bottom, #62c462, #51a351);
+  background-color: #0065b4;
+  background-image: -moz-linear-gradient(top, #006bbe, #005ca4);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006bbe), to(#005ca4));
+  background-image: -webkit-linear-gradient(top, #006bbe, #005ca4);
+  background-image: -o-linear-gradient(top, #006bbe, #005ca4);
+  background-image: linear-gradient(to bottom, #006bbe, #005ca4);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
-  border-color: #51a351 #51a351 #387038;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006bbe', endColorstr='#ff005ca4', GradientType=0);
+  border-color: #005ca4 #005ca4 #003158;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #51a351;
+  *background-color: #005ca4;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2654,24 +2878,24 @@ button.close {
 .btn-success.disabled,
 .btn-success[disabled] {
   color: #ffffff;
-  background-color: #51a351;
-  *background-color: #499249;
+  background-color: #005ca4;
+  *background-color: #004e8b;
 }
 .btn-success:active,
 .btn-success.active {
-  background-color: #408140 \9;
+  background-color: #004071 \9;
 }
 .btn-info {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #49afcd;
-  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
-  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
-  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
-  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
+  background-color: #32a0c0;
+  background-image: -moz-linear-gradient(top, #34a7c8, #2f96b4);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#34a7c8), to(#2f96b4));
+  background-image: -webkit-linear-gradient(top, #34a7c8, #2f96b4);
+  background-image: -o-linear-gradient(top, #34a7c8, #2f96b4);
+  background-image: linear-gradient(to bottom, #34a7c8, #2f96b4);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34a7c8', endColorstr='#ff2f96b4', GradientType=0);
   border-color: #2f96b4 #2f96b4 #1f6377;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   *background-color: #2f96b4;
@@ -2695,17 +2919,17 @@ button.close {
 .btn-inverse {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #414141;
-  background-image: -moz-linear-gradient(top, #555555, #222222);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
-  background-image: -webkit-linear-gradient(top, #555555, #222222);
-  background-image: -o-linear-gradient(top, #555555, #222222);
-  background-image: linear-gradient(to bottom, #555555, #222222);
+  background-color: #505050;
+  background-image: -moz-linear-gradient(top, #555555, #484848);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#484848));
+  background-image: -webkit-linear-gradient(top, #555555, #484848);
+  background-image: -o-linear-gradient(top, #555555, #484848);
+  background-image: linear-gradient(to bottom, #555555, #484848);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff222222', GradientType=0);
-  border-color: #222222 #222222 #000000;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff484848', GradientType=0);
+  border-color: #484848 #484848 #222222;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #222222;
+  *background-color: #484848;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2716,12 +2940,12 @@ button.close {
 .btn-inverse.disabled,
 .btn-inverse[disabled] {
   color: #ffffff;
-  background-color: #222222;
-  *background-color: #151515;
+  background-color: #484848;
+  *background-color: #3c3c3c;
 }
 .btn-inverse:active,
 .btn-inverse.active {
-  background-color: #080808 \9;
+  background-color: #2f2f2f \9;
 }
 button.btn,
 input[type="submit"].btn {
@@ -2749,7 +2973,8 @@ input[type="submit"].btn.btn-mini {
   *padding-bottom: 1px;
 }
 .btn-link,
-.btn-link:active {
+.btn-link:active,
+.btn-link[disabled] {
   background-color: transparent;
   background-image: none;
   -webkit-box-shadow: none;
@@ -2759,19 +2984,29 @@ input[type="submit"].btn.btn-mini {
 .btn-link {
   border-color: transparent;
   cursor: pointer;
-  color: #ebd90b;
+  color: #028d79;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
 }
 .btn-link:hover {
-  color: #ebd90b;
+  color: #028d79;
   text-decoration: underline;
   background-color: transparent;
 }
+.btn-link[disabled]:hover {
+  color: #333333;
+  text-decoration: none;
+}
 .btn-group {
   position: relative;
+  display: inline-block;
+  *display: inline;
+  /* IE7 inline-block hack */
+
+  *zoom: 1;
   font-size: 0;
+  vertical-align: middle;
   white-space: nowrap;
   *margin-left: .3em;
 }
@@ -2786,16 +3021,9 @@ input[type="submit"].btn.btn-mini {
   margin-top: 10.5px;
   margin-bottom: 10.5px;
 }
-.btn-toolbar .btn-group {
-  display: inline-block;
-  *display: inline;
-  /* IE7 inline-block hack */
-
-  *zoom: 1;
-}
-.btn-toolbar .btn + .btn,
-.btn-toolbar .btn-group + .btn,
-.btn-toolbar .btn + .btn-group {
+.btn-toolbar > .btn + .btn,
+.btn-toolbar > .btn-group + .btn,
+.btn-toolbar > .btn + .btn-group {
   margin-left: 5px;
 }
 .btn-group > .btn {
@@ -2808,17 +3036,18 @@ input[type="submit"].btn.btn-mini {
   margin-left: -1px;
 }
 .btn-group > .btn,
-.btn-group > .dropdown-menu {
-  font-size: 14px;
+.btn-group > .dropdown-menu,
+.btn-group > .popover {
+  font-size: 15px;
 }
 .btn-group > .btn-mini {
-  font-size: 11px;
+  font-size: 11.25px;
 }
 .btn-group > .btn-small {
-  font-size: 12px;
+  font-size: 12.75px;
 }
 .btn-group > .btn-large {
-  font-size: 16px;
+  font-size: 18.75px;
 }
 .btn-group > .btn:first-child {
   margin-left: 0;
@@ -2901,22 +3130,22 @@ input[type="submit"].btn.btn-mini {
   background-color: #e6e6e6;
 }
 .btn-group.open .btn-primary.dropdown-toggle {
-  background-color: #c5eb0b;
+  background-color: #015b4e;
 }
 .btn-group.open .btn-warning.dropdown-toggle {
-  background-color: #ee7026;
+  background-color: #f26522;
 }
 .btn-group.open .btn-danger.dropdown-toggle {
-  background-color: #bd362f;
+  background-color: #d14432;
 }
 .btn-group.open .btn-success.dropdown-toggle {
-  background-color: #51a351;
+  background-color: #005ca4;
 }
 .btn-group.open .btn-info.dropdown-toggle {
   background-color: #2f96b4;
 }
 .btn-group.open .btn-inverse.dropdown-toggle {
-  background-color: #222222;
+  background-color: #484848;
 }
 .btn .caret {
   margin-top: 8px;
@@ -2933,8 +3162,7 @@ input[type="submit"].btn.btn-mini {
   border-top-width: 5px;
 }
 .dropup .btn-large .caret {
-  border-bottom: 5px solid #000000;
-  border-top: 0;
+  border-bottom-width: 5px;
 }
 .btn-primary .caret,
 .btn-warning .caret,
@@ -2952,34 +3180,34 @@ input[type="submit"].btn.btn-mini {
 
   *zoom: 1;
 }
-.btn-group-vertical .btn {
+.btn-group-vertical .btn {
   display: block;
   float: none;
-  width: 100%;
+  max-width: 100%;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
 }
-.btn-group-vertical .btn + .btn {
+.btn-group-vertical .btn + .btn {
   margin-left: 0;
   margin-top: -1px;
 }
-.btn-group-vertical .btn:first-child {
+.btn-group-vertical .btn:first-child {
   -webkit-border-radius: 4px 4px 0 0;
   -moz-border-radius: 4px 4px 0 0;
   border-radius: 4px 4px 0 0;
 }
-.btn-group-vertical .btn:last-child {
+.btn-group-vertical .btn:last-child {
   -webkit-border-radius: 0 0 4px 4px;
   -moz-border-radius: 0 0 4px 4px;
   border-radius: 0 0 4px 4px;
 }
-.btn-group-vertical .btn-large:first-child {
+.btn-group-vertical .btn-large:first-child {
   -webkit-border-radius: 6px 6px 0 0;
   -moz-border-radius: 6px 6px 0 0;
   border-radius: 6px 6px 0 0;
 }
-.btn-group-vertical .btn-large:last-child {
+.btn-group-vertical .btn-large:last-child {
   -webkit-border-radius: 0 0 6px 6px;
   -moz-border-radius: 0 0 6px 6px;
   border-radius: 0 0 6px 6px;
@@ -2988,11 +3216,14 @@ input[type="submit"].btn.btn-mini {
   padding: 8px 35px 8px 14px;
   margin-bottom: 21px;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-  background-color: #ee7026;
-  border: 1px solid #ed4318;
+  background-color: #f26522;
+  border: 1px solid #f13614;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
+}
+.alert,
+.alert h4 {
   color: #ffffff;
 }
 .alert h4 {
@@ -3009,17 +3240,27 @@ input[type="submit"].btn.btn-mini {
   border-color: #3aa80a;
   color: #ffffff;
 }
+.alert-success h4 {
+  color: #ffffff;
+}
 .alert-danger,
 .alert-error {
   background-color: #d14432;
   border-color: #c72d35;
   color: #ffffff;
 }
+.alert-danger h4,
+.alert-error h4 {
+  color: #ffffff;
+}
 .alert-info {
   background-color: #185af9;
   border-color: #066ee7;
   color: #ffffff;
 }
+.alert-info h4 {
+  color: #ffffff;
+}
 .alert-block {
   padding-top: 14px;
   padding-bottom: 14px;
@@ -3043,6 +3284,9 @@ input[type="submit"].btn.btn-mini {
   text-decoration: none;
   background-color: #eeeeee;
 }
+.nav > li > a > img {
+  max-width: none;
+}
 .nav > .pull-right {
   float: right;
 }
@@ -3077,9 +3321,10 @@ input[type="submit"].btn.btn-mini {
 .nav-list > .active > a:hover {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-  background-color: #ebd90b;
+  background-color: #028d79;
 }
-.nav-list [class^="icon-"] {
+.nav-list [class^="icon-"],
+.nav-list [class*=" icon-"] {
   margin-right: 2px;
 }
 .nav-list .divider {
@@ -3156,7 +3401,7 @@ input[type="submit"].btn.btn-mini {
 .nav-pills > .active > a,
 .nav-pills > .active > a:hover {
   color: #ffffff;
-  background-color: #ebd90b;
+  background-color: #028d79;
 }
 .nav-stacked > li {
   float: none;
@@ -3210,13 +3455,13 @@ input[type="submit"].btn.btn-mini {
   border-radius: 6px;
 }
 .nav .dropdown-toggle .caret {
-  border-top-color: #ebd90b;
-  border-bottom-color: #ebd90b;
+  border-top-color: #028d79;
+  border-bottom-color: #028d79;
   margin-top: 6px;
 }
 .nav .dropdown-toggle:hover .caret {
-  border-top-color: #ebd90b;
-  border-bottom-color: #ebd90b;
+  border-top-color: #028d79;
+  border-bottom-color: #028d79;
 }
 /* move down carets for tabs */
 .nav-tabs .dropdown-toggle .caret {
@@ -3358,12 +3603,11 @@ input[type="submit"].btn.btn-mini {
 .navbar {
   overflow: visible;
   margin-bottom: 21px;
-  color: #999999;
   *position: relative;
   *z-index: 2;
 }
 .navbar-inner {
-  min-height: 50px;
+  min-height: 55px;
   padding-left: 20px;
   padding-right: 20px;
   background-color: #013435;
@@ -3381,21 +3625,32 @@ input[type="submit"].btn.btn-mini {
   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
+  *zoom: 1;
+}
+.navbar-inner:before,
+.navbar-inner:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.navbar-inner:after {
+  clear: both;
 }
 .navbar .container {
   width: auto;
 }
 .nav-collapse.collapse {
   height: auto;
+  overflow: visible;
 }
 .navbar .brand {
   float: left;
   display: block;
-  padding: 14.5px 20px 14.5px;
+  padding: 17px 20px 17px;
   margin-left: -20px;
   font-size: 20px;
   font-weight: 200;
-  color: #f5f3dc;
+  color: #ffffff;
   text-shadow: 0 1px 0 #013435;
 }
 .navbar .brand:hover {
@@ -3403,26 +3658,29 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar-text {
   margin-bottom: 0;
-  line-height: 50px;
+  line-height: 55px;
+  color: #999999;
 }
 .navbar-link {
-  color: #f5f3dc;
+  color: #ffffff;
 }
 .navbar-link:hover {
-  color: #ebd90b;
+  color: #ffffff;
 }
 .navbar .divider-vertical {
-  height: 50px;
+  height: 55px;
   margin: 0 9px;
   border-left: 1px solid #013435;
   border-right: 1px solid #013435;
 }
 .navbar .btn,
 .navbar .btn-group {
-  margin-top: 11px;
+  margin-top: 12.5px;
 }
-.navbar .btn-group .btn {
-  margin: 0;
+.navbar .btn-group .btn,
+.navbar .input-prepend .btn,
+.navbar .input-append .btn {
+  margin-top: 0;
 }
 .navbar-form {
   margin-bottom: 0;
@@ -3441,7 +3699,7 @@ input[type="submit"].btn.btn-mini {
 .navbar-form select,
 .navbar-form .radio,
 .navbar-form .checkbox {
-  margin-top: 10px;
+  margin-top: 12.5px;
 }
 .navbar-form input,
 .navbar-form select,
@@ -3456,7 +3714,7 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar-form .input-append,
 .navbar-form .input-prepend {
-  margin-top: 6px;
+  margin-top: 5px;
   white-space: nowrap;
 }
 .navbar-form .input-append input,
@@ -3466,7 +3724,7 @@ input[type="submit"].btn.btn-mini {
 .navbar-search {
   position: relative;
   float: left;
-  margin-top: 10px;
+  margin-top: 12.5px;
   margin-bottom: 0;
 }
 .navbar-search .search-query {
@@ -3482,7 +3740,6 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar-static-top {
   position: static;
-  width: 100%;
   margin-bottom: 0;
 }
 .navbar-static-top .navbar-inner {
@@ -3499,9 +3756,11 @@ input[type="submit"].btn.btn-mini {
   margin-bottom: 0;
 }
 .navbar-fixed-top .navbar-inner,
-.navbar-fixed-bottom .navbar-inner,
 .navbar-static-top .navbar-inner {
-  border: 0;
+  border-width: 0 0 1px;
+}
+.navbar-fixed-bottom .navbar-inner {
+  border-width: 1px 0 0;
 }
 .navbar-fixed-top .navbar-inner,
 .navbar-fixed-bottom .navbar-inner {
@@ -3521,17 +3780,17 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar-fixed-top .navbar-inner,
 .navbar-static-top .navbar-inner {
-  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
-  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
-  box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
+  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
+  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
+  box-shadow: 0 1px 10px rgba(0,0,0,.1);
 }
 .navbar-fixed-bottom {
   bottom: 0;
 }
 .navbar-fixed-bottom .navbar-inner {
-  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
-  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
-  box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
+  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
+  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
+  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
 }
 .navbar .nav {
   position: relative;
@@ -3542,14 +3801,15 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar .nav.pull-right {
   float: right;
+  margin-right: 0;
 }
 .navbar .nav > li {
   float: left;
 }
 .navbar .nav > li > a {
   float: none;
-  padding: 14.5px 15px 14.5px;
-  color: #f5f3dc;
+  padding: 17px 15px 17px;
+  color: #ffffff;
   text-decoration: none;
   text-shadow: 0 1px 0 #013435;
 }
@@ -3558,16 +3818,16 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar .nav > li > a:focus,
 .navbar .nav > li > a:hover {
-  background-color: transparent;
-  color: #ebd90b;
+  background-color: #002425;
+  color: #ffffff;
   text-decoration: none;
 }
 .navbar .nav > .active > a,
 .navbar .nav > .active > a:hover,
 .navbar .nav > .active > a:focus {
-  color: #ebd90b;
+  color: #ffffff;
   text-decoration: none;
-  background-color: #013435;
+  background-color: #002425;
   -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
   -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
   box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
@@ -3632,7 +3892,7 @@ input[type="submit"].btn.btn-mini {
   border-left: 7px solid transparent;
   border-right: 7px solid transparent;
   border-bottom: 7px solid #ccc;
-  border-bottom-color: rgba(0, 0, 0, 0.2);
+  border-bottom-color: transparent;
   position: absolute;
   top: -7px;
   left: 9px;
@@ -3642,39 +3902,43 @@ input[type="submit"].btn.btn-mini {
   display: inline-block;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
-  border-bottom: 6px solid #ffffff;
+  border-bottom: 6px solid #002425;
   position: absolute;
   top: -6px;
   left: 10px;
 }
 .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
   border-top: 7px solid #ccc;
-  border-top-color: rgba(0, 0, 0, 0.2);
+  border-top-color: transparent;
   border-bottom: 0;
   bottom: -7px;
   top: auto;
 }
 .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
-  border-top: 6px solid #ffffff;
+  border-top: 6px solid #002425;
   border-bottom: 0;
   bottom: -6px;
   top: auto;
 }
+.navbar .nav li.dropdown > a:hover .caret {
+  border-top-color: #ffffff;
+  border-bottom-color: #ffffff;
+}
 .navbar .nav li.dropdown.open > .dropdown-toggle,
 .navbar .nav li.dropdown.active > .dropdown-toggle,
 .navbar .nav li.dropdown.open.active > .dropdown-toggle {
-  background-color: #013435;
-  color: #ebd90b;
+  background-color: #002425;
+  color: #ffffff;
 }
 .navbar .nav li.dropdown > .dropdown-toggle .caret {
-  border-top-color: #f5f3dc;
-  border-bottom-color: #f5f3dc;
+  border-top-color: #ffffff;
+  border-bottom-color: #ffffff;
 }
 .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
 .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
 .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
-  border-top-color: #ebd90b;
-  border-bottom-color: #ebd90b;
+  border-top-color: #ffffff;
+  border-bottom-color: #ffffff;
 }
 .navbar .pull-right > li > .dropdown-menu,
 .navbar .nav > li > .dropdown-menu.pull-right {
@@ -3701,70 +3965,77 @@ input[type="submit"].btn.btn-mini {
   -moz-border-radius: 6px 0 6px 6px;
   border-radius: 6px 0 6px 6px;
 }
-.navbar-inverse {
-  color: #999999;
-}
 .navbar-inverse .navbar-inner {
-  background-color: #7d937b;
-  background-image: -moz-linear-gradient(top, #829881, #748c73);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#829881), to(#748c73));
-  background-image: -webkit-linear-gradient(top, #829881, #748c73);
-  background-image: -o-linear-gradient(top, #829881, #748c73);
-  background-image: linear-gradient(to bottom, #829881, #748c73);
+  background-color: #e5e5e5;
+  background-image: -moz-linear-gradient(top, #eaeaea, #dddddd);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaeaea), to(#dddddd));
+  background-image: -webkit-linear-gradient(top, #eaeaea, #dddddd);
+  background-image: -o-linear-gradient(top, #eaeaea, #dddddd);
+  background-image: linear-gradient(to bottom, #eaeaea, #dddddd);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff829881', endColorstr='#ff748c73', GradientType=0);
-  border-color: #697e68;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#ffdddddd', GradientType=0);
+  border-color: #d0d0d0;
 }
 .navbar-inverse .brand,
 .navbar-inverse .nav > li > a {
-  color: #f5f3dc;
+  color: #333333;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 }
 .navbar-inverse .brand:hover,
 .navbar-inverse .nav > li > a:hover {
-  color: #ebd90b;
+  color: #333333;
+}
+.navbar-inverse .brand {
+  color: #333333;
+}
+.navbar-inverse .navbar-text {
+  color: #555555;
 }
 .navbar-inverse .nav > li > a:focus,
 .navbar-inverse .nav > li > a:hover {
-  background-color: transparent;
-  color: #ebd90b;
+  background-color: #cbcbcb;
+  color: #333333;
 }
 .navbar-inverse .nav .active > a,
 .navbar-inverse .nav .active > a:hover,
 .navbar-inverse .nav .active > a:focus {
-  color: #ebd90b;
-  background-color: #748c73;
+  color: #333333;
+  background-color: #cbcbcb;
 }
 .navbar-inverse .navbar-link {
-  color: #f5f3dc;
+  color: #333333;
 }
 .navbar-inverse .navbar-link:hover {
-  color: #ebd90b;
+  color: #333333;
 }
 .navbar-inverse .divider-vertical {
-  border-left-color: #748c73;
-  border-right-color: #829881;
+  border-left-color: #dddddd;
+  border-right-color: #eaeaea;
 }
 .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
 .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
 .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
-  background-color: #748c73;
-  color: #ebd90b;
+  background-color: #cbcbcb;
+  color: #333333;
+}
+.navbar-inverse .nav li.dropdown > a:hover .caret {
+  border-top-color: #333333;
+  border-bottom-color: #333333;
 }
 .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
-  border-top-color: #f5f3dc;
-  border-bottom-color: #f5f3dc;
+  border-top-color: #333333;
+  border-bottom-color: #333333;
 }
 .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
 .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
 .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
-  border-top-color: #ebd90b;
-  border-bottom-color: #ebd90b;
+  border-top-color: #333333;
+  border-bottom-color: #333333;
 }
 .navbar-inverse .navbar-search .search-query {
   color: #ffffff;
-  background-color: #bac5b9;
-  border-color: #748c73;
+  background-color: #ffffff;
+  border-color: #dddddd;
   -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
   -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
   box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
@@ -3774,13 +4045,13 @@ input[type="submit"].btn.btn-mini {
   transition: none;
 }
 .navbar-inverse .navbar-search .search-query:-moz-placeholder {
-  color: #ffffff;
+  color: #555555;
 }
 .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
-  color: #ffffff;
+  color: #555555;
 }
 .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
-  color: #ffffff;
+  color: #555555;
 }
 .navbar-inverse .navbar-search .search-query:focus,
 .navbar-inverse .navbar-search .search-query.focused {
@@ -3797,17 +4068,17 @@ input[type="submit"].btn.btn-mini {
 .navbar-inverse .btn-navbar {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #70866e;
-  background-image: -moz-linear-gradient(top, #748c73, #697e68);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#748c73), to(#697e68));
-  background-image: -webkit-linear-gradient(top, #748c73, #697e68);
-  background-image: -o-linear-gradient(top, #748c73, #697e68);
-  background-image: linear-gradient(to bottom, #748c73, #697e68);
+  background-color: #d8d8d8;
+  background-image: -moz-linear-gradient(top, #dddddd, #d0d0d0);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#d0d0d0));
+  background-image: -webkit-linear-gradient(top, #dddddd, #d0d0d0);
+  background-image: -o-linear-gradient(top, #dddddd, #d0d0d0);
+  background-image: linear-gradient(to bottom, #dddddd, #d0d0d0);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff748c73', endColorstr='#ff697e68', GradientType=0);
-  border-color: #697e68 #697e68 #465445;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffd0d0d0', GradientType=0);
+  border-color: #d0d0d0 #d0d0d0 #aaaaaa;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #697e68;
+  *background-color: #d0d0d0;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -3818,12 +4089,12 @@ input[type="submit"].btn.btn-mini {
 .navbar-inverse .btn-navbar.disabled,
 .navbar-inverse .btn-navbar[disabled] {
   color: #ffffff;
-  background-color: #697e68;
-  *background-color: #5d705c;
+  background-color: #d0d0d0;
+  *background-color: #c3c3c3;
 }
 .navbar-inverse .btn-navbar:active,
 .navbar-inverse .btn-navbar.active {
-  background-color: #516251 \9;
+  background-color: #b7b7b7 \9;
 }
 .breadcrumb {
   padding: 8px 15px;
@@ -3834,7 +4105,7 @@ input[type="submit"].btn.btn-mini {
   -moz-border-radius: 4px;
   border-radius: 4px;
 }
-.breadcrumb li {
+.breadcrumb li {
   display: inline-block;
   *display: inline;
   /* IE7 inline-block hack */
@@ -3842,15 +4113,14 @@ input[type="submit"].btn.btn-mini {
   *zoom: 1;
   text-shadow: 0 1px 0 #ffffff;
 }
-.breadcrumb .divider {
+.breadcrumb > li > .divider {
   padding: 0 5px;
   color: #ccc;
 }
-.breadcrumb .active {
+.breadcrumb .active {
   color: #999999;
 }
 .pagination {
-  height: 42px;
   margin: 21px 0;
 }
 .pagination ul {
@@ -3861,55 +4131,61 @@ input[type="submit"].btn.btn-mini {
   *zoom: 1;
   margin-left: 0;
   margin-bottom: 0;
-  -webkit-border-radius: 3px;
-  -moz-border-radius: 3px;
-  border-radius: 3px;
+  -webkit-border-radius: 4px;
+  -moz-border-radius: 4px;
+  border-radius: 4px;
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
 }
-.pagination li {
+.pagination ul > li {
   display: inline;
 }
-.pagination a,
-.pagination span {
+.pagination ul > li > a,
+.pagination ul > li > span {
   float: left;
-  padding: 0 14px;
-  line-height: 40px;
+  padding: 4px 12px;
+  line-height: 21px;
   text-decoration: none;
-  background-color: #748c73;
+  background-color: #e6e6e6;
   border: 1px solid transparent;
   border-left-width: 0;
 }
-.pagination a:hover,
-.pagination .active a,
-.pagination .active span {
-  background-color: #f5f5f5;
+.pagination ul > li > a:hover,
+.pagination ul > .active > a,
+.pagination ul > .active > span {
+  background-color: #a2cdb5;
 }
-.pagination .active a,
-.pagination .active span {
+.pagination ul > .active > a,
+.pagination ul > .active > span {
   color: #999999;
   cursor: default;
 }
-.pagination .disabled span,
-.pagination .disabled a,
-.pagination .disabled a:hover {
+.pagination ul > .disabled > span,
+.pagination ul > .disabled > a,
+.pagination ul > .disabled > a:hover {
   color: #999999;
   background-color: transparent;
   cursor: default;
 }
-.pagination li:first-child a,
-.pagination li:first-child span {
+.pagination ul > li:first-child > a,
+.pagination ul > li:first-child > span {
   border-left-width: 1px;
-  -webkit-border-radius: 3px 0 0 3px;
-  -moz-border-radius: 3px 0 0 3px;
-  border-radius: 3px 0 0 3px;
+  -webkit-border-top-left-radius: 4px;
+  -moz-border-radius-topleft: 4px;
+  border-top-left-radius: 4px;
+  -webkit-border-bottom-left-radius: 4px;
+  -moz-border-radius-bottomleft: 4px;
+  border-bottom-left-radius: 4px;
 }
-.pagination li:last-child a,
-.pagination li:last-child span {
-  -webkit-border-radius: 0 3px 3px 0;
-  -moz-border-radius: 0 3px 3px 0;
-  border-radius: 0 3px 3px 0;
+.pagination ul > li:last-child > a,
+.pagination ul > li:last-child > span {
+  -webkit-border-top-right-radius: 4px;
+  -moz-border-radius-topright: 4px;
+  border-top-right-radius: 4px;
+  -webkit-border-bottom-right-radius: 4px;
+  -moz-border-radius-bottomright: 4px;
+  border-bottom-right-radius: 4px;
 }
 .pagination-centered {
   text-align: center;
@@ -3917,6 +4193,61 @@ input[type="submit"].btn.btn-mini {
 .pagination-right {
   text-align: right;
 }
+.pagination-large ul > li > a,
+.pagination-large ul > li > span {
+  padding: 11px 19px;
+  font-size: 18.75px;
+}
+.pagination-large ul > li:first-child > a,
+.pagination-large ul > li:first-child > span {
+  -webkit-border-top-left-radius: 6px;
+  -moz-border-radius-topleft: 6px;
+  border-top-left-radius: 6px;
+  -webkit-border-bottom-left-radius: 6px;
+  -moz-border-radius-bottomleft: 6px;
+  border-bottom-left-radius: 6px;
+}
+.pagination-large ul > li:last-child > a,
+.pagination-large ul > li:last-child > span {
+  -webkit-border-top-right-radius: 6px;
+  -moz-border-radius-topright: 6px;
+  border-top-right-radius: 6px;
+  -webkit-border-bottom-right-radius: 6px;
+  -moz-border-radius-bottomright: 6px;
+  border-bottom-right-radius: 6px;
+}
+.pagination-mini ul > li:first-child > a,
+.pagination-small ul > li:first-child > a,
+.pagination-mini ul > li:first-child > span,
+.pagination-small ul > li:first-child > span {
+  -webkit-border-top-left-radius: 3px;
+  -moz-border-radius-topleft: 3px;
+  border-top-left-radius: 3px;
+  -webkit-border-bottom-left-radius: 3px;
+  -moz-border-radius-bottomleft: 3px;
+  border-bottom-left-radius: 3px;
+}
+.pagination-mini ul > li:last-child > a,
+.pagination-small ul > li:last-child > a,
+.pagination-mini ul > li:last-child > span,
+.pagination-small ul > li:last-child > span {
+  -webkit-border-top-right-radius: 3px;
+  -moz-border-radius-topright: 3px;
+  border-top-right-radius: 3px;
+  -webkit-border-bottom-right-radius: 3px;
+  -moz-border-radius-bottomright: 3px;
+  border-bottom-right-radius: 3px;
+}
+.pagination-small ul > li > a,
+.pagination-small ul > li > span {
+  padding: 2px 10px;
+  font-size: 12.75px;
+}
+.pagination-mini ul > li > a,
+.pagination-mini ul > li > span {
+  padding: 0px 6px;
+  font-size: 11.25px;
+}
 .pager {
   margin: 21px 0;
   list-style: none;
@@ -3935,7 +4266,8 @@ input[type="submit"].btn.btn-mini {
 .pager li {
   display: inline;
 }
-.pager a {
+.pager li > a,
+.pager li > span {
   display: inline-block;
   padding: 5px 14px;
   background-color: #fff;
@@ -3944,34 +4276,25 @@ input[type="submit"].btn.btn-mini {
   -moz-border-radius: 15px;
   border-radius: 15px;
 }
-.pager a:hover {
+.pager li > a:hover {
   text-decoration: none;
   background-color: #f5f5f5;
 }
-.pager .next a {
+.pager .next > a,
+.pager .next > span {
   float: right;
 }
-.pager .previous a {
+.pager .previous > a,
+.pager .previous > span {
   float: left;
 }
-.pager .disabled a,
-.pager .disabled a:hover {
+.pager .disabled > a,
+.pager .disabled > a:hover,
+.pager .disabled > span {
   color: #999999;
   background-color: #fff;
   cursor: default;
 }
-.modal-open .dropdown-menu {
-  z-index: 2050;
-}
-.modal-open .dropdown.open {
-  *z-index: 2050;
-}
-.modal-open .popover {
-  z-index: 2060;
-}
-.modal-open .tooltip {
-  z-index: 2080;
-}
 .modal-backdrop {
   position: fixed;
   top: 0;
@@ -3991,12 +4314,11 @@ input[type="submit"].btn.btn-mini {
 }
 .modal {
   position: fixed;
-  top: 50%;
+  top: 10%;
   left: 50%;
   z-index: 1050;
-  overflow: auto;
   width: 560px;
-  margin: -250px 0 0 -280px;
+  margin-left: -280px;
   background-color: #ffffff;
   border: 1px solid #999;
   border: 1px solid rgba(0, 0, 0, 0.3);
@@ -4012,6 +4334,7 @@ input[type="submit"].btn.btn-mini {
   -webkit-background-clip: padding-box;
   -moz-background-clip: padding-box;
   background-clip: padding-box;
+  outline: none;
 }
 .modal.fade {
   -webkit-transition: opacity .3s linear, top .3s ease-out;
@@ -4021,7 +4344,7 @@ input[type="submit"].btn.btn-mini {
   top: -25%;
 }
 .modal.fade.in {
-  top: 50%;
+  top: 10%;
 }
 .modal-header {
   padding: 9px 15px;
@@ -4035,6 +4358,7 @@ input[type="submit"].btn.btn-mini {
   line-height: 30px;
 }
 .modal-body {
+  position: relative;
   overflow-y: auto;
   max-height: 400px;
   padding: 15px;
@@ -4072,6 +4396,9 @@ input[type="submit"].btn.btn-mini {
 .modal-footer .btn-group .btn + .btn {
   margin-left: -1px;
 }
+.modal-footer .btn-block + .btn-block {
+  margin-left: 0;
+}
 .tooltip {
   position: absolute;
   z-index: 1030;
@@ -4152,6 +4479,7 @@ input[type="submit"].btn.btn-mini {
   display: none;
   width: 236px;
   padding: 1px;
+  text-align: left;
   background-color: #ffffff;
   -webkit-background-clip: padding-box;
   -moz-background-clip: padding;
@@ -4164,9 +4492,10 @@ input[type="submit"].btn.btn-mini {
   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+  white-space: normal;
 }
 .popover.top {
-  margin-bottom: 10px;
+  margin-top: -10px;
 }
 .popover.right {
   margin-left: 10px;
@@ -4175,7 +4504,7 @@ input[type="submit"].btn.btn-mini {
   margin-top: 10px;
 }
 .popover.left {
-  margin-right: 10px;
+  margin-left: -10px;
 }
 .popover-title {
   margin: 0;
@@ -4183,8 +4512,8 @@ input[type="submit"].btn.btn-mini {
   font-size: 14px;
   font-weight: normal;
   line-height: 18px;
-  background-color: #f7f7f7;
-  border-bottom: 1px solid #ebebeb;
+  background-color: #015b4e;
+  border-bottom: 1px solid #014238;
   -webkit-border-radius: 5px 5px 0 0;
   -moz-border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
@@ -4192,75 +4521,77 @@ input[type="submit"].btn.btn-mini {
 .popover-content {
   padding: 9px 14px;
 }
-.popover-content p,
-.popover-content ul,
-.popover-content ol {
-  margin-bottom: 0;
-}
 .popover .arrow,
 .popover .arrow:after {
   position: absolute;
-  display: inline-block;
+  display: block;
   width: 0;
   height: 0;
   border-color: transparent;
   border-style: solid;
 }
+.popover .arrow {
+  border-width: 11px;
+}
 .popover .arrow:after {
+  border-width: 10px;
   content: "";
-  z-index: -1;
 }
 .popover.top .arrow {
-  bottom: -10px;
   left: 50%;
-  margin-left: -10px;
-  border-width: 10px 10px 0;
-  border-top-color: #ffffff;
+  margin-left: -11px;
+  border-bottom-width: 0;
+  border-top-color: #999;
+  border-top-color: rgba(0, 0, 0, 0.25);
+  bottom: -11px;
 }
 .popover.top .arrow:after {
-  border-width: 11px 11px 0;
-  border-top-color: rgba(0, 0, 0, 0.25);
-  bottom: -1px;
-  left: -11px;
+  bottom: 1px;
+  margin-left: -10px;
+  border-bottom-width: 0;
+  border-top-color: #ffffff;
 }
 .popover.right .arrow {
   top: 50%;
-  left: -10px;
-  margin-top: -10px;
-  border-width: 10px 10px 10px 0;
-  border-right-color: #ffffff;
+  left: -11px;
+  margin-top: -11px;
+  border-left-width: 0;
+  border-right-color: #999;
+  border-right-color: rgba(0, 0, 0, 0.25);
 }
 .popover.right .arrow:after {
-  border-width: 11px 11px 11px 0;
-  border-right-color: rgba(0, 0, 0, 0.25);
-  bottom: -11px;
-  left: -1px;
+  left: 1px;
+  bottom: -10px;
+  border-left-width: 0;
+  border-right-color: #ffffff;
 }
 .popover.bottom .arrow {
-  top: -10px;
   left: 50%;
-  margin-left: -10px;
-  border-width: 0 10px 10px;
-  border-bottom-color: #ffffff;
+  margin-left: -11px;
+  border-top-width: 0;
+  border-bottom-color: #999;
+  border-bottom-color: rgba(0, 0, 0, 0.25);
+  top: -11px;
 }
 .popover.bottom .arrow:after {
-  border-width: 0 11px 11px;
-  border-bottom-color: rgba(0, 0, 0, 0.25);
-  top: -1px;
-  left: -11px;
+  top: 1px;
+  margin-left: -10px;
+  border-top-width: 0;
+  border-bottom-color: #ffffff;
 }
 .popover.left .arrow {
   top: 50%;
-  right: -10px;
-  margin-top: -10px;
-  border-width: 10px 0 10px 10px;
-  border-left-color: #ffffff;
+  right: -11px;
+  margin-top: -11px;
+  border-right-width: 0;
+  border-left-color: #999;
+  border-left-color: rgba(0, 0, 0, 0.25);
 }
 .popover.left .arrow:after {
-  border-width: 11px 0 11px 11px;
-  border-left-color: rgba(0, 0, 0, 0.25);
-  bottom: -11px;
-  right: -1px;
+  right: 1px;
+  border-right-width: 0;
+  border-left-color: #ffffff;
+  bottom: -10px;
 }
 .thumbnails {
   margin-left: -20px;
@@ -4301,7 +4632,7 @@ input[type="submit"].btn.btn-mini {
   transition: all 0.2s ease-in-out;
 }
 a.thumbnail:hover {
-  border-color: #ebd90b;
+  border-color: #028d79;
   -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
   -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
   box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
@@ -4316,29 +4647,64 @@ a.thumbnail:hover {
   padding: 9px;
   color: #555555;
 }
-.label,
-.badge {
-  font-size: 11.844px;
-  font-weight: bold;
-  line-height: 14px;
-  color: #ffffff;
-  vertical-align: baseline;
-  white-space: nowrap;
+.media,
+.media-body {
+  overflow: hidden;
+  *overflow: visible;
+  zoom: 1;
+}
+.media,
+.media .media {
+  margin-top: 15px;
+}
+.media:first-child {
+  margin-top: 0;
+}
+.media-object {
+  display: block;
+}
+.media-heading {
+  margin: 0 0 5px;
+}
+.media .pull-left {
+  margin-right: 10px;
+}
+.media .pull-right {
+  margin-left: 10px;
+}
+.media-list {
+  margin-left: 0;
+  list-style: none;
+}
+.label,
+.badge {
+  display: inline-block;
+  padding: 2px 4px;
+  font-size: 12.69px;
+  font-weight: bold;
+  line-height: 14px;
+  color: #ffffff;
+  vertical-align: baseline;
+  white-space: nowrap;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #999999;
 }
 .label {
-  padding: 1px 4px 2px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
 }
 .badge {
-  padding: 1px 9px 2px;
+  padding-left: 9px;
+  padding-right: 9px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
 }
+.label:empty,
+.badge:empty {
+  display: none;
+}
 a.label:hover,
 a.badge:hover {
   color: #ffffff;
@@ -4355,11 +4721,11 @@ a.badge:hover {
 }
 .label-warning,
 .badge-warning {
-  background-color: #ee7026;
+  background-color: #f26522;
 }
 .label-warning[href],
 .badge-warning[href] {
-  background-color: #d15710;
+  background-color: #d44d0d;
 }
 .label-success,
 .badge-success {
@@ -4566,18 +4932,18 @@ a.badge:hover {
 }
 .progress-warning .bar,
 .progress .bar-warning {
-  background-color: #f18c51;
-  background-image: -moz-linear-gradient(top, #f49f6d, #ee7026);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f49f6d), to(#ee7026));
-  background-image: -webkit-linear-gradient(top, #f49f6d, #ee7026);
-  background-image: -o-linear-gradient(top, #f49f6d, #ee7026);
-  background-image: linear-gradient(to bottom, #f49f6d, #ee7026);
+  background-color: #f5834d;
+  background-image: -moz-linear-gradient(top, #f6976a, #f26522);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6976a), to(#f26522));
+  background-image: -webkit-linear-gradient(top, #f6976a, #f26522);
+  background-image: -o-linear-gradient(top, #f6976a, #f26522);
+  background-image: linear-gradient(to bottom, #f6976a, #f26522);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff49f6d', endColorstr='#ffee7026', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6976a', endColorstr='#fff26522', GradientType=0);
 }
 .progress-warning.progress-striped .bar,
 .progress-striped .bar-warning {
-  background-color: #f49f6d;
+  background-color: #f6976a;
   background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
@@ -4618,7 +4984,7 @@ a.badge:hover {
   width: 100%;
   position: relative;
 }
-.carousel .item {
+.carousel-inner > .item {
   display: none;
   position: relative;
   -webkit-transition: 0.6s ease-in-out left;
@@ -4626,38 +4992,38 @@ a.badge:hover {
   -o-transition: 0.6s ease-in-out left;
   transition: 0.6s ease-in-out left;
 }
-.carousel .item > img {
+.carousel-inner > .item > img {
   display: block;
   line-height: 1;
 }
-.carousel .active,
-.carousel .next,
-.carousel .prev {
+.carousel-inner > .active,
+.carousel-inner > .next,
+.carousel-inner > .prev {
   display: block;
 }
-.carousel .active {
+.carousel-inner > .active {
   left: 0;
 }
-.carousel .next,
-.carousel .prev {
+.carousel-inner > .next,
+.carousel-inner > .prev {
   position: absolute;
   top: 0;
   width: 100%;
 }
-.carousel .next {
+.carousel-inner > .next {
   left: 100%;
 }
-.carousel .prev {
+.carousel-inner > .prev {
   left: -100%;
 }
-.carousel .next.left,
-.carousel .prev.right {
+.carousel-inner > .next.left,
+.carousel-inner > .prev.right {
   left: 0;
 }
-.carousel .active.left {
+.carousel-inner > .active.left {
   left: -100%;
 }
-.carousel .active.right {
+.carousel-inner > .active.right {
   left: 100%;
 }
 .carousel-control {
@@ -4713,7 +5079,11 @@ a.badge:hover {
 .hero-unit {
   padding: 60px;
   margin-bottom: 30px;
-  background-color: #748c73;
+  font-size: 18px;
+  font-weight: 200;
+  line-height: 31.5px;
+  color: inherit;
+  background-color: #dddddd;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
@@ -4722,14 +5092,11 @@ a.badge:hover {
   margin-bottom: 0;
   font-size: 60px;
   line-height: 1;
-  color: #f5f3dc;
+  color: #333333;
   letter-spacing: -1px;
 }
-.hero-unit p {
-  font-size: 18px;
-  font-weight: 200;
+.hero-unit li {
   line-height: 31.5px;
-  color: inherit;
 }
 .pull-right {
   float: right;
@@ -4749,30 +5116,6 @@ a.badge:hover {
 .affix {
   position: fixed;
 }
-.navbar .brand,
-legend,
-.btn,
-.navbar .nav > li > a,
-div.subnav li > a,
-.navbar-text {
-  font-family: 'Josefin Slab', serif;
-  font-weight: 700;
-}
-h1 {
-  font-size: 54px;
-}
-h2 {
-  font-size: 36px;
-}
-h3 {
-  font-size: 20px;
-}
-h4 {
-  font-size: 16px;
-}
-h5 {
-  font-size: 14px;
-}
 h1 > small,
 h2 > small,
 h3 > small,
@@ -4780,31 +5123,32 @@ h4 > small,
 h5 > small,
 h6 > small,
 .muted {
-  color: #f5f3dc;
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  color: #333333;
+  font-family: Georgia, "Times New Roman", Times, serif;
 }
-.alert-heading {
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-  color: inherit;
+.jumbotron h1 {
+  font-weight: normal !important;
 }
-body {
-  background-size: 100% 1400px;
-  background-repeat: repeat-y;
+.page-header {
+  border-bottom: none;
+  padding-bottom: 5px;
+}
+.page-header h1 {
+  margin-bottom: 0;
+}
+hr {
+  border-top: none;
+  border-bottom: 2px solid #333333;
 }
 blockquote {
-  border-left: 2px solid #f5f3dc;
+  border-left: 2px solid #333333;
 }
 blockquote.pull-right {
-  border-right: 2px solid #f5f3dc;
+  border-right: 2px solid #333333;
 }
 blockquote small {
   color: #013435;
 }
-code,
-pre {
-  color: #026567;
-  background-color: #f5f3dc;
-}
 .navbar .navbar-inner {
   background-image: none;
   -webkit-box-shadow: none;
@@ -4812,16 +5156,20 @@ pre {
   box-shadow: none;
 }
 .navbar .brand {
+  padding: 18px 20px 16px;
   font-size: 26px;
-  padding: 18px 20px 12px;
+  font-family: 'Crete Round', serif;
+  font-weight: normal;
+}
+.navbar .brand:hover {
+  background-color: #002425;
 }
 .navbar .nav > li > a {
+  padding: 20px 20px 14px;
   font-size: 20px;
-  padding: 20px 20px 10px;
-}
-.navbar .nav .active > a,
-.navbar .nav .active > a:hover {
-  color: #ebd90b;
+  font-family: 'Crete Round', serif;
+  font-weight: normal;
+  text-shadow: none;
 }
 .navbar .nav > .active > a,
 .navbar .nav > .active > a:hover,
@@ -4833,578 +5181,376 @@ pre {
 .navbar .navbar-text {
   margin: 19px 20px 0;
   font-size: 20px;
+  font-family: 'Crete Round', serif;
+  font-weight: normal;
   line-height: inherit;
 }
 .navbar .divider-vertical {
   border-color: rgba(0, 0, 0, 0.2);
 }
+.navbar .btn-navbar {
+  margin-top: 14px;
+}
+.navbar .navbar-form,
 .navbar .navbar-search {
+  border-color: transparent;
   margin-top: 12px;
+  -webkit-box-shadow: none;
+  -moz-box-shadow: none;
+  box-shadow: none;
+  line-height: normal;
 }
 .navbar .navbar-search .search-query {
   border-color: transparent;
   background-color: rgba(255, 255, 255, 0.4);
+  line-height: normal;
   color: #ffffff;
 }
-.navbar .nav > .open > a {
-  color: #ebd90b;
+.navbar .dropdown-menu li > a {
+  font-family: 'Crete Round', serif;
+  font-weight: normal;
 }
-.navbar .nav > .open > .dropdown-menu {
-  background-color: #f5f3dc;
-  color: #013435;
-  border-color: transparent;
+.navbar .nav > li > .dropdown-menu::before,
+.navbar .nav > li > .dropdown-menu::after {
+  border-bottom: none;
 }
-.navbar .nav > .open > .dropdown-menu a:hover {
-  background-color: #748c73;
-  color: #f5f3dc;
+.navbar-inverse .navbar-search .search-query {
+  color: #555555;
 }
-.navbar .btn-navbar {
-  margin-top: 14px;
+.navbar-inverse .dropdown-menu {
+  background-color: #cbcbcb;
 }
-.navbar .nav-collapse.in .nav li > a {
-  color: #f5f3dc;
+.navbar-inverse .dropdown-menu li > a {
+  color: #333333;
 }
-.navbar .nav-collapse.in .nav li > a:hover {
-  color: #ebd90b;
-  background-color: #01584c;
+.navbar-inverse .dropdown-menu li > a:hover {
+  background-color: #dddddd;
 }
-.navbar .navbar-form,
-.navbar .navbar-search {
-  border-color: transparent;
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
+.navbar-inverse .dropdown-menu .divider {
+  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+}
+.navbar-inverse .dropdown-menu .nav-header {
+  color: #555555;
+}
+@media (max-width: 979px) {
+  .navbar .nav-collapse .nav li > a {
+    color: #ffffff;
+  }
+  .navbar .nav-collapse .nav li > a:hover {
+    background-color: #002425;
+  }
+  .navbar-inverse .nav-collapse .nav li > a:hover {
+    background-color: rgba(0, 0, 0, 0.06) !important;
+  }
+  .nav-collapse .navbar-form,
+  .nav-collapse .navbar-search {
+    border: none !important;
+    -webkit-box-shadow: none !important;
+    -moz-box-shadow: none !important;
+    box-shadow: none !important;
+  }
 }
 div.subnav {
   background-color: #015b4e;
   background-image: none;
   border-color: transparent;
-  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-  font-size: 18px;
 }
 div.subnav .nav > li > a {
-  padding: 13px 12px 9px;
+  padding: 12px 12px 10px;
   border-color: transparent;
   background-color: transparent;
-  color: #f5f3dc;
-}
-div.subnav .nav > li + li > a {
-  border-color: transparent;
+  font-family: 'Crete Round', serif;
+  font-weight: normal;
+  color: #ffffff;
 }
-div.subnav .nav > li.active > a,
 div.subnav .nav > li > a:hover,
-div.subnav .nav > li.active > a:hover,
+div.subnav .nav > .active > a,
+div.subnav .nav > .active > a:hover,
 div.subnav .dropdown.open .dropdown-toggle,
 div.subnav .dropdown.open.active .dropdown-toggle:hover {
+  background-color: #002425;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
-  background-color: transparent;
-  border-color: transparent;
-  color: #ebd90b;
-}
-div.subnav .dropdown.open > .dropdown-menu {
-  background-color: #f5f3dc;
-  color: #013435;
-  border-color: transparent;
-}
-div.subnav .dropdown.open > .dropdown-menu a:hover {
-  background-color: #748c73;
-  color: #f5f3dc;
-}
-div.subnav.subnav-fixed {
-  top: 50px;
-}
-.table,
-.table.table-bordered,
-.table.table-striped {
-  -webkit-border-radius: 0 0 8px 8px;
-  -moz-border-radius: 0 0 8px 8px;
-  border-radius: 0 0 8px 8px;
-}
-.table-bordered thead:first-child tr:first-child th:first-child,
-.table-bordered tbody:first-child tr:first-child td:first-child,
-.table-bordered thead:first-child tr:first-child th:last-child,
-.table-bordered tbody:first-child tr:first-child td:last-child {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-}
-.table-striped tbody:last-child tr:last-child td:first-child {
-  -webkit-border-radius: 0 0 0 8px;
-  -moz-border-radius: 0 0 0 8px;
-  border-radius: 0 0 0 8px;
-}
-.table-striped tbody:last-child tr:last-child td:last-child {
-  -webkit-border-radius: 0 0 8px 0;
-  -moz-border-radius: 0 0 8px 0;
-  border-radius: 0 0 8px 0;
-}
-.table-bordered {
-  border: none;
-}
-.table thead tr th:first-child,
-.table tbody tr td:first-child {
-  border-left: none;
-}
-.table th,
-.table-striped tbody tr:nth-child(odd) th {
-  background-color: #748c73;
-  color: #f5f3dc;
-}
-.btn {
-  color: #ffffff;
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #014344;
-  background-image: -moz-linear-gradient(top, #014d4e, #013435);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#014d4e), to(#013435));
-  background-image: -webkit-linear-gradient(top, #014d4e, #013435);
-  background-image: -o-linear-gradient(top, #014d4e, #013435);
-  background-image: linear-gradient(to bottom, #014d4e, #013435);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff014d4e', endColorstr='#ff013435', GradientType=0);
-  border-color: #013435 #013435 #000000;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #013435;
-  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
-
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  text-shadow: none;
-  color: #ffffff;
   border-color: transparent;
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
-}
-.btn:hover,
-.btn:active,
-.btn.active,
-.btn.disabled,
-.btn[disabled] {
   color: #ffffff;
-  background-color: #013435;
-  *background-color: #011b1c;
-}
-.btn:active,
-.btn.active {
-  background-color: #000303 \9;
 }
-.btn:hover {
-  color: #eeeeee;
-}
-.btn-large {
-  font-size: 18px;
+div.subnav.subnav-fixed {
+  top: 55px;
 }
-.btn-primary {
-  color: #ffffff;
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #01806f;
-  background-image: -moz-linear-gradient(top, #028a78, #017162);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#028a78), to(#017162));
-  background-image: -webkit-linear-gradient(top, #028a78, #017162);
-  background-image: -o-linear-gradient(top, #028a78, #017162);
-  background-image: linear-gradient(to bottom, #028a78, #017162);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff028a78', endColorstr='#ff017162', GradientType=0);
-  border-color: #017162 #017162 #002620;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #017162;
-  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
-
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+.nav .nav-header {
+  color: #333333;
 }
-.btn-primary:hover,
-.btn-primary:active,
-.btn-primary.active,
-.btn-primary.disabled,
-.btn-primary[disabled] {
+.nav .disabled > a,
+.nav .disabled > a:hover {
+  background-color: #028d79;
   color: #ffffff;
-  background-color: #017162;
-  *background-color: #01584c;
-}
-.btn-primary:active,
-.btn-primary.active {
-  background-color: #013f36 \9;
 }
-.btn-warning {
-  color: #ffffff;
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #ec6a1e;
-  background-image: -moz-linear-gradient(top, #ee7026, #e86112);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee7026), to(#e86112));
-  background-image: -webkit-linear-gradient(top, #ee7026, #e86112);
-  background-image: -o-linear-gradient(top, #ee7026, #e86112);
-  background-image: linear-gradient(to bottom, #ee7026, #e86112);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee7026', endColorstr='#ffe86112', GradientType=0);
-  border-color: #e86112 #e86112 #a1440d;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #e86112;
-  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
-
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+.nav-tabs {
+  border-color: transparent;
 }
-.btn-warning:hover,
-.btn-warning:active,
-.btn-warning.active,
-.btn-warning.disabled,
-.btn-warning[disabled] {
+.nav-tabs  > li > a {
+  background-color: #015b4e;
   color: #ffffff;
-  background-color: #e86112;
-  *background-color: #d15710;
 }
-.btn-warning:active,
-.btn-warning.active {
-  background-color: #b94e0e \9;
+.nav-tabs  > li > a:hover {
+  background-color: #013435;
+  border-color: transparent;
 }
-.btn-danger {
+.nav-tabs .active > a,
+.nav-tabs .active > a:hover {
+  background-color: #013435;
+  border-color: transparent;
   color: #ffffff;
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #d44f3e;
-  background-image: -moz-linear-gradient(top, #d65747, #d14432);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d65747), to(#d14432));
-  background-image: -webkit-linear-gradient(top, #d65747, #d14432);
-  background-image: -o-linear-gradient(top, #d65747, #d14432);
-  background-image: linear-gradient(to bottom, #d65747, #d14432);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd65747', endColorstr='#ffd14432', GradientType=0);
-  border-color: #d14432 #d14432 #952f21;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #d14432;
-  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
-
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 }
-.btn-danger:hover,
-.btn-danger:active,
-.btn-danger.active,
-.btn-danger.disabled,
-.btn-danger[disabled] {
-  color: #ffffff;
-  background-color: #d14432;
-  *background-color: #bf3c2b;
+.nav-tabs.nav-stacked > li > a {
+  border-color: transparent;
 }
-.btn-danger:active,
-.btn-danger.active {
-  background-color: #aa3526 \9;
+.nav-tabs.nav-stacked > li > a:hover {
+  border-color: transparent;
 }
-.btn-success {
-  color: #ffffff;
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #5bb75b;
-  background-image: -moz-linear-gradient(top, #62c462, #51a351);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
-  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
-  background-image: -o-linear-gradient(top, #62c462, #51a351);
-  background-image: linear-gradient(to bottom, #62c462, #51a351);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
-  border-color: #51a351 #51a351 #387038;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #51a351;
-  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
-
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+.nav-tabs .open .dropdown-toggle,
+.nav-tabs .active.open .dropdown-toggle {
+  background-color: #013435;
 }
-.btn-success:hover,
-.btn-success:active,
-.btn-success.active,
-.btn-success.disabled,
-.btn-success[disabled] {
+.nav-pills  > li > a {
+  background-color: #015b4e;
   color: #ffffff;
-  background-color: #51a351;
-  *background-color: #499249;
 }
-.btn-success:active,
-.btn-success.active {
-  background-color: #408140 \9;
+.nav-pills  > li > a:hover {
+  background-color: #013435;
+  border-color: transparent;
 }
-.btn-info {
+.nav-pills .active > a,
+.nav-pills .active > a:hover {
+  background-color: #013435;
+  border-color: transparent;
   color: #ffffff;
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #49afcd;
-  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
-  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
-  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
-  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
-  border-color: #2f96b4 #2f96b4 #1f6377;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #2f96b4;
-  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
-
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 }
-.btn-info:hover,
-.btn-info:active,
-.btn-info.active,
-.btn-info.disabled,
-.btn-info[disabled] {
-  color: #ffffff;
-  background-color: #2f96b4;
-  *background-color: #2a85a0;
+.nav-pills .open .dropdown-toggle,
+.nav-pills .active.open .dropdown-toggle {
+  background-color: #013435;
 }
-.btn-info:active,
-.btn-info.active {
-  background-color: #24748c \9;
+.tabbable .nav-tabs,
+.tabbable .nav-tabs > li > a,
+.tabbable .nav-tabs > li > a:hover,
+.tabbable .nav-tabs > li.active > a,
+.tabbable .nav-tabs > li.active > a:hover {
+  border-color: transparent;
 }
-.btn-inverse {
-  color: #ffffff;
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #e1d00b;
-  background-image: -moz-linear-gradient(top, #ebd90b, #d3c30a);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebd90b), to(#d3c30a));
-  background-image: -webkit-linear-gradient(top, #ebd90b, #d3c30a);
-  background-image: -o-linear-gradient(top, #ebd90b, #d3c30a);
-  background-image: linear-gradient(to bottom, #ebd90b, #d3c30a);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebd90b', endColorstr='#ffd3c30a', GradientType=0);
-  border-color: #d3c30a #d3c30a #8a7f06;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #d3c30a;
-  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
-
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+.nav-list .nav-header,
+.nav-list li > a {
+  text-shadow: none;
 }
-.btn-inverse:hover,
-.btn-inverse:active,
-.btn-inverse.active,
-.btn-inverse.disabled,
-.btn-inverse[disabled] {
+.nav-list li > a:hover {
+  background-color: #015b4e;
   color: #ffffff;
-  background-color: #d3c30a;
-  *background-color: #baac09;
-}
-.btn-inverse:active,
-.btn-inverse.active {
-  background-color: #a29608 \9;
-}
-.btn-group .dropdown-toggle {
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
 }
-.nav .disabled > a {
-  color: #ccc;
+.nav-list li.active > a,
+.nav-list li.active > a:hover {
+  background-color: #013435;
+  text-shadow: none;
 }
-.nav .disabled > a:hover {
-  background-color: #748C73;
+.nav-list .divider {
+  background-color: transparent;
+  border-bottom: 1px solid #999999;
 }
 .breadcrumb {
-  background-color: #748c73;
+  background-color: #015b4e;
   background-image: none;
-  border-color: transparent;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
+  border-color: transparent;
 }
 .breadcrumb li {
-  color: #ebd90b;
+  color: #ffffff;
   text-shadow: none;
 }
 .breadcrumb li a {
-  color: #ebd90b;
+  color: #ffffff;
+  text-decoration: underline;
 }
 .breadcrumb li a:hover {
-  color: #ebd90b;
+  color: #ffffff;
 }
 .breadcrumb li .divider {
-  color: #f5f3dc;
+  color: #ffffff;
 }
 .breadcrumb .active {
-  color: #f5f3dc;
+  color: #ffffff;
 }
-.pagination  > ul {
-  background-color: #748c73;
+.pagination ul {
+  background-color: #015b4e;
   background-image: none;
-  border-color: transparent;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
-}
-.pagination a {
-  color: #ebd90b;
   border-color: transparent;
 }
-.pagination a:hover {
-  color: #ebd90b;
-  background-color: rgba(0, 0, 0, 0.1);
-}
-.pagination .active a {
-  color: #f5f3dc;
-  background-color: rgba(0, 0, 0, 0.1);
-}
-.pagination .disabled a,
-.pagination .disabled a:hover {
-  color: #01584c;
-}
-.nav-list li > a,
-.nav-list .nav-header {
-  text-shadow: none;
-}
-.nav-list li > a:hover {
-  background-color: transparent;
-}
-.nav-list li.active > a,
-.nav-list li.active > a:hover {
-  background-color: #A2CDB5;
-  text-shadow: none;
-}
-.nav-list .divider {
-  background-color: transparent;
-  border-bottom: 1px solid #f5f3dc;
-}
-.nav-tabs {
+.pagination ul > li > a,
+.pagination ul > li > span {
+  background-color: #015b4e;
   border-color: transparent;
+  color: #ffffff;
 }
-.nav-tabs > li > a,
-.nav-pills > li > a {
-  background-color: #748C73;
-}
-.nav-tabs > li > a:hover,
-.nav-pills > li > a:hover {
-  background-color: #748C73;
-  border-color: transparent;
+.pagination ul > li > a:hover,
+.pagination ul > li > span:hover {
+  background-color: #013435;
+  color: #ffffff;
 }
-.nav-tabs > .active > a,
-.nav-tabs > .active > a:hover,
-.nav-pills .active > a,
-.nav-pills .active > a:hover {
-  background-color: #A2CDB5;
-  border-color: transparent;
-  color: #01584c;
+.pagination ul > .active > a,
+.pagination ul > .active > span {
+  background-color: #013435;
+  color: #ffffff;
 }
-.nav-tabs.nav-stacked > li > a {
-  border-color: transparent;
+.pagination ul > .disabled > a,
+.pagination ul > .disabled > a:hover,
+.pagination ul > .disabled > span,
+.pagination ul > .disabled > span:hover {
+  background-color: #028d79;
+  color: #ffffff;
 }
-.nav-tabs.nav-stacked > li > a:hover {
-  border-color: transparent;
+.pager li > a,
+.pager li > span {
+  border: none;
+  background-color: #015b4e;
+  color: #ffffff;
 }
-.nav-tabs .open .dropdown-toggle,
-.nav-pills .open .dropdown-toggle {
-  background-color: #748C73;
-  border-color: transparent;
-  color: #ebd90b;
+.pager li > a:hover,
+.pager li > span:hover {
+  background-color: #013435;
 }
-.nav-tabs .active.open .dropdown-toggle,
-.nav-pills .active.open .dropdown-toggle {
-  background-color: #A2CDB5;
+.pager .disabled a,
+.pager .disabled a:hover {
+  background-color: #028d79;
+  color: #ffffff;
 }
-.nav-tabs .dropdown-menu,
-.nav-pills .dropdown-menu {
-  background-color: #f5f3dc;
-  color: #013435;
-  border-color: transparent;
+.btn {
+  font-family: 'Crete Round', serif;
+  font-weight: normal;
+  text-shadow: none;
 }
-.nav-tabs .dropdown-menu a:hover,
-.nav-pills .dropdown-menu a:hover {
-  background-color: #A2CDB5;
-  color: #f5f3dc;
+.btn-large {
+  font-size: 18px;
 }
-.nav .nav-header {
-  color: #01584c;
+.btn-group .dropdown-toggle {
+  -webkit-box-shadow: none;
+  -moz-box-shadow: none;
+  box-shadow: none;
 }
-.tabbable .nav-tabs,
-.tabbable .nav-tabs > li > a,
-.tabbable .nav-tabs > li > a:hover,
-.tabbable .nav-tabs > li.active > a,
-.tabbable .nav-tabs > li.active > a:hover {
-  border-color: transparent;
+.table th,
+.table-striped tbody tr:nth-child(odd) th {
+  background-color: #015b4e;
+  color: #ffffff;
 }
-.pager a {
-  border: none;
-  background-color: #748C73;
+.table tbody tr.success td {
+  background-color: #B5EEAA;
 }
-.pager a:hover {
-  background-color: #687D67;
+.table tbody tr.error td {
+  background-color: #EEB8B8;
 }
-.pager .disabled a,
-.pager .disabled a:hover {
-  background-color: #748C73;
-  color: #013435;
+.table tbody tr.info td {
+  background-color: #AEE2EE;
 }
 legend {
-  color: #f5f3dc;
+  border-bottom: none;
+  font-family: 'Crete Round', serif;
+  font-weight: normal;
+  color: #333333;
 }
 label,
 .help-block,
 input[type="file"] {
-  color: #f5f3dc;
+  color: #333333;
 }
 input,
 textarea,
 select {
-  color: #013435;
+  color: #555555;
 }
 .uneditable-input {
   color: #555555;
 }
-legend {
-  border-bottom: 2px solid #ffffff;
-}
 .form-actions {
   border-top: none;
-  -webkit-border-radius: 4px;
-  -moz-border-radius: 4px;
-  border-radius: 4px;
 }
-.modal-header {
-  padding: 12px 15px 6px;
-  background-color: #015b4e;
+.control-group.warning .control-label,
+.control-group.error .control-label,
+.control-group.success .control-label {
+  color: #555555;
 }
-.modal-body,
-.modal-footer {
-  background-color: #f5f3dc;
-  border: none;
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
+.control-group.error .help-block,
+.control-group.error .help-inline {
+  color: #d14432;
 }
-.modal-body label,
-.modal-footer label {
-  color: #013435;
+.control-group.error input,
+.control-group.error select,
+.control-group.error textarea {
+  border: 1px solid #d14432;
+  color: #555555;
 }
-.modal-footer {
-  -webkit-border-radius: 0 0 4px 4px;
-  -moz-border-radius: 0 0 4px 4px;
-  border-radius: 0 0 4px 4px;
+.control-group.success .help-block,
+.control-group.success .help-inline {
+  color: #015b4e;
+}
+.control-group.success input,
+.control-group.success select,
+.control-group.success textarea {
+  border: 1px solid #015b4e;
+  color: #555555;
+}
+.control-group.warning .help-block,
+.control-group.warning .help-inline {
+  color: #f26522;
+}
+.control-group.warning input,
+.control-group.warning select,
+.control-group.warning textarea {
+  border: 1px solid #f26522;
+  color: #555555;
 }
 .alert {
   text-shadow: none;
   border: none;
 }
+.alert h1,
+.alert h2,
+.alert h3,
+.alert h4,
+.alert h5,
+.alert h6 {
+  font-weight: bold;
+  color: #ffffff;
+}
+.alert-heading {
+  font-family: Georgia, "Times New Roman", Times, serif;
+  color: inherit;
+}
 .badge,
 .label {
-  background-color: #01584c;
+  background-color: #015b4e;
   text-shadow: none;
 }
 .badge-success,
 .label-success {
-  background-color: #24c00b;
+  background-color: #006bbe;
 }
 .badge-warning,
 .label-warning {
-  background-color: #ee7026;
+  background-color: #f3763a;
 }
 .badge-important,
 .label-important {
-  background-color: #d14432;
+  background-color: #d65747;
 }
 .badge-info,
 .label-info {
-  background-color: #185af9;
+  background-color: #34a7c8;
 }
 .badge-inverse,
 .label-inverse {
-  background-color: #ebd90b;
-}
-.progress {
-  background-color: #748c73;
-  background-image: none;
+  background-color: #555555;
 }
 .well {
   border: none;
@@ -5412,24 +5558,50 @@ legend {
   -moz-box-shadow: none;
   box-shadow: none;
 }
+.hero-unit {
+  border: none;
+}
 .thumbnail {
   border: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
 }
-.thumbnail img {
-  -webkit-border-radius: 4px;
-  -moz-border-radius: 4px;
-  border-radius: 4px;
+.dropdown-menu .nav-header {
+  color: #ffffff;
+  text-shadow: none;
 }
-hr {
-  border-top: none;
-  border-bottom: 2px solid #f5f3dc;
+.dropdown-menu li > a:hover,
+.dropdown-menu li > a:focus,
+.dropdown-submenu:hover > a {
+  background-image: none;
 }
-.page-header {
-  border-bottom: 2px solid #f5f3dc;
-  padding-bottom: 5px;
+.progress {
+  background-color: #d5d5d5;
+  background-image: none;
+}
+[class^="icon-"],
+[class*=" icon-"] {
+  vertical-align: baseline;
+}
+.modal-header {
+  padding: 12px 15px 6px;
+  background-color: #015b4e;
+}
+.modal-body,
+.modal-footer {
+  background-color: #333333;
+  border: none;
+  -webkit-box-shadow: none;
+  -moz-box-shadow: none;
+  box-shadow: none;
+}
+.modal-body label,
+.modal-footer label {
+  color: #555555;
+}
+.popover-title {
+  color: #ffffff;
 }
 .pull-right {
   float: right;