.main {
    background: url("http://wannabe.contropa.com/wp-content/themes/uchilla1.0/images/backgrounds/striped_dark.jpg") !important;
}
#main-sidebar a {
    color: #D7FF96
}
#main-sidebar a:hover {
    color: #B4F54C;
    text-decoration:none;
}



.post-content a:link,.post-content  a:visited {
 color: #78BA0D;
}

.post-content a:hover {
 color: #558A00;
}

.main,.overflow-container  {
    background: url("http://wannabe.contropa.com/wp-content/themes/uchilla1.0/images/backgrounds/striped_dark.jpg");
}
.main {
    background: none;
}
#main-sidebar a {
    color: #D7FF96
}
#main-sidebar a:hover {
    color: #9DE031;
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: -3px;
}
.entry .further-reading, .entry article {
    padding: 1em 5%;
}
.post {
    position: relative;
}
.post-title {
    font-size: 2.9em;
}
.post-meta a {
    position: absolute;
    top: 10px;
    right: -35px;
    background: none repeat scroll 0% 0% #D7FF96;
    padding: 10px !important;
    width: 75px;
    font-size: 90%;
    text-decoration: none;
    line-height: 1;
    font-weight: 800;
    color: #666;
    text-transform: uppercase;
    text-align: center;
}
.dataTables_wrapper {
    min-height: 0;
}

}
td, th {
    border: 0px !important;
}

.wp-table-reloaded {
    border-spacing: 0;
    background-color: none;

}
.wp-table-reloaded th {
    background-color: #666;
    border: none;
    color: #D7FF96 !important;
}
.wp-table-reloaded .odd td {
    background-color: #EEE;
}
.further-reading {
    background: #eee;
}
.site-footer .design-credit {
    display: none;
}
.widget .widget-title {
    letter-spacing: 0px;
}
.search-form-container input[type="submit"] {
    max-width: none;
    background: #444;
    margin: 0 !important;
}

.sidebar-primary .widget_search input[type="submit"], .sidebar-primary .widget_search input[type="submit"]:hover {
    background: #444 !important;
}
.search-form-container input[type="search"] {
    margin-bottom: 0;
}
.widget_search .search-form-container {
    font-size: 90% !important;
}

#content {
    padding: 1em 5%;
    background: #FFF;
}

.wp_syntax table {
	margin: 0;
}


.post-content ol, .post-content ul {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  padding: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  width: 97%;
  float: left;
  overflow: visible;
  margin: 0 0 1.3em 1.3em;
  clear: both;
}
.post-content ol li, .post-content ul li {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  *padding: 0.4em;
  margin: 0.5em 0;
  background: #f5f5f5;
  color: #444444;
  text-decoration: none;
  border-radius: 0.3em;
}
.post-content ol li:before, .post-content ul li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #333333;
  height: 2.8em;
  width: 2.8em;
  line-height: 2em;
  border: 0.3em solid white;
  color: white;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
}

.post-content ul li:before {
  content: "•";
}
.wp_syntax table {
    min-width: 100%;
}
.wp_syntax .line_numbers {
    width: 50px;
}
