body {
  padding: 10px 20px 20px 20px;
  background: #eee;
  font-family: arial; }

h1 {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 20px; }

ol#topics {
  width: 400px;
  margin: 0;
  padding: 20px 0 0px 0; }
  ol#topics li {
    padding: 0 15px 0 20px;
    font-size: 16px;
    line-height: 22px;
    list-style: none;
    font-weight: bold; }
    ol#topics li:hover {
      background-color: #F6F6F6; }
    ol#topics li.archived {
      display: none; }
    ol#topics li.done {
      font-weight: normal; }
      ol#topics li.done span {
        font-size: 14px;
        color: #888; }
      ol#topics li.done span.handle {
        color: #777; }
      ol#topics li.done a:link.destroy, ol#topics li.done a:visited.destroy {
        color: #B36F72; }
      ol#topics li.done a:link.check, ol#topics li.done a:visited.check {
        color: #5E895E; }
    ol#topics li.current {
      padding-top: 5px;
      padding-bottom: 5px;
      background-color: yellow; }
    ol#topics li input.check {
      float: left;
      margin-top: 5px; }
    ol#topics li span.editable, ol#topics li form.in-place-editor {
      display: block;
      float: left;
      margin-left: 5px; }
    ol#topics li span.handle {
      background: url(../../images/drag_handle.png) top left no-repeat;
      display: block;
      visibility: hidden;
      height: 16px;
      width: 16px;
      text-indent: 100px;
      overflow: hidden;
      margin-top: 3px;
      float: right; }
      ol#topics li span.handle:hover {
        background-position: 0 -16px; }
    ol#topics li a.destroy {
      float: right;
      visibility: hidden;
      display: block;
      background: url(../../images/delete.png) top left no-repeat;
      height: 16px;
      width: 16px;
      margin-top: 3px;
      text-indent: 100px;
      overflow: hidden; }
      ol#topics li a.destroy:hover {
        background-position: 0 -16px; }
    ol#topics li:hover span.handle, ol#topics li:hover a.destroy {
      visibility: visible;
      visibility: visible; }
    ol#topics li a:link, ol#topics li a:visited {
      text-decoration: none;
      font-weight: normal;
      font-size: 12px; }
      ol#topics li a:link.destroy, ol#topics li a:visited.destroy {
        color: #f00; }
      ol#topics li a:link.check, ol#topics li a:visited.check {
        color: #090; }
    ol#topics li a:hover {
      text-decoration: underline; }
    ol#topics li span.handle {
      font-weight: normal;
      font-size: 12px;
      cursor: move;
      color: #777; }

input[type=text] {
  height: 30px;
  font-size: 18px;
  padding: 0 8px;
  width: 240px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px #C3DBFF solid; }

div.clear {
  clear: both; }

a.nice_button, a.nice_submit {
  display: inline-block;
  height: 33px;
  font: 14px/33px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background: url(../../images/buttons.png) top right no-repeat;
  padding-right: 10px;
  margin-left: 20px;
  text-shadow: 1px 1px 1px #1A1833; }
  a.nice_button span, a.nice_submit span {
    display: inline-block;
    height: inherit;
    background: url(../../images/buttons.png) top left no-repeat;
    padding-left: 10px;
    margin-left: -20px; }
  a.nice_button:link, a.nice_button:visited, a.nice_submit:link, a.nice_submit:visited {
    color: #fff;
    text-decoration: none; }
  a.nice_button:hover, a.nice_submit:hover {
    background-position: 100% -33px; }
    a.nice_button:hover span, a.nice_submit:hover span {
      background-position: 0 -33px; }
  a.nice_button:active, a.nice_submit:active {
    background-position: 100% -66px; }
    a.nice_button:active span, a.nice_submit:active span {
      background-position: 0 -66px; }

a.nice_submit {
  background-position: 100% -99px;
  text-shadow: 1px 1px 1px #384D66; }
  a.nice_submit span {
    background-position: 0 -99px; }
  a.nice_submit:hover {
    background-position: 100% -132px; }
    a.nice_submit:hover span {
      background-position: 0 -132px; }
  a.nice_submit:active {
    background-position: 100% -165px; }
    a.nice_submit:active span {
      background-position: 0 -165px; }

div#wrap {
  width: 400px;
  margin: 50px auto 0 auto; }
  div#wrap h1 {
    padding: 0;
    margin: 0 0 10px 0;
    color: #777;
    text-shadow: 1px 1px 1px #fff; }
  div#wrap div#welcome {
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    overflow: hidden; }
    div#wrap div#welcome p {
      margin: 0;
      padding: 20px 20px 0 20px;
      font-size: 0.9em;
      color: #444;
      line-height: 1.3em; }
    div#wrap div#welcome div#actions {
      text-align: center;
      margin-top: 20px;
      padding: 10px 10px;
      background-color: #EEF6FF; }
  div#wrap div#tools {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    text-shadow: 1px 1px 1px #fff; }
    div#wrap div#tools a:link, div#wrap div#tools a:visited {
      color: #777;
      text-decoration: none; }
    div#wrap div#tools a:hover {
      color: #444;
      text-decoration: underline; }
