/* Clean default styling */
* {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

:link, :visited {
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  clear: left;
}

img {
  border: 0;
}
/* END Clean default styling */

/* General */
html {
  font-size: 62.5%;
}

body {
  background: #000;
  color: #333;
  font: 1.2em/1.8em Verdana, Arial, Helvetica, sans-serif;
}

a, a:link, a:visited, a:active {
  color: #a00;
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
}

a:hover {
  color: #c00;
  border-bottom: 1px solid #aaa;
}

a.noborder {
  border: 0;
}

a.noborder span, a.noborder:link span, a.noborder:visited span, a.noborder:active span {
  border-bottom: 1px dotted #aaa;
}

a.noborder:hover span {
  border-bottom: 1px solid #aaa;
}

a.white {
  color: #bbb;
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: bold;
  margin: 5px 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

h2 {
  font-size: 1.8em;
  margin: 10px 0;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}
/* END General */

/* General Utility */

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

li.clear {
  clear: both;
  display: block;
  width: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

.textcenter {
  text-align: center;
}

.hide, .hidden-checkbox {
  display: none !important;
}

.active-checkbox {
  display: block !important;
}

.bigger {
  font-size: 1.3em;
}

small, .smaller {
  font-size: 0.95em;
  font-weight: normal;
}

.lightgrey, a.lightgrey, a:link.lightgrey, a:visited.lightgrey, a:hover.lightgrey {
  color: #A18B6E;
}

.strong, strong {
  font-weight: bold;
}

.upcase {
  text-transform: uppercase;
}

.no-white-space {
  padding: 0;
  margin: 0;
  line-height: 1.1em;
}

.half-page {
  width: 49%;
  margin-right: 1%;
  float: left;
}

.view-all {
  text-align: right;
  font-style: italic;
}

.quick-tip {
  font-style: italic;
  color: #888;
  font-weight: normal;
}

h1 .quick-tip, h2 .quick-tip, h3 .quick-tip, h4 .quick-tip, dt .quick-tip {
  font-style: normal;
}

h1 .quick-tip, h2 .quick-tip, h1 a.add, h2 a.add {
  font-size: 0.66em;
}

h3 .quick-tip, h3 a.add {
  font-size: 0.86em;
}

h4 .quick-tip, h4 a.add {
  font-size: 0.86em;
}

.small-tip {
  font-size: 0.90em;
  font-style: normal;
  color: #888;
  font-weight: normal;
}

.menu-help {
  color: #888;
  font-weight: normal;
  font-size: 0.8em;
}

.warning {
  color: #d00;
  margin: 10px 0;
}

.green {
  color: #0d0;
  margin: 10px 0;
}

hr {
  clear: both;
  width: 90%;
  border: none;
  height: 1px;
  background: #ccc;
  margin: 5px auto;
}

dt {
  color: #000;
  font-weight: bold;
  margin: 2px 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.1em;
  clear: both;
}

dd {
  padding-left: 10px;
  clear: both;
}

ul.dotted-list li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 10px;
}

.inline-menu li {
  display: inline;
  padding: 2px 5px;
}

p.post-table {
  text-align: right;
  margin: 5px 0;
}

div.boxed {
  border: 5px solid #ddd;
  background-color: #efefef;
  max-width: 500px;
  padding: 10px;
  margin: 5px 0;
}

div.boxed.wide {
  max-width: none;
}

div.boxed .alignleft {
  margin-right: 10px;
}
/* END General Utility */

/* Formatted Text */
.formatted-text p, .formatted-text ul, .formatted-text ol {
  margin-bottom: 10px;
  line-height: 1.5em;
}

.formatted-text ol li {
  margin-left: 10px;
  list-style: decimal outside;
}

.formatted-text ul li {
  margin-left: 10px;
  list-style: disc outside;
}
/* END Formatted Text */

/* Accessibility */
#accessibility {
  display: none;
}
/* END Accessibility */

#wrapper {
  width: 1100px;
  min-width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
}
/* Header */
#header {
  width: 1100px;
  min-width: 1100px;
  max-width: 1100px;
  margin: 10px 0 5px 15px;
/*  margin: 10px auto;*/
  height: 630px;
  background: url(../i/header.jpg) no-repeat top;
}

/* END Header */

/* Info */
#info-mid, #info-top, #info-bottom {
  width: 1033px;
  margin: 0 auto;
  min-width: 1033px;
}

#info-mid {
  width: 1033px;
  height: 180px !important;
  height: 175px;
  padding-bottom: 5px;
  background: url(../i/grey-mid.gif) repeat-y;
}

#info-top {
  height: 180px !important;
  height: 175px;
  padding-bottom: 5px;
  background: url(../i/grey-top.gif) no-repeat top;
}

#info-bottom {
  height: 180px !important;
  height: 175px;
  padding-top: 5px;
  background-image: url(../i/grey-bottom.gif) !important;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: none;
  position: relative;
}

#info-main {
  width: 100%;
  height: 110px;
  z-index: 10;
}

#total-votes {
  position: absolute;
  padding: 2px 0;
  height: 20px;
  height: 20px !important;
  height: 16px;
  text-align: center;
  background: #fff;
  width: 100%;
  bottom: 28px;
  left: 0;
  z-index: 2;
}

#add-vote {
  text-decoration: none;
}


#info-left {
  width: 180px;
  float: left;
  margin-left: 10px;
  padding-top: 34px;
  z-index: 10;
  position: relative;
}

#info-center {
  width: 615px;
  float: left;
  margin: 0px 18px;
  z-index: 10;
  position: relative;
}

#info-right {
  width: 180px;
  float: left;
  padding-top: 34px;
  z-index: 10;
  position: relative;
}

div#info-center table {
  width: 500px;
  margin: 0 auto;
  min-width: 300px;
  z-index: 10;
  border: 0px;
  text-align: center;
}

div#info-center table tr {
  line-height: 15px;
}

.small {
  display: block;
  width: 100%;
  font-weight: thin;
  font-size:  0.8em;
  text-align: center;
}

td#info-title {
  width: 200px;
}

td#info {
  width: 150px;
}

.info-title {
  color: #a00;
  padding: 1px 20px;
  text-align: center;
}

#total-votes-for-ironman{
/*  position: relative;*/
  margin-left: 5px;
  height: 99px;
  width: 170px;
  background: url(../i/result.gif) no-repeat bottom;
/*  bottom: 110px;*/
/*  left: 10px;*/
  z-index: 1000;
  font-weight: bold;
  color:  #ddd;
  line-height: 90px;
  font-size: 45px;
  text-align: center;
}

#total-votes-for-hulk {
/*  position: relative;*/
  margin-left: 5px;
  height: 99px;
  width: 170px;
  background: url(../i/result.gif) no-repeat bottom;
/*  bottom: 10px;*/
/*  left: 40px;*/
  z-index: 1000;
  font-weight: bold;
  color:  #ddd;
  line-height: 90px;
  font-size: 45px;
  text-align: center;
}

#add-vote img {
  margin: 3px 0 0 5px;
  height: 33px;
  width: 170px;
/*  background: url(../i/vote.gif) no-repeat bottom;*/
  z-index: 1000;
  border-bottom: none;
}

a#add-vote {
  text-decoration: none;
  border-bottom: none;
}

/* END Info */

/* Content */
#content {
/*  clear: both;*/
/*  margin: 10px auto 10px auto;*/
/*  width: 95%;*/
/*  min-width: 930px;*/
  width: 1100px !important;
  width: 1080px;
/*  min-width: 1100px;*/
/*  max-width: 1100px;*/
}

#posts {
  width: 1050px;
  min-width: 1050px;
  max-width: 1050px;
  margin: 5px auto;
  color: #bbb;
}

#ironman-posts, #hulk-posts {
  width: 450px !important;
  min-width: 450px !important;
  width: 420px;
  min-width: 420px;
}

#ironman-posts {
  float: left;
  margin-left: 45px;
}
#hulk-posts {
  float: right;
  margin-right: 45px;
}

#hulk-trailer, #ironman-trailer, #hulk-post, #ironman-post {
  background-image: url(../i/post-bg.gif) !important;
  background-repeat: repeat-x;
  background-position: top left;
  background-image: none;
  background-color: #151515;
}
#hulk-trailer, #ironman-trailer {
  padding: 10px 20px 10px 60px;
}


#hulk-post, #ironman-post {
/*  padding: 10px 10px 10px 10px;*/
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.post-left {
  float:left;
  width: 50px !important;
  width: 40px;
  margin-left: 10px;
}

.post-right {
  float:left;
  width: 370px !important;
  width: 340px;
}

.post-right p {
  margin-top: 20px;
}

.red {
  color: #a00;
  margin-right: 5px;
}

.post-link, a.post-link, .post-link a {
  color: #bbb;
  line-height: 40px;
}

.month {
  text-align: center;
  font-size: 12px;
  display: block;
  width: 100% !important;
  width: 90%;
  color: #bbb;
}

.day {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  display: block;
  width: 100% !important;
  width: 90%;
  color: #bbb;
}

.red-block {
  color: #800;
  display: block;
  margin-right: 5px;
  float: left;
  height: 48px;
}

.white {
  color: #bbb;
/*  font-weight: bold;*/
}

#hulk-trailer-main, #ironman-trailer-main {
  margin: 5px 0;
}

#hulk-image, #hulk-info, #ironman-image, #ironman-info {
  float: left;
}

#hulk-image img, #ironman-image img {
  width: 190px;
  height: 300px;
  border: 1px solid #fff;
}

#hulk-image, #ironman-image {
  width: 200px;
/*  margin-left: 2px;*/
}

#hulk-info, #ironman-info {
  width: 120px;
  margin-left: 4px;
  margin-right: 8px;
}
/* END Content */

#footer {
  width: 100%;
  margin: 40px auto 20px auto;
  text-align: center;
  color: #fff;
}

/*#banners {
  width: 500px;
  margin: 35px auto;
}*/

/*#banners ul li a {
  text-decoration: none;
  border-bottom: 0; 
  display: block;
  width: 156px;
  margin: 1px 5px;
  float: left;
}*/

#banners {
  background: url(../i/footer.jpg) no-repeat center top;
  width: 100%;
  height: 160px;
  padding-top: 1px;
}

#banners ul {
  width: 500px !important;
  width: 540px;
  margin: 35px auto;
}

#banners ul li {
  display: block;
  width: 156px;
  margin: 1px 5px;
  float: left;
}

#banners ul li a {
  text-decoration: none;
  border-bottom: 0; 
}