@import 'http://antville.org/static/styles/main.min.css';
html,
html.uk-notouch,
body {
  background-color: #ffffff;
  color: #999999;
  font-family: normal 12px verdana, helvetica, arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #990000;
  font-family: georgia, palatino, book antiqua, serif;
}
a {
  color: #990000;
}
a:hover {
  color: #ff9933;
}
a[href='javascript:'] {
  display: none;
}
em {
  color: #999999;
}
small em {
  color: #999999;
}
img {
  max-width: initial;
}
img[src$='pixel.gif'] {
  width: initial;
  height: initial;
}
hr {
  border-top-color: rgba(153, 153, 153, 0.25);
}
.uk-description-list-line {
  overflow: hidden;
}
.uk-text-muted,
.uk-article-meta,
.uk-description-list-line > dd {
  color: #999999 !important;
}
.uk-table-striped tbody tr:hover,
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: inherit;
}
.uk-button-group.av-link-group a {
  border-right: initial;
}
.uk-nav-divider + .uk-nav-divider,
.uk-nav-header + .uk-nav-header {
  display: none;
}
.uk-nav-side .uk-nav-divider {
  margin-top: 15px;
  border-top: none;
}
.uk-nav-side > li > a {
  color: #999999;
}
.uk-nav-side > li > a:hover {
  background: rgba(153, 153, 153, 0.1);
  color: #999999;
  text-shadow: none;
}
.uk-alert {
  background: rgba(153, 153, 153, 0.1);
  border-color: #999999;
  color: #999999;
  text-shadow: none;
}
.uk-icon-button:link,
.uk-icon-button:visited {
  background-color: #ffffff;
  color: #990000;
  border-color: #990000;
  text-shadow: initial;
}
.uk-icon-button:hover {
  background-color: #ffffff;
  color: #ff9933;
  border-color: #ff9933;
  text-shadow: initial;
}
.uk-button:not(.uk-button-success) {
  text-shadow: initial !important;
}
.uk-button:not(.uk-button-success),
.uk-button:not(.uk-button-success):link,
.uk-button:not(.uk-button-success):visited {
  background-color: #ffffff;
  color: #999999;
  border-color: #999999;
}
.uk-button:not(.uk-button-success):hover {
  background-color: #ffffff;
  color: #ff9933;
  border-color: #ff9933;
}
.uk-button:not(.uk-button-success).uk-button-link {
  border: initial;
}
.uk-button:not(.uk-button-success).uk-button-link:link,
.uk-button:not(.uk-button-success).uk-button-link:visited {
  color: #990000;
}
.uk-button:not(.uk-button-success).uk-button-link:hover {
  color: #ff9933;
}
.uk-button:not(.uk-button-success).uk-button-primary {
  background-color: #ffffff;
  border-style: double;
  border-color: #990000;
  color: #990000;
  font-weight: bold;
}
.uk-button:not(.uk-button-success).uk-button-primary:hover {
  background: inherit;
  border-color: #ff9933;
  color: #ff9933;
}
.uk-pagination > li > a {
  background: #ffffff;
  color: #990000;
  border-color: #990000;
  text-shadow: initial;
}
.uk-pagination > li > a:hover {
  background: #ffffff;
  color: #ff9933;
  border-color: #ff9933;
}
.uk-pagination > .uk-active > span {
  background: #ffffff;
  border-color: #999999;
  color: #999999;
  font-weight: bold;
}
.uk-pagination > .uk-disabled > span {
  background: rgba(153, 153, 153, 0.1);
  color: #999999;
  border-color: #999999;
  text-shadow: initial;
}
.uk-subnav > li > a:link,
.uk-subnav > li > a:visited {
  color: #990000;
}
.uk-subnav > li > a:hover {
  color: #ff9933;
}
.uk-nav-side > li.uk-active > a {
  background: none;
  color: #990000;
  box-shadow: none;
  font-weight: bold;
}
.uk-thumbnail img {
  max-width: 100%;
}
h1 a:visited,
.uk-table a:visited {
  color: #990000;
}
h1 a:hover,
.uk-table a:hover {
  color: #ff9933;
}
.uk-table th,
.uk-table td {
  border-color: rgba(153, 153, 153, 0.25);
}
.uk-form legend:after {
  content: '';
  display: block;
  border-bottom: 1px solid rgba(153, 153, 153, 0.25);
  width: 100%;
}
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  border-color: rgba(153, 153, 153, 0.25);
}
h4 + .uk-comment-meta li:first-child {
  padding-left: 0;
}
.av-page {
  width: 900px;
}
.av-sprite {
  display: inline-block;
  vertical-align: middle;
}
.av-ant {
  display: inline-block;
  margin: 0 0 -2px -2px;
  width: 15px;
  height: 15px;
  background: url(/static/img/ant.svg);
  background-size: 15px 15px;
}
.av-border-left {
  border-left: 1px solid rgba(153, 153, 153, 0.25);
}
.av-overflow {
  max-width: 0;
  overflow: hidden;
}
.av-invisible {
  visibility: hidden;
}
.av-concealed-link {
  color: inherit;
}
.av-concealed-link:hover {
  color: inherit;
}
.av-upload {
  position: relative;
}
.av-upload input[type='file'] {
  position: relative;
  z-index: 1;
  visibility: hidden;
}
.av-upload .av-upload-controls {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.av-upload-drop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
.av-upload-drop i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20em;
}
.av-upload-drop i.av-upload-glow {
  animation-name: av-upload-glow;
  animation-duration: 3s;
  animation-direction: alternate;
  animation-iteration-count: infinte;
  -webkit-animation-name: av-upload-glow;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
}
@keyframes av-upload-glow {
  0% {
    color: inherit;
  }
  100% {
    color: #990000;
  }
}
@-webkit-keyframes av-upload-glow {
  0% {
    color: inherit;
  }
  100% {
    color: #990000;
  }
}
.av-image-box {
  display: inline-block;
  max-width: 100%;
}
.av-collage {
  padding: 0;
}
.av-collage .av-tagged-image {
  opacity: 0;
}
.av-collage .av-tagged-image img {
  max-width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  opacity: 1;
}
.av-collage .av-tagged-image .Caption_Content {
  color: #fff;
  padding: 10px;
}
.av-poll-result-bar {
  display: inline-block;
  height: 0.5rem;
  overflow: hidden;
  margin-right: 0.5rem;
  background-color: #990000;
}
.av-header {
  position: relative;
  height: 73px;
  margin-top: 5px;
}
.av-header .av-header-bg-chaos {
  width: 274px;
  height: 53px;
  margin-left: -54px;
  background: url('/static/img/spritesheet.png');
  background-position: -9px -139px;
  background-repeat: no-repeat;
}
.av-header .av-header-bg-dots {
  margin-left: 222px;
  position: relative;
  top: -46px;
  width: 680px;
  height: 38px;
  background: url('/static/img/dot.gif');
}
.av-header .av-title {
  position: absolute;
  top: 13px;
  overflow: visible;
  white-space: nowrap;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
}
.av-header.av-root-site .av-title {
  top: 0px;
  left: -55px;
}
.av-skin-active {
  background: #fff;
  opacity: .25;
}
.av-locale-needs-translation {
  color: #999999;
}
.av-layout-sandbox {
  height: 22px;
}
.av-layout-sandbox div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 22px;
  padding: 0 20px;
  background: url('');
  background-position: 0 23px;
  text-align: left;
}
.av-skin-control {
  margin: 5px 0;
}
.av-skin-edit-link {
  padding: 2px;
  text-decoration: none !important;
}
.helma-debug-line {
  border: none !important;
}
.jala-calendar {
  width: 100%;
  text-align: center;
}
.jala-calendar tbody th {
  font-weight: normal;
  color: #999999;
}
.jala-calendar .jala-calendar-day {
  width: 14.27%;
  line-height: 1.2rem;
  text-align: center;
}
.jala-calendar .jala-calendar-day a {
  font-weight: bold;
}
.jala-calendar .jala-calendar-selected {
  border: 1px solid #999999;
  border-radius: 4px;
  font-weight: bold;
}
.jala-calendar .jala-calendar-left {
  text-align: center;
  vertical-align: baseline;
}
.jala-calendar .jala-calendar-right {
  border: 0;
  text-align: center;
  vertical-align: baseline;
}
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
  color: #990000 !important;
}
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
  color: #990000 !important;
}
.gs-result .gs-title,
.gs-result .gs-title * {
  text-decoration: none !important;
}
a.gs-title:hover {
  text-decoration: underline !important;
}
.gsc-results {
  border: none !important;
  width: auto !important;
}
.cse .gsc-control-cse,
.gsc-control-cse,
.gsc-result-info,
.gcsc-branding,
.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gsc-results .gsc-cursor-box {
  margin: 10px 0 0 0 !important;
}
.gsc-result-info,
.gsc-orderby-label,
td.gsc-branding-text,
td.gcsc-branding-text {
  color: #999999 !important;
}
.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  background-color: inherit !important;
}
.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
  color: #999999 !important;
}
.gsc-control-cse,
.gsc-control-cse-en {
  background: #ffffff !important;
}
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  border: none !important;
  background: none !important;
}
.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet,
.gs-fileFormatType {
  color: #999999 !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #990000 !important;
  background: none !important;
}
.gcsc-branding-img-noclear {
  width: 51px;
  height: 15px;
  max-width: initial;
  vertical-align: text-bottom;
}
.gsc-above-wrapper-area {
  border-bottom-color: rgba(153, 153, 153, 0.25) !important;
}

a:visited {
  color: #663300;
}
.test1 {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #999999;
  margin-bottom: -15px;
  margin-left: 4px;
}
.feedburnerFeedBlock {
  width: 198px;
  display: block;
  padding: 3px;
  border-style: dotted;
  border-width: 1px;
  border-color: #ff9933;
}
.feedTitle {
  display: none /*font-family:verdana, helvetica, arial,sans-serif;
             font-size:10px;
             font-weight:bold;
             color:#999999*/;
}
.headline {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  color: #999999;
}
div.feedburnerFeedBlock ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 2;
  padding-bottom: 2;
  list-style: url(none) none outside;
}
.creditfooter {
  display: none;
}
body,
td {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 12px;
}
.title {
  font-size: 48px;
  font-style: italic;
  color: #990000;
  font-family: georgia, palatino, book antiqua, serif;
  text-decoration: none;
}
.tagline {
  font-family: georgia, palatino, book antiqua, serif;
  font-style: italic;
  font-size: 16px;
  color: #ffffff;
}
a {
  text-decoration: none;
}
a:hover {
  background-color: #ff9933;
  color: #ffffff;
}
.message {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 12px;
  padding: 1px;
  font-weight: bold;
  color: #990000;
  background-color: #ffffff;
}
.status {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  width: 198px;
  color: #999999
          display:block;
  padding: 3px;
  border-style: dotted;
  border-width: 1px;
  border-color: #ff9933;
}
.main {
  width: 640px;
  text-align: left;
  overflow: hidden;
}
.statushead {
  width: 198px;
  text-align: left;
  letter-spacing: 3px;
  font-size: 10px;
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
}
.sep {
  width: 198px;
  background-image: url("/static/img/dot.gif");
}
ul {
  list-style: url("/static/img/bullet.gif") circle;
}
li {
  padding-bottom: 3px;
}
table.calendar thead,
.calHead {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
table.calendar th,
table.calendar tbody td.day,
.calDay {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  text-align: center;
}
table.calendar tbody td.selected,
.calSelDay {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  border: 1px dotted #ff9933;
  text-align: center;
}
table.calendar tfoot td,
.calFoot {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
.storyDate {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  color: #999999;
}
.storyTitle {
  font-family: georgia, palatino, book antiqua, serif;
  font-size: 18px;
  color: #990000;
  font-style: italic;
}
.small {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  color: #999999;
}
.commentHead {
  width: 50px;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #ff9933;
  margin-bottom: 2px;
  margin-top: 10px;
}
.commentDate {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  color: #999999;
  margin-bottom: 2px;
}
.commentTitle {
  font-family: georgia, palatino, book antiqua, serif;
  font-size: 18px;
  font-style: italic;
  color: #990000;
  margin-bottom: 2px;
}
.reply {
  padding-left: 20px;
}
.offlineStory {
  background-color: #cccccc;
}
.pollResultsBar {
  height: 5px;
  margin-right: 10px;
  background-color: #ff3300;
  font-size: 0px;
}
.form {
  width: 380px;
}

