/** 
 * Initial CSS template
 * 
 * You can modify these values, but note that some of them
 * may be overridden by the styles in layout.css and custom.css.
 * In general it's better to put the overridden stuff in custom.css.
 *
 * Note that each page follow this basic template:
 *
 *   <body>
 *     <div id="page">
 *       <div id="header"> ... </div>
 *       <div id="content"> ... </div>
 *       <div id="footer"> ... </div>
 *     </div>
 *   </body>
 *
 */
 
/* Start everyone on an equal footing, since different browsers
   have different values for the margins. */

* {
  margin: 0;
  padding: 0;
} 

/* Set some reasonable defaults for the page body. */

body {
  font-family: Arial, Helv, sans-serif;
  font-size: 12pt;
  background-color: #dddddd;
  color: white;
}

/* Setup the headings */

h1 {
  font-size: 22pt;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  text-align: left;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
}

h4 {
  font-size: 12pt;
  font-weight: bold;
}

/* Set margins for various regular tags */
  
p {
  margin: 0.5em 0;
}

ul, ol, dl {
  margin: 0.5em 0;
}

li {
  margin: 0 0 0 1.5em;
}

/* Define link behavior. By default we don't want them underlined 
   except maybe when we hover over them */

#content a, #content a:visited {
  color: blue;
  text-decoration: none;
}

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

#footer a, #footer a:visited {
  color: blue;
  text-decoration: none;
}

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


/* Define the major divisions of the page */

#page {
  margin: 10px auto;
  border: 1px solid black;
  width: 768px;
  background-color: white;
  color: black;
}

#header {
  background-color: #990000;
  color: white;
  text-align: center;
}

#header a, #header a:visited {
  color: white;
  text-decoration: none;
}

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

#content {
  margin: 30px 50px 20px 50px;
}

#footer {
  padding: 10px;
  background-color: white;
  color: black;
  text-align: right;
  font-size: 70%;
}

/* Article list */

#articles {
  margin: 10px auto;
  width: 100%;
  padding: 0.5em 1em 1em 1em;
  border: 1px solid black;
  background: #ffffdd;
}

#articles td {
  vertical-align: top;
  padding: 0 1em 0 1em;
  width: 50%;
}

#articles th {
  width: 100%;
  text-align: center;
}


/* Control how the site name and site description look */

#sitename {
  font-size: 18pt;
  font-weight: bold;
  text-align: right;
}

#sitedesc {
  font-size: 14pt;
  text-align: right;
}

/* Settings for the top link unit */

#linkunit_top {
  margin: 0 0 20px -3px;
}
 
/* Settings for the first ad, the one immediately after
   the <h1> */

#ad_after_h1 {
  margin-bottom: 2em;
  /* float: right; */
}

/* Settings for the bottom ad */

#ad_before_footer {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}

/* Navigation links */

#prevlink {
  text-align: right;
  margin-bottom: 1em;
}

#nextlink {
  text-align: right;
  margin-top: 1em;
}

/* Subpage navigation */

.subpage_nav {
  text-align: right;
  font-size: 70%;
  margin: 1em 0;
}

.subpage_nav_box {
  border: 1px solid black;
  background-color: #ffffcc;
  padding: 0.25em;
}

.subpage_previous {
}

.subpage_current {
  font-weight: bold;
}

.subpage_next {
}

/*
--------------------------------------------------
 Signup page styles
--------------------------------------------------
*/

div.signup {
  font-family: Arial, Helv, sans-serif;
  padding: 1em 4em;
  font-size: 11pt;
}

.signup #leading {
  text-align: left;
  font-size: 10pt;
  margin-left: -4em;
}

.signup h1 {
  text-align: center;
  color: #990000;
  font-size: 22pt;
  font-weight: bold;
  margin: 1em 0 1em 0;
}

.signup h2 {
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.signup h2.subhead {
  margin: -1em 0 1em 0;
}

.signup h3 {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.signup table.subscribe {
  margin: 1em 0 2em 0;
  padding: 0 2em;
  border: 1px solid black;
  background-color: #ffffcc;
}

.signup table.subscribe td {
  padding: 0.2em;
}

.signup input.button {
  font-size: 110%;
  width: 10em;
}

.signup p {
  margin: 0 0 1em 0;
}

.signup ul {
  margin: 0;
}

.signup ul li {
  margin-bottom: 1em;
}

.signup .testimonial {
  background-color: #ffffcc;
  padding: 1em;
  margin: 1em 4em;
  border: 1px solid black;
}

.signup .signature {
  text-align: right;
  width: 100%;
}

.signup #exhortation {
  text-align: center;
  padding-bottom: 1em;
}

.signup #assurance {
  text-align: center;
  padding: 1em 0;
  font-size: 90%;
}

/*
--------------------------------------------------
 Order page styles
--------------------------------------------------
*/

div.order {
  font-family: Arial, Helv, sans-serif;
  padding: 1em 4em;
  font-size: 11pt;
}

.order #leading {
  text-align: left;
  font-size: 10pt;
  margin-left: -4em;
}

.order h1 {
  text-align: center;
  color: #990000;
  font-size: 22pt;
  font-weight: bold;
  margin: 1em 0 1em 0;
}

.order h2 {
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.order h2.subhead {
  margin: -1em 0 1em 0;
}

.order h3 {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.order p {
  margin: 0 0 1em 0;
}

.order ul {
  margin: 0;
}

.order ul li {
  margin-bottom: 1em;
}

.order .testimonial {
  background-color: #ffffcc;
  padding: 1em;
  margin: 1em 4em;
  border: 1px solid black;
}

.order .signature {
  text-align: right;
  width: 100%;
}

.order .orderlink {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  color: blue;
  margin: 1em 0;
}

/*
--------------------------------------------------
 Multi-column styles
--------------------------------------------------
*/

#content_table {
}

#content_left {
}

#content_right {
}

#content_body {
}

/*
*/

#adsenseresurrected {
    text-align: center;  
}

#adsenseresurrected a {
    border: none;
}

#adsenseresurrected img {
    border: none;
}

#article_toc {
    float: right;
    width: 210px;
    padding: 0.5em 1em 1em 1em;
    border: 1px solid black;
    background: #ffffdd;
    font-size: 85%;
}

