/*
 * edac blue: #1b5da1
 */

body {
  font-family: Georgia, Bitstream Vera Serif, Times New Roman, serif;
  font-size: 13px;
  background: #400808 url(../images/edac/bg_pattern.png);
  min-width: 929px;
  color: #000;
}

* html body {
  font-size: 12px;
}

a {
  color: #1b5da1;
  text-decoration: underline;
}

a:visited {
  color: #1b5da1;
  text-decoration: underline;
}

a:hover {
  background: #1b5da1;
  color: #fff;
  text-decoration: none;
}

#header {
  background: url(../images/edac/header.png) no-repeat 50% 0;
  height: 366px;
}

#title, #tagline {
  visibility: hidden;
}

/* \*/
* html #header {
  background: none;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/edac/header.png', sizingMethod='scale');
}
/* */

#vacation {
  background: #06c;
  text-align: center;
  color: #fff;
  padding: 5px;
  font-family: Lucida Grande, Verdana, Bitstream Vera Sans, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #39f;
}

#wrapper {
  width: 850px;
  margin: 0 auto;
}

#content-wrapper {  
  width: 800px;
  margin-top: -205px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #440808;
  border-left: 2px solid #440808;
  border-right: 2px solid #440808;
  border-bottom: 2px solid #340606;
  background: #fff;
}

#content-border {
  border: 1px solid #440808;
  margin: 3px;
  padding: 20px 30px 265px 25px;
  background: #fff url(../images/edac/box.png) no-repeat bottom right;
}

#content {
  border-bottom: 1px dotted #ccc;
  background: transparent url(../images/edac/content_bg.png) no-repeat 50% 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1em;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#faq {
  clear: both;
}

#faq h1 {
  color: #ad0101;
  border-bottom: 1px dotted #ad041b;
  letter-spacing: 0.1em;
  margin-top: 2em;
}

#lady {
  float: left;
  margin: 0 10px 10px 0;
}

#newspaperman, #gerrymanderlogo {
  float: right;
  margin: 10px;
}

h1 {
  margin: 1em 0;
  font-size: 125%;
  font-weight: normal;
}

p {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

#grass-wrapper {
  margin-top: 70px;
  padding: 30px 0 0 0;
  background: url(../images/edac/elephant_donkey.png) no-repeat;
}

#grass {
  background: transparent url(../images/edac/grass.png) repeat-x;
  height: 94px;
}

/* \*/
* html #grass-wrapper {
  background: none;
  height: 116px;
  padding: 0;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/edac/elephant_donkey.png', sizingMethod='crop');
}

* html #grass {
  background: none;
  height: 0;
}
/* */

#footer {
  margin: 0;
  background: #000;
  color: #fff;
  padding: 50px 25px;
  font-family: Georgia, Bitstream Vera Serif, Times New Roman, serif;
  font-size: 16px;
  text-align: center;
}

#footer a {
  text-decoration: none;
}

#intro {
  font-size: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #444;
  text-transform: normal;
  margin: 0 0 15px;
}

#gmander-presents {
  font-style: italic;
  text-transform: none;
  display: block;
}

#intro a {
  text-decoration: none;
}

#left-col {
  float: left;
  margin-left: 0;
  width: 284px;
}

#screenshot {
  background: url(../images/edac/door-rollover.jpg);
  height: 423px;
  width: 274px;
}

.frame {
  padding: 4px;
  border: 1px solid #999;
  background: #fff;
}

#screenshot li {
  position: relative;
  padding: 0;
}

#gerrymander-door {
  top: 2px;
  left: 228px;
  background: transparent;
  width: 40px;
  height: 60px;
}

* html #gerrymander-door {
  left: 185px;
  width: 10px;
}

#mlk-door {
  top: 75px;
  left: 10px;
  background: transparent;
  width: 60px;
  height: 45px;
}

#supreme-door {
  top: 175px;
  left: 155px;
  background: transparent;
  width: 65px;
  height: 40px;
}

* html #supreme-door {
  top: 150px;
  width: 50px;
  height: 25px;
}

.door p {
  visibility: hidden;
}

.door-outline {
  border: 2px solid yellow;
}

#center-col {
  float: left;
  width: 258px;
  margin-left: 5px;
}

#center-col .inner {
  padding: 0 6px;
}

#right-col {
  float: left;
  width: 179px;
  margin-left: 5px;
  border-left: 1px dashed #999;
}

#right-col .inner {
  padding-left: 15px;
}

#days-til-eday {
  margin: 1em 0;
  background: #f9e4e4;
  border: 1px solid #ad041b;
  padding: 7px;
  text-align: center;
  color: #666;
}

#days-til-eday strong {
  font-size: 16px;
  display: block;
  color: #000;
}

#days-til-eday em {
  display: block;
  font-size: smaller;  
  background: #e9e9f4;
  padding: 3px;
  margin: 3px 0 0;
  color: #444;
}

#days-til-eday p {
  line-height: 1.3;
}

hr {
  border: none;
  padding: 0;
  margin: 5px 0;
  background: transparent;
  color: none;
  border-top: 1px dotted #ed7d7d;
}


#navigation {
  padding: 7px 10px;
  font-weight: bold;
  margin: 1em 0;
}

#navigation ul {
  margin-top: 5px;
}

p, li {
  line-height: 1.5;
}

ul li {
  padding: 0 0 0 22px;
  margin: 0 0 0.5em 0;
  background: url(../images/edac/checkmark.png) no-repeat 2px 3px;
}

.hint {
  text-align: center;
  color: #666;
  font-size: 90%;
}

strong {
  font-weight: bold;
}

#blurb {
  padding: 5px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  margin-bottom: 15px;
  text-align: justify;
  font-size: 110%;
}

#blurb strong {
  font-variant: small-caps;
}

#price {
  font-size: 24px;
  text-align: center;
  background: transparent;
  color: #000;
  padding: 5px 5px;
  width: 150px;
  margin: 0 auto 1em;
}

#smallprint {
  font-size: 60%;
  color: #999;
}

#buy-now-btn {
  text-align: center;
  margin-top: 0px;
}

#how-it-works {
  color: #ad041b;
  font-size: 115%;
  margin: 0 5px
}

#how-it-works h3 {
  margin: 0;
  padding: 8px;
  border-bottom: 1px dotted #ad041b;
}

#how-it-works ol {
  padding: 5px 0 10px;
}

#how-it-works li {
  line-height: 1.5;
  margin-left: 1.8em;
}

#checkhead {
  float: right;
  margin-top: 7px;
}

ol li {
  list-style-type: decimal;
  margin-left: 22px;
  padding-left: 0px;
}

#email img {
  float: left;
  margin-right: 6px;
}

* html #email img {
  display: none;
}

#email {
  clear: both;
  font-size: 90%;
  line-height: 1.2;
}

#email input {
  padding: 2px;
  margin: 5px 0 3px;
}

#email em {
  font-size: 90%;
  color: #999;
}

#gift h3 {
  margin: 0 0 0.5em;
  color: #fff;
  background: #b3010f;
  padding: 4px 0;
  text-align: center;
}

#gift li {
  font-size: 90%;
}

#gift ul {
  margin-bottom: 1em;
}

#specs b {
  display: block;
  float: left;
  text-align: right;
  width: 50px;
  padding-right: 5px;
}

#specs li {
  background: none;
  padding: 3px 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

#social-bookmarks {

}

#social-bookmarks li {
  float: left;
  background: none;
}

#press {
  margin: 1em auto;
  width: 90%;
}

cite {
  font-style: italic;
}

#teachers-guide {
  font-size: 90%;
  text-align: center;
  border: 1px solid #999;
  padding: 5px;
  margin-bottom: 1em;
  background: #fff;
}

#teachers-guide p {
  margin: 0.1em 0;
  padding: 0.2em 0;
}

#teachers-guide div {
}

#teachers-guide a {
  color: gray;
  text-decoration: none;
  font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
  font-size: 90%;
}

#teachers-guide a:hover {
  background: none;
}

#new_price {
  color: #008300;
}

#old_price {
  text-decoration: line-through;
}

#its-over {
  color: #c3111f; text-align: center; font-size: larger; font-weight: bold; width:150px;
  margin: 0 auto;
}
