* {
  margin: none;
  padding: none;
}

body {
  background-color: #191919;
  font-family: "Trebuchet MS";
  color: #ddd;
  margin: none;
  padding: none;
}

a {
  text-decoration: none;
  color: #ddd;
}

img {
  border: none;
}

#header {
  padding: 1em 5em 0 5em;
  position: relative;
}

#logo {
  float: left;
  border: none;
}

#nav {
  display: inline;
  list-style-type: none;
  float: right;
  font-size: 0.8em;
  position: relative;
}

#nav li {
  display: inline;
  margin-right: 1em;
}

#nav li a {
  border: none;
}

#nav li.active, #nav li:hover {
  padding-bottom: 2px;
  border-bottom: 2px solid #9B9FFF;
}

#darkbox {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1000;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
}

#login {
  float: right;
  clear: both;
  position: absolute;
  background-color: #181818;
  padding: 1em;
  border: 1px solid #ddd;
  right: 1em;
  top: 2.5em;
  display: none;
  z-index:1001;
}

#login input {
  background-color: #191919;
  border: 1px solid #ddd;
  color: #ddd;
}

#loginemail, #loginpassword {
  width: 15em;
  clear: both;
  display: block;
}

#loginpassword {
  margin-top: 0.5em;
}

#logincancel {
  float: left;
  margin-top: 0.8em;
}

#loginsubmit {
  float: right;
  margin-top: 0.8em;
}

#desc {
  margin: 5em 1em 0 1em;
  clear: both;
  border-top: 1px solid #555;
}

#image {
  margin-left: 8%;
  margin-right: 5%;
  float: left;
}

#image img {
  display: block;
}

#description {
  float: left;
  width: 40%;
  font-size: 0.8em;
  text-align: justify;
}

#page {
  clear: both;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 1px solid #555;
}

#sponsors {
  position: relative;
  float: right;
  margin-top: 2em;
  z-index: 1000;
}

#sponsors img {
  float: right;
  clear: both;
  margin-top: 1.5em;
}


#pagetitle {
  margin: 1em 20% 0 8%;
  color: #111;
  width: 30%;
  padding: 0.2em;
  border-bottom: 1px solid grey;
  white-space: nowrap;
  color: #9B9FFF;
  font-size: 1.3em; 
}

#items {
  margin: 2em 254px 0 5%;
  padding-right: 20%;
  font-family: Verdana,sans-serif;
  font-size: 0.9em;
}

.enter {
  padding-left: 2em;
  margin-right: 1em !important;
}

.enter img {
  border: none;
}

.enter a {
  border: none !important;
  margin-right: 1em;
}

.item {
  padding-bottom: 1em;
  border-bottom: 1px solid #252525;
  font-size: 1em;
  margin-bottom: 2em;
  list-style-type: none;
}

.item p {
  text-align: justify;
}

.itempic {
  float: left;
  margin-right: 1em;
}

.itemtitle {
  margin-bottom: 0.5em;
  font-size: 1.3em;
}

.itemmod {
  font-size: 11px;
  font-weight: normal;
  border-bottom: none !important;
}

.itemsignup {
  font-weight: 800;
  font-size: 0.8em;
}

.iteminfo {
  margin-top: 1em;
  font-size: 0.7em;
  line-height: 2em;
  color: #777;
}

.itemcomment {
  margin-top: 1em;
  white-space: nowrap;
}

.itemcomments {
}

.itemcomments li, .itemcomments form {
  position: relative;
  left: -4em;
  list-style-type: none;
  font-size: 0.9em;
}

.itemcommentinfo {
  font-size: 0.7em;
  color: #777;
}

.itemcommentform {
  margin-top: 1em;
}

.itemcommenttext {
  background-color: #191919;
  border: 1px solid #777;
  color: #ddd;
  display: block;
  width: 40%;
  height: 6em;
  margin-bottom: 0.5em;
}

.itemcommentsubmit {
  display: block;
  background-color: #191919;
  border: 1px solid #777;
  color: #ddd;
}

.itemuserlist {
  position: relative;
  left: -4em;
  font-size: 0.8em;
}

.itemuserlist li {
  list-style-type: none;
  display: inline;
}

#items a {
  border-bottom: 1px dotted #ddd;
}

#items pre {
  margin-bottom: 1em;
  font-family: Verdana,sans-serif;
}

#items p, h1, h2, h3, h4, h5, h6, ul {
  margin-bottom: 1em;
}

#items ul {
  list-style-type: square;
  margin-left: 2em;
}

#items ol {
  margin-left: 2em;
}

#items hr {
  margin: 2em;
  width: 50%;
  height: 1px;
}

@media print {
  #nav, #description, #desc {
    display: none;
  }
  * {
    margin: 0;
    padding: 0;
  }
  #page {
    border: none;
  }
}


#djangoForumBody {
    margin-left: 2em;
}

#djangoForumList,
#djangoForumThreadList,
#djangoForumThreadPosts {
    border-collapse: collapse;
    width: 100%;
}

#djangoForumList td,
#djangoForumThreadList td,
#djangoForumThreadPosts td {
    border: solid #777 1px;
    padding: 6px;
}

#djangoForumList .djangoForumListDetails {
    width: 70%;
}

#djangoForumList .djangoForumListDesc {
    font-size: 0.8em;
}

#djangoForumList .djangoForumListDetails .djangoForumStats {
    font-size: 80%;
}

.djangoForumListLastPost,
.djangoForumThreadLastPost {
    border-bottom: solid #777 1px;
}

#djangoForumList th,
#djangoForumThreadList th,
#djangoForumThreadPosts th {
    border: solid #777 1px;
    color: #fff;
    text-align: left;
    padding: 4px;
}

#djangoForumThreadPosts th {
    width: 20%;
}

#djangoForumBreadcrumbs {
    padding: 1em;
    font-size: 0.8em;
}

#djangoForumBody label {
    font-weight: bold;
    display: block;
    padding: 4px;
}

#djangoForumThreadPostDetail {
    width: 20%;
}
.djangoForumPagination {
    display: inline;
}
