body {
  font-size: small;
  font-family: arial, sans-serif;
  color: #333;
  background-color: #333; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

h1, h2, h3, h4 {
  color: #a30000;
  margin: 0.5em 0.5em 0.25em 0;
  font-weight: bold; }

h1 {
  font-size: 1.3em;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #fceed6; }
  h1 a {
    color: #a30000;
    text-decoration: none; }

img.radar {
  float: left; }

#page-header {
  border-bottom: 2px solid #fceed6;
  width: 100%;
  overflow: visible;
  margin: 0 0 10px 0;
  position: relative; }
  #page-header h1 {
    border-bottom: 0;
    margin: 0 !important; }
  #page-header ul.options {
    float: right;
    display: block; }
    #page-header ul.options li {
      display: inline;
      border: 2px solid #fceed6;
      border-bottom: 2px solid #FDFFED;
      position: absolute;
      margin: 0 0.5em;
      padding: 4px 0.6em 3px;
      position: relative;
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fceed6), to(#fdffed));
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px; }
      #page-header ul.options li.active {
        background: #fdffed;
        border-bottom: 1px solid #FDFFED;
        padding-bottom: 6px; }
      #page-header ul.options li a {
        margin: 0.5em;
        text-decoration: none;
        color: #a30000; }

h3 {
  font-size: 1.2em;
  margin-top: 1em; }

form {
  margin: 0.5em 0; }

p {
  line-height: 1.4;
  margin-bottom: 5px; }

a {
  color: #00c; }

.button {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px #333;
  -webkit-box-shadow: 0 1px 3px #333;
  text-shadow: rgba(0, 0, 0, 0.246094) 0px -1px 1px;
  border: 1px solid #d20;
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 0.4em;
  margin-bottom: 1em; }
  .button.red {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d20), to(#a30000));
    background-color: #f60; }

a.delete {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -99em;
  overflow: hidden;
  background-image: url(/images/16x16/delete.png);
  background-color: transparent; }

form label {
  font-weight: bold; }
form textarea {
  width: 100%;
  height: 100px; }
form button.link {
  padding: 0;
  border: 0;
  margin: 0;
  font-family: arial, sans-serif;
  font-size: small;
  background-color: none;
  cursor: pointer; }
  form button.link:hover {
    text-decoration: underline; }
form input.text, form input.password {
  outline: 0 none; }
form input.numeric {
  text-align: right; }
form input.error {
  background-color: #ffeeee;
  border: 1px solid #f00; }

.errors {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ff5555;
  background-color: #ffeeee;
  padding: 1em;
  margin: 1em 0; }
  .errors h3 {
    margin-top: 0; }
  .errors ul li {
    list-style: disc inside; }

.feedback {
  font-size: 2.8em;
  position: absolute;
  left: 25%;
  width: 50%;
  top: 100px;
  left: 25%;
  width: 43%;
  padding: .75em;
  color: white;
  background: #000;
  text-align: center;
  z-index: 100000;
  text-shadow: #333 -1px -1px 1px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 2px solid #000; }

.notice {
  display: block; }
  .notice .content {
    color: #333;
    font-size: 1.2em; }

.info {
  color: #666; }

.pagination-header {
  margin-bottom: 1em; }

.pagination {
  border-top: 1px dotted #ccc;
  padding-top: 1em;
  width: 100%;
  overflow: hidden;
  margin: 1em 0 2em; }
  .pagination .info {
    float: left; }
  .pagination ol.pages {
    float: right; }
    .pagination ol.pages li {
      font-size: 0.9em;
      float: left;
      text-align: center;
      width: 25px;
      border-left: 1px solid #bbb; }
      .pagination ol.pages li:first-child {
        border-left: none; }
      .pagination ol.pages li span {
        display: block;
        color: #a30000;
        font-weight: bold; }
      .pagination ol.pages li a {
        display: block;
        text-decoration: none;
        color: #333; }
        .pagination ol.pages li a:visited {
          color: #333; }
        .pagination ol.pages li a:hover {
          text-decoration: underline; }

.filters li {
  display: block;
  margin-bottom: 1em; }
  .filters li .filter li {
    display: inline; }

ul.stared {
  border-top: 1px solid #fceed6; }
  ul.stared li {
    border-bottom: 1px solid #fceed6;
    padding: 0.5em 0 0.3em 20px;
    background-image: url(/images/star.png);
    background-repeat: no-repeat;
    background-position: 0 0.6em; }

#wrapper {
  overflow: hidden;
  width: 996px;
  margin: 0 auto 2em; }
  #wrapper #site-options {
    text-align: right;
    margin: 0 20px;
    color: #bbb; }
    #wrapper #site-options ul {
      overflow: hidden;
      margin: 20px 0 10px; }
      #wrapper #site-options ul li {
        margin-left: 10px;
        display: inline; }
        #wrapper #site-options ul li form {
          display: inline; }
        #wrapper #site-options ul li a {
          color: #bbb; }
        #wrapper #site-options ul li button {
          color: #bbb;
          background-color: #333;
          text-decoration: underline; }
          #wrapper #site-options ul li button:hover {
            text-decoration: none; }
  #wrapper #content {
    width: 100%;
    overflow: hidden;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #FDFFED;
    padding: 0; }
    #wrapper #content .padding {
      padding: 20px; }
    #wrapper #content .left-content {
      width: 468px;
      float: left;
      margin-right: 20px; }
    #wrapper #content .right-content {
      width: 468px;
      float: right; }

#header {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd2200), to(#a30000));
  background-color: #a30000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0; }
  #header .padding {
    padding: 2em; }
  #header h1 a {
    width: 134px;
    height: 65px;
    overflow: hidden;
    text-indent: -99em;
    float: left;
    background-image: url(/images/logo-small.png);
    background-repeat: no-repeat;
    text-decoration: none; }

#navigation ul {
  padding: 0.75em; }
  #navigation ul li {
    display: inline;
    border-left: 1px solid #a30000;
    border-right: 1px solid #dd2200;
    padding: 0 1em; }
    #navigation ul li:first-child {
      border-left: none; }
    #navigation ul li:last-child {
      border-right: none; }
    #navigation ul li a {
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      text-shadow: rgba(0, 0, 0, 0.246094) 0px -1px 1px; }
      #navigation ul li a:hover {
        border-bottom: 1px solid #fff; }
    #navigation ul li form {
      padding: 0;
      display: inline; }

.clear {
  clear: both; }

form.workout .activity_builder {
  margin-bottom: 1em; }
  form.workout .activity_builder .exercise_builder:first-child .delete {
    display: none; }
  form.workout .activity_builder .numeric {
    width: 20px; }
  form.workout .activity_builder td {
    padding: 0.3em; }
  form.workout .activity_builder .actions td {
    text-align: left;
    padding-top: 1em; }
form.workout textarea.notes {
  background-color: #fff8dd;
  margin: 0;
  padding: 0.2em 0.5em;
  border: 0;
  border-top: 2px solid #fceed6;
  border-bottom: 2px solid #fceed6;
  height: 50px;
  width: 500px;
  display: block; }

table.data {
  background-color: #fff; }
  table.data th, table.data td {
    padding: 5px; }
  table.data th {
    border-bottom: 3px solid #eee;
    font-weight: bold;
    font-size: 0.9em; }
  table.data td {
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 0.5em; }
    table.data td.number {
      text-align: right; }

.workout_result table {
  width: 100%; }
  .workout_result table th.set_result {
    text-align: left; }
  .workout_result table td .grippy {
    display: block;
    width: 6px;
    height: 14px;
    cursor: move;
    background-image: url(/images/grippy.png);
    background-repeat: no-repeat; }
  .workout_result table .numeric {
    text-align: right; }
  .workout_result table tr.superset td {
    background-color: #eee;
    border-bottom: 1px solid #fff; }
  .workout_result table tr.last td {
    border-bottom: 1px solid #ddd !important; }

table.workout_calendar {
  margin: 0 auto;
  width: 100%;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; }
  table.workout_calendar thead tr th {
    background: #a30000;
    color: #e0a693;
    border: 1px solid #a30000;
    text-align: center;
    font-size: 1.1em;
    width: 14%;
    height: 25px; }
  table.workout_calendar thead tr.month th {
    background-color: #dd2200;
    border: 1px solid #dd2200;
    color: #fff; }
    table.workout_calendar thead tr.month th a.prev, table.workout_calendar thead tr.month th a.next {
      color: #fff;
      text-decoration: none; }
  table.workout_calendar tbody tr td {
    border: 1px dotted #c4c4c4;
    text-align: center;
    background-color: #f5f5f5;
    height: 50px; }
    table.workout_calendar tbody tr td .tool {
      position: relative;
      width: 100%;
      height: 100%; }
    table.workout_calendar tbody tr td a.day {
      position: absolute;
      top: 3px;
      right: 3px;
      display: block;
      text-decoration: none;
      color: #aaa; }
    table.workout_calendar tbody tr td a.workout {
      position: absolute;
      width: 100%;
      bottom: 0; }
  table.workout_calendar td.workout {
    background-color: #fff; }
  table.workout_calendar td.this-month .day {
    color: #333; }

table.ui-datepicker-calendar {
  margin: 0 auto;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; }
  table.ui-datepicker-calendar thead tr th {
    background: #a30000;
    color: #e0a693;
    border: 1px solid #a30000;
    text-align: center;
    height: 20px;
    font-size: 0.95em; }
  table.ui-datepicker-calendar thead tr.month th {
    background-color: #dd2200;
    border: 1px solid #dd2200;
    color: #fff; }
    table.ui-datepicker-calendar thead tr.month th a.prev, table.ui-datepicker-calendar thead tr.month th a.next {
      color: #fff;
      text-decoration: none; }
  table.ui-datepicker-calendar tbody tr td {
    border: 1px dotted #c4c4c4;
    text-align: center;
    background-color: #f5f5f5; }
    table.ui-datepicker-calendar tbody tr td a {
      display: block;
      text-decoration: none; }
    table.ui-datepicker-calendar tbody tr td .day {
      display: block;
      padding: 5px 0;
      width: 30px;
      color: #aaa; }
  table.ui-datepicker-calendar td.workout {
    background-color: #fff; }
  table.ui-datepicker-calendar td.this-month .day {
    color: #333; }

.ui-datepicker {
  width: 183px; }
  .ui-datepicker .ui-datepicker-header {
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.95em;
    background-color: #dd2200;
    color: #fff;
    padding: 5px 0;
    position: relative; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      display: block;
      text-align: center; }
    .ui-datepicker .ui-datepicker-header a {
      cursor: pointer;
      color: #fff;
      text-decoration: underline; }
    .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
      position: absolute;
      left: 5px;
      top: 5px; }
    .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
      position: absolute;
      right: 5px;
      top: 5px; }
    .ui-datepicker .ui-datepicker-header div {
      display: inline; }
  .ui-datepicker table.ui-datepicker-calendar td a {
    padding: 3px 0;
    display: block;
    width: 25px;
    font-weight: normal;
    color: #aaa; }
    .ui-datepicker table.ui-datepicker-calendar td a:hover {
      background-color: #fff;
      color: #a30000; }
  .ui-datepicker table.ui-datepicker-calendar .ui-datepicker-current-day a {
    background-color: #fff;
    color: #a30000;
    font-weight: bold; }

#control {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 190px;
  margin: auto; }
  #control .month {
    float: left;
    width: 110px;
    text-align: center;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 5px 5px;
    font-weight: bold;
    background: #ddd; }
  #control a {
    padding: 5px 4px;
    float: left;
    border: 1px solid #666;
    text-decoration: none;
    width: 25px;
    font-weight: bold;
    color: #000; }
  #control a.prev {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px; }
  #control a.next {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px; }

#workouts {
  width: 100%;
  overflow: hidden; }

.workout_result {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #eee;
  position: relative;
  margin: 0 auto 1em auto;
  background-color: #fff; }
  .workout_result .padding {
    padding: 0.5em 1.5em 1.5em 1.5em; }
  .workout_result ul.actions {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0.5em;
    background-color: #eee;
    float: right; }
    .workout_result ul.actions li, .workout_result ul.actions form {
      display: inline; }
    .workout_result ul.actions li {
      margin-left: 0.5em; }
    .workout_result ul.actions a {
      text-decoration: none;
      color: #333; }
      .workout_result ul.actions a:hover {
        text-decoration: underline; }
    .workout_result ul.actions button {
      color: #333;
      background-color: transparent; }
      .workout_result ul.actions button:hover {
        color: #a30000; }
  .workout_result .heading {
    width: 100%;
    overflow: hidden; }
    .workout_result .heading .workout-date {
      font-weight: bold;
      font-size: 1.2em; }
      .workout_result .heading .workout-date input.datepicker {
        font-weight: bold;
        font-size: 1em; }
      .workout_result .heading .workout-date a {
        text-decoration: none;
        color: #333; }
        .workout_result .heading .workout-date a:hover {
          text-decoration: underline; }
  .workout_result .notice {
    margin: 1em 0; }
  .workout_result p.notes {
    margin: 1em 0 0 0; }
    .workout_result p.notes .label {
      font-weight: bold; }
    .workout_result p.notes .value {
      background-color: #ef8;
      line-height: 1.3em; }
  .workout_result p.actions {
    margin: 1em 0 0 0; }

.login-box {
  -webkit-box-shadow: 0px 0px 5px #CCC;
  -moz-box-shadow: 0px 0px 5px #CCC;
  width: 400px;
  margin: 2em auto;
  border: 1px solid #a7a7a7;
  background-color: #fff; }
  .login-box .content, .login-box .heading {
    padding: 1em; }
  .login-box .heading {
    background-color: #ececec; }
    .login-box .heading h3 {
      margin: 0; }
  .login-box .fields, .login-box .actions {
    width: 100%;
    overflow: hidden; }
  .login-box .field {
    margin-bottom: 1em; }
  .login-box label {
    font-weight: bold;
    width: 100px;
    float: left; }
  .login-box input.text, .login-box input.password {
    width: 250px;
    font-size: 13px;
    height: 20px; }
  .login-box .actions {
    text-align: left; }
    .login-box .actions .login {
      float: right; }

form#signup {
  width: 100%;
  overflow: hidden; }
  form#signup table tr td {
    vertical-align: top; }
  form#signup label {
    display: block; }
  form#signup .text, form#signup .password {
    width: 350px;
    margin: 0.3em 0 1em;
    font-size: 13px;
    height: 20px; }
  form#signup .caption {
    color: #666;
    font-size: 0.9em;
    margin-right: 3em; }

.actions td {
  padding-top: 1em; }

dl.exercise dt {
  font-weight: bold;
  margin-bottom: 5px; }
dl.exercise dd {
  margin-bottom: 10px; }
