* {
  margin: 0;
  padding: 0;
  font-family: "lucida grande", verdana, tahoma, helvetica, arial; }

body {
  color: #333333;
  background-color: #ebebeb;
  font-size: 62.5%; }

p, li, dt, dd {
  font-size: 1.2em;
  line-height: 1.5em; }

img {
  border: none; }

table.zebra {
  border: none;
  margin: 10px 0;
  width: 100%; }
  table.zebra tr.even-row td {
    background-color: #f6f6f6; }
  table.zebra tr:hover td {
    background-color: #e6f0f5; }
  table.zebra tr th, table.zebra tr td {
    padding: 3px 8px;
    border-width: 1px;
    border-style: none none solid none;
    font-size: 1.2em;
    text-align: left;
    line-height: 1.5em; }
  table.zebra tr th {
    background-color: #eeeeee;
    border-color: #cccccc; }
  table.zebra tr td {
    border-color: #eeeeee;
    background: white; }

form {
  margin: 0; }
  form h3 {
    color: #333333;
    background-color: #eeeeee;
    border-bottom: 1px solid #cccccc;
    font-size: 1.4em !important;
    line-height: 2em !important;
    margin: 40px 0 10px -10px !important;
    padding: 0 10px !important; }
  form label {
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
    margin: 20px 0 5px 0;
    padding: 0; }
    form label.example-label {
      margin: 0;
      color: #777777;
      font-weight: normal;
      font-size: 1.1em; }
    form label.unit-label {
      margin: 0;
      padding: 0;
      display: inline;
      font-weight: normal; }
    form label.inline-label {
      margin: 0;
      padding: 0;
      display: inline; }
  form input {
    width: 300px;
    font-size: 1.3em;
    margin: 5px 0 5px 0;
    padding: 2px; }
    form input[type=checkbox] {
      width: auto !important;
      margin-right: 5px !important; }
    form input[type=submit] {
      width: auto !important; }
  form select {
    margin: 5px 0 5px 0; }
  form textarea {
    width: 800px;
    height: 250px;
    font-family: inherit;
    font-size: 1.2em;
    margin: 5px 0 5px 0;
    padding: 2px; }
  form fieldset {
    border: none;
    margin: 0;
    padding: 0; }
    form fieldset.submit {
      margin: 30px 0 20px -10px;
      padding: 10px 20px;
      background-color: #dddddd;
      border-top: 1px solid #aaaaaa;
      font-size: 1.2em; }
      form fieldset.submit input {
        width: auto;
        font-size: 110%; }
    form fieldset .form-column {
      float: left;
      padding: 0 40px 0 0; }
  form table.properties-table {
    border-width: 1px;
    border-style: none solid;
    border-color: #eeeeee;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    border-collapse: separate; }
    form table.properties-table tr:hover td {
      background: none; }
    form table.properties-table th, form table.properties-table td {
      border-bottom: 1px solid #eeeeee;
      border-top: 1px solid white;
      padding: 0 5px;
      font-size: 1em; }
    form table.properties-table th {
      background-color: #f9f9f9;
      text-align: right; }
      form table.properties-table th.heading {
        background-color: #eeeeee;
        text-align: left;
        border-bottom-color: #cccccc;
        font-weight: bold;
        font-size: 1.3em;
        color: #333333;
        line-height: 200%;
        padding: 0 10px; }
    form table.properties-table label {
      margin: 0;
      padding: 0; }
    form table.properties-table input {
      width: auto; }
    form table.properties-table .example-label {
      display: inline;
      padding-left: 10px; }
  form .form-note-box {
    width: 300px;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #cccccc;
    background: #eeeeee; }
  form ul.form-help {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    list-style: circle; }
    form ul.form-help li {
      padding-bottom: 5px;
      color: #444444;
      font-size: 1.1em; }

.errorExplanation {
  margin: 20px 0;
  border: 1px solid red;
  color: #333333; }
  .errorExplanation h2 {
    margin: 0 0 10px 0 !important;
    background: red !important;
    color: white !important; }
  .errorExplanation p {
    margin: 0 20px 10px 20px; }
  .errorExplanation ul {
    margin: 20px 40px;
    padding: 0;
    list-style-type: circle; }

p#flash-msg {
  position: absolute;
  top: 0;
  left: 200px;
  margin: 0;
  padding: 0 20px;
  background: #ffffee;
  border-width: 1px;
  border-style: none solid solid solid;
  border-color: #84a1d5;
  text-align: center;
  font-size: 1.5em;
  line-height: 2em;
  cursor: pointer; }

p.flash-error {
  border-color: red !important;
  color: red; }

.pagination {
  background: white;
  margin: 20px 0 10px 0;
  /* self-clearing method: */ }
  .pagination a, .pagination span {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .pagination span.disabled {
    color: #999999;
    border: 1px solid #dddddd; }
  .pagination span.current {
    font-weight: bold;
    background: #2e6ab1;
    color: white;
    border: 1px solid #2e6ab1; }
  .pagination a {
    text-decoration: none !important;
    color: #105cb6;
    border: 1px solid #9aafe5; }
    .pagination a:hover, .pagination a:focus {
      color: #000033;
      border-color: #000033;
      background-color: transparent; }
  .pagination .page_info {
    background: #2e6ab1;
    color: white;
    padding: 0.4em 0.6em;
    width: 22em;
    margin-bottom: 0.3em;
    text-align: center; }
    .pagination .page_info b {
      color: #000033;
      background: #6aa6ed;
      padding: 0.1em 0.25em; }
  .pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .pagination {
    height: 1%; }
  *:first-child + html .pagination {
    overflow: hidden; }

.apple_pagination {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1em; }
  .apple_pagination a, .apple_pagination span {
    padding: 0.2em 0.3em; }
  .apple_pagination span.disabled {
    color: #aaaaaa; }
  .apple_pagination span.current {
    font-weight: bold;
    background: transparent url(apple-circle.gif) no-repeat 50% 50%; }
  .apple_pagination a {
    text-decoration: none;
    color: black; }
    .apple_pagination a:hover, .apple_pagination a:focus {
      text-decoration: underline; }

.flickr_pagination {
  text-align: center;
  padding: 0.3em; }
  .flickr_pagination a, .flickr_pagination span {
    padding: 0.2em 0.5em; }
  .flickr_pagination span.disabled {
    color: #aaaaaa; }
  .flickr_pagination span.current {
    font-weight: bold;
    color: #ff0084; }
  .flickr_pagination a {
    border: 1px solid #dddddd;
    color: #0063dc;
    text-decoration: none; }
    .flickr_pagination a:hover, .flickr_pagination a:focus {
      border-color: #003366;
      background: #0063dc;
      color: white; }
  .flickr_pagination .page_info {
    color: #aaaaaa;
    padding-top: 0.8em; }
  .flickr_pagination .prev_page, .flickr_pagination .next_page {
    border-width: 2px; }
  .flickr_pagination .prev_page {
    margin-right: 1em; }
  .flickr_pagination .next_page {
    margin-left: 1em; }

a {
  color: #551a8b;
  text-decoration: underline; }
  a:hover {
    color: white;
    text-decoration: none;
    background-color: #551a8b; }
  a.admin-icon-link:hover {
    color: #551a8b;
    text-decoration: none;
    background-color: transparent; }

div.markItUp a:hover {
  background-color: transparent; }

div#items_for_textarea_wrapper {
  position: relative; }
  div#items_for_textarea_wrapper div#items_for_textarea {
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #cccccc;
    background: white;
    padding: 5px 10px 10px 10px;
    z-index: 10000;
    min-width: 600px;
    display: none; }
  div#items_for_textarea_wrapper div.close {
    text-align: right; }
  div#items_for_textarea_wrapper table {
    margin-top: 10px; }
    div#items_for_textarea_wrapper table td {
      text-align: center;
      padding: 5px; }
      div#items_for_textarea_wrapper table td div {
        width: 105px;
        height: 105px; }
        div#items_for_textarea_wrapper table td div img {
          border: 1px solid #eeeeee; }
      div#items_for_textarea_wrapper table td a {
        line-height: 2em; }
  div#items_for_textarea_wrapper ul {
    margin: 20px;
    list-style: circle; }
    div#items_for_textarea_wrapper ul li {
      font-size: 1.2em; }

#header {
  margin: 0;
  padding: 0;
  color: white;
  background-color: #4d4c4c; }
  #header a {
    color: white;
    text-decoration: none; }
    #header a:hover {
      background-color: white;
      color: #4d4c4c; }
  #header h1 {
    line-height: 2em;
    margin: 0 20px;
    font-weight: normal;
    font-size: 2em; }
    #header h1 a:hover {
      background-color: transparent;
      color: white; }
  #header p {
    float: right;
    margin: 5px 10px 0 0; }
    #header p a {
      text-decoration: underline; }
      #header p a:hover {
        text-decoration: none; }
  #header #main-menu {
    margin: 0 0 0 20px;
    padding: 0;
    list-style-type: none;
    height: 25px; }
    #header #main-menu li {
      float: left;
      margin: 0 2px 0 0; }
      #header #main-menu li a {
        display: block;
        padding: 0 10px;
        margin: 0;
        height: 25px;
        line-height: 25px;
        color: white;
        background-color: #84a1d5;
        text-decoration: none; }
        #header #main-menu li a:hover {
          color: black;
          background-color: white; }
        #header #main-menu li a.current {
          color: black;
          font-weight: bold;
          background-color: #ebebeb; }

#sidebar {
  vertical-align: top;
  width: 300px;
  padding: 20px 0 0 0;
  font-size: 1em;
  background-color: #ebebeb; }
  #sidebar h3 {
    margin: 20px 0 10px 0;
    padding: 0 5px;
    font-size: 1.3em;
    border-bottom: 1px solid #cccccc;
    color: #333333; }
  #sidebar p {
    margin: 10px; }
  #sidebar ul, #sidebar ol {
    padding: 0 0 0 15px; }
    #sidebar ul li, #sidebar ol li {
      line-height: 1.5em; }
  #sidebar ol {
    margin: 0 0 0 15px; }
  #sidebar ul {
    list-style-type: none; }
  #sidebar dl {
    padding: 0 0 0 5px; }
    #sidebar dl dt, #sidebar dl dd {
      font-size: 1.2em;
      line-height: 1.2em;
      margin: 8px 0;
      color: #333333; }
    #sidebar dl dt {
      font-weight: bold;
      margin-top: 15px; }
    #sidebar dl dd {
      padding-left: 10px; }
    #sidebar dl.toggleable dt {
      background: transparent url("/images/admin/plus_minus.png") no-repeat 0 2px;
      padding: 0 0 0 15px; }
    #sidebar dl.toggleable dd {
      padding-left: 15px;
      display: none; }
    #sidebar dl.selected dt {
      background-position: 0 -13px !important; }
    #sidebar dl.selected dd {
      display: block !important; }
  #sidebar a.sexy-button {
    margin: 0 0 10px 0;
    text-decoration: none; }
  #sidebar form {
    margin: 10px 5px 10px 15px;
    padding: 0; }
    #sidebar form input {
      width: 170px;
      margin: 0;
      padding: 0;
      display: inline;
      font-size: 1.2em;
      line-height: 1.3em; }

#footer {
  margin: 0 25px 20px 25px; }
  #footer p {
    color: #666666;
    text-align: left;
    font-size: 1.1em; }
    #footer p a {
      text-decoration: none;
      color: #666666; }
      #footer p a:hover {
        background: none; }

#content-wrapper {
  width: 100%; }
  #content-wrapper #content {
    padding: 20px;
    vertical-align: top;
    font-size: 1em; }
    #content-wrapper #content .content-inner {
      background: white;
      padding: 0 20px 20px 20px; }
      #content-wrapper #content .content-inner h2 {
        color: black;
        margin: 0 -20px 20px -20px;
        padding: 0 20px;
        line-height: 2.3em;
        background-color: #edf3fe;
        font-weight: bold;
        font-size: 1.7em; }
      #content-wrapper #content .content-inner h3 {
        font-size: 1.5em;
        line-height: 1.5em;
        margin: 20px 0 10px 0;
        padding: 0; }

form#login-form {
  width: 490px;
  margin: 0 auto;
  border: 10px solid #666666;
  background: #eeeeee; }
  form#login-form h3 {
    margin: 0 0 40px 0 !important;
    padding: 0 20px !important;
    background: #999999;
    color: white;
    line-height: 2.5em !important;
    border-bottom: 2px solid #666666;
    font-size: 2em !important; }
  form#login-form fieldset {
    margin: 20px 40px; }
    form#login-form fieldset.submit {
      margin-top: 0;
      padding: 10px 0;
      background: none;
      border-top: 2px solid #999999 !important; }

form#new_image_form {
  border: 1px solid #cccccc;
    border-right: none;
    border-left: none;
  background: #eeeeee;
  padding: 10px 20px; }
  form#new_image_form label {
    margin-top: 0; }

table#images-table a:hover {
  background-color: transparent; }

.x-table-layout-cell {
  vertical-align: top !important; }

.data-view-panel-body h3 {
  border-bottom: 1px solid #cccccc;
  font-size: 11px;
  font-weight: bold;
  line-height: 2em;
  padding: 0 5px;
  margin: 0 0 10px 0;
  color: #333333; }
  .data-view-panel-body h3 a {
    font-weight: normal;
    font-size: 10px;
    padding: 0 0 0 20px;
    float: right;
    text-decoration: none !important;
    color: #999999 !important; }
    .data-view-panel-body h3 a:hover {
      text-decoration: underline !important;
      background: none !important;
      color: #444444 !important; }
.data-view-panel-body tr.data-view-panel-item td {
  font-size: 11px !important;
  padding: 2px 0; }
.data-view-panel-body tr.data-view-panel-item th {
  font-size: 11px !important;
  padding: 2px 10px;
  text-align: right;
  color: #999999; }

.hits-and-visitors {
  margin: 0 0 0 20px;
  min-width: 300px; }
  .hits-and-visitors .hits-and-visitors-box {
    margin: 20px;
    float: left; }
    .hits-and-visitors .hits-and-visitors-box h3 {
      color: #333333;
      text-align: center;
      font-weight: bold;
      font-size: 12px; }
    .hits-and-visitors .hits-and-visitors-box p {
      text-align: center;
      color: #999999;
      font-size: 11px;
      margin: 5px 0; }
      .hits-and-visitors .hits-and-visitors-box p span {
        color: #333333;
        margin: 4px auto;
        display: block;
        font-size: 20px; }

#sidebar ul.dashboard-info-box {
  padding: 10px;
  background: white;
  border: 1px solid #cccccc;
  margin: 0 15px 15px 15px; }
  #sidebar ul.dashboard-info-box li span {
    text-align: right;
    color: #777777;
    width: 140px;
    display: block;
    float: left;
    margin: 0 10px 0 0; }
#sidebar table {
  background: white;
  border: 1px solid #cccccc;
  width: 280px;
  margin: 0 15px 15px 15px; }
  #sidebar table td {
    font-size: 80%;
    padding: 2px 5px;
    color: #333333;
    text-align: left; }
    #sidebar table td.label {
      text-align: right;
      color: #777777; }
