* {
  padding: 0em;
  margin: 0em;
}

body {
  background: #000000 url('/images/main_background.jpg');
  background-repeat: no-repeat;
  padding: 0px 0px 35px 0px;
  text-align: center;
  background-position: top center;
  font-family: helvetica, sans-serif;
  color: #fff;
}

/* PNG transparency fix for IE */

img, div, input, h1 { behavior: url("/iepngfix.htc") }

#tabnav {
  position: absolute;
  top: -25px;
  right: 20px;
}

#tabnav ul {
  display: inline;
}

#tabnav li {
  display: inline;
  list-style: none;
  padding: 0px 5px 0px 5px;
  color: #CE1A1A;
}

#tabnav a, #tabnav a:visited {
  text-decoration: none;
  color: #ffffff;
}

#tabnav a:hover {
  text-decoration: underline;
}

#content {
  position: relative;
  top: 200px;
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  margin-bottom: 60px;
}

h2 {
  margin-bottom: 20px;
  margin-left: 20px;
  text-align: left;
}

#content p,blockquote,pre {
  width: 700px;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
}

#content blockquote {
  width: 700px;
  padding: 15px 0px 15px 0px;
  font-style: italic;
  font-size: 1.3em;
  margin-left: auto;
  margin-right: auto;
}

#content blockquote:before {
  content: "\201C";
}

#content blockquote:after {
  content: "\201D";
}

/*

Text replacement for "Would you hit palin?"

*/

#header {
  width: 454px;
  height: 160px;
  background-image: url(/images/would_you_hit_palin.png);
  background-repeat: no-repeat;
  margin-left: 260px;
/*  margin-left: auto;
  margin-right: auto;*/
}

#header span {
  display: none;
}

#header-results {
  width: 698px;
  height: 71px;
  background-image: url(/images/would_you_hit_palin_small.png);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

#header-results span {
  display: none;
}

#winker {
  margin-top: -30px;
  margin-left: 2px;
  float: left;
}

/* Homepage (cast a vote) form styles */

form.new_vote {
  margin-bottom: 50px;  
}

form.new_vote input {
  font-size: 1.2em;
  padding: 5px;
  border: 1px solid #000;
}

/* results page */

#results {
  color: #000000;
  border: 2px solid #000000;
  background-color: #E9E5E5;
  padding: 20px;
  width: 500px;
  margin: -15px auto 20px auto;
}

#results table {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

#map {
  margin: 20px 0;
}

#share {
  
}

#country_breakdown {
  text-align: center;
}

#country_breakdown table {
  text-align: left;
  margin: 20px auto;
}

#country_breakdown table tr td,#country_breakdown table tr th {
  padding: 0 10px;
  font-size: 0.8em;
}

#country_breakdown table tr.alt {
  background-color: #3B3B3B;
}

#country_breakdown table tr.reg {
  background-color: #1D1D1D;
}

#country_breakdown table tr td {
  padding: 0 10px;
  font-size: 0.8em;
}

.result_bar {
  height: 20px;
  display: block;
}

.result_bar_container {
  width: 101px;
}

.yes {
  background-color: #F416F7;
  float: left;
}

.no {
  float: right;
  margin-right: 1px;
  background-color: #79D0FF;
}

/* flash styling */

.flash {
  padding: 20px;
  padding-top: 0px;
  font-size: 1.5em;
  font-weight: bold;
  color: red;
}

