body { background-color: #fff; color: #333; margin-left: auto; margin-right: auto; width: 99%; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 1.2;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}




form {
  font-size: 1.1em;
  width: 490px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 100px;
  background: url(/images/rss.png) no-repeat top right;
  height: 100px;
}

form a {
  text-decoration: underline;
}

form dl input, form dl textarea, form dl select {
  padding: 3px 3px 3px 3px;
  margin-top: 3px;
}

form dl dt, form dl div, form fieldset div {
  margin-top: 1em;   /* white-space above field label */
}

form dl dd {
  margin-left: 0px;  /* by default dd is indented */
}

form dl dt label {
  font-weight: bold;
  margin-right: 1.5em;
}

form dl dt span {
  vertical-align: text-top;
  font-size: 0.86em;
}

form dl dt span, form dl dt span a, .hint, a.hint, .hint a {    /* style for hints */
  color: #608080;
}

form > dl, form fieldset {
  padding-left: 0;
}

form div.indented-form {
  margin: 1em 0em 1em 1.8em;
  padding: 0px 0px 15px 15px;
  border: 1px #c0c0c0 solid;
  border-top-width: 0px;
}

form button.submit {
  border: 1px solid #aaaaaa;
  font-size: 1.1em;
  padding: 2px;
}












.digg_pagination {
  background: white;
  /* self-clearing method: */ }
  .digg_pagination a, .digg_pagination span {
    padding: .2em .5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .digg_pagination span.disabled {
    color: #ddd;
    border: 1px solid #DDD; }
  .digg_pagination span.current {
    font-weight: bold;
    background: #555;
    color: white;
    border: 1px solid #555; }
  .digg_pagination a {
    text-decoration: none;
    color: #333;
    border: 1px solid #bbb; }
    .digg_pagination a:hover, .digg_pagination a:focus {
      color: #fff;
      border-color: #003; }
  .digg_pagination .page_info {
    background: #2E6AB1;
    color: white;
    padding: .4em .6em;
    width: 22em;
    margin-bottom: .3em;
    text-align: center; }
    .digg_pagination .page_info b {
      color: #003;
      background: #6aa6ed;
      padding: .1em .25em; }
  .digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .digg_pagination {
    height: 1%; }
  *:first-child+html .digg_pagination {
    overflow: hidden; }
    
.digg_pagination {
  height: 25px; margin-left: 1em;
}

















iframe { margin-top: 2em; width: 100%; height: 300px; }

.subscriptions_list {
  padding: 0px;
}

.subscription.error {
  background: url(/images/alert.png) no-repeat top right;
  border: 1px #cccccc solid;
}
.subscription.new {
  background: url(/images/star.png) no-repeat right top;
  border: 1px #cccccc dashed;
}
.subscription {
  display: inline; float: left; 
  width: 178px;
  margin: 5px;
  padding: 5px;
  overflow: hidden;
  border: 1px #ffffff solid;
}

.subscription:hover {
  background-color: #eeeeee;
}

.subscription .subscription_title {
  font-size: 1.2em;
  line-height: 1;
  font-weight: bold;
  overflow: hidden;
  height: 3.2em;
}
.subscription .subscription_created_at {
  font-size: 11px;
  line-height: 1;
  color: #555;
}
.subscription .admin_subscription, .subscription .admin_subscription div, .subscription .admin_subscription a {
  display: inline;
  font-size: 11px;
  line-height: 1;
  color: #555;
}
.ago {
  font-size: 11px;
  color: #555;
}

form.feed input[type=text], form.subs input[type=text] {
  width: 270px;
}

form.feed, form.subs {
  margin-top: 2em;
  height: 120px;
}

form.subs {
  height: auto;
}

ol.nav {
  background: #808080;
}
ol.nav li a {
  color: #808080;
  text-decoration: none;
  padding: 0.2em 1em 0.2em 1em;
}
ol.nav li {
  border: 1px #ffffff solid;
  border-bottom-color: #808080;
  float: right;
  list-style: none;
  margin: 0px;
  padding: 0.2em 0 0.2em 0;
  margin-bottom: 2em;
}

body.opml_imports li.nav_import,
body.invite li.nav_invite,
body.payments li.nav_payment,
body.feeds.new li.nav_create,
body.subscriptions.index li.nav_newest,
body.weekly li.nav_weekly,
body.daily li.nav_daily,
body.freshest li.nav_freshest,
body.broken li.nav_broken {
  font-weight: bold;
  border: 1px #808080 solid;
  border-bottom-color: #808080;
}

body.opml_imports li.nav_import a,
body.invite li.nav_invite a,
body.payments li.nav_payment a,
body.feeds.new li.nav_create a,
body.subscriptions.index li.nav_newest a,
body.weekly li.nav_weekly a,
body.daily li.nav_daily a,
body.freshest li.nav_freshest a,
body.broken li.nav_broken a {
  color: #000000;
}

body.opml_imports li.nav_import a:hover,
body.invite li.nav_invite a:hover,
body.payments li.nav_payment a:hover,
ol.nav li a:hover,
body.feeds.new li.nav_create a:hover,
body.subscriptions.index li.nav_newest a:hover,
body.freshest li.nav_freshest a:hover,
body.broken li.nav_broken a:hover {
  color: #FFFFFF;
}

ol.entries {
  margin: 0px;
  padding-left: 0px;
}
ol.entries li.old {
}
ol.entries li.old span {
  color: #aaaaaa;
  font-family: Monaco, monospace;
  font-size: 7px;
}
ol.entries li.old a {
  color: #aaaaaa;
}
ol.entries li.new {
}
ol.entries li.new span {
  xcolor: #aa0000;
  background: yellow;
  font-family: Monaco, monospace;
  font-size: 7px;
}
ol.entries li.new a {
  xcolor: #aa0000;
}
div#info-area {
  overflow: hidden;
  white-space: nowrap;
}
form.import {
  white-space: nowrap;
  overflow: hidden;
}
label .hint {
  font-size: 0.8em;
}

.flash_notice {
  color: green;
  width: 450px;
  padding: 1em;
  margin: 0 auto 0 auto;
  font-weight: bold;
  font-size: 1.3em;
}

div.warning {
  background-color: yellow;
  width: 450px;
  padding: 1em;
  margin: 0 auto 2em auto;
}

div#plans h3 span {
  text-decoration: underline;
  cursor: pointer;
  color: blue;
}

div#plans h3.selected, div#plans h3:hover {
  color: #000;
}

div#plans h3 sup {
  text-decoration: none;
}

div#plans h3.selected sup {
  display: inline;
  background-color: yellow; font-style: italic; font-weight: normal;
}

div#plans form {
  padding: 1em;
  background: #eee;
}

div#plans {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.questionmark {
  padding: 0pt 2px;
  color: #ffffff;
  background-color: #BBB;
  border: 1px solid #EEE;
  cursor: help;
  display: none;
}