cyborg: darkened form input
[bootswatch] / cyborg / bootstrap.css
index 3e5b901..014bacf 100644 (file)
@@ -1,6 +1,6 @@
 @import url('https://fonts.googleapis.com/css?family=Droid+Sans: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;
 }
@@ -508,6 +569,9 @@ cite {
 .muted {
   color: #adafae;
 }
+a.muted:hover {
+  color: #939695;
+}
 .text-warning {
   color: #a47e3c;
 }
@@ -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;
 }
@@ -654,7 +729,7 @@ dd {
 hr {
   margin: 20px 0;
   border: 0;
-  border-top: 1px solid #999999;
+  border-top: 1px solid #222222;
   border-bottom: 1px solid #ffffff;
 }
 abbr[title],
@@ -719,7 +794,7 @@ pre {
   padding: 0 3px 2px;
   font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
   font-size: 12px;
-  color: #282828;
+  color: #222222;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
@@ -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;
 }
@@ -775,7 +853,7 @@ legend {
   margin-bottom: 20px;
   font-size: 21px;
   line-height: 40px;
-  color: #282828;
+  color: #222222;
   border: 0;
   border-bottom: 1px solid #e5e5e5;
 }
@@ -900,7 +978,6 @@ input[type="checkbox"] {
   /* IE8-9 */
 
   line-height: normal;
-  cursor: pointer;
 }
 input[type="file"],
 input[type="image"],
@@ -1105,7 +1182,7 @@ input[readonly],
 select[readonly],
 textarea[readonly] {
   cursor: not-allowed;
-  background-color: #eeeeee;
+  background-color: #555555;
 }
 input[type="radio"][disabled],
 input[type="checkbox"][disabled],
@@ -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: #a47e3c;
@@ -1147,7 +1224,7 @@ input[type="checkbox"][readonly] {
   background-color: #eeeeee;
   border-color: #a47e3c;
 }
-.control-group.error label,
+.control-group.error .control-label,
 .control-group.error .help-block,
 .control-group.error .help-inline {
   color: #b94a48;
@@ -1181,7 +1258,7 @@ input[type="checkbox"][readonly] {
   background-color: #eeeeee;
   border-color: #b94a48;
 }
-.control-group.success label,
+.control-group.success .control-label,
 .control-group.success .help-block,
 .control-group.success .help-inline {
   color: #468847;
@@ -1215,7 +1292,7 @@ input[type="checkbox"][readonly] {
   background-color: #eeeeee;
   border-color: #468847;
 }
-.control-group.info label,
+.control-group.info .control-label,
 .control-group.info .help-block,
 .control-group.info .help-inline {
   color: #0099cc;
@@ -1249,15 +1326,15 @@ input[type="checkbox"][readonly] {
   background-color: #eeeeee;
   border-color: #0099cc;
 }
-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;
@@ -1381,9 +1460,9 @@ select:focus:required:invalid:focus {
   -moz-border-radius: 4px 0 0 4px;
   border-radius: 4px 0 0 4px;
 }
-.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 4px 4px 0;
   -moz-border-radius: 0 4px 4px 0;
   border-radius: 0 4px 4px 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 4px 4px 0;
   -moz-border-radius: 0 4px 4px 0;
   border-radius: 0 4px 4px 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 #222222;
 }
+.table .table {
+  background-color: #060606;
+}
 .table-condensed th,
 .table-condensed td {
   padding: 4px 5px;
@@ -1640,58 +1726,65 @@ 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;
-  border-top-right-radius: 4px;
   -moz-border-radius-topright: 4px;
+  border-top-right-radius: 4px;
 }
-.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: rgba(100, 100, 100, 0.1);
 }
 .table-hover tbody tr:hover td,
 .table-hover tbody tr:hover th {
-  background-color: #282828;
+  background-color: #222222;
 }
 table td[class*="span"],
 table th[class*="span"],
@@ -2284,7 +2377,7 @@ table th[class*="span"],
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
-  background-color: #ffffff;
+  background-color: #131517;
   border: 1px solid #ccc;
   border: 1px solid rgba(0, 0, 0, 0.2);
   *border-right-width: 2px;
@@ -2337,7 +2430,7 @@ table th[class*="span"],
 }
 .dropdown-menu .active > a,
 .dropdown-menu .active > a:hover {
-  color: #999999;
+  color: #ffffff;
   text-decoration: none;
   outline: 0;
   background-color: #2ab2e4;
@@ -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 {
@@ -2414,7 +2508,7 @@ table th[class*="span"],
   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;
 }
@@ -2436,6 +2530,7 @@ table th[class*="span"],
   padding-right: 20px;
 }
 .typeahead {
+  z-index: 1051;
   margin-top: 2px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
@@ -2526,11 +2621,10 @@ button.close {
   margin-bottom: 0;
   font-size: 14px;
   line-height: 20px;
-  *line-height: 20px;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
-  color: #282828;
+  color: #222222;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
   background-color: #616161;
   background-image: -moz-linear-gradient(top, #666666, #595959);
@@ -2562,7 +2656,7 @@ button.close {
 .btn.active,
 .btn.disabled,
 .btn[disabled] {
-  color: #282828;
+  color: #222222;
   background-color: #595959;
   *background-color: #4d4d4d;
 }
@@ -2574,12 +2668,8 @@ button.close {
   *margin-left: 0;
 }
 .btn:hover {
-  color: #282828;
+  color: #222222;
   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);
@@ -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: 0px 6px;
   font-size: 10.5px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
@@ -2904,7 +2995,7 @@ input[type="submit"].btn.btn-mini {
   background-color: transparent;
 }
 .btn-link[disabled]:hover {
-  color: #282828;
+  color: #222222;
   text-decoration: none;
 }
 .btn-group {
@@ -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,17 +3036,18 @@ 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;
@@ -3088,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;
@@ -3129,6 +3221,9 @@ input[type="submit"].btn.btn-mini {
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
+}
+.alert,
+.alert h4 {
   color: #a47e3c;
 }
 .alert h4 {
@@ -3145,17 +3240,27 @@ input[type="submit"].btn.btn-mini {
   border-color: #e1e1e1;
   color: #468847;
 }
+.alert-success h4 {
+  color: #468847;
+}
 .alert-danger,
 .alert-error {
   background-color: #eeeeee;
   border-color: #e6e6e6;
   color: #b94a48;
 }
+.alert-danger h4,
+.alert-error h4 {
+  color: #b94a48;
+}
 .alert-info {
   background-color: #eeeeee;
   border-color: #dcdcdc;
   color: #0099cc;
 }
+.alert-info h4 {
+  color: #0099cc;
+}
 .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;
 }
@@ -3495,12 +3603,11 @@ input[type="submit"].btn.btn-mini {
 .navbar {
   overflow: visible;
   margin-bottom: 20px;
-  color: #adafae;
   *position: relative;
   *z-index: 2;
 }
 .navbar-inner {
-  min-height: 40px;
+  min-height: 50px;
   padding-left: 20px;
   padding-right: 20px;
   background-color: #020202;
@@ -3539,7 +3646,7 @@ input[type="submit"].btn.btn-mini {
 .navbar .brand {
   float: left;
   display: block;
-  padding: 10px 20px 10px;
+  padding: 15px 20px 15px;
   margin-left: -20px;
   font-size: 20px;
   font-weight: 200;
@@ -3551,7 +3658,8 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar-text {
   margin-bottom: 0;
-  line-height: 40px;
+  line-height: 50px;
+  color: #adafae;
 }
 .navbar-link {
   color: #adafae;
@@ -3560,14 +3668,14 @@ input[type="submit"].btn.btn-mini {
   color: #ffffff;
 }
 .navbar .divider-vertical {
-  height: 40px;
+  height: 50px;
   margin: 0 9px;
   border-left: 1px solid #020202;
   border-right: 1px solid #020202;
 }
 .navbar .btn,
 .navbar .btn-group {
-  margin-top: 5px;
+  margin-top: 10px;
 }
 .navbar .btn-group .btn,
 .navbar .input-prepend .btn,
@@ -3591,7 +3699,7 @@ input[type="submit"].btn.btn-mini {
 .navbar-form select,
 .navbar-form .radio,
 .navbar-form .checkbox {
-  margin-top: 5px;
+  margin-top: 10px;
 }
 .navbar-form input,
 .navbar-form select,
@@ -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,
@@ -3616,7 +3724,7 @@ input[type="submit"].btn.btn-mini {
 .navbar-search {
   position: relative;
   float: left;
-  margin-top: 5px;
+  margin-top: 10px;
   margin-bottom: 0;
 }
 .navbar-search .search-query {
@@ -3700,7 +3808,7 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar .nav > li > a {
   float: none;
-  padding: 10px 15px 10px;
+  padding: 15px 15px 15px;
   color: #adafae;
   text-decoration: none;
   text-shadow: 0 1px 0 #020202;
@@ -3794,7 +3902,7 @@ 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 #131517;
   position: absolute;
   top: -6px;
   left: 10px;
@@ -3807,11 +3915,15 @@ input[type="submit"].btn.btn-mini {
   top: auto;
 }
 .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
-  border-top: 6px solid #ffffff;
+  border-top: 6px solid #131517;
   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 {
@@ -3853,9 +3965,6 @@ input[type="submit"].btn.btn-mini {
   -moz-border-radius: 6px 0 6px 6px;
   border-radius: 6px 0 6px 6px;
 }
-.navbar-inverse {
-  color: #eeeeee;
-}
 .navbar-inverse .navbar-inner {
   background-color: #252a30;
   background-image: -moz-linear-gradient(top, #252a30, #252a30);
@@ -3869,26 +3978,32 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar-inverse .brand,
 .navbar-inverse .nav > li > a {
-  color: #eeeeee;
+  color: #adafae;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 }
 .navbar-inverse .brand:hover,
 .navbar-inverse .nav > li > a:hover {
   color: #ffffff;
 }
+.navbar-inverse .brand {
+  color: #adafae;
+}
+.navbar-inverse .navbar-text {
+  color: #adafae;
+}
 .navbar-inverse .nav > li > a:focus,
 .navbar-inverse .nav > li > a:hover {
-  background-color: #000000;
+  background-color: #242a31;
   color: #ffffff;
 }
 .navbar-inverse .nav .active > a,
 .navbar-inverse .nav .active > a:hover,
 .navbar-inverse .nav .active > a:focus {
   color: #ffffff;
-  background-color: #000000;
+  background-color: #242a31;
 }
 .navbar-inverse .navbar-link {
-  color: #eeeeee;
+  color: #adafae;
 }
 .navbar-inverse .navbar-link:hover {
   color: #ffffff;
@@ -3900,12 +4015,16 @@ input[type="submit"].btn.btn-mini {
 .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: #000000;
+  background-color: #242a31;
   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: #eeeeee;
-  border-bottom-color: #eeeeee;
+  border-top-color: #adafae;
+  border-bottom-color: #adafae;
 }
 .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
 .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
@@ -3937,7 +4056,7 @@ input[type="submit"].btn.btn-mini {
 .navbar-inverse .navbar-search .search-query:focus,
 .navbar-inverse .navbar-search .search-query.focused {
   padding: 5px 15px;
-  color: #282828;
+  color: #222222;
   text-shadow: 0 1px 0 #ffffff;
   background-color: #ffffff;
   border: 0;
@@ -3986,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 */
@@ -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: #adafae;
 }
 .pagination {
@@ -4029,7 +4148,7 @@ input[type="submit"].btn.btn-mini {
   line-height: 20px;
   text-decoration: none;
   background-color: #060606;
-  border: 1px solid #dddddd;
+  border: 1px solid transparent;
   border-left-width: 0;
 }
 .pagination ul > li > a:hover,
@@ -4126,7 +4245,7 @@ input[type="submit"].btn.btn-mini {
 }
 .pagination-mini ul > li > a,
 .pagination-mini ul > li > span {
-  padding: 1px 6px;
+  padding: 0px 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;
@@ -4311,7 +4431,7 @@ input[type="submit"].btn.btn-mini {
   color: #ffffff;
   text-align: center;
   text-decoration: none;
-  background-color: #000000;
+  background-color: #131517;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
@@ -4328,28 +4448,28 @@ input[type="submit"].btn.btn-mini {
   left: 50%;
   margin-left: -5px;
   border-width: 5px 5px 0;
-  border-top-color: #000000;
+  border-top-color: #131517;
 }
 .tooltip.right .tooltip-arrow {
   top: 50%;
   left: 0;
   margin-top: -5px;
   border-width: 5px 5px 5px 0;
-  border-right-color: #000000;
+  border-right-color: #131517;
 }
 .tooltip.left .tooltip-arrow {
   top: 50%;
   right: 0;
   margin-top: -5px;
   border-width: 5px 0 5px 5px;
-  border-left-color: #000000;
+  border-left-color: #131517;
 }
 .tooltip.bottom .tooltip-arrow {
   top: 0;
   left: 50%;
   margin-left: -5px;
   border-width: 0 5px 5px;
-  border-bottom-color: #000000;
+  border-bottom-color: #131517;
 }
 .popover {
   position: absolute;
@@ -4359,7 +4479,8 @@ input[type="submit"].btn.btn-mini {
   display: none;
   width: 236px;
   padding: 1px;
-  background-color: #ffffff;
+  text-align: left;
+  background-color: #131517;
   -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: #f7f7f7;
-  border-bottom: 1px solid #ebebeb;
+  background-color: #131517;
+  border-bottom: 1px solid #070809;
   -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: 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: #131517;
 }
 .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: #131517;
 }
 .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: #131517;
 }
 .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: #131517;
+  bottom: -10px;
 }
 .thumbnails {
   margin-left: -20px;
@@ -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;
@@ -4617,11 +4745,11 @@ a.badge:hover {
 }
 .label-inverse,
 .badge-inverse {
-  background-color: #282828;
+  background-color: #222222;
 }
 .label-inverse[href],
 .badge-inverse[href] {
-  background-color: #0e0e0e;
+  background-color: #080808;
 }
 .btn .label,
 .btn .badge {
@@ -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 {
@@ -4934,7 +5062,7 @@ a.badge:hover {
   right: 0;
   bottom: 0;
   padding: 15px;
-  background: #282828;
+  background: #222222;
   background: rgba(0, 0, 0, 0.75);
 }
 .carousel-caption h4,
@@ -5003,10 +5131,10 @@ pre {
   background-color: #eeeeee;
 }
 blockquote {
-  border-left: 5px solid #33b5e5;
+  border-left: 5px solid #222222;
 }
 blockquote.pull-right {
-  border-right: 5px solid #33b5e5;
+  border-right: 5px solid #222222;
 }
 html {
   min-height: 100%;
@@ -5023,10 +5151,10 @@ body {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff060606', endColorstr='#ff252a30', GradientType=0);
 }
 .page-header {
-  border-bottom: 2px solid #33b5e5;
+  border-bottom: 1px solid #222222;
 }
-.navbar {
-  font-size: 16px;
+hr {
+  border-bottom: none;
 }
 .navbar .navbar-inner {
   -webkit-border-radius: 0;
@@ -5035,58 +5163,50 @@ body {
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
-  border-bottom: 2px solid #33b5e5;
+  border-bottom: 1px solid #222222;
 }
 .navbar .brand {
-  padding: 12px 20px 11px;
+  padding: 15px 20px 15px;
   color: #eeeeee;
   font-weight: normal;
   text-shadow: none;
 }
-.navbar li {
-  line-height: 19px;
-}
 .navbar .nav > li > a {
-  padding: 13px 10px 8px;
-  border-bottom: 3px solid transparent;
-  border-left: 1px solid rgba(255, 255, 255, 0.1);
-}
-.navbar .nav > li > a:hover {
-  border-bottom: 3px solid #33b5e5;
+  padding: 15px 15px 14px;
+  border-bottom: 1px solid transparent;
 }
-.navbar .nav > .active > a {
-  border-bottom: 3px solid #33b5e5;
+.navbar .nav > li > a:hover,
+.navbar .nav > .active > a,
+.navbar .nav > .active > a:hover {
+  border-bottom: 1px solid #33b5e5;
 }
-.navbar .nav .active > a,
-.navbar .nav .active > a:hover,
-.navbar .nav .active > a:focus {
+.navbar .nav .active > a,
+.navbar .nav .active > a:hover,
+.navbar .nav .active > a:focus {
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
 }
-.navbar .nav > li > .dropdown-menu::before,
-.navbar .nav > li > .dropdown-menu::after {
-  display: none;
-}
-.navbar .dropdown-menu li > a:hover,
-.navbar .dropdown-menu li > a:focus,
-.navbar .dropdown-submenu:hover > a {
-  background-image: none;
-}
 .navbar .navbar-text {
-  margin-left: 15px;
-  margin-right: 15px;
-  line-height: 43px;
+  margin-bottom: 1px;
+  padding: 15px 15px 14px;
+  line-height: inherit;
+}
+.navbar .divider-vertical {
+  margin: 0;
+  border-left: 1px solid #222222;
+  border-right-width: 0;
 }
 .navbar .search-query,
 .navbar .search-query:focus,
 .navbar .search-query.focused {
-  color: #adafae;
-  text-shadow: none;
-  background-color: #222;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
+  background-color: #222222;
+  line-height: normal;
+  color: #adafae;
+  text-shadow: none;
 }
 .navbar .search-query:-moz-placeholder,
 .navbar .search-query:focus:-moz-placeholder,
@@ -5103,20 +5223,6 @@ body {
 .navbar .search-query.focused::-webkit-input-placeholder {
   color: #999999;
 }
-.navbar-inverse .navbar-inner {
-  border: none;
-  border-bottom: 3px solid #000000;
-}
-.navbar-inverse .brand:hover {
-  border-bottom: none;
-  background-color: #000000;
-}
-.navbar-inverse .nav li > a:hover {
-  border-bottom-color: transparent;
-}
-.navbar-inverse .nav .active > a {
-  border-bottom-color: transparent;
-}
 @media (max-width: 979px) {
   .navbar .nav-collapse .nav li > a {
     border: none;
@@ -5156,64 +5262,48 @@ body {
   }
 }
 div.subnav {
-  position: static;
   background-color: #020202;
   background-image: none;
-  border: 0;
+  border: none;
+  border-bottom: 1px solid #222222;
 }
 div.subnav.subnav-fixed {
-  position: relative;
-  left: -1px;
-  top: auto;
+  top: 50px;
 }
 div.subnav .nav > li > a,
-div.subnav .nav .active a {
+div.subnav .nav > li:first-child > a,
+div.subnav .nav > li:first-child > a:hover {
+  padding: 11px 12px;
+  border: none;
   background-color: #020202;
-  border-left: 1px solid #222;
-  border-right: 0;
-  color: #eeeeee;
-}
-div.subnav .nav li.nav-header {
-  text-shadow: none;
+  color: #adafae;
 }
 div.subnav .nav > li > a:hover,
+div.subnav .nav > li.active > a,
 div.subnav .nav > li.active > a:hover,
 div.subnav .nav > li:first-child > a:hover {
+  padding: 11px 12px;
   background: transparent;
-  border-bottom: 2px solid #33b5e5;
-  border-left: 1px solid #222;
+  border: none;
+  border-bottom: 1px solid #33b5e5;
   color: #ffffff;
 }
-div.subnav .nav .open .dropdown-toggle {
-  border: 0;
-  border-left: 1px solid #222;
-  border-bottom: 2px solid #33b5e5;
-  background-color: #060606;
-}
-div.subnav .nav .open .dropdown-menu {
-  background-color: #020202;
-  border-left: solid 1px rgba(255, 255, 255, 0.1);
-}
-div.subnav .nav .open .dropdown-menu li > a:hover {
-  border-bottom: 0;
-  background: #33b5e5;
+div.subnav .nav li.nav-header {
+  text-shadow: none;
 }
 .nav-tabs {
-  border-bottom: 1px solid #222;
+  border-bottom: 1px solid #222222;
 }
 .nav-tabs li > a:hover,
 .nav-tabs li.active > a,
 .nav-tabs li.active > a:hover {
-  border: 1px solid #222;
+  border-color: transparent;
   background-color: #33b5e5;
   color: #ffffff;
 }
 .nav-tabs .open .dropdown-toggle {
-  background-color: #060606 !important;
-  border: 1px solid #222;
-}
-.nav-tabs .dropdown-menu li > a:hover {
-  border: none;
+  background-color: #060606;
+  border-color: transparent;
 }
 .nav-pills li > a:hover {
   background-color: #33b5e5;
@@ -5237,10 +5327,10 @@ div.subnav .nav .open .dropdown-menu li > a:hover {
 }
 .nav-list .divider {
   background-color: transparent;
-  border-bottom: 1px solid #222;
+  border-bottom: 1px solid #222222;
 }
 .nav-stacked li > a {
-  border: 1px solid #222 !important;
+  border: 1px solid #222222 !important;
 }
 .nav-stacked li > a:hover,
 .nav-stacked li.active > a {
@@ -5249,7 +5339,7 @@ div.subnav .nav .open .dropdown-menu li > a:hover {
 }
 .tabbable .nav-tabs,
 .tabbable .nav-tabs li.active > a {
-  border-color: #222;
+  border-color: #222222;
 }
 .breadcrumb {
   background-color: transparent;
@@ -5272,31 +5362,19 @@ div.subnav .nav .open .dropdown-menu li > a:hover {
   -moz-box-shadow: none;
   box-shadow: none;
 }
-.pagination ul > li > a,
-.pagination ul > li > span {
-  border: 0;
-  font-size: 14px;
-}
-.pagination ul > li > a:hover {
-  background-color: #33b5e5;
-  color: #ffffff;
-}
-.pagination ul > .active > a,
-.pagination ul > .active > span {
-  background-color: #33b5e5;
-  color: #ffffff;
-}
 .pagination ul > .disabled > a,
 .pagination ul > .disabled > a:hover,
 .pagination ul > .disabled > span,
 .pagination ul > .disabled > span:hover {
   background-color: rgba(0, 0, 0, 0.2);
 }
-.pager a {
+.pager li > a,
+.pager li > span {
   background-color: #060606;
   border: none;
 }
-.pager a:hover {
+.pager li > a:hover,
+.pager li > span:hover {
   background-color: #33b5e5;
 }
 .pager .disabled a,
@@ -5548,16 +5626,24 @@ select {
   -moz-border-radius: 1px;
   border-radius: 1px;
 }
-legend,
-label {
-  color: #999999;
-  border-bottom: 0px solid #222;
-}
-input,
-textarea,
 select,
+textarea,
+input[type="text"],
+input[type="password"],
+input[type="datetime"],
+input[type="datetime-local"],
+input[type="date"],
+input[type="month"],
+input[type="time"],
+input[type="week"],
+input[type="number"],
+input[type="email"],
+input[type="url"],
+input[type="search"],
+input[type="tel"],
+input[type="color"],
 .uneditable-input {
-  color: #282828;
+  color: #222222;
 }
 input[disabled],
 select[disabled],
@@ -5566,7 +5652,6 @@ input[readonly],
 select[readonly],
 textarea[readonly],
 .uneditable-input {
-  background-color: #555;
   border-color: #444;
 }
 input:focus,
@@ -5590,6 +5675,11 @@ select:focus {
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
 }
+legend,
+label {
+  color: #999999;
+  border-bottom: 0px solid #222;
+}
 .form-actions {
   border-top: 1px solid #222;
 }
@@ -5611,14 +5701,10 @@ select:focus {
   color: #ffffff;
 }
 .dropdown-menu {
-  background-color: #191A1A;
   -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
   -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
 }
-.dropdown-menu li > a:hover {
-  background-color: #33b5e5;
-}
 .alert,
 .alert .alert-heading,
 .alert-success,
@@ -5679,13 +5765,13 @@ select:focus {
 }
 .well,
 .hero-unit {
-  border-top: solid 1px #353535;
+  border-top: solid 1px #2f2f2f;
   -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
   -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
 }
 .thumbnail {
-  border-color: #222;
+  border-color: #222222;
 }
 .progress {
   background-color: #060606;
@@ -5698,15 +5784,15 @@ select:focus {
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
-  border-top: solid 1px #353535;
-  background-color: #282828;
+  border-top: solid 1px #2f2f2f;
+  background-color: #222222;
 }
 .modal-header {
-  border-bottom: 1px solid #222;
+  border-bottom: 1px solid #222222;
 }
 .modal-footer {
-  background-color: #282828;
-  border-top: 1px solid #222;
+  background-color: #222222;
+  border-top: 1px solid #222222;
   -webkit-border-radius: 0 0 6px 6px;
   -moz-border-radius: 0 0 6px 6px;
   border-radius: 0 0 6px 6px;
@@ -5715,13 +5801,13 @@ select:focus {
   box-shadow: none;
 }
 .footer {
-  border-top: 1px solid #222;
+  border-top: 1px solid #222222;
 }
 @media (max-width: 768px) {
   div.subnav .nav > li + li > a,
   div.subnav .nav > li:first-child > a {
-    border-top: 1px solid #222;
-    border-left: 1px solid #222;
+    border-top: 1px solid #222222;
+    border-left: 1px solid #222222;
   }
   .subnav .nav > li + li > a:hover,
   .subnav .nav > li:first-child > a:hover {