fixes #69, subnav-fixed position tweaks
[bootswatch] / cosmo / bootstrap.css
index c199a8d..c7e283f 100644 (file)
@@ -1,6 +1,6 @@
-@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
+@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
 /*!
- * Bootstrap v2.2.1
+ * Bootstrap v2.2.2
  *
  * Copyright 2012 Twitter, Inc
  * Licensed under the Apache License v2.0
@@ -102,6 +102,16 @@ input[type="submit"] {
   -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;
   -moz-box-sizing: content-box;
@@ -116,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;
 }
@@ -152,11 +213,11 @@ body {
   background-color: #ffffff;
 }
 a {
-  color: #5192fb;
+  color: #007fff;
   text-decoration: none;
 }
 a:hover {
-  color: #1f73fa;
+  color: #0066cc;
   text-decoration: underline;
 }
 .img-rounded {
@@ -508,6 +569,9 @@ cite {
 .muted {
   color: #dfdfdf;
 }
+a.muted:hover {
+  color: #c6c6c6;
+}
 .text-warning {
   color: #ffffff;
 }
@@ -614,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: 20px;
 }
@@ -729,6 +804,7 @@ code {
   color: #d14;
   background-color: #f7f7f9;
   border: 1px solid #e1e1e8;
+  white-space: nowrap;
 }
 pre {
   display: block;
@@ -753,6 +829,8 @@ pre.prettyprint {
 pre code {
   padding: 0;
   color: inherit;
+  white-space: pre;
+  white-space: pre-wrap;
   background-color: transparent;
   border: 0;
 }
@@ -900,7 +978,6 @@ input[type="checkbox"] {
   /* IE8-9 */
 
   line-height: normal;
-  cursor: pointer;
 }
 input[type="file"],
 input[type="image"],
@@ -1113,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;
@@ -1144,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: #f09609;
+  background-color: #ff7518;
   border-color: #ffffff;
 }
-.control-group.error label,
+.control-group.error .control-label,
 .control-group.error .help-block,
 .control-group.error .help-inline {
   color: #ffffff;
@@ -1178,10 +1255,10 @@ input[type="checkbox"][readonly] {
 .control-group.error .input-prepend .add-on,
 .control-group.error .input-append .add-on {
   color: #ffffff;
-  background-color: #e51400;
+  background-color: #ff0039;
   border-color: #ffffff;
 }
-.control-group.success label,
+.control-group.success .control-label,
 .control-group.success .help-block,
 .control-group.success .help-inline {
   color: #ffffff;
@@ -1212,10 +1289,10 @@ input[type="checkbox"][readonly] {
 .control-group.success .input-prepend .add-on,
 .control-group.success .input-append .add-on {
   color: #ffffff;
-  background-color: #00a301;
+  background-color: #3fb618;
   border-color: #ffffff;
 }
-.control-group.info label,
+.control-group.info .control-label,
 .control-group.info .help-block,
 .control-group.info .help-inline {
   color: #ffffff;
@@ -1246,18 +1323,18 @@ input[type="checkbox"][readonly] {
 .control-group.info .input-prepend .add-on,
 .control-group.info .input-append .add-on {
   color: #ffffff;
-  background-color: #5192fb;
+  background-color: #9954bb;
   border-color: #ffffff;
 }
-input:focus:required:invalid,
-textarea:focus:required:invalid,
-select:focus:required:invalid {
+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;
@@ -1353,7 +1430,9 @@ select:focus:required:invalid:focus {
 .input-append .add-on,
 .input-prepend .add-on,
 .input-append .btn,
-.input-prepend .btn {
+.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;
@@ -1361,8 +1440,8 @@ select:focus:required:invalid:focus {
 }
 .input-append .active,
 .input-prepend .active {
-  background-color: #3dff3e;
-  border-color: #00a301;
+  background-color: #96ed7a;
+  border-color: #3fb618;
 }
 .input-prepend .add-on,
 .input-prepend .btn {
@@ -1381,9 +1460,9 @@ select:focus:required:invalid:focus {
   -moz-border-radius: 0px 0 0 0px;
   border-radius: 0px 0 0 0px;
 }
-.input-append input + .btn-group .btn,
-.input-append select + .btn-group .btn,
-.input-append .uneditable-input + .btn-group .btn {
+.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 0px 0px 0;
   -moz-border-radius: 0 0px 0px 0;
   border-radius: 0 0px 0px 0;
@@ -1394,7 +1473,8 @@ select:focus:required:invalid:focus {
   margin-left: -1px;
 }
 .input-append .add-on:last-child,
-.input-append .btn:last-child {
+.input-append .btn:last-child,
+.input-append .btn-group:last-child > .dropdown-toggle {
   -webkit-border-radius: 0 0px 0px 0;
   -moz-border-radius: 0 0px 0px 0;
   border-radius: 0 0px 0px 0;
@@ -1571,7 +1651,10 @@ legend + .control-group {
 }
 .form-horizontal input + .help-block,
 .form-horizontal select + .help-block,
-.form-horizontal textarea + .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: 10px;
 }
 .form-horizontal .form-actions {
@@ -1612,6 +1695,9 @@ table {
 .table tbody + tbody {
   border-top: 2px solid #dddddd;
 }
+.table .table {
+  background-color: #ffffff;
+}
 .table-condensed th,
 .table-condensed td {
   padding: 4px 5px;
@@ -1640,53 +1726,60 @@ 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 {
-  -webkit-border-top-left-radius: 4px;
-  border-top-left-radius: 4px;
-  -moz-border-radius-topleft: 4px;
+.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: 0px;
+  -moz-border-radius-topleft: 0px;
+  border-top-left-radius: 0px;
 }
-.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;
+.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: 0px;
+  -moz-border-radius-topright: 0px;
+  border-top-right-radius: 0px;
 }
-.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;
-  -webkit-border-bottom-left-radius: 4px;
-  border-bottom-left-radius: 4px;
-  -moz-border-radius-bottomleft: 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: 0px;
+  -moz-border-radius-bottomleft: 0px;
+  border-bottom-left-radius: 0px;
 }
-.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;
+.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: 0px;
+  -moz-border-radius-bottomright: 0px;
+  border-bottom-right-radius: 0px;
+}
+.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;
+  -webkit-border-top-left-radius: 0px;
+  -moz-border-radius-topleft: 0px;
+  border-top-left-radius: 0px;
 }
 .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;
-  border-top-right-radius: 4px;
-  -moz-border-radius-topright: 4px;
+  -webkit-border-top-right-radius: 0px;
+  -moz-border-radius-topright: 0px;
+  border-top-right-radius: 0px;
 }
-.table-striped tbody tr:nth-child(odd) td,
-.table-striped tbody tr:nth-child(odd) th {
+.table-striped tbody > tr:nth-child(odd) > td,
+.table-striped tbody > tr:nth-child(odd) > th {
   background-color: #f9f9f9;
 }
 .table-hover tbody tr:hover td,
@@ -1774,28 +1867,28 @@ table th[class*="span"],
   margin-left: 0;
 }
 .table tbody tr.success td {
-  background-color: #00a301;
+  background-color: #3fb618;
 }
 .table tbody tr.error td {
-  background-color: #e51400;
+  background-color: #ff0039;
 }
 .table tbody tr.warning td {
-  background-color: #f09609;
+  background-color: #ff7518;
 }
 .table tbody tr.info td {
-  background-color: #5192fb;
+  background-color: #9954bb;
 }
 .table-hover tbody tr.success:hover td {
-  background-color: #008a01;
+  background-color: #379f15;
 }
 .table-hover tbody tr.error:hover td {
-  background-color: #cc1200;
+  background-color: #e60033;
 }
 .table-hover tbody tr.warning:hover td {
-  background-color: #d78708;
+  background-color: #fe6600;
 }
 .table-hover tbody tr.info:hover td {
-  background-color: #3882fa;
+  background-color: #8d46b0;
 }
 [class^="icon-"],
 [class*=" icon-"] {
@@ -2326,28 +2419,28 @@ table th[class*="span"],
 .dropdown-submenu:hover > a {
   text-decoration: none;
   color: #ffffff;
-  background-color: #478cfb;
-  background-image: -moz-linear-gradient(top, #5192fb, #3882fa);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5192fb), to(#3882fa));
-  background-image: -webkit-linear-gradient(top, #5192fb, #3882fa);
-  background-image: -o-linear-gradient(top, #5192fb, #3882fa);
-  background-image: linear-gradient(to bottom, #5192fb, #3882fa);
+  background-color: #007af5;
+  background-image: -moz-linear-gradient(top, #007fff, #0072e6);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007fff), to(#0072e6));
+  background-image: -webkit-linear-gradient(top, #007fff, #0072e6);
+  background-image: -o-linear-gradient(top, #007fff, #0072e6);
+  background-image: linear-gradient(to bottom, #007fff, #0072e6);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5192fb', endColorstr='#ff3882fa', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff', endColorstr='#ff0072e6', GradientType=0);
 }
 .dropdown-menu .active > a,
 .dropdown-menu .active > a:hover {
-  color: #999999;
+  color: #ffffff;
   text-decoration: none;
   outline: 0;
-  background-color: #478cfb;
-  background-image: -moz-linear-gradient(top, #5192fb, #3882fa);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5192fb), to(#3882fa));
-  background-image: -webkit-linear-gradient(top, #5192fb, #3882fa);
-  background-image: -o-linear-gradient(top, #5192fb, #3882fa);
-  background-image: linear-gradient(to bottom, #5192fb, #3882fa);
+  background-color: #007af5;
+  background-image: -moz-linear-gradient(top, #007fff, #0072e6);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007fff), to(#0072e6));
+  background-image: -webkit-linear-gradient(top, #007fff, #0072e6);
+  background-image: -o-linear-gradient(top, #007fff, #0072e6);
+  background-image: linear-gradient(to bottom, #007fff, #0072e6);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5192fb', endColorstr='#ff3882fa', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff', endColorstr='#ff0072e6', GradientType=0);
 }
 .dropdown-menu .disabled > a,
 .dropdown-menu .disabled > a:hover {
@@ -2357,6 +2450,7 @@ table th[class*="span"],
   text-decoration: none;
   background-color: transparent;
   background-image: none;
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
   cursor: default;
 }
 .open {
@@ -2436,6 +2530,7 @@ table th[class*="span"],
   padding-right: 20px;
 }
 .typeahead {
+  z-index: 1051;
   margin-top: 2px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
@@ -2526,7 +2621,6 @@ button.close {
   margin-bottom: 0;
   font-size: 14px;
   line-height: 20px;
-  *line-height: 20px;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
@@ -2576,10 +2670,6 @@ button.close {
 .btn:hover {
   color: #999999;
   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;
@@ -2593,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);
@@ -2604,7 +2692,6 @@ button.close {
 .btn.disabled,
 .btn[disabled] {
   cursor: default;
-  background-color: #e6e6e6;
   background-image: none;
   opacity: 0.65;
   filter: alpha(opacity=65);
@@ -2613,7 +2700,7 @@ button.close {
   box-shadow: none;
 }
 .btn-large {
-  padding: 11px 19px;
+  padding: 22px 30px;
   font-size: 17.5px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
@@ -2621,7 +2708,7 @@ button.close {
 }
 .btn-large [class^="icon-"],
 .btn-large [class*=" icon-"] {
-  margin-top: 2px;
+  margin-top: 4px;
 }
 .btn-small {
   padding: 2px 10px;
@@ -2634,8 +2721,12 @@ button.close {
 .btn-small [class*=" icon-"] {
   margin-top: 0;
 }
+.btn-mini [class^="icon-"],
+.btn-mini [class*=" icon-"] {
+  margin-top: -1px;
+}
 .btn-mini {
-  padding: 1px 6px;
+  padding: 2px 6px;
   font-size: 10.5px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
@@ -2673,17 +2764,17 @@ input[type="button"].btn-block {
 .btn-primary {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #5192fb;
-  background-image: -moz-linear-gradient(top, #659ffc, #337ffa);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#659ffc), to(#337ffa));
-  background-image: -webkit-linear-gradient(top, #659ffc, #337ffa);
-  background-image: -o-linear-gradient(top, #659ffc, #337ffa);
-  background-image: linear-gradient(to bottom, #659ffc, #337ffa);
+  background-color: #0f82f5;
+  background-image: -moz-linear-gradient(top, #1a8cff, #0072e6);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a8cff), to(#0072e6));
+  background-image: -webkit-linear-gradient(top, #1a8cff, #0072e6);
+  background-image: -o-linear-gradient(top, #1a8cff, #0072e6);
+  background-image: linear-gradient(to bottom, #1a8cff, #0072e6);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff659ffc', endColorstr='#ff337ffa', GradientType=0);
-  border-color: #337ffa #337ffa #0557dc;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a8cff', endColorstr='#ff0072e6', GradientType=0);
+  border-color: #0072e6 #0072e6 #004c99;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #337ffa;
+  *background-color: #0072e6;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2694,27 +2785,27 @@ input[type="button"].btn-block {
 .btn-primary.disabled,
 .btn-primary[disabled] {
   color: #ffffff;
-  background-color: #337ffa;
-  *background-color: #1a70fa;
+  background-color: #0072e6;
+  *background-color: #0066cc;
 }
 .btn-primary:active,
 .btn-primary.active {
-  background-color: #0561f5 \9;
+  background-color: #0059b3 \9;
 }
 .btn-warning {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #ea9714;
-  background-image: -moz-linear-gradient(top, #f6a11c, #d78708);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6a11c), to(#d78708));
-  background-image: -webkit-linear-gradient(top, #f6a11c, #d78708);
-  background-image: -o-linear-gradient(top, #f6a11c, #d78708);
-  background-image: linear-gradient(to bottom, #f6a11c, #d78708);
+  background-color: #fe781e;
+  background-image: -moz-linear-gradient(top, #ff8432, #fe6600);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8432), to(#fe6600));
+  background-image: -webkit-linear-gradient(top, #ff8432, #fe6600);
+  background-image: -o-linear-gradient(top, #ff8432, #fe6600);
+  background-image: linear-gradient(to bottom, #ff8432, #fe6600);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6a11c', endColorstr='#ffd78708', GradientType=0);
-  border-color: #d78708 #d78708 #8e5905;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8432', endColorstr='#fffe6600', GradientType=0);
+  border-color: #fe6600 #fe6600 #b14700;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #d78708;
+  *background-color: #fe6600;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2725,27 +2816,27 @@ input[type="button"].btn-block {
 .btn-warning.disabled,
 .btn-warning[disabled] {
   color: #ffffff;
-  background-color: #d78708;
-  *background-color: #bf7707;
+  background-color: #fe6600;
+  *background-color: #e45c00;
 }
 .btn-warning:active,
 .btn-warning.active {
-  background-color: #a66806 \9;
+  background-color: #cb5200 \9;
 }
 .btn-danger {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #ea1400;
-  background-image: -moz-linear-gradient(top, #ff1600, #cc1200);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff1600), to(#cc1200));
-  background-image: -webkit-linear-gradient(top, #ff1600, #cc1200);
-  background-image: -o-linear-gradient(top, #ff1600, #cc1200);
-  background-image: linear-gradient(to bottom, #ff1600, #cc1200);
+  background-color: #f50f43;
+  background-image: -moz-linear-gradient(top, #ff1a4d, #e60033);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff1a4d), to(#e60033));
+  background-image: -webkit-linear-gradient(top, #ff1a4d, #e60033);
+  background-image: -o-linear-gradient(top, #ff1a4d, #e60033);
+  background-image: linear-gradient(to bottom, #ff1a4d, #e60033);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1600', endColorstr='#ffcc1200', GradientType=0);
-  border-color: #cc1200 #cc1200 #7f0b00;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1a4d', endColorstr='#ffe60033', GradientType=0);
+  border-color: #e60033 #e60033 #990022;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #cc1200;
+  *background-color: #e60033;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2756,27 +2847,27 @@ input[type="button"].btn-block {
 .btn-danger.disabled,
 .btn-danger[disabled] {
   color: #ffffff;
-  background-color: #cc1200;
-  *background-color: #b21000;
+  background-color: #e60033;
+  *background-color: #cc002e;
 }
 .btn-danger:active,
 .btn-danger.active {
-  background-color: #990d00 \9;
+  background-color: #b30028 \9;
 }
 .btn-success {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #00a801;
-  background-image: -moz-linear-gradient(top, #00bc01, #008a01);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00bc01), to(#008a01));
-  background-image: -webkit-linear-gradient(top, #00bc01, #008a01);
-  background-image: -o-linear-gradient(top, #00bc01, #008a01);
-  background-image: linear-gradient(to bottom, #00bc01, #008a01);
+  background-color: #41bb19;
+  background-image: -moz-linear-gradient(top, #47cd1b, #379f15);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47cd1b), to(#379f15));
+  background-image: -webkit-linear-gradient(top, #47cd1b, #379f15);
+  background-image: -o-linear-gradient(top, #47cd1b, #379f15);
+  background-image: linear-gradient(to bottom, #47cd1b, #379f15);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bc01', endColorstr='#ff008a01', GradientType=0);
-  border-color: #008a01 #008a01 #003d00;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff47cd1b', endColorstr='#ff379f15', GradientType=0);
+  border-color: #379f15 #379f15 #205c0c;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #008a01;
+  *background-color: #379f15;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2787,27 +2878,27 @@ input[type="button"].btn-block {
 .btn-success.disabled,
 .btn-success[disabled] {
   color: #ffffff;
-  background-color: #008a01;
-  *background-color: #007001;
+  background-color: #379f15;
+  *background-color: #2f8912;
 }
 .btn-success:active,
 .btn-success.active {
-  background-color: #005601 \9;
+  background-color: #28720f \9;
 }
 .btn-info {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #882d9d;
-  background-image: -moz-linear-gradient(top, #9632ad, #742685);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9632ad), to(#742685));
-  background-image: -webkit-linear-gradient(top, #9632ad, #742685);
-  background-image: -o-linear-gradient(top, #9632ad, #742685);
-  background-image: linear-gradient(to bottom, #9632ad, #742685);
+  background-color: #9b59bb;
+  background-image: -moz-linear-gradient(top, #a466c2, #8d46b0);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a466c2), to(#8d46b0));
+  background-image: -webkit-linear-gradient(top, #a466c2, #8d46b0);
+  background-image: -o-linear-gradient(top, #a466c2, #8d46b0);
+  background-image: linear-gradient(to bottom, #a466c2, #8d46b0);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9632ad', endColorstr='#ff742685', GradientType=0);
-  border-color: #742685 #742685 #40154a;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa466c2', endColorstr='#ff8d46b0', GradientType=0);
+  border-color: #8d46b0 #8d46b0 #613079;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #742685;
+  *background-color: #8d46b0;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2818,27 +2909,27 @@ input[type="button"].btn-block {
 .btn-info.disabled,
 .btn-info[disabled] {
   color: #ffffff;
-  background-color: #742685;
-  *background-color: #632171;
+  background-color: #8d46b0;
+  *background-color: #7e3f9d;
 }
 .btn-info:active,
 .btn-info.active {
-  background-color: #511b5e \9;
+  background-color: #6f378b \9;
 }
 .btn-inverse {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #9c9c9c;
-  background-image: -moz-linear-gradient(top, #a6a6a6, #8c8c8c);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a6a6a6), to(#8c8c8c));
-  background-image: -webkit-linear-gradient(top, #a6a6a6, #8c8c8c);
-  background-image: -o-linear-gradient(top, #a6a6a6, #8c8c8c);
-  background-image: linear-gradient(to bottom, #a6a6a6, #8c8c8c);
+  background-color: #080808;
+  background-image: -moz-linear-gradient(top, #0d0d0d, #000000);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d0d0d), to(#000000));
+  background-image: -webkit-linear-gradient(top, #0d0d0d, #000000);
+  background-image: -o-linear-gradient(top, #0d0d0d, #000000);
+  background-image: linear-gradient(to bottom, #0d0d0d, #000000);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa6a6a6', endColorstr='#ff8c8c8c', GradientType=0);
-  border-color: #8c8c8c #8c8c8c #666666;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d0d0d', endColorstr='#ff000000', GradientType=0);
+  border-color: #000000 #000000 #000000;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #8c8c8c;
+  *background-color: #000000;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2849,12 +2940,12 @@ input[type="button"].btn-block {
 .btn-inverse.disabled,
 .btn-inverse[disabled] {
   color: #ffffff;
-  background-color: #8c8c8c;
-  *background-color: #7f7f7f;
+  background-color: #000000;
+  *background-color: #000000;
 }
 .btn-inverse:active,
 .btn-inverse.active {
-  background-color: #737373 \9;
+  background-color: #000000 \9;
 }
 button.btn,
 input[type="submit"].btn {
@@ -2893,13 +2984,13 @@ input[type="submit"].btn.btn-mini {
 .btn-link {
   border-color: transparent;
   cursor: pointer;
-  color: #5192fb;
+  color: #007fff;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
 }
 .btn-link:hover {
-  color: #1f73fa;
+  color: #0066cc;
   text-decoration: underline;
   background-color: transparent;
 }
@@ -2930,9 +3021,9 @@ input[type="submit"].btn.btn-mini {
   margin-top: 10px;
   margin-bottom: 10px;
 }
-.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 {
@@ -2945,53 +3036,54 @@ input[type="submit"].btn.btn-mini {
   margin-left: -1px;
 }
 .btn-group > .btn,
-.btn-group > .dropdown-menu {
+.btn-group > .dropdown-menu,
+.btn-group > .popover {
   font-size: 14px;
 }
 .btn-group > .btn-mini {
-  font-size: 11px;
+  font-size: 10.5px;
 }
 .btn-group > .btn-small {
-  font-size: 12px;
+  font-size: 11.9px;
 }
 .btn-group > .btn-large {
-  font-size: 16px;
+  font-size: 17.5px;
 }
 .btn-group > .btn:first-child {
   margin-left: 0;
-  -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;
+  -webkit-border-top-left-radius: 0px;
+  -moz-border-radius-topleft: 0px;
+  border-top-left-radius: 0px;
+  -webkit-border-bottom-left-radius: 0px;
+  -moz-border-radius-bottomleft: 0px;
+  border-bottom-left-radius: 0px;
 }
 .btn-group > .btn:last-child,
 .btn-group > .dropdown-toggle {
-  -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;
+  -webkit-border-top-right-radius: 0px;
+  -moz-border-radius-topright: 0px;
+  border-top-right-radius: 0px;
+  -webkit-border-bottom-right-radius: 0px;
+  -moz-border-radius-bottomright: 0px;
+  border-bottom-right-radius: 0px;
 }
 .btn-group > .btn.large:first-child {
   margin-left: 0;
-  -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;
+  -webkit-border-top-left-radius: 0px;
+  -moz-border-radius-topleft: 0px;
+  border-top-left-radius: 0px;
+  -webkit-border-bottom-left-radius: 0px;
+  -moz-border-radius-bottomleft: 0px;
+  border-bottom-left-radius: 0px;
 }
 .btn-group > .btn.large:last-child,
 .btn-group > .large.dropdown-toggle {
-  -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;
+  -webkit-border-top-right-radius: 0px;
+  -moz-border-radius-topright: 0px;
+  border-top-right-radius: 0px;
+  -webkit-border-bottom-right-radius: 0px;
+  -moz-border-radius-bottomright: 0px;
+  border-bottom-right-radius: 0px;
 }
 .btn-group > .btn:hover,
 .btn-group > .btn:focus,
@@ -3038,22 +3130,22 @@ input[type="submit"].btn.btn-mini {
   background-color: #c8c8c8;
 }
 .btn-group.open .btn-primary.dropdown-toggle {
-  background-color: #337ffa;
+  background-color: #0072e6;
 }
 .btn-group.open .btn-warning.dropdown-toggle {
-  background-color: #d78708;
+  background-color: #fe6600;
 }
 .btn-group.open .btn-danger.dropdown-toggle {
-  background-color: #cc1200;
+  background-color: #e60033;
 }
 .btn-group.open .btn-success.dropdown-toggle {
-  background-color: #008a01;
+  background-color: #379f15;
 }
 .btn-group.open .btn-info.dropdown-toggle {
-  background-color: #742685;
+  background-color: #8d46b0;
 }
 .btn-group.open .btn-inverse.dropdown-toggle {
-  background-color: #8c8c8c;
+  background-color: #000000;
 }
 .btn .caret {
   margin-top: 8px;
@@ -3088,47 +3180,50 @@ 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 {
-  -webkit-border-radius: 4px 4px 0 0;
-  -moz-border-radius: 4px 4px 0 0;
-  border-radius: 4px 4px 0 0;
+.btn-group-vertical .btn:first-child {
+  -webkit-border-radius: 0px 0px 0 0;
+  -moz-border-radius: 0px 0px 0 0;
+  border-radius: 0px 0px 0 0;
 }
-.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:last-child {
+  -webkit-border-radius: 0 0 0px 0px;
+  -moz-border-radius: 0 0 0px 0px;
+  border-radius: 0 0 0px 0px;
 }
-.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:first-child {
+  -webkit-border-radius: 0px 0px 0 0;
+  -moz-border-radius: 0px 0px 0 0;
+  border-radius: 0px 0px 0 0;
 }
-.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;
+.btn-group-vertical .btn-large:last-child {
+  -webkit-border-radius: 0 0 0px 0px;
+  -moz-border-radius: 0 0 0px 0px;
+  border-radius: 0 0 0px 0px;
 }
 .alert {
   padding: 8px 35px 8px 14px;
   margin-bottom: 20px;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-  background-color: #f09609;
+  background-color: #ff7518;
   border: 1px solid transparent;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
+}
+.alert,
+.alert h4 {
   color: #ffffff;
 }
 .alert h4 {
@@ -3141,21 +3236,31 @@ input[type="submit"].btn.btn-mini {
   line-height: 20px;
 }
 .alert-success {
-  background-color: #00a301;
+  background-color: #3fb618;
   border-color: transparent;
   color: #ffffff;
 }
+.alert-success h4 {
+  color: #ffffff;
+}
 .alert-danger,
 .alert-error {
-  background-color: #e51400;
+  background-color: #ff0039;
   border-color: transparent;
   color: #ffffff;
 }
+.alert-danger h4,
+.alert-error h4 {
+  color: #ffffff;
+}
 .alert-info {
-  background-color: #5192fb;
+  background-color: #9954bb;
   border-color: transparent;
   color: #ffffff;
 }
+.alert-info h4 {
+  color: #ffffff;
+}
 .alert-block {
   padding-top: 14px;
   padding-bottom: 14px;
@@ -3179,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;
 }
@@ -3213,7 +3321,7 @@ 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: #5192fb;
+  background-color: #007fff;
 }
 .nav-list [class^="icon-"],
 .nav-list [class*=" icon-"] {
@@ -3293,7 +3401,7 @@ input[type="submit"].btn.btn-mini {
 .nav-pills > .active > a,
 .nav-pills > .active > a:hover {
   color: #ffffff;
-  background-color: #5192fb;
+  background-color: #007fff;
 }
 .nav-stacked > li {
   float: none;
@@ -3347,13 +3455,13 @@ input[type="submit"].btn.btn-mini {
   border-radius: 6px;
 }
 .nav .dropdown-toggle .caret {
-  border-top-color: #5192fb;
-  border-bottom-color: #5192fb;
+  border-top-color: #007fff;
+  border-bottom-color: #007fff;
   margin-top: 6px;
 }
 .nav .dropdown-toggle:hover .caret {
-  border-top-color: #1f73fa;
-  border-bottom-color: #1f73fa;
+  border-top-color: #0066cc;
+  border-bottom-color: #0066cc;
 }
 /* move down carets for tabs */
 .nav-tabs .dropdown-toggle .caret {
@@ -3495,7 +3603,6 @@ input[type="submit"].btn.btn-mini {
 .navbar {
   overflow: visible;
   margin-bottom: 20px;
-  color: #ffffff;
   *position: relative;
   *z-index: 2;
 }
@@ -3552,6 +3659,7 @@ input[type="submit"].btn.btn-mini {
 .navbar-text {
   margin-bottom: 0;
   line-height: 50px;
+  color: #ffffff;
 }
 .navbar-link {
   color: #ffffff;
@@ -3606,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,
@@ -3812,6 +3920,10 @@ input[type="submit"].btn.btn-mini {
   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 {
@@ -3853,18 +3965,15 @@ input[type="submit"].btn.btn-mini {
   -moz-border-radius: 6px 0 6px 6px;
   border-radius: 6px 0 6px 6px;
 }
-.navbar-inverse {
-  color: #ffffff;
-}
 .navbar-inverse .navbar-inner {
-  background-color: #5192fb;
-  background-image: -moz-linear-gradient(top, #5192fb, #5192fb);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5192fb), to(#5192fb));
-  background-image: -webkit-linear-gradient(top, #5192fb, #5192fb);
-  background-image: -o-linear-gradient(top, #5192fb, #5192fb);
-  background-image: linear-gradient(to bottom, #5192fb, #5192fb);
+  background-color: #007fff;
+  background-image: -moz-linear-gradient(top, #007fff, #007fff);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007fff), to(#007fff));
+  background-image: -webkit-linear-gradient(top, #007fff, #007fff);
+  background-image: -o-linear-gradient(top, #007fff, #007fff);
+  background-image: linear-gradient(to bottom, #007fff, #007fff);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5192fb', endColorstr='#ff5192fb', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff', endColorstr='#ff007fff', GradientType=0);
   border-color: transparent;
 }
 .navbar-inverse .brand,
@@ -3876,6 +3985,12 @@ input[type="submit"].btn.btn-mini {
 .navbar-inverse .nav > li > a:hover {
   color: #ffffff;
 }
+.navbar-inverse .brand {
+  color: #ffffff;
+}
+.navbar-inverse .navbar-text {
+  color: #ffffff;
+}
 .navbar-inverse .nav > li > a:focus,
 .navbar-inverse .nav > li > a:hover {
   background-color: rgba(0, 0, 0, 0.05);
@@ -3885,7 +4000,7 @@ input[type="submit"].btn.btn-mini {
 .navbar-inverse .nav .active > a:hover,
 .navbar-inverse .nav .active > a:focus {
   color: #ffffff;
-  background-color: #5192fb;
+  background-color: #007fff;
 }
 .navbar-inverse .navbar-link {
   color: #ffffff;
@@ -3894,15 +4009,19 @@ input[type="submit"].btn.btn-mini {
   color: #ffffff;
 }
 .navbar-inverse .divider-vertical {
-  border-left-color: #5192fb;
-  border-right-color: #5192fb;
+  border-left-color: #007fff;
+  border-right-color: #007fff;
 }
 .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: #5192fb;
+  background-color: #007fff;
   color: #ffffff;
 }
+.navbar-inverse .nav li.dropdown > a:hover .caret {
+  border-top-color: #ffffff;
+  border-bottom-color: #ffffff;
+}
 .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
   border-top-color: #ffffff;
   border-bottom-color: #ffffff;
@@ -3915,8 +4034,8 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar-inverse .navbar-search .search-query {
   color: #ffffff;
-  background-color: #cee0fe;
-  border-color: #5192fb;
+  background-color: #80bfff;
+  border-color: #007fff;
   -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);
@@ -3949,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: #3882fa;
-  background-image: -moz-linear-gradient(top, #3882fa, #3882fa);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3882fa), to(#3882fa));
-  background-image: -webkit-linear-gradient(top, #3882fa, #3882fa);
-  background-image: -o-linear-gradient(top, #3882fa, #3882fa);
-  background-image: linear-gradient(to bottom, #3882fa, #3882fa);
+  background-color: #0072e6;
+  background-image: -moz-linear-gradient(top, #0072e6, #0072e6);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0072e6), to(#0072e6));
+  background-image: -webkit-linear-gradient(top, #0072e6, #0072e6);
+  background-image: -o-linear-gradient(top, #0072e6, #0072e6);
+  background-image: linear-gradient(to bottom, #0072e6, #0072e6);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3882fa', endColorstr='#ff3882fa', GradientType=0);
-  border-color: #3882fa #3882fa #0559e1;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0072e6', endColorstr='#ff0072e6', GradientType=0);
+  border-color: #0072e6 #0072e6 #004c99;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #3882fa;
+  *background-color: #0072e6;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -3970,12 +4089,12 @@ input[type="submit"].btn.btn-mini {
 .navbar-inverse .btn-navbar.disabled,
 .navbar-inverse .btn-navbar[disabled] {
   color: #ffffff;
-  background-color: #3882fa;
-  *background-color: #1f73fa;
+  background-color: #0072e6;
+  *background-color: #0066cc;
 }
 .navbar-inverse .btn-navbar:active,
 .navbar-inverse .btn-navbar.active {
-  background-color: #0663f9 \9;
+  background-color: #0059b3 \9;
 }
 .breadcrumb {
   padding: 8px 15px;
@@ -3986,7 +4105,7 @@ input[type="submit"].btn.btn-mini {
   -moz-border-radius: 0px;
   border-radius: 0px;
 }
-.breadcrumb li {
+.breadcrumb li {
   display: inline-block;
   *display: inline;
   /* IE7 inline-block hack */
@@ -3994,11 +4113,11 @@ 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: #dfdfdf;
 }
 .pagination {
@@ -4035,7 +4154,7 @@ input[type="submit"].btn.btn-mini {
 .pagination ul > li > a:hover,
 .pagination ul > .active > a,
 .pagination ul > .active > span {
-  background-color: #5192fb;
+  background-color: #007fff;
 }
 .pagination ul > .active > a,
 .pagination ul > .active > span {
@@ -4076,7 +4195,7 @@ input[type="submit"].btn.btn-mini {
 }
 .pagination-large ul > li > a,
 .pagination-large ul > li > span {
-  padding: 11px 19px;
+  padding: 22px 30px;
   font-size: 17.5px;
 }
 .pagination-large ul > li:first-child > a,
@@ -4126,7 +4245,7 @@ input[type="submit"].btn.btn-mini {
 }
 .pagination-mini ul > li > a,
 .pagination-mini ul > li > span {
-  padding: 1px 6px;
+  padding: 2px 6px;
   font-size: 10.5px;
 }
 .pager {
@@ -4195,11 +4314,11 @@ input[type="submit"].btn.btn-mini {
 }
 .modal {
   position: fixed;
-  top: 50%;
+  top: 10%;
   left: 50%;
   z-index: 1050;
   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);
@@ -4225,7 +4344,7 @@ input[type="submit"].btn.btn-mini {
   top: -25%;
 }
 .modal.fade.in {
-  top: 50%;
+  top: 10%;
 }
 .modal-header {
   padding: 9px 15px;
@@ -4239,6 +4358,7 @@ input[type="submit"].btn.btn-mini {
   line-height: 30px;
 }
 .modal-body {
+  position: relative;
   overflow-y: auto;
   max-height: 400px;
   padding: 15px;
@@ -4359,7 +4479,8 @@ input[type="submit"].btn.btn-mini {
   display: none;
   width: 236px;
   padding: 1px;
-  background-color: #f09609;
+  text-align: left;
+  background-color: #ff7518;
   -webkit-background-clip: padding-box;
   -moz-background-clip: padding;
   background-clip: padding-box;
@@ -4371,6 +4492,7 @@ 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-top: -10px;
@@ -4390,8 +4512,8 @@ input[type="submit"].btn.btn-mini {
   font-size: 14px;
   font-weight: normal;
   line-height: 18px;
-  background-color: #f09609;
-  border-bottom: 1px solid #d78708;
+  background-color: #ff7518;
+  border-bottom: 1px solid #fe6600;
   -webkit-border-radius: 5px 5px 0 0;
   -moz-border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
@@ -4399,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: 16px;
+}
 .popover .arrow:after {
+  border-width: 15px;
   content: "";
-  z-index: -1;
 }
 .popover.top .arrow {
-  bottom: -15px;
   left: 50%;
-  margin-left: -15px;
-  border-width: 15px 15px 0;
-  border-top-color: #f09609;
+  margin-left: -16px;
+  border-bottom-width: 0;
+  border-top-color: #999;
+  border-top-color: transparent;
+  bottom: -16px;
 }
 .popover.top .arrow:after {
-  border-width: 16px 16px 0;
-  border-top-color: transparent;
-  bottom: -1px;
-  left: -16px;
+  bottom: 1px;
+  margin-left: -15px;
+  border-bottom-width: 0;
+  border-top-color: #ff7518;
 }
 .popover.right .arrow {
   top: 50%;
-  left: -15px;
-  margin-top: -15px;
-  border-width: 15px 15px 15px 0;
-  border-right-color: #f09609;
+  left: -16px;
+  margin-top: -16px;
+  border-left-width: 0;
+  border-right-color: #999;
+  border-right-color: transparent;
 }
 .popover.right .arrow:after {
-  border-width: 16px 16px 16px 0;
-  border-right-color: transparent;
-  bottom: -16px;
-  left: -1px;
+  left: 1px;
+  bottom: -15px;
+  border-left-width: 0;
+  border-right-color: #ff7518;
 }
 .popover.bottom .arrow {
-  top: -15px;
   left: 50%;
-  margin-left: -15px;
-  border-width: 0 15px 15px;
-  border-bottom-color: #f09609;
+  margin-left: -16px;
+  border-top-width: 0;
+  border-bottom-color: #999;
+  border-bottom-color: transparent;
+  top: -16px;
 }
 .popover.bottom .arrow:after {
-  border-width: 0 16px 16px;
-  border-bottom-color: transparent;
-  top: -1px;
-  left: -16px;
+  top: 1px;
+  margin-left: -15px;
+  border-top-width: 0;
+  border-bottom-color: #ff7518;
 }
 .popover.left .arrow {
   top: 50%;
-  right: -15px;
-  margin-top: -15px;
-  border-width: 15px 0 15px 15px;
-  border-left-color: #f09609;
+  right: -16px;
+  margin-top: -16px;
+  border-right-width: 0;
+  border-left-color: #999;
+  border-left-color: transparent;
 }
 .popover.left .arrow:after {
-  border-width: 16px 0 16px 16px;
-  border-left-color: transparent;
-  bottom: -16px;
-  right: -1px;
+  right: 1px;
+  border-right-width: 0;
+  border-left-color: #ff7518;
+  bottom: -15px;
 }
 .thumbnails {
   margin-left: -20px;
@@ -4508,7 +4632,7 @@ input[type="submit"].btn.btn-mini {
   transition: all 0.2s ease-in-out;
 }
 a.thumbnail:hover {
-  border-color: #5192fb;
+  border-color: #007fff;
   -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);
@@ -4577,6 +4701,10 @@ a.thumbnail:hover {
   -moz-border-radius: 9px;
   border-radius: 9px;
 }
+.label:empty,
+.badge:empty {
+  display: none;
+}
 a.label:hover,
 a.badge:hover {
   color: #ffffff;
@@ -4593,11 +4721,11 @@ a.badge:hover {
 }
 .label-warning,
 .badge-warning {
-  background-color: #f09609;
+  background-color: #ff7518;
 }
 .label-warning[href],
 .badge-warning[href] {
-  background-color: #bf7707;
+  background-color: #e45c00;
 }
 .label-success,
 .badge-success {
@@ -4804,18 +4932,18 @@ a.badge:hover {
 }
 .progress-warning .bar,
 .progress .bar-warning {
-  background-color: #f5a932;
-  background-image: -moz-linear-gradient(top, #f8b64d, #f09609);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8b64d), to(#f09609));
-  background-image: -webkit-linear-gradient(top, #f8b64d, #f09609);
-  background-image: -o-linear-gradient(top, #f8b64d, #f09609);
-  background-image: linear-gradient(to bottom, #f8b64d, #f09609);
+  background-color: #ff9046;
+  background-image: -moz-linear-gradient(top, #ffa365, #ff7518);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa365), to(#ff7518));
+  background-image: -webkit-linear-gradient(top, #ffa365, #ff7518);
+  background-image: -o-linear-gradient(top, #ffa365, #ff7518);
+  background-image: linear-gradient(to bottom, #ffa365, #ff7518);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8b64d', endColorstr='#fff09609', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa365', endColorstr='#ffff7518', GradientType=0);
 }
 .progress-warning.progress-striped .bar,
 .progress-striped .bar-warning {
-  background-color: #f8b64d;
+  background-color: #ffa365;
   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);
@@ -4856,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;
@@ -4864,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 {
@@ -5014,9 +5142,36 @@ blockquote.pull-right {
   padding: 10px 15px;
   border-right-color: #bbbbbb;
 }
+blockquote small {
+  color: #bbbbbb;
+}
 .muted {
   color: #bbbbbb;
 }
+.text-warning {
+  color: #ff7518;
+}
+a.text-warning:hover {
+  color: #e45c00;
+}
+.text-error {
+  color: #ff0039;
+}
+a.text-error:hover {
+  color: #cc002e;
+}
+.text-info {
+  color: #9954bb;
+}
+a.text-info:hover {
+  color: #7e3f9d;
+}
+.text-success {
+  color: #3fb618;
+}
+a.text-success:hover {
+  color: #2f8912;
+}
 .navbar .navbar-inner {
   background-image: none;
   -webkit-box-shadow: none;
@@ -5050,20 +5205,26 @@ blockquote.pull-right {
 .navbar .navbar-search .search-query {
   line-height: normal;
 }
+.navbar-inverse .brand,
+.navbar-inverse .nav > li > a {
+  text-shadow: none;
+}
+.navbar-inverse .brand:hover,
 .navbar-inverse .nav > .active > a,
 .navbar-inverse .nav > .active > a:hover,
 .navbar-inverse .nav > .active > a:focus {
+  background-color: rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
-  background-color: rgba(0, 0, 0, 0.05);
+  color: #ffffff;
 }
 .navbar-inverse .navbar-search .search-query {
   color: #080808;
 }
 div.subnav {
-  background-color: #dfdfdf;
-  background-image: none;
+  margin: 0 1px;
+  background: #dfdfdf none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
@@ -5076,24 +5237,24 @@ div.subnav .nav {
   background-color: transparent;
 }
 div.subnav .nav > li > a {
-  border: none;
+  border-color: transparent;
 }
 div.subnav .nav > .active > a,
 div.subnav .nav > .active > a:hover {
-  padding-left: 12px;
-  border: none;
-  background-color: transparent;
+  border-color: transparent;
+  background-color: #000000;
+  color: #ffffff;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
-  color: #080808;
 }
 div.subnav-fixed {
-  top: 50px;
+  top: 51px;
+  margin: 0;
 }
 .nav .open .dropdown-toggle,
 .nav  > li.dropdown.open.active > a:hover {
-  color: #5192fb;
+  color: #007fff;
 }
 .nav-tabs  > li > a {
   -webkit-border-radius: 0;
@@ -5101,7 +5262,7 @@ div.subnav-fixed {
   border-radius: 0;
 }
 .nav-tabs.nav-stacked  > li > a:hover {
-  background-color: #5192fb;
+  background-color: #007fff;
   color: #ffffff;
 }
 .nav-tabs.nav-stacked  > .active > a,
@@ -5115,6 +5276,13 @@ div.subnav-fixed {
   -moz-border-radius: 0;
   border-radius: 0;
 }
+.tabs-below  > .nav-tabs > li > a,
+.tabs-left  > .nav-tabs > li > a,
+.tabs-right  > .nav-tabs > li > a {
+  -webkit-border-radius: 0;
+  -moz-border-radius: 0;
+  border-radius: 0;
+}
 .nav-pills  > li > a {
   background-color: #dfdfdf;
   -webkit-border-radius: 0;
@@ -5135,7 +5303,7 @@ div.subnav-fixed {
   color: #080808;
 }
 .nav-list  > li > a:hover {
-  background-color: #5192fb;
+  background-color: #007fff;
   color: #ffffff;
   text-shadow: none;
 }
@@ -5224,6 +5392,12 @@ div.subnav-fixed {
 .btn-large {
   padding: 22px 30px;
 }
+.btn-small {
+  padding: 2px 10px;
+}
+.btn-mini {
+  padding: 2px 6px;
+}
 .btn-group  > .btn:first-child,
 .btn-group  > .btn:last-child,
 .btn-group  > .dropdown-toggle {
@@ -5281,37 +5455,37 @@ input[type="tel"],
 input[type="color"] {
   color: #080808;
 }
-.control-group.warning  > label,
+.control-group.warning .control-label,
 .control-group.warning .help-block,
 .control-group.warning .help-inline {
-  color: #f09609;
+  color: #ff7518;
 }
 .control-group.warning input,
 .control-group.warning select,
 .control-group.warning textarea {
-  border-color: #f09609;
+  border-color: #ff7518;
   color: #080808;
 }
-.control-group.error  > label,
+.control-group.error .control-label,
 .control-group.error .help-block,
 .control-group.error .help-inline {
-  color: #e51400;
+  color: #ff0039;
 }
 .control-group.error input,
 .control-group.error select,
 .control-group.error textarea {
-  border-color: #e51400;
+  border-color: #ff0039;
   color: #080808;
 }
-.control-group.success  > label,
+.control-group.success .control-label,
 .control-group.success .help-block,
 .control-group.success .help-inline {
-  color: #00a301;
+  color: #3fb618;
 }
 .control-group.success input,
 .control-group.success select,
 .control-group.success textarea {
-  border-color: #00a301;
+  border-color: #3fb618;
   color: #080808;
 }
 legend {
@@ -5343,39 +5517,44 @@ legend {
   color: #ffffff;
 }
 .label {
+  min-width: 80px;
+  min-height: 80px;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
+  font-weight: 300;
   text-shadow: none;
 }
 .label-success {
-  background-color: #00a301;
+  background-color: #3fb618;
 }
 .label-important {
-  background-color: #e51400;
+  background-color: #ff0039;
 }
 .label-info {
-  background-color: #5192fb;
+  background-color: #9954bb;
 }
 .label-inverse {
-  background-color: #bbbbbb;
+  background-color: #000000;
 }
 .badge {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
+  font-weight: 300;
+  text-shadow: none;
 }
 .badge-success {
-  background-color: #00a301;
+  background-color: #3fb618;
 }
 .badge-important {
-  background-color: #e51400;
+  background-color: #ff0039;
 }
 .badge-info {
-  background-color: #5192fb;
+  background-color: #9954bb;
 }
 .badge-inverse {
-  background-color: #bbbbbb;
+  background-color: #000000;
 }
 .hero-unit {
   border: none;
@@ -5419,20 +5598,20 @@ a.thumbnail:hover {
   background-image: none;
 }
 .progress .bar {
-  background-color: #5192fb;
+  background-color: #007fff;
   background-image: none;
 }
 .progress-info {
-  background-color: #852c99;
+  background-color: #9954bb;
 }
 .progress-success {
-  background-color: #00a301;
+  background-color: #3fb618;
 }
 .progress-warning {
-  background-color: #f09609;
+  background-color: #ff7518;
 }
 .progress-danger {
-  background-color: #e51400;
+  background-color: #ff0039;
 }
 .modal {
   -webkit-border-radius: 0;