@import url(undo.css);
/* --- Layout ------------------------------ */
body {
  min-width: 640px;
  max-width: 900px;
  margin: 1em auto;
  text-align: center; }

#masthead {
  margin: 0.2em 0; }

#nav {
  position: relative; }

#search {
  position: absolute;
  top: 0;
  right: 0; }

#categories {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #dddddd;
  margin: 1em 1.5em;
  padding: 0.3em 0; }
  #categories li {
    display: inline; }
    #categories li a {
      padding: 0.6em 0.75em; }

#logout {
  margin: 0.5em 7%; }

#fine-print {
  padding-top: 0;
  margin-top: 1em;
  margin-bottom: 1em; }

.notice, .errors {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 36px;
  margin-right: 200px; }

/* Typography */
body {
  font-family: "Lucida Grande", candara, verdana, arial, sans-serif;
  font-size: 100%;
  line-height: 1.125em;
  background: white;
  color: black; }

h1 {
  font-family: georgia, serif;
  font-size: 3em;
  font-weight: normal;
  margin-bottom: 0.5em;
  line-height: 1em; }

a:link {
  color: #8095cd; }
a:visited {
  color: #8095cd; }
a:hover {
  color: #526fbc; }
a:active {
  color: #7b3b4b; }

#categories .on {
  background-color: #dddddd;
  color: black; }
#categories a:hover {
  background-color: #dddddd; }

.shaded {
  color: inherit;
  background-color: #eeeeee; }

.unshaded {
  color: inherit;
  background-color: white; }

.note {
  font-size: 0.625em;
  font-style: italic; }

.shout {
  font-size: 0.875em;
  font-weight: 900; }

#fine-print {
  font-size: 0.75em; }

.copyright {
  font-size: 0.625em; }

.inline {
  display: inline; }

.as_text {
  list-style-type: none;
  padding: 1em; }

.to-match {
  font: inherit;
  text-decoration: inherit;
  color: inherit;
  background-color: inherit; }

.plain-link:link, h1 a:link {
  color: black; }
.plain-link:visited, h1 a:visited {
  color: black; }
.plain-link:hover, h1 a:hover {
  color: black; }
.plain-link:active, h1 a:active {
  color: black; }

form {
  font-size: 85%;
  margin: 0; }
  form legend {
    padding: 0 .2em;
    font-weight: bold; }
  form label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top; }
  form em {
    font-weight: bold;
    font-style: normal;
    color: #f00; }
  form fieldset {
    margin-bottom: 1em;
    padding: 0.1em 1em 1em;
    text-align: left; }
    form fieldset ol {
      margin: 0;
      padding: 0; }
    form fieldset li {
      list-style: none;
      padding: .5em;
      margin: 0; }
    form fieldset fieldset {
      border: none;
      margin: .3em 0 0; }
      form fieldset fieldset legend {
        padding: 0 0 .5em;
        font-weight: normal; }
      form fieldset fieldset label {
        display: block;
        width: auto; }
  form label {
    width: 10em; }
  form fieldset fieldset label {
    margin-left: 123px; }
  form input[type="submit"] {
    margin: 2em 0; }
  form .featured_times {
    color: inherit;
    background-color: #eeeeee; }

/* --- Header ------------------------------ */
#masthead {
  font-size: 5em;
  font-weight: normal;
  font-family: georgia, serif;
  line-height: 1em; }
  #masthead a {
    color: inherit; }

#logout {
  text-align: right;
  font-size: 68%; }

/* --- Search box -------------------------- */
#search form {
  float: none;
  margin: 0 1em;
  text-align: left; }
  #search form fieldset {
    border: 0; }
  #search form input[type="text"] {
    float: left; }
  #search form input[type="submit"] {
    float: left;
    margin: 0.5em 0 0 1em; }
#search h2 {
  margin: 1em 1em 0.5em; }
#search ul {
  margin: 0 1em 2em; }
#search li {
  display: inline;
  margin: 0.1em; }

/* --- Messages ---------------------------- */
.notice {
  padding: 1em;
  color: #2a2;
  background-color: #dfd; }

.errors {
  padding: 1em;
  color: #a22;
  background-color: #fdd;
  border-color: #fcc; }

/* --- Content ----------------------------- */
#content {
  color: black;
  background-color: white;
  padding: 1.5em 5% 1.5em 5%; }

.actions {
  float: right;
  font-size: 85%;
  margin: -1em -1em 0 0; }

.pagination {
  clear: both; }

#assets .asset.list {
  margin: 1em 0;
  padding: 1em; }
  #assets .asset.list .minithumb {
    float: left;
    margin: 0;
    text-align: center; }
  #assets .asset.list h2 {
    font-size: 180%;
    margin: 0 0 0 100px; }

.tags {
  font-size: 75%;
  margin: 2em 0 0;
  padding: 0.5em;
  color: inherit;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #dddddd; }

.description {
  margin-top: 1em; }

.minithumb {
  width: 80px;
  height: 60px; }

#featured {
  float: right;
  margin: 0 2em; }

.isfeatured {
  margin: 1em 0 0; }

.details {
  clear: both; }

.hide {
  display: none; }

/* Footer ----------------------------------------------- */
.vcard {
  margin: 1em; }

/* --- Hacks ------------------------------- */
.clearfix:after {
  content: "\".\"";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Hides from IE-mac */
* html .clearfix {
  height: 1%; }

/* End hide from IE-mac */
